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

Eric Bélanger eric at archlinux.org
Thu Jan 3 04:59:57 UTC 2013


    Date: Wednesday, January 2, 2013 @ 23:59:56
  Author: eric
Revision: 174145

upgpkg: soundtouch 1.7.1-1

Upstream update, Remove old patches

Modified:
  soundtouch/trunk/PKGBUILD
Deleted:
  soundtouch/trunk/soundtouch-1.4.0-mmx-sse-compile-fix.patch
  soundtouch/trunk/soundtouch-1.4.0-x86_64-asm-broken.patch

--------------------------------------------+
 PKGBUILD                                   |   17 ++++-------------
 soundtouch-1.4.0-mmx-sse-compile-fix.patch |   14 --------------
 soundtouch-1.4.0-x86_64-asm-broken.patch   |   12 ------------
 3 files changed, 4 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-03 03:51:33 UTC (rev 174144)
+++ PKGBUILD	2013-01-03 04:59:56 UTC (rev 174145)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=soundtouch
-pkgver=1.6.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="An audio processing library"
 arch=('i686' 'x86_64')
@@ -10,22 +10,13 @@
 license=('LGPL')
 depends=('gcc-libs')
 options=('!libtool')
-source=(http://www.surina.net/soundtouch/${pkgname}-${pkgver}.tar.gz
-        soundtouch-1.4.0-mmx-sse-compile-fix.patch
-        soundtouch-1.4.0-x86_64-asm-broken.patch)
-md5sums=('aa1c63d4d67b033f044a6a48d2be5bdd'
-         '108cd080b4b0ebe8ed1f950ff1315e7a'
-         '0d856bb5b519b18c6ba3a2e1770bdfd2')
-sha1sums=('9871dcbf75a68665a3515bb9dda4727beb0358e7'
-          '7a245aacadcb3003e73c1c202c8de0ecc09283ac'
-          '95282cca856b3b8645fadb530ce5eb892074f193')
+source=(http://www.surina.net/soundtouch/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('8b1a461754853f9c7328571449b7f9b8bd578a89')
 
 build() {
   cd "${srcdir}/${pkgname}"
-  patch -p1 -i "${srcdir}/soundtouch-1.4.0-mmx-sse-compile-fix.patch"
-  patch -p1 -i "${srcdir}/soundtouch-1.4.0-x86_64-asm-broken.patch"
-
   [ "${CARCH}" = "x86_64" ] && CONFIGFLAG="--with-pic"
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
   ./bootstrap
   ./configure --prefix=/usr --enable-shared ${CONFIGFLAG}
   make

Deleted: soundtouch-1.4.0-mmx-sse-compile-fix.patch
===================================================================
--- soundtouch-1.4.0-mmx-sse-compile-fix.patch	2013-01-03 03:51:33 UTC (rev 174144)
+++ soundtouch-1.4.0-mmx-sse-compile-fix.patch	2013-01-03 04:59:56 UTC (rev 174145)
@@ -1,14 +0,0 @@
-diff -up soundtouch/source/SoundTouch/Makefile.am~ soundtouch/source/SoundTouch/Makefile.am
---- soundtouch/source/SoundTouch/Makefile.am~	2009-02-15 11:21:36.000000000 +0100
-+++ soundtouch/source/SoundTouch/Makefile.am	2009-02-15 11:23:30.000000000 +0100
-@@ -36,7 +36,9 @@
- # Note by authore: '-msse2' might not work in non-X86 compilations. If someone can
- # fix this script to automatically check for CPU architecture, please submit a patch 
- # to me.
--AM_CXXFLAGS=-O3 -msse2 -fcheck-new -I../../include
-+AM_CXXFLAGS = -fcheck-new -I../../include
-+mmx_optimized.lo : AM_CXXFLAGS = -mmmx -fcheck-new -I../../include
-+sse_optimized.lo : AM_CXXFLAGS = -msse -fcheck-new -I../../include
- 
- 
- # other linking flags to add

Deleted: soundtouch-1.4.0-x86_64-asm-broken.patch
===================================================================
--- soundtouch-1.4.0-x86_64-asm-broken.patch	2013-01-03 03:51:33 UTC (rev 174144)
+++ soundtouch-1.4.0-x86_64-asm-broken.patch	2013-01-03 04:59:56 UTC (rev 174145)
@@ -1,12 +0,0 @@
-diff -up soundtouch/include/STTypes.h~ soundtouch/include/STTypes.h
---- soundtouch/include/STTypes.h~	2009-01-25 17:32:53.000000000 +0100
-+++ soundtouch/include/STTypes.h	2009-02-14 22:22:37.000000000 +0100
-@@ -87,7 +87,7 @@ namespace soundtouch
-  
-  #endif
- 
--    #if (WIN32 || __i386__ || __x86_64__)
-+    #if (WIN32 || __i386__)
-         /// Define this to allow X86-specific assembler/intrinsic optimizations. 
-         /// Notice that library contains also usual C++ versions of each of these
-         /// these routines, so if you're having difficulties getting the optimized 




More information about the arch-commits mailing list