Search Criteria
Package Details: gcue2tracks 0.5.2-3
Git Clone URL: | https://aur.archlinux.org/gcue2tracks.git (read-only, click to copy) |
---|---|
Package Base: | gcue2tracks |
Description: | Tool for spliting compressed audio CD image to tracks with filling tags from cue sheet info. |
Upstream URL: | http://trac-hg.assembla.com/gCue2tracks/wiki |
Licenses: | |
Submitter: | overmind88 |
Maintainer: | Afwas |
Last Packager: | Afwas |
Votes: | 57 |
Popularity: | 0.000000 |
First Submitted: | 2009-01-10 16:19 |
Last Updated: | 2015-07-07 11:19 |
Dependencies (7)
- cuetools
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi, ffmpeg-amd-full, ffmpeg-full-git, ffmpeg-amd-full-git)
- pygtk
- shntool
- unzip (unzip-natspec, unzip-iconv)
- gettext (gettext-git) (make)
- id3v2 (optional) – For MP3 tagging support
Latest Comments
1 2 Next › Last »
Radioactiveman commented on 2020-05-05 19:32
The upstream URL gives a 404 meanwhile, this one works: https://app.assembla.com/spaces/gCue2tracks/
Toonzee commented on 2018-11-22 09:22
gcue2tracks won't start any more unless it is started from /usr/share/gcue2tracks or the working directory is set as /usr/share/gcue2tracks in the application menu. Adding Path=/usr/share/gcue2tracks to the .desktop file would probably be a good idea.
Ferik commented on 2013-04-20 03:53
#PKGBUILD for gcue2tracks 0.5.2
pkgname=gcue2tracks
pkgver=0.5.2
pkgrel=1
pkgdesc="Tool for spliting compressed audio CD image to tracks with filling tags from cue sheet info."
arch=('i686' 'x86_64')
url="http://trac-hg.assembla.com/gCue2tracks/wiki"
license=('GPL')
depends=('pygtk' 'cuetools' 'shntool' 'ffmpeg' 'unzip')
optdepends=('id3v2: For MP3 tagging support')
makedepends=(gettext)
source=("${pkgname}-${pkgver}.tar.gz::https://www.assembla.com/spaces/gCue2tracks/documents/bgg6jqEgGr4PptacwqEsg8/download/bgg6jqEgGr4PptacwqEsg8")
md5sums=('d10dfe8ed6ae13c26ee3e78908711847')
package() {
cd "${srcdir}/gCue2tracks"
sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
$(find . -name '*.py')
sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" gcue2tracks
python2 setup.py install --root=${pkgdir}
chmod +x ${pkgdir}/usr/bin/gcue2tracks
}
Ferik commented on 2013-04-20 03:47
#PKGBUILD for gcue2tracks 0.5.2
pkgname=gcue2tracks
pkgver=0.5.2
pkgrel=1
pkgdesc="Tool for spliting compressed audio CD image to tracks with filling tags from cue sheet info."
arch=('i686' 'x86_64')
url="http://trac-hg.assembla.com/gCue2tracks/wiki"
license=('GPL')
depends=('pygtk' 'cuetools' 'shntool' 'ffmpeg' 'unzip')
optdepends=('id3v2: For MP3 tagging support')
makedepends=(gettext)
source=("${pkgname}-${pkgver}.tar.gz::https://www.assembla.com/spaces/gCue2tracks/documents/bgg6jqEgGr4PptacwqEsg8/download/bgg6jqEgGr4PptacwqEsg8")
md5sums=('d10dfe8ed6ae13c26ee3e78908711847')
package() {
cd "${srcdir}/gCue2tracks"
sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
$(find . -name '*.py')
sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" gcue2tracks
python2 setup.py install --root=${pkgdir}
chmod +x ${pkgdir}/usr/bin/gcue2tracks
}
felixonmars commented on 2013-04-10 04:42
The source url returns 404 now.
Please rename build() to package(), as using a PKGBUILD without a package() function is deprecated since pacman 4.1
Also, please quote "${pkgdir}".
opteronup commented on 2013-02-07 17:19
Does not compile here. It gives me an error:
trp.c: In function ‘trp_init’:
trp.c:47:23: error: void value not ignored as it ought to be
make[1]: *** [trp.o] Error 1
make[1]: Leaving directory `/home/user/Downloads/trpc-libs/src/trp-20120628/trp'
make: *** [rts] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Anonymous comment on 2012-12-01 19:14
404
postblue commented on 2012-11-20 15:08
Error : curl: (22) The requested URL returned error: 404 Not Found. Cannot find archive on the trac anymore.
printesoi commented on 2012-07-19 15:04
Thank you for packaging this! It works very well!
Anonymous comment on 2010-10-08 15:01
a working PKGBUILD with python2 update
http://aur.pastebin.com/WdxNPP46