[arch-commits] Commit in lib32-soundtouch/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Jul 17 07:48:20 UTC 2015


    Date: Friday, July 17, 2015 @ 09:48:19
  Author: alucryd
Revision: 137039

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-soundtouch/repos/multilib-x86_64/PKGBUILD
    (from rev 137038, lib32-soundtouch/trunk/PKGBUILD)
Deleted:
  lib32-soundtouch/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 39 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-17 07:48:02 UTC (rev 137038)
+++ PKGBUILD	2015-07-17 07:48:19 UTC (rev 137039)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: josephgbr <rafael.f.f1 at gmail.com>
-
-pkgname=lib32-soundtouch
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='An audio processing library'
-arch=('x86_64')
-url='http://www.surina.net/soundtouch/'
-license=('LGPL')
-depends=('lib32-gcc-libs' "${pkgname#*-}")
-makedepends=('gcc-multilib')
-source=("${url}/${pkgname#*-}-${pkgver}.tar.gz")
-sha256sums=('3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b')
-
-build() {
-  cd ${pkgname#*-}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./bootstrap
-  ./configure --prefix='/usr' --libdir='/usr/lib32' --enable-shared --with-pic
-  make
-}
-
-package() {
-  cd ${pkgname#*-}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,doc,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-soundtouch/repos/multilib-x86_64/PKGBUILD (from rev 137038, lib32-soundtouch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-17 07:48:19 UTC (rev 137039)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+pkgname=lib32-soundtouch
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='An audio processing library'
+arch=('x86_64')
+url='http://www.surina.net/soundtouch/'
+license=('LGPL')
+depends=('lib32-gcc-libs' "${pkgname#*-}")
+makedepends=('gcc-multilib')
+source=("http://www.surina.net/soundtouch/soundtouch-${pkgver}.tar.gz")
+sha256sums=('1fe4fc03cbfe696c1281fd623d089baffe1b70265acc60eac7a6d9b5742971ad')
+
+build() {
+  cd soundtouch
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./bootstrap
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --enable-shared
+  make
+}
+
+package() {
+  cd soundtouch
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,doc,include,share}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list