[arch-commits] Commit in lib32-soundtouch/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Oct 1 09:38:00 UTC 2018
Date: Monday, October 1, 2018 @ 09:38:00
Author: alucryd
Revision: 388739
archrelease: copy trunk to multilib-x86_64
Added:
lib32-soundtouch/repos/multilib-x86_64/PKGBUILD
(from rev 388738, lib32-soundtouch/trunk/PKGBUILD)
Deleted:
lib32-soundtouch/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 80 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 41 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-01 09:37:51 UTC (rev 388738)
+++ PKGBUILD 2018-10-01 09:38:00 UTC (rev 388739)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: josephgbr <rafael.f.f1 at gmail.com>
-
-pkgname=lib32-soundtouch
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='An audio processing library'
-arch=('x86_64')
-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')
-
-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:
Copied: lib32-soundtouch/repos/multilib-x86_64/PKGBUILD (from rev 388738, lib32-soundtouch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-01 09:38:00 UTC (rev 388739)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+pkgname=lib32-soundtouch
+pkgver=2.1.0
+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:
More information about the arch-commits
mailing list