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

2012-01-30 Thread Ionut Biru
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 e...@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
+}



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:26
  Author: ibiru
Revision: 148053

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

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

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

Copied: alsaplayer/repos/testing-x86_64/PKGBUILD (from rev 148047, 
alsaplayer/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:44:26 UTC (rev 148053)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@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-x86_64/alsaplayer.install (from rev 148047, 
alsaplayer/repos/staging-x86_64/alsaplayer.install)
===
--- testing-x86_64/alsaplayer.install   (rev 0)
+++ testing-x86_64/alsaplayer.install   2012-01-30 18:44:26 UTC (rev 148053)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2009-11-07 Thread Eric Bélanger
Date: Saturday, November 7, 2009 @ 13:08:06
  Author: eric
Revision: 58402

Merged revisions 58401 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/alsaplayer/trunk


  r58401 | eric | 2009-11-07 13:07:46 -0500 (Sat, 07 Nov 2009) | 2 lines
  
  upgpkg: alsaplayer 0.99.80-3
  Fixed optdepends array syntax (close FS#16053), Added build patch for 
glibc 2.10


Added:
  alsaplayer/repos/extra-x86_64/alsaplayer-0.99.80-glibc-2.10.patch
(from rev 58401, alsaplayer/trunk/alsaplayer-0.99.80-glibc-2.10.patch)
Modified:
  alsaplayer/repos/extra-x86_64/(properties)
  alsaplayer/repos/extra-x86_64/ChangeLog
  alsaplayer/repos/extra-x86_64/PKGBUILD

-+
 ChangeLog   |6 ++
 PKGBUILD|   27 +++
 alsaplayer-0.99.80-glibc-2.10.patch |   21 +
 3 files changed, 42 insertions(+), 12 deletions(-)


Property changes on: alsaplayer/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /alsaplayer/trunk:1-27624
   + /alsaplayer/trunk:1-58401

Modified: extra-x86_64/ChangeLog
===
--- extra-x86_64/ChangeLog  2009-11-07 18:07:46 UTC (rev 58401)
+++ extra-x86_64/ChangeLog  2009-11-07 18:08:06 UTC (rev 58402)
@@ -1,3 +1,9 @@
+2009-11-07  Eric Belanger  e...@archlinux.org
+
+   * alsaplayer 0.99.80-3
+   * Fixed optdepends array syntax (close FS#16053)
+   * Added build patch for glibc 2.10
+
 2009-02-23  Eric Belanger  e...@archlinux.org
 
* alsaplayer 0.99.80-2

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-11-07 18:07:46 UTC (rev 58401)
+++ extra-x86_64/PKGBUILD   2009-11-07 18:08:06 UTC (rev 58402)
@@ -4,7 +4,7 @@
 
 pkgname=alsaplayer
 pkgver=0.99.80
-pkgrel=2
+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/;
@@ -12,23 +12,26 @@
 depends=('gcc-libs')
 makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 
'jack-audio-connection-kit' 'esound')
 optdepends=('gtk2: for the gtk2 GUI interface' \
-'esound: for ESD audio server output support' \
-'jack-audio-connection-kit: for JACK audio server output 
support' \
-'audiofile: for support of various audio formats like AIFF, 
WAVE, .snd/.au' \
-'libid3tag and 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')
+'esound: for ESD audio server output support' \
+'jack-audio-connection-kit: 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')
-source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2 gcc.diff)
-md5sums=('04f8c2321a37d15f40f9ee21251c6202' '0c1790e4744d9b085208436f5442efe0')
-sha1sums=('883d590b01371840024b5a8bf0fe95b464a2ccd1' 
'684ac4ea9f58e63da7f4c9518196128714575066')
+source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2 gcc.diff 
alsaplayer-0.99.80-glibc-2.10.patch)
+md5sums=('04f8c2321a37d15f40f9ee21251c6202' '0c1790e4744d9b085208436f5442efe0'\
+ '4f549d51173762334529d200e14afd8b')
+sha1sums=('883d590b01371840024b5a8bf0fe95b464a2ccd1' 
'684ac4ea9f58e63da7f4c9518196128714575066'\
+ 'ac9680d3feff660db0195178753d6c92760944bf')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   patch -p0  ../gcc.diff || return 1
+  patch -p1  ../alsaplayer-0.99.80-glibc-2.10.patch || return 1
   ./configure --prefix=/usr --enable-esd \
 --disable-opengl --disable-gtk --enable-jack \
 --enable-gtk2 --enable-audiofile || return 1
   make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install || return 1
 }

Copied: alsaplayer/repos/extra-x86_64/alsaplayer-0.99.80-glibc-2.10.patch (from 
rev 58401, alsaplayer/trunk/alsaplayer-0.99.80-glibc-2.10.patch)
===
--- extra-x86_64/alsaplayer-0.99.80-glibc-2.10.patch
(rev 0)
+++ extra-x86_64/alsaplayer-0.99.80-glibc-2.10.patch2009-11-07 18:08:06 UTC 
(rev 58402)
@@ -0,0 +1,21 @@
+diff -ur alsaplayer-0.99.80.orig/input/flac/FlacPlugin.cpp 

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

2009-11-07 Thread Eric Bélanger
Date: Saturday, November 7, 2009 @ 13:26:14
  Author: eric
Revision: 58406

Merged revisions 58401 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/alsaplayer/trunk


  r58401 | eric | 2009-11-07 13:07:46 -0500 (Sat, 07 Nov 2009) | 2 lines
  
  upgpkg: alsaplayer 0.99.80-3
  Fixed optdepends array syntax (close FS#16053), Added build patch for 
glibc 2.10


Added:
  alsaplayer/repos/extra-i686/alsaplayer-0.99.80-glibc-2.10.patch
(from rev 58401, alsaplayer/trunk/alsaplayer-0.99.80-glibc-2.10.patch)
Modified:
  alsaplayer/repos/extra-i686/  (properties)
  alsaplayer/repos/extra-i686/ChangeLog
  alsaplayer/repos/extra-i686/PKGBUILD

-+
 ChangeLog   |6 ++
 PKGBUILD|   27 +++
 alsaplayer-0.99.80-glibc-2.10.patch |   21 +
 3 files changed, 42 insertions(+), 12 deletions(-)


Property changes on: alsaplayer/repos/extra-i686
___
Modified: svnmerge-integrated
   - /alsaplayer/trunk:1-27627
   + /alsaplayer/trunk:1-58405

Modified: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2009-11-07 18:22:37 UTC (rev 58405)
+++ extra-i686/ChangeLog2009-11-07 18:26:14 UTC (rev 58406)
@@ -1,3 +1,9 @@
+2009-11-07  Eric Belanger  e...@archlinux.org
+
+   * alsaplayer 0.99.80-3
+   * Fixed optdepends array syntax (close FS#16053)
+   * Added build patch for glibc 2.10
+
 2009-02-23  Eric Belanger  e...@archlinux.org
 
* alsaplayer 0.99.80-2

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2009-11-07 18:22:37 UTC (rev 58405)
+++ extra-i686/PKGBUILD 2009-11-07 18:26:14 UTC (rev 58406)
@@ -4,7 +4,7 @@
 
 pkgname=alsaplayer
 pkgver=0.99.80
-pkgrel=2
+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/;
@@ -12,23 +12,26 @@
 depends=('gcc-libs')
 makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 
'jack-audio-connection-kit' 'esound')
 optdepends=('gtk2: for the gtk2 GUI interface' \
-'esound: for ESD audio server output support' \
-'jack-audio-connection-kit: for JACK audio server output 
support' \
-'audiofile: for support of various audio formats like AIFF, 
WAVE, .snd/.au' \
-'libid3tag and 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')
+'esound: for ESD audio server output support' \
+'jack-audio-connection-kit: 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')
-source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2 gcc.diff)
-md5sums=('04f8c2321a37d15f40f9ee21251c6202' '0c1790e4744d9b085208436f5442efe0')
-sha1sums=('883d590b01371840024b5a8bf0fe95b464a2ccd1' 
'684ac4ea9f58e63da7f4c9518196128714575066')
+source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2 gcc.diff 
alsaplayer-0.99.80-glibc-2.10.patch)
+md5sums=('04f8c2321a37d15f40f9ee21251c6202' '0c1790e4744d9b085208436f5442efe0'\
+ '4f549d51173762334529d200e14afd8b')
+sha1sums=('883d590b01371840024b5a8bf0fe95b464a2ccd1' 
'684ac4ea9f58e63da7f4c9518196128714575066'\
+ 'ac9680d3feff660db0195178753d6c92760944bf')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   patch -p0  ../gcc.diff || return 1
+  patch -p1  ../alsaplayer-0.99.80-glibc-2.10.patch || return 1
   ./configure --prefix=/usr --enable-esd \
 --disable-opengl --disable-gtk --enable-jack \
 --enable-gtk2 --enable-audiofile || return 1
   make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install || return 1
 }

Copied: alsaplayer/repos/extra-i686/alsaplayer-0.99.80-glibc-2.10.patch (from 
rev 58401, alsaplayer/trunk/alsaplayer-0.99.80-glibc-2.10.patch)
===
--- extra-i686/alsaplayer-0.99.80-glibc-2.10.patch  
(rev 0)
+++ extra-i686/alsaplayer-0.99.80-glibc-2.10.patch  2009-11-07 18:26:14 UTC 
(rev 58406)
@@ -0,0 +1,21 @@
+diff -ur alsaplayer-0.99.80.orig/input/flac/FlacPlugin.cpp 
alsaplayer-0.99.80/input/flac/FlacPlugin.cpp
+---