Package Details: ultrastardx-git r1962.a1a216e8-1

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: 27
Popularity: 0.000118
First Submitted: 2016-03-13 17:25 (UTC)
Last Updated: 2026-02-13 07:14 (UTC)

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)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

barbeque commented on 2026-02-21 14:13 (UTC)

@jose1711 thanks. unless it's the only way to keep it in the AUR I'd rather not co-maintain though, sorry. it would end up meaning less time I can spend on USDX itself. that said, if something important changes I'll post it here. also don't hesitate to just create a github issue if there's an issue with the AUR build

jose1711 commented on 2026-02-13 07:15 (UTC)

@barbeque makes sense, added. btw any interest in co-maintaining?

barbeque commented on 2026-02-11 15:03 (UTC)

@jose1711 I would say it is. It creates consistency with our other distributions (Windows, Mac, flathub, appimage). Technically you're not wrong in that that wiki page lists !strip, but it also mentions debug and gdb, neither of which are actually needed for the stacktrace (last I checked using gdb will also make it slow to the point of unusable, so you can't reproduce anything with it anyway)

Whereas with a non-stripped binary it Just Works.

You might need !debug !strip, that's how I build mine and iirc it's about a 5% increase. It's been a while since I made my PKGBUILD (I only enable the debug part if I need to profile something).

(sorry for late reply)

bsndrf commented on 2026-02-11 00:10 (UTC)

When PS3 SingStar mics are plugged in I get a crash with this version that does not happen when I build manually from source with current master branch. Could you update the version please? Or is it something else? See here for details: https://github.com/UltraStar-Deluxe/USDX/issues/496#issuecomment-3879908485

jose1711 commented on 2025-12-30 23:35 (UTC)

@barbeque is non-stripped binary required for a common usage? because !strip is mentioned in https://wiki.archlinux.org/title/Debugging/Getting_traces for those who need this option anyway.

barbeque commented on 2025-12-30 13:57 (UTC)

This package requires options=(!strip) for recently added built-in error stacktraces to work. Without it it only pops up a bunch of memory offset numbers, which aren't very helpful.

See https://github.com/UltraStar-Deluxe/USDX/issues/786 for context.

xuiqzy commented on 2024-08-11 03:21 (UTC)

Warnings on compression of package (but doesn't fail):

: Can't translate pathname 'usr/share/ultrastardx/covers/Artist/ArtistÄ.jpg' to UTF-8: Can't translate pathname 'usr/share/ultrastardx/covers/Artist/ArtistÖ.jpg' to UTF-8: Can't translate pathname 'usr/share/ultrastardx/covers/Artist/ArtistÜ.jpg' to UTF-8: Can't translate pathname 'usr/share/ultrastardx/covers/Language/Kölsch.jpg' to UTF-8: Can't translate pathname 'usr/share/ultrastardx/covers/Title/TitleÄ.jpg' to UTF-8: Can't translate pathname 'usr/share/ultrastardx/covers/Title/TitleÖ.jpg' to UTF-8: Can't translate pathname 'usr/share/ultrastardx/covers/Title/TitleÜ.jpg' to UTF-8

Also, the linked GitHub issue in the pinned commnt is closed by now.

pl_OloV2 commented on 2022-04-19 12:22 (UTC)

Never mind, i figured out that i have to use git clone instead of wget.

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?