Package Details: ultrastardxwp-git r367.532b1ca-1

Git Clone URL: https://aur.archlinux.org/ultrastardxwp-git.git (read-only, click to copy)
Package Base: ultrastardxwp-git
Description: UltraStar Deluxe WorldParty is a free and open source karaoke game. It allows up to six players to sing along with music using microphones in order to score points, depending on the pitch of the voice and the rhythm of singing.
Upstream URL: http://ultrastar-es.org
Keywords: karaoke ultrastar
Licenses: GPL
Conflicts: ultrastardxwp-git
Submitter: fenuks
Maintainer: fenuks
Last Packager: fenuks
Votes: 7
Popularity: 0.000142
First Submitted: 2016-11-12 20:38 (UTC)
Last Updated: 2020-06-28 11:56 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

fenuks commented on 2019-06-29 15:34 (UTC)

We could switch to parent commit of breaking change, but it is preferable that upstream fixes issue. Perhaps reminding comment will encourage developers to fix the problem.

If you wish to build version before breaking change, you can easily do that with small change, diff below:

diff --git a/PKGBUILD b/PKGBUILD
index c8e1add..c7e6dbe 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _usdx_package=WorldParty
 _pkgname=ultrastardxwp
 _ffmpeg="ffmpeg3.4"
 pkgname=${_pkgname}-git
-pkgver=r111.c1da37e
+pkgver=r232.182c328
 pkgrel=1
 pkgdesc="UltraStar Deluxe WorldParty is a free and open source karaoke game. It allows up to six players to sing along with music using microphones in order to score points, depending on the pitch of the voice and the rhythm of singing."
 arch=("i686" "x86_64")
@@ -18,7 +18,7 @@ conflicts=("${pkgname}")
 options=("!buildflags")
 install=${pkgname}.install
 source=("${_pkgname}.desktop"
-        "${_pkgname}::git+https://github.com/ultrastares/usdxworldparty/")
+        "${_pkgname}::git+https://github.com/ultrastares/usdxworldparty#commit=182c328a22620c98c4d6a6b3f274c2a49bf32ee8")
 md5sums=('45e724d9c3ab756ed908774daedfac24'
          'SKIP')

skerit commented on 2019-06-29 10:22 (UTC)

The promise to fix it "as soon as possible" still hasn't happened after 3 months, so the package has been broken for 8 months now. Couldn't we just use the last known working commit and check back in a few months?

CyberConan commented on 2019-03-08 15:13 (UTC)

Ok, perfect, thanks Fenuks!

fenuks commented on 2019-03-07 22:47 (UTC)

Hello @CyberConan. Thank you for your report. Compilation error is reported in this issue[1], and is promised to be fixed ‘as soon as possible’. I would rather prefer to not create version based on fixed release, for this reason that it seems that new releases are made rarely (in fact, there was no tagged release when I submitted this package).

[1] (https://github.com/ultrastares/usdxworldparty/issues/21)

CyberConan commented on 2019-03-06 18:50 (UTC)

Hi! Git version can't be compiled now but this release works perfect. Can you create a new AUR package with this stable version? https://github.com/ultrastares/usdxworldparty/archive/18.11.tar.gz Thanks!

fenuks commented on 2018-05-19 11:00 (UTC)

@CyberConan Hi, thank you for letting me know! I've updated package accordingly.

CyberConan commented on 2018-05-19 08:59 (UTC)

Hi! ffmpeg2.8 is not more in AUR but UltraStar is now compatible with ffmpeg3.4. If you change in PKGBUILD the refences, compile works and videos plays well.

fenuks commented on 2017-04-17 20:13 (UTC)

@luso58 Hello, and thank you for your comment. When I created this PKGBUILD WorldParty developers didn't change configuration paths among other things, thus I had to patch it myself in order to prevent this fork from using original UltraStar Deluxe data directory. It seems that has changed, and there is no need for that any longer; I've updated PKGBUILD accordingly.

luso58 commented on 2017-04-13 12:11 (UTC) (edited on 2017-04-13 12:32 (UTC) by luso58)

Hello, I have some problems installing it. It crashes just at the beginning of prepare. ==> Starting prepare()... patching file src/base/UPlatformLinux.pas Hunk #1 FAILED at 118. 1 out of 1 hunk FAILED -- saving rejects to file src/base/UPlatformLinux.pas.rej The problem probably is, that your PKGBUILD and .patch search for "ultrastar" and "ultrastardx" references, when it should look for "WorldParty".

fenuks commented on 2016-12-06 22:48 (UTC)

@roobre Hello, I've updated the PKGBUILD, added ‘sdl2_net’ and ‘sdl2_gfx’ to dependencies, but as far I'm concerned `lib32-sdl2_mixer` is not required. On my x64 Arch I don't have it installed, and all seem to work just all right. Also namcap doesn't detect it as dependency. Can you give more detail why you think it's a dependency?