From eefecc8813e0c062a2058b33209cb30830f824b6 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Jan 2012 23:15:04 +0000 Subject: Thu Jan 19 23:15:03 UTC 2012 --- staging/alsaplayer/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++ staging/alsaplayer/alsaplayer.install | 11 +++++++++++ 2 files changed, 48 insertions(+) create mode 100644 staging/alsaplayer/PKGBUILD create mode 100644 staging/alsaplayer/alsaplayer.install (limited to 'staging/alsaplayer') diff --git a/staging/alsaplayer/PKGBUILD b/staging/alsaplayer/PKGBUILD new file mode 100644 index 000000000..d723ee447 --- /dev/null +++ b/staging/alsaplayer/PKGBUILD @@ -0,0 +1,37 @@ +# $Id: PKGBUILD 146875 2012-01-19 02:21:54Z eric $ +# Maintainer: Eric BĂ©langer + +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 +} diff --git a/staging/alsaplayer/alsaplayer.install b/staging/alsaplayer/alsaplayer.install new file mode 100644 index 000000000..e111ef946 --- /dev/null +++ b/staging/alsaplayer/alsaplayer.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf