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

Jelle van der Waa jelle at archlinux.org
Fri Nov 9 13:29:14 UTC 2018


    Date: Friday, November 9, 2018 @ 13:29:13
  Author: jelle
Revision: 338446

archrelease: copy trunk to extra-x86_64

Added:
  alsaplayer/repos/extra-x86_64/PKGBUILD
    (from rev 338445, alsaplayer/trunk/PKGBUILD)
Deleted:
  alsaplayer/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-09 13:29:03 UTC (rev 338445)
+++ PKGBUILD	2018-11-09 13:29:13 UTC (rev 338446)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=alsaplayer
-pkgver=0.99.81
-pkgrel=8
-pkgdesc="A heavily multi-threaded PCM player that tries to excercise the ALSA library and driver quite a bit"
-arch=('i686' 'x86_64')
-url="http://alsaplayer.sourceforge.net/"
-license=('GPL')
-depends=('gcc-libs' 'desktop-file-utils')
-makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack' 'mesa' 'audiofile' 'doxygen')
-optdepends=('gtk2: for the gtk2 GUI interface' \
-            'libgl: for the OpenGL visual plugins' \
-            'jack: for JACK audio server output support' \
-            'audiofile: for support of various audio formats like AIFF, WAVE, .snd/.au' \
-            'libid3tag: for flac support' \
-            'flac: for flac support' \
-            'libmad: for MPEG support' \
-            'libsndfile: for sndfile support' \
-            'libvorbis: for ogg vorbis support' \
-            'libmikmod: for mod, s3m, it and xm formats supports')
-source=(http://alsaplayer.sourceforge.net/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('25817ebd1e5c36da31a88363315a1bf7a945ddfd')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-audiofile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: alsaplayer/repos/extra-x86_64/PKGBUILD (from rev 338445, alsaplayer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-09 13:29:13 UTC (rev 338446)
@@ -0,0 +1,34 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=alsaplayer
+pkgver=0.99.81
+pkgrel=9
+pkgdesc="A heavily multi-threaded PCM player that tries to excercise the ALSA library and driver quite a bit"
+arch=('x86_64')
+url="http://alsaplayer.sourceforge.net/"
+license=('GPL')
+depends=('gcc-libs' 'desktop-file-utils')
+makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack' 'mesa' 'audiofile' 'doxygen')
+optdepends=('gtk2: for the gtk2 GUI interface' \
+            'libgl: for the OpenGL visual plugins' \
+            'jack: for JACK audio server output support' \
+            'audiofile: for support of various audio formats like AIFF, WAVE, .snd/.au' \
+            'libid3tag: for flac support' \
+            'flac: for flac support' \
+            'libmad: for MPEG support' \
+            'libsndfile: for sndfile support' \
+            'libvorbis: for ogg vorbis support' \
+            'libmikmod: for mod, s3m, it and xm formats supports')
+source=(http://alsaplayer.sourceforge.net/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('25817ebd1e5c36da31a88363315a1bf7a945ddfd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-audiofile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list