[arch-commits] Commit in lib32-soundtouch/trunk (PKGBUILD)

2020-10-16 Thread Maxime Gauduin via arch-commits
Date: Friday, October 16, 2020 @ 06:57:53
  Author: alucryd
Revision: 724324

upgpkg: lib32-soundtouch 2.2-1

Modified:
  lib32-soundtouch/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-16 06:40:05 UTC (rev 724323)
+++ PKGBUILD2020-10-16 06:57:53 UTC (rev 724324)
@@ -2,7 +2,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-soundtouch
-pkgver=2.1.2
+pkgver=2.2
 pkgrel=1
 pkgdesc='An audio processing library'
 arch=(x86_64)
@@ -13,9 +13,16 @@
   soundtouch
 )
 makedepends=(git)
-source=(git+https://gitlab.com/soundtouch/soundtouch.git#tag=${pkgver})
+_tag=762f56024b7ade81f6565903161dffec0ad4741e
+source=(git+https://gitlab.com/soundtouch/soundtouch.git#tag=${_tag})
 sha256sums=(SKIP)
 
+pkgver() {
+  cd soundtouch
+
+  git describe --tags
+}
+
 prepare() {
   cd soundtouch
 
@@ -27,11 +34,11 @@
 
   export CC='gcc -m32'
   export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
+--prefix=/usr \
+--libdir=/usr/lib32 \
 --enable-shared
   make
 }


[arch-commits] Commit in lib32-soundtouch/trunk (PKGBUILD)

2018-12-03 Thread Maxime Gauduin via arch-commits
Date: Monday, December 3, 2018 @ 12:38:17
  Author: alucryd
Revision: 410958

upgpkg: lib32-soundtouch 2.1.2-1

Modified:
  lib32-soundtouch/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-03 12:34:00 UTC (rev 410957)
+++ PKGBUILD2018-12-03 12:38:17 UTC (rev 410958)
@@ -2,7 +2,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-soundtouch
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='An audio processing library'
 arch=(x86_64)


[arch-commits] Commit in lib32-soundtouch/trunk (PKGBUILD)

2018-11-26 Thread Maxime Gauduin via arch-commits
Date: Monday, November 26, 2018 @ 08:06:20
  Author: alucryd
Revision: 409757

upgpkg: lib32-soundtouch 2.1.1-1

Modified:
  lib32-soundtouch/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 07:43:01 UTC (rev 409756)
+++ PKGBUILD2018-11-26 08:06:20 UTC (rev 409757)
@@ -2,16 +2,19 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-soundtouch
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='An audio processing library'
-arch=('x86_64')
+arch=(x86_64)
 url='http://www.surina.net/soundtouch/'
-license=('LGPL')
-depends=('lib32-gcc-libs' 'soundtouch')
-makedepends=('git')
-source=("git+https://gitlab.com/soundtouch/soundtouch.git#tag=${pkgver};)
-sha256sums=('SKIP')
+license=(LGPL)
+depends=(
+  lib32-gcc-libs
+  soundtouch
+)
+makedepends=(git)
+source=(git+https://gitlab.com/soundtouch/soundtouch.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 prepare() {
   cd soundtouch


[arch-commits] Commit in lib32-soundtouch/trunk (PKGBUILD)

2018-10-01 Thread Maxime Gauduin via arch-commits
Date: Monday, October 1, 2018 @ 09:37:51
  Author: alucryd
Revision: 388738

upgpkg: lib32-soundtouch 2.1.0-1

Modified:
  lib32-soundtouch/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-01 09:23:01 UTC (rev 388737)
+++ PKGBUILD2018-10-01 09:37:51 UTC (rev 388738)
@@ -2,7 +2,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-soundtouch
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='An audio processing library'
 arch=('x86_64')
@@ -9,10 +9,16 @@
 url='http://www.surina.net/soundtouch/'
 license=('LGPL')
 depends=('lib32-gcc-libs' 'soundtouch')
-makedepends=('gcc-multilib')
-source=("http://www.surina.net/soundtouch/soundtouch-${pkgver}.tar.gz;)
-sha256sums=('d224f7d1421b5f8e74a74c85741345bd9802618a40ae30ce5b427a5705c89d25')
+makedepends=('git')
+source=("git+https://gitlab.com/soundtouch/soundtouch.git#tag=${pkgver};)
+sha256sums=('SKIP')
 
+prepare() {
+  cd soundtouch
+
+  ./bootstrap
+}
+
 build() {
   cd soundtouch
 
@@ -20,7 +26,6 @@
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  ./bootstrap
   ./configure \
 --prefix='/usr' \
 --libdir='/usr/lib32' \
@@ -29,9 +34,7 @@
 }
 
 package() {
-  cd soundtouch
-
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" -C soundtouch install
   rm -rf "${pkgdir}"/usr/{bin,doc,include,share}
 }
 


[arch-commits] Commit in lib32-soundtouch/trunk (PKGBUILD)

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 19:01:32
  Author: alucryd
Revision: 266165

upgpkg: lib32-soundtouch 2.0.0-1

Modified:
  lib32-soundtouch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:59:50 UTC (rev 266164)
+++ PKGBUILD2017-11-10 19:01:32 UTC (rev 266165)
@@ -3,7 +3,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-soundtouch
-pkgver=1.9.2
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='An audio processing library'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('lib32-gcc-libs' 'soundtouch')
 makedepends=('gcc-multilib')
 source=("http://www.surina.net/soundtouch/soundtouch-${pkgver}.tar.gz;)
-sha256sums=('caeb86511e81420eeb454cb5db53f56d96b8451d37d89af6e55b12eb4da1c513')
+sha256sums=('d224f7d1421b5f8e74a74c85741345bd9802618a40ae30ce5b427a5705c89d25')
 
 build() {
   cd soundtouch


[arch-commits] Commit in lib32-soundtouch/trunk (PKGBUILD)

2016-04-16 Thread Maxime Gauduin
Date: Saturday, April 16, 2016 @ 18:42:24
  Author: alucryd
Revision: 171184

upgpkg: lib32-soundtouch 1.9.2-1

Modified:
  lib32-soundtouch/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 16:13:52 UTC (rev 171183)
+++ PKGBUILD2016-04-16 16:42:24 UTC (rev 171184)
@@ -3,16 +3,16 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-soundtouch
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.9.2
+pkgrel=1
 pkgdesc='An audio processing library'
 arch=('x86_64')
 url='http://www.surina.net/soundtouch/'
 license=('LGPL')
-depends=('lib32-gcc-libs' "${pkgname#*-}")
+depends=('lib32-gcc-libs' 'soundtouch')
 makedepends=('gcc-multilib')
 source=("http://www.surina.net/soundtouch/soundtouch-${pkgver}.tar.gz;)
-sha256sums=('1fe4fc03cbfe696c1281fd623d089baffe1b70265acc60eac7a6d9b5742971ad')
+sha256sums=('caeb86511e81420eeb454cb5db53f56d96b8451d37d89af6e55b12eb4da1c513')
 
 build() {
   cd soundtouch


[arch-commits] Commit in lib32-soundtouch/trunk (PKGBUILD)

2015-12-05 Thread Evangelos Foutras
Date: Saturday, December 5, 2015 @ 19:42:51
  Author: foutrelis
Revision: 148672

C++11 ABI rebuild

Modified:
  lib32-soundtouch/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 18:42:19 UTC (rev 148671)
+++ PKGBUILD2015-12-05 18:42:51 UTC (rev 148672)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-soundtouch
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An audio processing library'
 arch=('x86_64')
 url='http://www.surina.net/soundtouch/'


[arch-commits] Commit in lib32-soundtouch/trunk (PKGBUILD)

2015-07-17 Thread Maxime Gauduin
Date: Friday, July 17, 2015 @ 09:48:02
  Author: alucryd
Revision: 137038

upgpkg: lib32-soundtouch 1.9.0-1

Modified:
  lib32-soundtouch/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-17 03:00:05 UTC (rev 137037)
+++ PKGBUILD2015-07-17 07:48:02 UTC (rev 137038)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor: josephgbr rafael.f...@gmail.com
 
 pkgname=lib32-soundtouch
-pkgver=1.8.0
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='An audio processing library'
 arch=('x86_64')
@@ -11,11 +11,11 @@
 license=('LGPL')
 depends=('lib32-gcc-libs' ${pkgname#*-})
 makedepends=('gcc-multilib')
-source=(${url}/${pkgname#*-}-${pkgver}.tar.gz)
-sha256sums=('3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b')
+source=(http://www.surina.net/soundtouch/soundtouch-${pkgver}.tar.gz;)
+sha256sums=('1fe4fc03cbfe696c1281fd623d089baffe1b70265acc60eac7a6d9b5742971ad')
 
 build() {
-  cd ${pkgname#*-}
+  cd soundtouch
 
   export CC='gcc -m32'
   export CXX='g++ -m32'
@@ -22,12 +22,15 @@
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
   ./bootstrap
-  ./configure --prefix='/usr' --libdir='/usr/lib32' --enable-shared --with-pic
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--enable-shared
   make
 }
 
 package() {
-  cd ${pkgname#*-}
+  cd soundtouch
 
   make DESTDIR=${pkgdir} install
   rm -rf ${pkgdir}/usr/{bin,doc,include,share}


[arch-commits] Commit in lib32-soundtouch/trunk (PKGBUILD)

2014-03-26 Thread Maxime Gauduin
Date: Wednesday, March 26, 2014 @ 12:02:58
  Author: alucryd
Revision: 108294

upgpkg: lib32-soundtouch 1.8.0-1

Modified:
  lib32-soundtouch/trunk/PKGBUILD

--+
 PKGBUILD |   33 -
 1 file changed, 12 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-26 10:59:29 UTC (rev 108293)
+++ PKGBUILD2014-03-26 11:02:58 UTC (rev 108294)
@@ -3,42 +3,33 @@
 # Contributor: josephgbr rafael.f...@gmail.com
 
 pkgname=lib32-soundtouch
-pkgver=1.7.1
-pkgrel=2
-pkgdesc=An audio processing library
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='An audio processing library'
 arch=('x86_64')
-url=http://www.surina.net/soundtouch/;
+url='http://www.surina.net/soundtouch/'
 license=('LGPL')
 depends=('lib32-gcc-libs' ${pkgname#*-})
 makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://www.surina.net/soundtouch/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('385eafa438a9d31ddf84b8d2f713097a3f1fc93d7abdb2fc54c484b777ee0267')
+source=(${url}/${pkgname#*-}-${pkgver}.tar.gz)
+sha256sums=('3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b')
 
 build() {
-  cd ${srcdir}/${pkgname#*-}
+  cd ${pkgname#*-}
 
-# Patch
-  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-# Multilib
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-# Build
   ./bootstrap
-  ./configure --prefix=/usr --libdir=/usr/lib32 --enable-shared --with-pic
+  ./configure --prefix='/usr' --libdir='/usr/lib32' --enable-shared --with-pic
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname#*-}
+  cd ${pkgname#*-}
 
-# Install
   make DESTDIR=${pkgdir} install
-
-# Multilib
   rm -rf ${pkgdir}/usr/{bin,doc,include,share}
 }