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

Jan Steffens heftig at archlinux.org
Thu Nov 8 15:28:31 UTC 2012


    Date: Thursday, November 8, 2012 @ 10:28:30
  Author: heftig
Revision: 170547

db-move: moved alsaplayer from [testing] to [extra] (i686, x86_64)

Added:
  alsaplayer/repos/extra-i686/PKGBUILD
    (from rev 170546, alsaplayer/repos/testing-i686/PKGBUILD)
  alsaplayer/repos/extra-i686/alsaplayer.install
    (from rev 170546, alsaplayer/repos/testing-i686/alsaplayer.install)
  alsaplayer/repos/extra-x86_64/PKGBUILD
    (from rev 170546, alsaplayer/repos/testing-x86_64/PKGBUILD)
  alsaplayer/repos/extra-x86_64/alsaplayer.install
    (from rev 170546, alsaplayer/repos/testing-x86_64/alsaplayer.install)
Deleted:
  alsaplayer/repos/extra-i686/PKGBUILD
  alsaplayer/repos/extra-i686/alsaplayer.install
  alsaplayer/repos/extra-x86_64/PKGBUILD
  alsaplayer/repos/extra-x86_64/alsaplayer.install
  alsaplayer/repos/testing-i686/
  alsaplayer/repos/testing-x86_64/

---------------------------------+
 extra-i686/PKGBUILD             |   74 +++++++++++++++++++-------------------
 extra-i686/alsaplayer.install   |   22 +++++------
 extra-x86_64/PKGBUILD           |   74 +++++++++++++++++++-------------------
 extra-x86_64/alsaplayer.install |   22 +++++------
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-11-08 15:26:24 UTC (rev 170546)
+++ extra-i686/PKGBUILD	2012-11-08 15:28:30 UTC (rev 170547)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=alsaplayer
-pkgver=0.99.81
-pkgrel=4
-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/extra-i686/PKGBUILD (from rev 170546, alsaplayer/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-11-08 15:28:30 UTC (rev 170547)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=alsaplayer
+pkgver=0.99.81
+pkgrel=5
+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
+}

Deleted: extra-i686/alsaplayer.install
===================================================================
--- extra-i686/alsaplayer.install	2012-11-08 15:26:24 UTC (rev 170546)
+++ extra-i686/alsaplayer.install	2012-11-08 15:28:30 UTC (rev 170547)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: alsaplayer/repos/extra-i686/alsaplayer.install (from rev 170546, alsaplayer/repos/testing-i686/alsaplayer.install)
===================================================================
--- extra-i686/alsaplayer.install	                        (rev 0)
+++ extra-i686/alsaplayer.install	2012-11-08 15:28:30 UTC (rev 170547)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-11-08 15:26:24 UTC (rev 170546)
+++ extra-x86_64/PKGBUILD	2012-11-08 15:28:30 UTC (rev 170547)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=alsaplayer
-pkgver=0.99.81
-pkgrel=4
-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/extra-x86_64/PKGBUILD (from rev 170546, alsaplayer/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-11-08 15:28:30 UTC (rev 170547)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=alsaplayer
+pkgver=0.99.81
+pkgrel=5
+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
+}

Deleted: extra-x86_64/alsaplayer.install
===================================================================
--- extra-x86_64/alsaplayer.install	2012-11-08 15:26:24 UTC (rev 170546)
+++ extra-x86_64/alsaplayer.install	2012-11-08 15:28:30 UTC (rev 170547)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: alsaplayer/repos/extra-x86_64/alsaplayer.install (from rev 170546, alsaplayer/repos/testing-x86_64/alsaplayer.install)
===================================================================
--- extra-x86_64/alsaplayer.install	                        (rev 0)
+++ extra-x86_64/alsaplayer.install	2012-11-08 15:28:30 UTC (rev 170547)
@@ -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