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

David Runge dvzrv at archlinux.org
Fri Feb 21 00:04:21 UTC 2020


    Date: Friday, February 21, 2020 @ 00:04:19
  Author: dvzrv
Revision: 375977

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   80 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 41 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 00:04:10 UTC (rev 375976)
+++ PKGBUILD	2020-02-21 00:04:19 UTC (rev 375977)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=alsa-oss
-pkgver=1.1.8
-pkgrel=2
-pkgdesc="OSS compatibility library"
-arch=('x86_64')
-license=('GPL2')
-url="https://www.alsa-project.org"
-depends=('glibc' 'libasound.so')
-# 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() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: alsa-oss/repos/extra-x86_64/PKGBUILD (from rev 375976, alsa-oss/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-21 00:04:19 UTC (rev 375977)
@@ -0,0 +1,41 @@
+# 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
+}



More information about the arch-commits mailing list