Package Details: ultrastar-creator 1.3.1-2

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)

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.

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

maxlefou commented on 2023-03-17 08:29 (UTC) (edited on 2023-03-17 08:30 (UTC) by maxlefou)

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

schrmh commented on 2023-03-17 01:09 (UTC) (edited on 2023-03-17 01:11 (UTC) by schrmh)

==> 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...

maxlefou commented on 2021-06-01 09:09 (UTC)

@berocs awesome thanks. Update in a few.

berocs commented on 2021-06-01 04:16 (UTC)

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'

tobisaur commented on 2021-01-10 14:13 (UTC)

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).

maxlefou commented on 2019-10-09 11:05 (UTC)

@barbeque Fixed. Thanks for the report.

barbeque commented on 2019-10-08 17:44 (UTC)

This package also depends on "taglib". I had to install that one manually to get this to run.

tomx3 commented on 2018-10-08 18:46 (UTC)

Please remove "i686" from "arch". Sourcecode includes only libs for 64Bit systems and is not compileable on i686.

maxlefou commented on 2017-09-12 10:19 (UTC)

I think I found the problem: forgotten dependencies. I updated the package. Please try again and tell any other error that might prevent compiling. Thanks for the report.

maxlefou commented on 2017-09-12 07:59 (UTC) (edited on 2017-09-12 07:59 (UTC) by maxlefou)

Please be more specific. I can't fix any problem if you don't tell me what exactly is wrong. Any errors? Logs?