[arch-commits] Commit in cuetools/repos (8 files)

Lukas Jirkovsky stativ at archlinux.org
Sun Oct 11 13:25:57 UTC 2015


    Date: Sunday, October 11, 2015 @ 15:25:57
  Author: stativ
Revision: 143646

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cuetools/repos/community-i686/PKGBUILD
    (from rev 143645, cuetools/trunk/PKGBUILD)
  cuetools/repos/community-x86_64/PKGBUILD
    (from rev 143645, cuetools/trunk/PKGBUILD)
Deleted:
  cuetools/repos/community-i686/PKGBUILD
  cuetools/repos/community-i686/cuetag-fix_spaces.diff
  cuetools/repos/community-i686/fix_build_with_automake-1.12.diff
  cuetools/repos/community-x86_64/PKGBUILD
  cuetools/repos/community-x86_64/cuetag-fix_spaces.diff
  cuetools/repos/community-x86_64/fix_build_with_automake-1.12.diff

----------------------------------------------------+
 /PKGBUILD                                          |   74 +++++++++++++++++++
 community-i686/PKGBUILD                            |   43 -----------
 community-i686/cuetag-fix_spaces.diff              |   46 -----------
 community-i686/fix_build_with_automake-1.12.diff   |   24 ------
 community-x86_64/PKGBUILD                          |   43 -----------
 community-x86_64/cuetag-fix_spaces.diff            |   46 -----------
 community-x86_64/fix_build_with_automake-1.12.diff |   24 ------
 7 files changed, 74 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-10-11 13:25:44 UTC (rev 143645)
+++ community-i686/PKGBUILD	2015-10-11 13:25:57 UTC (rev 143646)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=cuetools
-pkgver=1.4.0
-pkgrel=3
-pkgdesc="Cue and toc file parsers and utilities"
-arch=('i686' 'x86_64')
-url="https://github.com/svend/cuetools"
-#url="http://developer.berlios.de/projects/cuetools/"
-license=('GPL')
-depends=('glibc')
-optdepends=('id3v2: mp3 support in cuetag (does not require mutagen)'
-            'mutagen: mp3 support in cuetag (does not require id3v2)')
-source=("https://github.com/svend/cuetools/archive/${pkgver}.tar.gz"
-        "cuetag-fix_spaces.diff" "fix_build_with_automake-1.12.diff")
-md5sums=('4492dae2b3f9e077f6455a1f1cddef3b'
-         '60f4aba26e529e48dbedd2adef917117'
-         '67a3b32711d1a1f508be6ed0f1bdadf3')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np1 < "$srcdir/fix_build_with_automake-1.12.diff" || true
-  patch -Np1 < "$srcdir/cuetag-fix_spaces.diff" || true
-
-  aclocal
-  autoheader
-  automake --force-missing --add-missing
-  autoconf
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: cuetools/repos/community-i686/PKGBUILD (from rev 143645, cuetools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-11 13:25:57 UTC (rev 143646)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=cuetools
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Cue and toc file parsers and utilities"
+arch=('i686' 'x86_64')
+url="https://github.com/svend/cuetools"
+#url="http://developer.berlios.de/projects/cuetools/"
+license=('GPL')
+depends=('glibc')
+optdepends=('id3v2: mp3 support in cuetag (does not require mutagen)'
+            'mutagen: mp3 support in cuetag (does not require id3v2)')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/svend/cuetools/archive/${pkgver}.tar.gz")
+md5sums=('b1f365fc7ab02eff4b58b6a54ecee080')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  aclocal
+  autoheader
+  automake --force-missing --add-missing
+  autoconf
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/cuetag-fix_spaces.diff
===================================================================
--- community-i686/cuetag-fix_spaces.diff	2015-10-11 13:25:44 UTC (rev 143645)
+++ community-i686/cuetag-fix_spaces.diff	2015-10-11 13:25:57 UTC (rev 143646)
@@ -1,46 +0,0 @@
-From 21ee6cc40f02693928efbc4f3beeb681950c16b5 Mon Sep 17 00:00:00 2001
-From: Svend Sorensen <svend at ciffer.net>
-Date: Sat, 23 Nov 2013 17:23:01 -0800
-Subject: [PATCH] cuetag: Fix handling of spaces in file names
-
-Fixes #14
----
- src/tools/cuetag.sh | 9 ++++-----
- 1 file changed, 4 insertions(+), 5 deletions(-)
-
-diff --git a/src/tools/cuetag.sh b/src/tools/cuetag.sh
-index f26fa20..448920f 100755
---- a/src/tools/cuetag.sh
-+++ b/src/tools/cuetag.sh
-@@ -182,16 +182,15 @@ main()
- 	ntrack=$(cueprint -d '%N' "$cue_file")
- 	trackno=1
- 
--	FILES= FIELDS=
-+	NUM_FILES=0 FIELDS=
- 	for arg in "$@"; do
- 		case "$arg" in
--			*.*) FILES="$FILES $arg";;
-+			*.*) NUM_FILES=$(expr $NUM_FILES + 1);;
- 			*) FIELDS="$FIELDS $arg";;
- 		esac
- 	done
- 
--	set -- $FILES
--	if [ $# -ne $ntrack ]; then
-+	if [ $NUM_FILES -ne $ntrack ]; then
- 		echo "warning: number of files does not match number of tracks"
- 	fi
- 
-@@ -209,7 +208,7 @@ main()
- 		*.[Tt][Xx][Tt])
- 			vorbis $trackno "$file"
- 			;;
--		*)
-+		*.*)
- 			echo "$file: uknown file type"
- 			;;
- 		esac
--- 
-1.8.5.1
-

Deleted: community-i686/fix_build_with_automake-1.12.diff
===================================================================
--- community-i686/fix_build_with_automake-1.12.diff	2015-10-11 13:25:44 UTC (rev 143645)
+++ community-i686/fix_build_with_automake-1.12.diff	2015-10-11 13:25:57 UTC (rev 143646)
@@ -1,24 +0,0 @@
-From 761eba5b9b9c87a872a18b7ba4bf3d77a96e2157 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Horv=C3=A1th=20Bal=C3=A1zs?= <q at qroa.ch>
-Date: Tue, 15 Oct 2013 01:17:52 +0200
-Subject: [PATCH] Fix build with automake-1.12.
-
----
- configure.ac | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/configure.ac b/configure.ac
-index f54bb92..9f36932 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -4,6 +4,7 @@ AC_PROG_CC
- AC_PROG_INSTALL
- AC_PROG_RANLIB
- AM_PROG_LEX
-+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
- AC_PROG_YACC
- AC_CONFIG_HEADERS([config.h])
- AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lib/Makefile src/tools/Makefile extras/Makefile])
--- 
-1.8.4
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-10-11 13:25:44 UTC (rev 143645)
+++ community-x86_64/PKGBUILD	2015-10-11 13:25:57 UTC (rev 143646)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=cuetools
-pkgver=1.4.0
-pkgrel=3
-pkgdesc="Cue and toc file parsers and utilities"
-arch=('i686' 'x86_64')
-url="https://github.com/svend/cuetools"
-#url="http://developer.berlios.de/projects/cuetools/"
-license=('GPL')
-depends=('glibc')
-optdepends=('id3v2: mp3 support in cuetag (does not require mutagen)'
-            'mutagen: mp3 support in cuetag (does not require id3v2)')
-source=("https://github.com/svend/cuetools/archive/${pkgver}.tar.gz"
-        "cuetag-fix_spaces.diff" "fix_build_with_automake-1.12.diff")
-md5sums=('4492dae2b3f9e077f6455a1f1cddef3b'
-         '60f4aba26e529e48dbedd2adef917117'
-         '67a3b32711d1a1f508be6ed0f1bdadf3')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np1 < "$srcdir/fix_build_with_automake-1.12.diff" || true
-  patch -Np1 < "$srcdir/cuetag-fix_spaces.diff" || true
-
-  aclocal
-  autoheader
-  automake --force-missing --add-missing
-  autoconf
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: cuetools/repos/community-x86_64/PKGBUILD (from rev 143645, cuetools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-11 13:25:57 UTC (rev 143646)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=cuetools
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Cue and toc file parsers and utilities"
+arch=('i686' 'x86_64')
+url="https://github.com/svend/cuetools"
+#url="http://developer.berlios.de/projects/cuetools/"
+license=('GPL')
+depends=('glibc')
+optdepends=('id3v2: mp3 support in cuetag (does not require mutagen)'
+            'mutagen: mp3 support in cuetag (does not require id3v2)')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/svend/cuetools/archive/${pkgver}.tar.gz")
+md5sums=('b1f365fc7ab02eff4b58b6a54ecee080')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  aclocal
+  autoheader
+  automake --force-missing --add-missing
+  autoconf
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/cuetag-fix_spaces.diff
===================================================================
--- community-x86_64/cuetag-fix_spaces.diff	2015-10-11 13:25:44 UTC (rev 143645)
+++ community-x86_64/cuetag-fix_spaces.diff	2015-10-11 13:25:57 UTC (rev 143646)
@@ -1,46 +0,0 @@
-From 21ee6cc40f02693928efbc4f3beeb681950c16b5 Mon Sep 17 00:00:00 2001
-From: Svend Sorensen <svend at ciffer.net>
-Date: Sat, 23 Nov 2013 17:23:01 -0800
-Subject: [PATCH] cuetag: Fix handling of spaces in file names
-
-Fixes #14
----
- src/tools/cuetag.sh | 9 ++++-----
- 1 file changed, 4 insertions(+), 5 deletions(-)
-
-diff --git a/src/tools/cuetag.sh b/src/tools/cuetag.sh
-index f26fa20..448920f 100755
---- a/src/tools/cuetag.sh
-+++ b/src/tools/cuetag.sh
-@@ -182,16 +182,15 @@ main()
- 	ntrack=$(cueprint -d '%N' "$cue_file")
- 	trackno=1
- 
--	FILES= FIELDS=
-+	NUM_FILES=0 FIELDS=
- 	for arg in "$@"; do
- 		case "$arg" in
--			*.*) FILES="$FILES $arg";;
-+			*.*) NUM_FILES=$(expr $NUM_FILES + 1);;
- 			*) FIELDS="$FIELDS $arg";;
- 		esac
- 	done
- 
--	set -- $FILES
--	if [ $# -ne $ntrack ]; then
-+	if [ $NUM_FILES -ne $ntrack ]; then
- 		echo "warning: number of files does not match number of tracks"
- 	fi
- 
-@@ -209,7 +208,7 @@ main()
- 		*.[Tt][Xx][Tt])
- 			vorbis $trackno "$file"
- 			;;
--		*)
-+		*.*)
- 			echo "$file: uknown file type"
- 			;;
- 		esac
--- 
-1.8.5.1
-

Deleted: community-x86_64/fix_build_with_automake-1.12.diff
===================================================================
--- community-x86_64/fix_build_with_automake-1.12.diff	2015-10-11 13:25:44 UTC (rev 143645)
+++ community-x86_64/fix_build_with_automake-1.12.diff	2015-10-11 13:25:57 UTC (rev 143646)
@@ -1,24 +0,0 @@
-From 761eba5b9b9c87a872a18b7ba4bf3d77a96e2157 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Horv=C3=A1th=20Bal=C3=A1zs?= <q at qroa.ch>
-Date: Tue, 15 Oct 2013 01:17:52 +0200
-Subject: [PATCH] Fix build with automake-1.12.
-
----
- configure.ac | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/configure.ac b/configure.ac
-index f54bb92..9f36932 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -4,6 +4,7 @@ AC_PROG_CC
- AC_PROG_INSTALL
- AC_PROG_RANLIB
- AM_PROG_LEX
-+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
- AC_PROG_YACC
- AC_CONFIG_HEADERS([config.h])
- AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lib/Makefile src/tools/Makefile extras/Makefile])
--- 
-1.8.4
-



More information about the arch-commits mailing list