This very problem is corrected now.
Though, the package can't build since last november because of issues in the compilation. I reported the issue but i still have no news. https://github.com/UltraStar-Deluxe/UltraStar-Creator/issues/16
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) |
This very problem is corrected now.
Though, the package can't build since last november because of issues in the compilation. I reported the issue but i still have no news. https://github.com/UltraStar-Deluxe/UltraStar-Creator/issues/16
==> Making package: ultrastar-creator git.latest-7 (Fri Mar 17 02:02:18 2023)
==> Retrieving sources...
-> Cloning UltraStar-Creator git repo...
Cloning into bare repository '/home/duda/PKGBUILDs/ultrastar-creator/UltraStar-Creator'...
fatal: unable to connect to github.com:
github.com[0: 140.82.121.4]: errno=Connection timed out
==> ERROR: Failure while downloading UltraStar-Creator git repo
Aborting...
==> ERROR: Could not download sources.
I can access 140.82.121.4 (github.com) in browser and I can ping it...
@berocs awesome thanks. Update in a few.
It's missing a cld2
dependency. Apply the following patch to the repo with git apply
:
diff --git a/.SRCINFO b/.SRCINFO
index af3f582..70cebfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = ultrastar-creator
depends = git
depends = libbass
depends = taglib
+ depends = cld2-git
source = git://github.com/UltraStar-Deluxe/UltraStar-Creator.git
source = ultrastar-creator.desktop
source = ultrastar-creator
diff --git a/PKGBUILD b/PKGBUILD
index 1edf926..39fa110 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url=https://github.com/UltraStar-Deluxe/UltraStar-Creator
license=('GPL2')
arch=('x86_64')
-depends=('qt5-base' 'qt5-tools' 'git' 'libbass' 'taglib')
+depends=('qt5-base' 'qt5-tools' 'git' 'libbass' 'taglib' 'cld2-git')
source=('git://github.com/UltraStar-Deluxe/UltraStar-Creator.git'
'ultrastar-creator.desktop'
If anyone is having trouble with the application hanging upon loading a song, make sure it has access to ALSA in one way or another (for me installing pulseaudio-alsa was what fixed it).
@barbeque Fixed. Thanks for the report.
This package also depends on "taglib". I had to install that one manually to get this to run.
Please remove "i686" from "arch". Sourcecode includes only libs for 64Bit systems and is not compileable on i686.
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.