Update to v2923-2, little bugfix in the dependencies
Search Criteria
Package Details: ultrastardx-git r1538.80adde2e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ultrastardx-git.git (read-only, click to copy) |
---|---|
Package Base: | ultrastardx-git |
Description: | Free and open source karaoke game. (GIT) |
Upstream URL: | http://usdx.eu/ |
Licenses: | GPL-2.0-only |
Groups: | usdx |
Conflicts: | ultrastardx |
Provides: | ultrastardx |
Submitter: | yayponies |
Maintainer: | jose1711 |
Last Packager: | jose1711 |
Votes: | 26 |
Popularity: | 0.67 |
First Submitted: | 2016-03-13 17:25 (UTC) |
Last Updated: | 2024-06-24 23:05 (UTC) |
Dependencies (21)
- autoconf (autoconf-gitAUR)
- automake (automake-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- gnu-free-fonts
- lua
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf)
- portaudio
- portmidi
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- sdl2_gfx
- sdl2_image
- sdl2_mixer
- sdl2_net
- sdl2_ttf
- ttf-dejavu (ttf-dejavu-ibAUR, ttf-dejavu-emojilessAUR)
- wqy-microhei (wqy-microhei-kr-patchedAUR, wqy-microhei-kr-halfmarksAUR)
- fpc (make)
- git (git-gitAUR, git-glAUR) (make)
- ultrastar-creatorAUR (optional) – Qt program to generate USDX songs
- ultrastardx-songsAUR (optional) – Free songs for USDX
- Show 1 more dependencies...
Required by (2)
- ultrastardx-songs (requires ultrastardx)
- ultrastardx-utility (requires ultrastardx) (optional)
Sources (1)
cookies commented on 2012-09-09 15:35 (UTC)
cookies commented on 2012-09-09 14:22 (UTC)
Update to 2923-1, the package should work now
cookies commented on 2012-08-20 16:20 (UTC)
If you change the "mathematics" unit to the "math" unit, this error is solved. But there is another error:
/home/robert/SOFTWARE/AUR/OWN/ultrastardx-svn/src/ultrastardx/src/lib/ffmpeg/avutil.pas(115,4) Error: User defined: Linked version of libavutil is not yet supported!
That should mean that the version of libavutil delivered by Arch Linux is too new for UltraStar Deluxe. The highest supported version is at the moment 50.24.0, Arch Linux delivers 51.54.100.
When I change that, I get another error:
Compiling lib/ffmpeg/rational.pas
Fatal: Can't find unit opt used by avcodec
It would be a lot work to fix all that bugs, if someone wants to do it, please write an e-mail to me.
olebowle commented on 2012-08-03 10:27 (UTC)
I tried to recompile because of ffmpeg update, but it fails with the following error message:
Compiling lib/ffmpeg/avutil.pas
Fatal: Can't find unit mathematics used by avutil
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode (normal if you did not specify a source file to be compiled)
make[1]: *** [../game/ultrastardx] Fehler 1
make[1]: Leaving directory `/home/archvdr/ultrastardx-svn/src/ultrastardx/src'
make: *** [all] Fehler 2
<deleted-account> commented on 2012-05-25 12:23 (UTC)
export libpng_VERSION=12
export libavcodec_VERSION=52.86.0
export libavformat_VERSION=52.78.0
export libavutil_VERSION=50.24.0
export libswscale_VERSION=0.11.0
delete (or comment) this rows in PKGBUILD, then game will work
ALSimon commented on 2012-05-20 14:59 (UTC)
The same problem occurs for me (arch 64) :
/tmp/yaourt-tmp-simon/aur-ultrastardx-svn/src/ultrastardx/src/menu/UDisplay.pas(219,3) Note: Local variable "currentTime" not used
Compiling menu/UMenuBackgroundNone.pas
Compiling menu/UMenuBackgroundColor.pas
Compiling menu/UMenuBackgroundTexture.pas
Compiling menu/UMenuBackgroundVideo.pas
Compiling media/UVideo.pas
Compiling lib/ffmpeg/avcodec.pas
Compiling lib/ffmpeg/avutil.pas
Fatal: Can't find unit mathematics used by avutil
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode (normal if you did not specify a source file to be compiled)
make[1]: *** [../game/ultrastardx] Erreur 1
make[1] : on quitte le répertoire « /tmp/yaourt-tmp-simon/aur-ultrastardx-svn/src/ultrastardx/src »
make: *** [all] Erreur 2
graysky commented on 2012-05-05 20:26 (UTC)
/scratch/ultrastardx-svn/src/ultrastardx/src/base/USong.pas(266,3) Note: Local variable "FileInfo" not used
/scratch/ultrastardx-svn/src/ultrastardx/src/base/USong.pas(267,3) Note: Local variable "FileName" not used
/scratch/ultrastardx-svn/src/ultrastardx/src/base/USong.pas(618,3) Note: Local variable "NoteIndex" not used
/scratch/ultrastardx-svn/src/ultrastardx/src/base/USong.pas(1187,3) Note: Local variable "I" not used
/scratch/ultrastardx-svn/src/ultrastardx/src/menu/UDisplay.pas(219,3) Note: Local variable "currentTime" not used
Compiling menu/UMenuBackgroundNone.pas
Compiling menu/UMenuBackgroundColor.pas
Compiling menu/UMenuBackgroundTexture.pas
Compiling menu/UMenuBackgroundVideo.pas
Compiling media/UVideo.pas
Compiling lib/ffmpeg/avcodec.pas
Compiling lib/ffmpeg/avutil.pas
Fatal: Can't find unit mathematics used by avutil
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode (normal if you did not specify a source file to be compiled)
make[1]: *** [../game/ultrastardx] Error 1
make[1]: Leaving directory `/scratch/ultrastardx-svn/src/ultrastardx/src'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
<deleted-account> commented on 2010-09-03 16:19 (UTC)
Now I'm getting this: http://aur.pastebin.com/1sna4XB3
My ffmpeg version: http://aur.pastebin.com/EZiDZSft
I guess I have to wait until ultrastardx supports the new version.
<deleted-account> commented on 2010-08-26 15:21 (UTC)
http://aur.pastebin.com/YApq44AZ
(I'm using i686)
t3ddy commented on 2010-06-16 12:11 (UTC)
now a patch like this: http://aur.pastebin.com/0bEPT99u is needed
Pinned Comments
jose1711 commented on 2021-06-16 07:06 (UTC)
Please see https://github.com/UltraStar-Deluxe/USDX/issues/538 for updates (patch needs testers so make sure you share your results)