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

Maxime Gauduin alucryd at archlinux.org
Fri Oct 16 06:57:58 UTC 2020


    Date: Friday, October 16, 2020 @ 06:57:57
  Author: alucryd
Revision: 724325

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   95 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 51 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-16 06:57:53 UTC (rev 724324)
+++ PKGBUILD	2020-10-16 06:57:57 UTC (rev 724325)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: josephgbr <rafael.f.f1 at gmail.com>
-
-pkgname=lib32-soundtouch
-pkgver=2.1.2
-pkgrel=1
-pkgdesc='An audio processing library'
-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)
-
-prepare() {
-  cd soundtouch
-
-  ./bootstrap
-}
-
-build() {
-  cd soundtouch
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
-    --prefix='/usr' \
-    --libdir='/usr/lib32' \
-    --enable-shared
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C soundtouch 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 724324, lib32-soundtouch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-16 06:57:57 UTC (rev 724325)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+pkgname=lib32-soundtouch
+pkgver=2.2
+pkgrel=1
+pkgdesc='An audio processing library'
+arch=(x86_64)
+url='https://www.surina.net/soundtouch/'
+license=(LGPL)
+depends=(
+  lib32-gcc-libs
+  soundtouch
+)
+makedepends=(git)
+_tag=762f56024b7ade81f6565903161dffec0ad4741e
+source=(git+https://gitlab.com/soundtouch/soundtouch.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd soundtouch
+
+  git describe --tags
+}
+
+prepare() {
+  cd soundtouch
+
+  ./bootstrap
+}
+
+build() {
+  cd soundtouch
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+    --prefix=/usr \
+    --libdir=/usr/lib32 \
+    --enable-shared
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C soundtouch install
+  rm -rf "${pkgdir}"/usr/{bin,doc,include,share}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list