[arch-commits] Commit in alsaplayer/repos (4 files)

Ionut Biru ibiru at archlinux.org
Mon Jan 30 18:44:25 UTC 2012


    Date: Monday, January 30, 2012 @ 13:44:25
  Author: ibiru
Revision: 148052

db-move: moved alsaplayer from [staging] to [testing] (i686)

Added:
  alsaplayer/repos/testing-i686/
  alsaplayer/repos/testing-i686/PKGBUILD
    (from rev 148047, alsaplayer/repos/staging-i686/PKGBUILD)
  alsaplayer/repos/testing-i686/alsaplayer.install
    (from rev 148047, alsaplayer/repos/staging-i686/alsaplayer.install)
Deleted:
  alsaplayer/repos/staging-i686/

--------------------+
 PKGBUILD           |   37 +++++++++++++++++++++++++++++++++++++
 alsaplayer.install |   11 +++++++++++
 2 files changed, 48 insertions(+)

Copied: alsaplayer/repos/testing-i686/PKGBUILD (from rev 148047, alsaplayer/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-01-30 18:44:25 UTC (rev 148052)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=alsaplayer
+pkgver=0.99.81
+pkgrel=3
+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://www.alsaplayer.org/"
+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')
+options=('!libtool')
+install=alsaplayer.install
+source=(http://www.alsaplayer.org/${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/testing-i686/alsaplayer.install (from rev 148047, alsaplayer/repos/staging-i686/alsaplayer.install)
===================================================================
--- testing-i686/alsaplayer.install	                        (rev 0)
+++ testing-i686/alsaplayer.install	2012-01-30 18:44:25 UTC (rev 148052)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list