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

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Aug 23 07:31:48 UTC 2021


    Date: Monday, August 23, 2021 @ 07:31:47
  Author: alucryd
Revision: 1004271

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-23 07:31:43 UTC (rev 1004270)
+++ PKGBUILD	2021-08-23 07:31:47 UTC (rev 1004271)
@@ -1,51 +0,0 @@
-# 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:

Copied: lib32-soundtouch/repos/multilib-x86_64/PKGBUILD (from rev 1004270, lib32-soundtouch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-23 07:31:47 UTC (rev 1004271)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+pkgname=lib32-soundtouch
+pkgver=2.3.0
+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=c65afe49f697fcea87d9a134870c8d115d7700cc
+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