[arch-commits] Commit in alsaplayer/trunk (PKGBUILD alsaplayer.install)

2016-05-05 Thread Antonio Rojas
Date: Thursday, May 5, 2016 @ 23:38:30
  Author: arojas
Revision: 266982

Hooks

Modified:
  alsaplayer/trunk/PKGBUILD
Deleted:
  alsaplayer/trunk/alsaplayer.install

+
 PKGBUILD   |3 +--
 alsaplayer.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 21:35:59 UTC (rev 266981)
+++ PKGBUILD2016-05-05 21:38:30 UTC (rev 266982)
@@ -3,7 +3,7 @@
 
 pkgname=alsaplayer
 pkgver=0.99.81
-pkgrel=7
+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/";
@@ -20,7 +20,6 @@
 'libsndfile: for sndfile support' \
 'libvorbis: for ogg vorbis support' \
 'libmikmod: for mod, s3m, it and xm formats supports')
-install=alsaplayer.install
 source=(http://alsaplayer.sourceforge.net/${pkgname}-${pkgver}.tar.bz2)
 sha1sums=('25817ebd1e5c36da31a88363315a1bf7a945ddfd')
 

Deleted: alsaplayer.install
===
--- alsaplayer.install  2016-05-05 21:35:59 UTC (rev 266981)
+++ alsaplayer.install  2016-05-05 21:38:30 UTC (rev 266982)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in alsaplayer/trunk (PKGBUILD alsaplayer.install)

2011-08-02 Thread Eric Bélanger
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
===
--- PKGBUILD2011-08-02 21:56:23 UTC (rev 134327)
+++ PKGBUILD2011-08-02 22:50:41 UTC (rev 134328)
@@ -1,24 +1,27 @@
 # $Id$
-# Maintainer: Eric Belanger 
+# Maintainer: Eric Bélanger 
 
 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
+}