[arch-commits] Commit in abcde/repos/community-any (6 files)

Jakob Gruber schuay at nymeria.archlinux.org
Sat Mar 30 10:43:50 UTC 2013


    Date: Saturday, March 30, 2013 @ 11:43:49
  Author: schuay
Revision: 87352

archrelease: copy trunk to community-any

Added:
  abcde/repos/community-any/PKGBUILD
    (from rev 87351, abcde/trunk/PKGBUILD)
  abcde/repos/community-any/fix-mp3-tagging.patch
    (from rev 87351, abcde/trunk/fix-mp3-tagging.patch)
  abcde/repos/community-any/python2-eyed3-0.7.0.patch
    (from rev 87351, abcde/trunk/python2-eyed3-0.7.0.patch)
Deleted:
  abcde/repos/community-any/PKGBUILD
  abcde/repos/community-any/fix-mp3-tagging.patch
  abcde/repos/community-any/python2-eyed3-0.7.0.patch

---------------------------+
 PKGBUILD                  |   88 ++++++++++++++++++++++----------------------
 fix-mp3-tagging.patch     |   40 ++++++++++----------
 python2-eyed3-0.7.0.patch |   41 ++++++++++----------
 3 files changed, 85 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-30 10:43:42 UTC (rev 87351)
+++ PKGBUILD	2013-03-30 10:43:49 UTC (rev 87352)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen <j.kossen at home.nl>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Maintainer: schuay <jakob.gruber at gmail.com>
-
-pkgname=abcde
-pkgver=2.5.4
-pkgrel=4
-pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them, all in one go.'
-arch=('any')
-url='http://code.google.com/p/abcde/'
-license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
-optdepends=('eject: Eject support'
-            'cdparanoia: Paranoia ripping support'
-            'cdrkit: icedax ripping support'
-            'lame: MP3 encoding support'
-            'flac: FLAC encoding support'
-            'id3: ID3 v1 tag support'
-            'perl-musicbrainz-discid: musicbrainz support'
-            'perl-webservice-musicbrainz: musicbrainz support')
-backup=("etc/${pkgname}.conf")
-source=("http://abcde.googlecode.com/files/abcde-${pkgver}.tar.gz"
-        'fix-mp3-tagging.patch'
-        'python2-eyed3-0.7.0.patch')
-
-build() {
-    cd ${srcdir}/${pkgname}-${pkgver}
-
-    patch -Np2 < ${srcdir}/python2-eyed3-0.7.0.patch
-    patch -Np0 < ${srcdir}/fix-mp3-tagging.patch
-    sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
-}
-
-package() {
-    cd ${srcdir}/${pkgname}-${pkgver}
-
-    make DESTDIR="${pkgdir}" install
-}
-
-md5sums=('d761c5a07854ce24748be9aa10100e74'
-         'c3975dc8389ff2edba6684bbc378d97d'
-         'a438c9bc47da917884b18255bc1ffe0d')

Copied: abcde/repos/community-any/PKGBUILD (from rev 87351, abcde/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-30 10:43:49 UTC (rev 87352)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Jochem Kossen <j.kossen at home.nl>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Maintainer: schuay <jakob.gruber at gmail.com>
+
+pkgname=abcde
+pkgver=2.5.4
+pkgrel=5
+pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them, all in one go.'
+arch=('any')
+url='http://code.google.com/p/abcde/'
+license=('GPL')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
+optdepends=('eject: Eject support'
+            'cdparanoia: Paranoia ripping support'
+            'cdrkit: icedax ripping support'
+            'lame: MP3 encoding support'
+            'flac: FLAC encoding support'
+            'id3: ID3 v1 tag support'
+            'perl-musicbrainz-discid: musicbrainz support'
+            'perl-webservice-musicbrainz: musicbrainz support')
+backup=("etc/${pkgname}.conf")
+source=("http://abcde.googlecode.com/files/abcde-${pkgver}.tar.gz"
+        'fix-mp3-tagging.patch'
+        'python2-eyed3-0.7.0.patch')
+
+build() {
+    cd ${srcdir}/${pkgname}-${pkgver}
+
+    patch -Np2 < ${srcdir}/python2-eyed3-0.7.0.patch
+    patch -Np0 < ${srcdir}/fix-mp3-tagging.patch
+    sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
+}
+
+package() {
+    cd ${srcdir}/${pkgname}-${pkgver}
+
+    make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('d761c5a07854ce24748be9aa10100e74'
+         'c3975dc8389ff2edba6684bbc378d97d'
+         '2d0d28069d0e42ef55232427214a665f')

Deleted: fix-mp3-tagging.patch
===================================================================
--- fix-mp3-tagging.patch	2013-03-30 10:43:42 UTC (rev 87351)
+++ fix-mp3-tagging.patch	2013-03-30 10:43:49 UTC (rev 87352)
@@ -1,20 +0,0 @@
-*** abcde	2010-02-15 16:04:40.000000000 -0600
---- abcde	2010-02-15 14:41:25.000000000 -0600
-***************
-*** 835,841 ****
-  						-A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" \
-  						-y "$CDYEAR" -g "$GENREID" \
-  						-T "${TRACKNUM:-$1}/$TRACKS" \
-! 						${TPE2:+--TPE2 "$TPE2"} \
-  						"$ABCDETEMPDIR/track$1.$OUTPUT"
-  					;;
-  			esac
---- 835,841 ----
-                                                -A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" \
-                                                -y "$CDYEAR" -g "$GENREID" \
-                                                -T "${TRACKNUM:-$1}/$TRACKS" \
-!                                               ${TPE2:+--TPE2 \"$TPE2\"} \
-                                                "$ABCDETEMPDIR/track$1.$OUTPUT"
-                                        ;;
-                        esac
-

Copied: abcde/repos/community-any/fix-mp3-tagging.patch (from rev 87351, abcde/trunk/fix-mp3-tagging.patch)
===================================================================
--- fix-mp3-tagging.patch	                        (rev 0)
+++ fix-mp3-tagging.patch	2013-03-30 10:43:49 UTC (rev 87352)
@@ -0,0 +1,20 @@
+*** abcde	2010-02-15 16:04:40.000000000 -0600
+--- abcde	2010-02-15 14:41:25.000000000 -0600
+***************
+*** 835,841 ****
+  						-A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" \
+  						-y "$CDYEAR" -g "$GENREID" \
+  						-T "${TRACKNUM:-$1}/$TRACKS" \
+! 						${TPE2:+--TPE2 "$TPE2"} \
+  						"$ABCDETEMPDIR/track$1.$OUTPUT"
+  					;;
+  			esac
+--- 835,841 ----
+                                                -A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" \
+                                                -y "$CDYEAR" -g "$GENREID" \
+                                                -T "${TRACKNUM:-$1}/$TRACKS" \
+!                                               ${TPE2:+--TPE2 \"$TPE2\"} \
+                                                "$ABCDETEMPDIR/track$1.$OUTPUT"
+                                        ;;
+                        esac
+

Deleted: python2-eyed3-0.7.0.patch
===================================================================
--- python2-eyed3-0.7.0.patch	2013-03-30 10:43:42 UTC (rev 87351)
+++ python2-eyed3-0.7.0.patch	2013-03-30 10:43:49 UTC (rev 87352)
@@ -1,20 +0,0 @@
---- src/abcde-2.5.4/abcde	2012-09-18 15:09:31.000000000 +0200
-+++ src/abcde-2.5.4/abcde	2013-01-28 21:44:55.479715536 +0100
-@@ -829,7 +829,7 @@
- 						-a "$TRACKARTIST" -t "$TRACKNAME" -Y "$CDYEAR" \
- 						-G "$GENREID" -n "${TRACKNUM:-$1}" \
- 						${TRACKNUM:+-N "$TRACKS"} \
--						${ENCODING:+--set-encoding="$ENCODING"} \
-+						${ENCODING:+--encoding "$ENCODING"} \
- 						${TPE2:+--set-text-frame=TPE2:"$TPE2"} \
- 						"$ABCDETEMPDIR/track$1.$OUTPUT"
- 					;;
-@@ -3879,7 +3879,7 @@
- 	TAGGER="$EYED3"
- 	TAGGEROPTS="$ID3V2OPTS"
- 	ID3SYNTAX=eyed3
--	TAGGEROPTS="--set-encoding=utf16-LE $ID3V2OPTS"
-+	TAGGEROPTS="--encoding utf16 $ID3V2OPTS"
- fi
- 
- # NOGAP is specific to lame. Other encoders fail ...

Copied: abcde/repos/community-any/python2-eyed3-0.7.0.patch (from rev 87351, abcde/trunk/python2-eyed3-0.7.0.patch)
===================================================================
--- python2-eyed3-0.7.0.patch	                        (rev 0)
+++ python2-eyed3-0.7.0.patch	2013-03-30 10:43:49 UTC (rev 87352)
@@ -0,0 +1,21 @@
+--- src/abcde-2.5.4/abcde	2012-09-18 15:09:31.000000000 +0200
++++ src/abcde-2.5.4/abcde	2013-01-28 21:44:55.479715536 +0100
+@@ -829,7 +829,7 @@
+ 						-a "$TRACKARTIST" -t "$TRACKNAME" -Y "$CDYEAR" \
+ 						-G "$GENREID" -n "${TRACKNUM:-$1}" \
+ 						${TRACKNUM:+-N "$TRACKS"} \
+-						${ENCODING:+--set-encoding="$ENCODING"} \
+-						${TPE2:+--set-text-frame=TPE2:"$TPE2"} \
++						${ENCODING:+--encoding "$ENCODING"} \
++						${TPE2:+--text-frame=TPE2:"$TPE2"} \
+ 						"$ABCDETEMPDIR/track$1.$OUTPUT"
+ 					;;
+@@ -3879,7 +3879,7 @@
+ 	TAGGER="$EYED3"
+ 	TAGGEROPTS="$ID3V2OPTS"
+ 	ID3SYNTAX=eyed3
+-	TAGGEROPTS="--set-encoding=utf16-LE $ID3V2OPTS"
++	TAGGEROPTS="--encoding utf16 $ID3V2OPTS"
+ fi
+ 
+ # NOGAP is specific to lame. Other encoders fail ...




More information about the arch-commits mailing list