Package Details: ultrastar-creator 1.3.0-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: maxlefou
Last Packager: maxlefou
Votes: 1
Popularity: 0.000683
First Submitted: 2017-09-01 10:44 (UTC)
Last Updated: 2023-12-10 17:02 (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

1 2 Next › Last »

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.

maxlefou commented on 2023-10-13 18:40 (UTC)

that's awesome news. i'll update the script asap so it uses the releases

DeinAlptraum commented on 2023-10-13 18:14 (UTC) (edited on 2023-10-13 18:14 (UTC) by DeinAlptraum)

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

DeinAlptraum commented on 2023-08-21 12:41 (UTC)

The repository includes libbass.so in lib/unix. Should this really be downloaded manually? The build currently fails due to aur/libbass being broken.

maxlefou commented on 2023-05-01 09:54 (UTC)

Awesome. Package updated. Thanks @irgendwr.

irgendwr commented on 2023-04-30 23:47 (UTC)

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

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'