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

Jan Steffens heftig at archlinux.org
Sun Jan 13 17:56:06 UTC 2019


    Date: Sunday, January 13, 2019 @ 17:56:05
  Author: heftig
Revision: 422933

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-alsa-plugins/repos/multilib-x86_64/PKGBUILD
    (from rev 422932, lib32-alsa-plugins/trunk/PKGBUILD)
Deleted:
  lib32-alsa-plugins/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 39 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-13 17:55:50 UTC (rev 422932)
+++ PKGBUILD	2019-01-13 17:56:05 UTC (rev 422933)
@@ -1,34 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-_pkgbasename=alsa-plugins
-pkgname=lib32-$_pkgbasename
-pkgver=1.1.7
-pkgrel=1
-pkgdesc="Extra alsa plugins (32-bit)"
-arch=(x86_64)
-url="http://www.alsa-project.org"
-license=(GPL)
-depends=(lib32-alsa-lib $_pkgbasename)
-makedepends=(lib32-libpulse lib32-jack lib32-speex lib32-libsamplerate gcc-multilib)
-optdepends=('lib32-libpulse: PulseAudio plugin'
-            'lib32-jack: Jack plugin'
-            'lib32-libsamplerate: libsamplerate resampling plugin'
-            'lib32-speex: libspeexdsp resampling plugin')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$_pkgbasename-$pkgver.tar.bz2")
-sha256sums=('a74b405ab6d9e346e6908a853d5e7631cc61038d9b265bc7f37fab16e827da47')
-
-build() {
-  cd $_pkgbasename-$pkgver
-
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-avcodec
-  make
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/{etc,usr/share}
-}

Copied: lib32-alsa-plugins/repos/multilib-x86_64/PKGBUILD (from rev 422932, lib32-alsa-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-13 17:56:05 UTC (rev 422933)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+_pkgbasename=alsa-plugins
+pkgname=lib32-$_pkgbasename
+pkgver=1.1.8
+pkgrel=1
+pkgdesc="Extra alsa plugins (32-bit)"
+arch=(x86_64)
+url="http://www.alsa-project.org"
+license=(GPL)
+depends=(lib32-alsa-lib $_pkgbasename)
+makedepends=(lib32-libpulse lib32-jack lib32-speex lib32-libsamplerate gcc-multilib)
+optdepends=('lib32-libpulse: PulseAudio plugin'
+            'lib32-jack: Jack plugin'
+            'lib32-libsamplerate: libsamplerate resampling plugin'
+            'lib32-speex: libspeexdsp resampling plugin')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$_pkgbasename-$pkgver.tar.bz2")
+sha256sums=('7f77df171685ccec918268477623a39db4d9f32d5dc5e76874ef2467a2405994')
+
+prepare() {
+  cd $_pkgbasename-$pkgver
+  autoreconf -fvi
+}
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-avcodec
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/{etc,usr/share}
+}



More information about the arch-commits mailing list