[arch-commits] Commit in alsa-oss/repos/extra-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Wed Dec 29 12:46:26 UTC 2021


    Date: Wednesday, December 29, 2021 @ 12:46:25
  Author: dvzrv
Revision: 433235

archrelease: copy trunk to extra-x86_64

Added:
  alsa-oss/repos/extra-x86_64/PKGBUILD
    (from rev 433234, alsa-oss/trunk/PKGBUILD)
Deleted:
  alsa-oss/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-29 12:46:17 UTC (rev 433234)
+++ PKGBUILD	2021-12-29 12:46:25 UTC (rev 433235)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=alsa-oss
-pkgver=1.1.8
-pkgrel=3
-pkgdesc="OSS compatibility library"
-arch=('x86_64')
-license=('GPL2')
-url="https://www.alsa-project.org"
-depends=('glibc')
-makedepends=('alsa-lib')
-# TODO: add oss
-optdepends=('bash: for aoss')
-provides=('libaoss.so' 'libalsatoss.so')
-source=("https://www.alsa-project.org/files/pub/oss-lib/$pkgname-$pkgver.tar.bz2")
-sha512sums=('42966af0ca1be33b4ab1e20b2e3320056ad6caf6ecc5ecde3ae19571809a2fa924dd91d9b2a5d5b6f345b29d937b079400d2a165dbe2b8a33b857cd406c4ac7c')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-# test requires the oss package and /dev/dsp
-# check() {
-#   cd "$pkgname-$pkgver"
-#   make -k check
-#   test/osstest
-# }
-
-package() {
-  depends+=('libasound.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: alsa-oss/repos/extra-x86_64/PKGBUILD (from rev 433234, alsa-oss/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-29 12:46:25 UTC (rev 433235)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=alsa-oss
+pkgver=1.1.8
+pkgrel=4
+pkgdesc="OSS compatibility library"
+arch=(x86_64)
+url="https://www.alsa-project.org"
+license=(GPL2)
+depends=(glibc)
+makedepends=(alsa-lib)
+# TODO: add oss
+optdepends=('bash: for aoss')
+provides=(libaoss.so libalsatoss.so)
+source=("https://www.alsa-project.org/files/pub/oss-lib/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha512sums=('42966af0ca1be33b4ab1e20b2e3320056ad6caf6ecc5ecde3ae19571809a2fa924dd91d9b2a5d5b6f345b29d937b079400d2a165dbe2b8a33b857cd406c4ac7c'
+            'SKIP')
+b2sums=('47124c4edd14878b202e6ff6866b5441ffa0991ac3011a3db1efcd1dd2a0c27c9f2b8b38c2a51e8b46cb5714a97393a462154cdfaf89f1238244f7b2635a7740'
+        'SKIP')
+validpgpkeys=(F04DF50737AC1A884C4B3D718380596DA6E59C91)  # ALSA Release Team (Package Signing Key v1) <release at alsa-project.org>
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -fiv
+}
+
+build() {
+  # prevent static lib mangling with LTO
+  CFLAGS+=" -ffat-lto-objects"
+
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  # prevent excessive overlinking due to libtool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# test requires the oss package and /dev/dsp
+# check() {
+#   cd "$pkgname-$pkgver"
+#   make -k check
+#   test/osstest
+# }
+
+package() {
+  depends+=(libasound.so)
+
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list