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

Eric Bélanger eric at archlinux.org
Thu Jan 3 05:00:13 UTC 2013


    Date: Thursday, January 3, 2013 @ 00:00:13
  Author: eric
Revision: 174146

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

Added:
  soundtouch/repos/extra-i686/PKGBUILD
    (from rev 174145, soundtouch/trunk/PKGBUILD)
  soundtouch/repos/extra-x86_64/PKGBUILD
    (from rev 174145, soundtouch/trunk/PKGBUILD)
Deleted:
  soundtouch/repos/extra-i686/PKGBUILD
  soundtouch/repos/extra-i686/soundtouch-1.4.0-mmx-sse-compile-fix.patch
  soundtouch/repos/extra-i686/soundtouch-1.4.0-x86_64-asm-broken.patch
  soundtouch/repos/extra-x86_64/PKGBUILD
  soundtouch/repos/extra-x86_64/soundtouch-1.4.0-mmx-sse-compile-fix.patch
  soundtouch/repos/extra-x86_64/soundtouch-1.4.0-x86_64-asm-broken.patch

---------------------------------------------------------+
 extra-i686/PKGBUILD                                     |   65 ++++++--------
 extra-i686/soundtouch-1.4.0-mmx-sse-compile-fix.patch   |   14 ---
 extra-i686/soundtouch-1.4.0-x86_64-asm-broken.patch     |   12 --
 extra-x86_64/PKGBUILD                                   |   65 ++++++--------
 extra-x86_64/soundtouch-1.4.0-mmx-sse-compile-fix.patch |   14 ---
 extra-x86_64/soundtouch-1.4.0-x86_64-asm-broken.patch   |   12 --
 6 files changed, 56 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-01-03 04:59:56 UTC (rev 174145)
+++ extra-i686/PKGBUILD	2013-01-03 05:00:13 UTC (rev 174146)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=soundtouch
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="An audio processing library"
-arch=('i686' 'x86_64')
-url="http://www.surina.net/soundtouch/"
-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')
-
-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"
-  ./bootstrap
-  ./configure --prefix=/usr --enable-shared ${CONFIGFLAG}
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  make DESTDIR="${pkgdir}" pkgdocdir=/usr/share/doc/soundtouch install
-}

Copied: soundtouch/repos/extra-i686/PKGBUILD (from rev 174145, soundtouch/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-01-03 05:00:13 UTC (rev 174146)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=soundtouch
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="An audio processing library"
+arch=('i686' 'x86_64')
+url="http://www.surina.net/soundtouch/"
+license=('LGPL')
+depends=('gcc-libs')
+options=('!libtool')
+source=(http://www.surina.net/soundtouch/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('8b1a461754853f9c7328571449b7f9b8bd578a89')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  [ "${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
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DESTDIR="${pkgdir}" pkgdocdir=/usr/share/doc/soundtouch install
+}

Deleted: extra-i686/soundtouch-1.4.0-mmx-sse-compile-fix.patch
===================================================================
--- extra-i686/soundtouch-1.4.0-mmx-sse-compile-fix.patch	2013-01-03 04:59:56 UTC (rev 174145)
+++ extra-i686/soundtouch-1.4.0-mmx-sse-compile-fix.patch	2013-01-03 05:00:13 UTC (rev 174146)
@@ -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: extra-i686/soundtouch-1.4.0-x86_64-asm-broken.patch
===================================================================
--- extra-i686/soundtouch-1.4.0-x86_64-asm-broken.patch	2013-01-03 04:59:56 UTC (rev 174145)
+++ extra-i686/soundtouch-1.4.0-x86_64-asm-broken.patch	2013-01-03 05:00:13 UTC (rev 174146)
@@ -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 

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-01-03 04:59:56 UTC (rev 174145)
+++ extra-x86_64/PKGBUILD	2013-01-03 05:00:13 UTC (rev 174146)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=soundtouch
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="An audio processing library"
-arch=('i686' 'x86_64')
-url="http://www.surina.net/soundtouch/"
-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')
-
-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"
-  ./bootstrap
-  ./configure --prefix=/usr --enable-shared ${CONFIGFLAG}
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  make DESTDIR="${pkgdir}" pkgdocdir=/usr/share/doc/soundtouch install
-}

Copied: soundtouch/repos/extra-x86_64/PKGBUILD (from rev 174145, soundtouch/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-01-03 05:00:13 UTC (rev 174146)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=soundtouch
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="An audio processing library"
+arch=('i686' 'x86_64')
+url="http://www.surina.net/soundtouch/"
+license=('LGPL')
+depends=('gcc-libs')
+options=('!libtool')
+source=(http://www.surina.net/soundtouch/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('8b1a461754853f9c7328571449b7f9b8bd578a89')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  [ "${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
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DESTDIR="${pkgdir}" pkgdocdir=/usr/share/doc/soundtouch install
+}

Deleted: extra-x86_64/soundtouch-1.4.0-mmx-sse-compile-fix.patch
===================================================================
--- extra-x86_64/soundtouch-1.4.0-mmx-sse-compile-fix.patch	2013-01-03 04:59:56 UTC (rev 174145)
+++ extra-x86_64/soundtouch-1.4.0-mmx-sse-compile-fix.patch	2013-01-03 05:00:13 UTC (rev 174146)
@@ -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: extra-x86_64/soundtouch-1.4.0-x86_64-asm-broken.patch
===================================================================
--- extra-x86_64/soundtouch-1.4.0-x86_64-asm-broken.patch	2013-01-03 04:59:56 UTC (rev 174145)
+++ extra-x86_64/soundtouch-1.4.0-x86_64-asm-broken.patch	2013-01-03 05:00:13 UTC (rev 174146)
@@ -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