Date: Tuesday, August 2, 2011 @ 18:50:41 Author: eric Revision: 134328
upgpkg: alsaplayer 0.99.81-2 Remove esound support, Add docs, Add install scriptlet to run update-desktop-database Added: alsaplayer/trunk/alsaplayer.install Modified: alsaplayer/trunk/PKGBUILD --------------------+ PKGBUILD | 17 ++++++++++------- alsaplayer.install | 11 +++++++++++ 2 files changed, 21 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-08-02 21:56:23 UTC (rev 134327) +++ PKGBUILD 2011-08-02 22:50:41 UTC (rev 134328) @@ -1,24 +1,27 @@ # $Id$ -# Maintainer: Eric Belanger <[email protected]> +# Maintainer: Eric Bélanger <[email protected]> pkgname=alsaplayer pkgver=0.99.81 -pkgrel=1 +pkgrel=2 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') -makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack' 'esound' 'mesa') +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' \ - 'esound: for ESD audio server output support' \ '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' \ + '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) md5sums=('845c53975791ba342e316ceac8aa1527') sha1sums=('25817ebd1e5c36da31a88363315a1bf7a945ddfd') Added: alsaplayer.install =================================================================== --- alsaplayer.install (rev 0) +++ alsaplayer.install 2011-08-02 22:50:41 UTC (rev 134328) @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
