@maxlefou thanks a lot for your work so far! I've adopted the package and fixed the submodule download.
@xuiqzy I hope this also fixes your issue somehow, but I can't really reproduce this locally so not sure what to do with that.
Git Clone URL: | https://aur.archlinux.org/ultrastar-creator.git (read-only, click to copy) |
---|---|
Package Base: | ultrastar-creator |
Description: | Qt program used to generate USDX songs from scratch |
Upstream URL: | https://github.com/UltraStar-Deluxe/UltraStar-Creator |
Licenses: | GPL2 |
Submitter: | maxlefou |
Maintainer: | DeinAlptraum |
Last Packager: | DeinAlptraum |
Votes: | 1 |
Popularity: | 0.000008 |
First Submitted: | 2017-09-01 10:44 (UTC) |
Last Updated: | 2024-08-13 08:26 (UTC) |
@maxlefou thanks a lot for your work so far! I've adopted the package and fixed the submodule download.
@xuiqzy I hope this also fixes your issue somehow, but I can't really reproduce this locally so not sure what to do with that.
Problem is already reported upstream.
I'm tired of upstream problems and I don't use arch anymore so i'm gonna stop owning this package. Feel free to take over.
Also currently get the following problem:
QUMainWindow.cpp:31:10: fatal error: compact_lang_det.h: No such file or directory
31 | #include "compact_lang_det.h"
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:1555: tmp/release/QUMainWindow.o] Error 1
The project recently replaced the cld2 code with a submodule, which does not seem to be cloned by the AUR package: ultrastar-creator/src/UltraStar-Creator-1.3.1/include/cld2 is empty.
Failure in package when building with makepkg or paru even though desktop file is downloaded and present on filesystem:
==> Making package: ultrastar-creator 1.3.0-2 (Sun Aug 11 05:41:24 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found 1.3.0.tar.gz
-> Found ultrastar-creator.desktop
-> Found ultrastar-creator
==> Validating source files with md5sums...
1.3.0.tar.gz ... Passed
ultrastar-creator.desktop ... Passed
ultrastar-creator ... Passed
==> Extracting sources...
-> Extracting 1.3.0.tar.gz with bsdtar
==> Removing existing $pkgdir/ directory...
==> Starting build()...
make: Nothing to be done for 'first'.
==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat 'ultrastar-creator.desktop': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
It's possible that the program refuses to run because of an issue with libtag. If you encounter this issue, just relaunch the installation of this package to make it recompile. This will normally fix it.
that's awesome news. i'll update the script asap so it uses the releases
FYI: I've talked to the repo owner and he has committed to doing actual releases on Github from now on. The first one is out today, version 1.3.0
The repository includes libbass.so in lib/unix. Should this really be downloaded manually? The build currently fails due to aur/libbass being broken.
Awesome. Package updated. Thanks @irgendwr.
I managed to build this package with the changes described here: https://github.com/UltraStar-Deluxe/UltraStar-Creator/issues/16#issuecomment-1529169464
TL;DR: change qmake
to qmake6
in PKGBUILD
, change dependencies from qt-5
to qt-6
Pinned Comments
maxlefou commented on 2024-02-08 21:20 (UTC) (edited on 2024-02-09 08:50 (UTC) by maxlefou)
It's possible that the program refuses to run because of an issue with libtag. If you encounter this issue, just relaunch the installation of this package to make it recompile. This will normally fix it.