[arch-commits] Commit in cuetools/trunk (3 files)

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


    Date: Sunday, October 11, 2015 @ 15:25:44
  Author: stativ
Revision: 143645

upgpkg: cuetools 1.4.1-1

update to 1.4.1

Modified:
  cuetools/trunk/PKGBUILD
Deleted:
  cuetools/trunk/cuetag-fix_spaces.diff
  cuetools/trunk/fix_build_with_automake-1.12.diff

-----------------------------------+
 PKGBUILD                          |   14 +++-------
 cuetag-fix_spaces.diff            |   46 ------------------------------------
 fix_build_with_automake-1.12.diff |   24 ------------------
 3 files changed, 4 insertions(+), 80 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-11 13:07:03 UTC (rev 143644)
+++ PKGBUILD	2015-10-11 13:25:44 UTC (rev 143645)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
 pkgname=cuetools
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="Cue and toc file parsers and utilities"
 arch=('i686' 'x86_64')
 url="https://github.com/svend/cuetools"
@@ -11,18 +11,12 @@
 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"
-        "cuetag-fix_spaces.diff" "fix_build_with_automake-1.12.diff")
-md5sums=('4492dae2b3f9e077f6455a1f1cddef3b'
-         '60f4aba26e529e48dbedd2adef917117'
-         '67a3b32711d1a1f508be6ed0f1bdadf3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/svend/cuetools/archive/${pkgver}.tar.gz")
+md5sums=('b1f365fc7ab02eff4b58b6a54ecee080')
 
 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

Deleted: cuetag-fix_spaces.diff
===================================================================
--- cuetag-fix_spaces.diff	2015-10-11 13:07:03 UTC (rev 143644)
+++ cuetag-fix_spaces.diff	2015-10-11 13:25:44 UTC (rev 143645)
@@ -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: fix_build_with_automake-1.12.diff
===================================================================
--- fix_build_with_automake-1.12.diff	2015-10-11 13:07:03 UTC (rev 143644)
+++ fix_build_with_automake-1.12.diff	2015-10-11 13:25:44 UTC (rev 143645)
@@ -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