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

Lukas Jirkovsky stativ at nymeria.archlinux.org
Tue Dec 31 11:13:26 UTC 2013


    Date: Tuesday, December 31, 2013 @ 12:13:25
  Author: stativ
Revision: 103244

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

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

----------------------------------------------------+
 /PKGBUILD                                          |   82 +++++++++++++++++++
 /fix_build_with_automake-1.12.diff                 |   48 +++++++++++
 community-i686/PKGBUILD                            |   39 ---------
 community-i686/cuetag-fix_spaces.diff              |   46 ++++++++++
 community-i686/fix_build_with_automake-1.12.diff   |   24 -----
 community-x86_64/PKGBUILD                          |   39 ---------
 community-x86_64/cuetag-fix_spaces.diff            |   46 ++++++++++
 community-x86_64/fix_build_with_automake-1.12.diff |   24 -----
 8 files changed, 222 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-12-31 11:10:33 UTC (rev 103243)
+++ community-i686/PKGBUILD	2013-12-31 11:13:25 UTC (rev 103244)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=cuetools
-pkgver=1.4.0
-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')
-source=("https://github.com/svend/cuetools/archive/${pkgver}.tar.gz"
-	"fix_build_with_automake-1.12.diff")
-md5sums=('4492dae2b3f9e077f6455a1f1cddef3b'
-         '67a3b32711d1a1f508be6ed0f1bdadf3')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np1 < "$srcdir/fix_build_with_automake-1.12.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 103243, cuetools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-12-31 11:13:25 UTC (rev 103244)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=cuetools
+pkgver=1.4.0
+pkgrel=2
+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')
+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/cuetag-fix_spaces.diff (from rev 103243, cuetools/trunk/cuetag-fix_spaces.diff)
===================================================================
--- community-i686/cuetag-fix_spaces.diff	                        (rev 0)
+++ community-i686/cuetag-fix_spaces.diff	2013-12-31 11:13:25 UTC (rev 103244)
@@ -0,0 +1,46 @@
+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	2013-12-31 11:10:33 UTC (rev 103243)
+++ community-i686/fix_build_with_automake-1.12.diff	2013-12-31 11:13:25 UTC (rev 103244)
@@ -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
-

Copied: cuetools/repos/community-i686/fix_build_with_automake-1.12.diff (from rev 103243, cuetools/trunk/fix_build_with_automake-1.12.diff)
===================================================================
--- community-i686/fix_build_with_automake-1.12.diff	                        (rev 0)
+++ community-i686/fix_build_with_automake-1.12.diff	2013-12-31 11:13:25 UTC (rev 103244)
@@ -0,0 +1,24 @@
+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	2013-12-31 11:10:33 UTC (rev 103243)
+++ community-x86_64/PKGBUILD	2013-12-31 11:13:25 UTC (rev 103244)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=cuetools
-pkgver=1.4.0
-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')
-source=("https://github.com/svend/cuetools/archive/${pkgver}.tar.gz"
-	"fix_build_with_automake-1.12.diff")
-md5sums=('4492dae2b3f9e077f6455a1f1cddef3b'
-         '67a3b32711d1a1f508be6ed0f1bdadf3')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np1 < "$srcdir/fix_build_with_automake-1.12.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 103243, cuetools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-12-31 11:13:25 UTC (rev 103244)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=cuetools
+pkgver=1.4.0
+pkgrel=2
+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')
+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/cuetag-fix_spaces.diff (from rev 103243, cuetools/trunk/cuetag-fix_spaces.diff)
===================================================================
--- community-x86_64/cuetag-fix_spaces.diff	                        (rev 0)
+++ community-x86_64/cuetag-fix_spaces.diff	2013-12-31 11:13:25 UTC (rev 103244)
@@ -0,0 +1,46 @@
+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	2013-12-31 11:10:33 UTC (rev 103243)
+++ community-x86_64/fix_build_with_automake-1.12.diff	2013-12-31 11:13:25 UTC (rev 103244)
@@ -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
-

Copied: cuetools/repos/community-x86_64/fix_build_with_automake-1.12.diff (from rev 103243, cuetools/trunk/fix_build_with_automake-1.12.diff)
===================================================================
--- community-x86_64/fix_build_with_automake-1.12.diff	                        (rev 0)
+++ community-x86_64/fix_build_with_automake-1.12.diff	2013-12-31 11:13:25 UTC (rev 103244)
@@ -0,0 +1,24 @@
+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