Never mind, i figured out that i have to use git clone instead of wget.
Search Criteria
Package Details: ultrastardx-git r1147.6bb2a06e-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 |
Conflicts: | ultrastardx |
Provides: | ultrastardx |
Submitter: | yayponies |
Maintainer: | jose1711 |
Last Packager: | jose1711 |
Votes: | 24 |
Popularity: | 0.54 |
First Submitted: | 2016-03-13 17:25 (UTC) |
Last Updated: | 2022-03-23 22:10 (UTC) |
Dependencies (21)
- autoconf (autoconf-git)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14)
- ffmpeg (ffmpeg-v4l2-request-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-intel-full-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-git, ffmpeg-ndi, ffmpeg-libfdk_aac, ffmpeg-obs, ffmpeg-cuda, ffmpeg-mmal, ffmpeg-amd-full-git, ffmpeg-vulkan, ffmpeg-nocuda, ffmpeg-headless, ffmpeg-amd-full, ffmpeg-full, ffmpeg-decklink, ffmpeg-full-git)
- gnu-free-fonts
- lua
- pkg-config (pkgconf-git, pkgconf)
- portaudio
- portmidi
- sdl2 (sdl2-rbp-bin, sdl2-minimal-git, sdl2-minimal-x11-git, sdl2-rpi, sdl2-nox-git, sdl2-nox, sdl2-git)
- sdl2_gfx
- sdl2_image (sdl2_image-minimal-git)
- sdl2_mixer (sdl2_mixer-minimal-git)
- sdl2_net
- sdl2_ttf (sdl2_ttf-git)
- ttf-dejavu (ttf-dejavu-ib, ttf-dejavu-emojiless)
- wqy-microhei (wqy-microhei-nightly_build, wqy-microhei-kr-patched)
- fpc (fpc-svn) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- ultrastar-creator (optional) – Qt program to generate USDX songs
- ultrastardx-songs (optional) – Free songs for USDX
- Show 1 more dependencies...
Required by (2)
- ultrastardx-songs (requires ultrastardx)
- ultrastardx-utility (requires ultrastardx) (optional)
Sources (1)
Latest Comments
pl_OloV2 commented on 2022-04-19 12:22 (UTC)
jose1711 commented on 2022-04-19 12:01 (UTC)
@pl_OloV2 I suggest to read this (at least): https://wiki.archlinux.org/title/AUR_helpers
pl_OloV2 commented on 2022-04-19 11:40 (UTC)
Hi, I'm new to arch linux (before i was using ubuntu) and when I try to download this package using: wget https://aur.archlinux.org/ultrastardx-git.git
I get a typical ERROR 404 NOT FOUND.
Can somebody tell me what I'm doing wrong?
jose1711 commented on 2022-04-13 07:20 (UTC)
Is it just me or is this a more general issue? If not, any clues why I need to do this? :)
I used to get those crashes too in the past but somehow it fixed itself. Note that by compiling without portaudio you'll lose ability to use more than 2 microphones for input.
AnySomebody commented on 2022-04-13 06:26 (UTC) (edited on 2022-04-13 06:27 (UTC) by AnySomebody)
Had to change the configure line in the pkgbuild to './configure --prefix=/usr --without-portaudio' to not have it crash with an access violation at startup (sugggested here: https://github.com/UltraStar-Deluxe/USDX/issues/537#issuecomment-667695040 )
Is it just me or is this a more general issue? If not, any clues why I need to do this? :)
pagdot commented on 2022-03-24 17:42 (UTC)
@bal0r Please read the error message and the linked blog entry.
Please use either git@github.com:UltraStar-Deluxe/USDX.git or https://github.com/UltraStar-Deluxe/USDX.git to connect to the repo.
bal0r commented on 2022-03-23 20:13 (UTC)
Dear jose1711 and all, please fix the repo source:
$ git ls-remote git://github.com/UltraStar-Deluxe/USDX.git HEAD fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
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)
m78 commented on 2021-03-28 15:58 (UTC) (edited on 2021-04-03 14:00 (UTC) by m78)
step by step howto to install ultrastardx-git:
sudo pacman -S trizen patch
trizen -S ultrastardx-git --noconfirm
this will result in error but the package is downloaded and you can apply the patch
cd /tmp/trizen-$USER/ultrastardx-git/USDX
patch --strip=1 <ultrastardx-ffmpeg.patch
cd /tmp/trizen-$USER/ultrastardx-git/
makepkg --noextract --install
check this for additional info about how to patch:
https://wiki.archlinux.org/index.php/Patching_packages
have fun with singing! :-)
and please consider to add new songs to usdb-animux.de
jose1711 commented on 2021-02-13 11:33 (UTC) (edited on 2021-02-13 11:37 (UTC) by jose1711)
@Apfelkuacha You'll need to report this upstream - maybe "vote" by adding thumbs up for https://github.com/UltraStar-Deluxe/USDX/issues/538
Edit:
Also compiling https://aur.archlinux.org/packages/ultrastardxwp-git/ works for me at this moment so you may want to try this until the problem with libavutil
is fixed.
Apfelkuacha commented on 2021-02-13 08:16 (UTC)
@jose1711 there is still (or again) the problem: Linked version of libavutil is not yet supported!
Iiridayn commented on 2020-11-12 21:59 (UTC)
Applying the patch in https://github.com/UltraStar-Deluxe/USDX/pull/536 worked for me (found it after I'd recreated it sadly).
jal666 commented on 2020-09-18 15:31 (UTC)
.cache/yay/ultrastardx-git/src/USDX/src/lib/ffmpeg-4.0/avutil.pas(81,4) Error: User defined: Linked version of libavutil is not yet supported!
Probably related to your last comment?
jose1711 commented on 2020-09-15 06:14 (UTC)
thank you @shiona. let's wait until the issue with ffmpeg
is properly fixed upstream - i will then wait fix the categories.
shiona commented on 2020-09-13 17:34 (UTC)
The desktop file created by this script has a problem: The "Category" is set to "Games". Correct category is "Game". This causes, at least on xfce, this game to end up in the applications menu to "Other" category.
shiona commented on 2020-09-13 17:32 (UTC)
The following patch did allow me to compile and run the game with ffmpeg version n4.3.1 https://gist.github.com/shiona/7adbbab4ecb64e4873624b661c87c4fa
It might work for you, but as it only disables version checks, it should not be included in the actual package and is very likely to break at some point.
Falkenstein42 commented on 2020-08-15 15:01 (UTC) (edited on 2020-08-15 15:02 (UTC) by Falkenstein42)
lua53 required as dependency to fix the following
/.../ultrastardx-git/src/USDX/src/lib/Lua/ULua.pas(1360,3) Error: Identifier not found "lua_callk"
/.../ultrastardx-git/src/USDX/src/lib/Lua/ULua.pas(1365,16) Error: Identifier not found "lua_pcallk"
also @kauron , @jose1711 proposed downgrading to ffmpeg 2:4.2.3-2 as a better solution to patching the version checks. Github issue here:
https://github.com/UltraStar-Deluxe/USDX/issues/538#issuecomment-670863954
Note that downgrading also requires x264 package to be downgraded to 159
kauron commented on 2020-08-08 09:47 (UTC)
It seems that the compiler error detailed by @Mitmischer is back. Could you bring back the patch?
rando commented on 2019-09-28 14:39 (UTC)
The avcode.patch is no longer necessary, I just had to remove it from the PKGBUILD for it to compile.
@jose1711, would you mind updating the package? Thanks for maintaining it!
jose1711 commented on 2019-09-01 19:31 (UTC)
@Mitmischer thank you, updated
Mitmischer commented on 2019-08-31 16:20 (UTC)
Does currently not compile, fails with /home/[...]/pikaur/build/ultrastardx-git/src/USDX/src/lib/ffmpeg-4.0/avutil.pas(81,4) Error: User defined: Linked version of libavutil is not yet supported!
I managed to build it after patching the version checks out, like here: https://gist.github.com/Mitmischer/776e87407fce759408dc5736daaa8149
White commented on 2019-07-12 12:01 (UTC)
@jose1711 Thanks so I don't need to fix that on every update :-)
louis058 commented on 2019-07-11 15:51 (UTC) (edited on 2019-07-11 15:51 (UTC) by louis058)
ttf-freefont
has been replaced by gnu-free-fonts
. Dependencies need to be updated.
skerit commented on 2019-07-02 14:37 (UTC) (edited on 2019-07-02 14:47 (UTC) by skerit)
Installed this without any problems.
Even though the program says it's running version 2017.8.0, this actually installs the latest version from git.
theSander commented on 2019-06-30 23:32 (UTC)
Running this on a fresh install didn't work for me. Installing went fine, but an error occurred at startup. Installing glu fixed it for me. Perhaps this should be added as a dependency? I am relatively new to AUR packages, not at all familiar with glu, and I don't see it mentioned in the project README, so I'm not sure if what I suggest is the recommended approach, but it might be useful knowledge for the package maintainer.
jose1711 commented on 2019-02-21 09:41 (UTC)
@White
somehow i no longer needed to run the wrapper (both with and without it worked) so i removed it in the latest update
White commented on 2019-02-14 21:06 (UTC)
I needed to comment out all lines in the ultrastardx.sh except the one which actually starts ultrastar. If I don't do this I don't have any sound in the game.
jose1711 commented on 2018-11-15 14:30 (UTC)
pkgbuild adopted and tried to implement users' suggestions. please let me know if it works for you
jose1711 commented on 2018-11-07 12:17 (UTC)
please do not put binaries into /usr/local - this is not according to arch packaging standards
jose1711 commented on 2018-11-06 07:37 (UTC)
for me it only runs with jackd server activated. tried pulseaudio unmasking but then it complained that it could not connect to pulseaudio.
frojnd commented on 2018-07-09 19:44 (UTC)
Thank you. That did the trick.
RATAELTRIFORCE commented on 2018-06-11 06:06 (UTC)
A same package of libdcadec.so is dcadec-git, installing this i resolve this bug.
frojnd commented on 2018-06-07 20:05 (UTC)
:: Querying AUR... -> Missing AUR Packages: libdcadec.so -> Out Of Date AUR Packages: ultrastardx-git ==> Error: Could not find all required packages: libdcadec.so
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)