[arch-commits] Commit in vorbis-tools/repos (6 files)

Eric Bélanger eric at archlinux.org
Tue Feb 7 02:25:08 UTC 2012


    Date: Monday, February 6, 2012 @ 21:25:07
  Author: eric
Revision: 149348

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  vorbis-tools/repos/extra-i686/PKGBUILD
    (from rev 149347, vorbis-tools/trunk/PKGBUILD)
  vorbis-tools/repos/extra-x86_64/PKGBUILD
    (from rev 149347, vorbis-tools/trunk/PKGBUILD)
Deleted:
  vorbis-tools/repos/extra-i686/ChangeLog
  vorbis-tools/repos/extra-i686/PKGBUILD
  vorbis-tools/repos/extra-x86_64/ChangeLog
  vorbis-tools/repos/extra-x86_64/PKGBUILD

------------------------+
 extra-i686/ChangeLog   |   26 -----------------------
 extra-i686/PKGBUILD    |   53 +++++++++++++++++++++++------------------------
 extra-x86_64/ChangeLog |   26 -----------------------
 extra-x86_64/PKGBUILD  |   53 +++++++++++++++++++++++------------------------
 4 files changed, 52 insertions(+), 106 deletions(-)

Deleted: extra-i686/ChangeLog
===================================================================
--- extra-i686/ChangeLog	2012-02-07 02:24:42 UTC (rev 149347)
+++ extra-i686/ChangeLog	2012-02-07 02:25:07 UTC (rev 149348)
@@ -1,26 +0,0 @@
-2010-04-10  Andrea Scarpino  <andrea at archlinux.org>
-
-	* vorbis-tools 1.4.0-2
-	* libao 1.0 rebuild
-
-2010-04-10  Andrea Scarpino  <andrea at archlinux.org>
-
-	* vorbis-tools 1.4.0-1
-	* Upstream release
-
-2009-10-04  Eric Belanger  <eric at archlinux.org>
-
-	* vorbis-tools 1.2.0-4
-	* Added vcut tool (close FS#14749)
-	* Fixed license
-
-2008-03-15 Travis Willard <travis at archlinux.org>
-
-	* vorbis-tools 1.2.0-3
-	* Removed explicit /usr/man usage
-
-2008-03-15 Travis Willard <travis at archlinux.org>
-
-	* vorbis-tools 1.2.0-1
-	* New upstream release.
-	* Added ChangeLog

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-07 02:24:42 UTC (rev 149347)
+++ extra-i686/PKGBUILD	2012-02-07 02:25:07 UTC (rev 149348)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-
-pkgname=vorbis-tools
-pkgver=1.4.0
-pkgrel=2
-pkgdesc="Extra tools for Ogg-Vorbis"
-arch=('i686' 'x86_64')
-url='http://www.xiph.org/vorbis/'
-license=('GPL2')
-depends=('libao' 'libvorbis' 'curl' 'flac')
-source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('567e0fb8d321b2cd7124f8208b8b90e6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-    --without-speex \
-    --enable-vcut || return 1
-  make || return 1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
-}

Copied: vorbis-tools/repos/extra-i686/PKGBUILD (from rev 149347, vorbis-tools/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-07 02:25:07 UTC (rev 149348)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=vorbis-tools
+pkgver=1.4.0
+pkgrel=3
+pkgdesc="Extra tools for Ogg-Vorbis"
+arch=('i686' 'x86_64')
+url='http://www.xiph.org/vorbis/'
+license=('GPL2')
+depends=('libao' 'libvorbis' 'curl' 'flac')
+source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
+md5sums=('567e0fb8d321b2cd7124f8208b8b90e6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+    --without-speex \
+    --enable-vcut
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/ChangeLog
===================================================================
--- extra-x86_64/ChangeLog	2012-02-07 02:24:42 UTC (rev 149347)
+++ extra-x86_64/ChangeLog	2012-02-07 02:25:07 UTC (rev 149348)
@@ -1,26 +0,0 @@
-2010-04-10  Andrea Scarpino  <andrea at archlinux.org>
-
-	* vorbis-tools 1.4.0-2
-	* libao 1.0 rebuild
-
-2010-04-10  Andrea Scarpino  <andrea at archlinux.org>
-
-	* vorbis-tools 1.4.0-1
-	* Upstream release
-
-2009-10-04  Eric Belanger  <eric at archlinux.org>
-
-	* vorbis-tools 1.2.0-4
-	* Added vcut tool (close FS#14749)
-	* Fixed license
-
-2008-03-15 Travis Willard <travis at archlinux.org>
-
-	* vorbis-tools 1.2.0-3
-	* Removed explicit /usr/man usage
-
-2008-03-15 Travis Willard <travis at archlinux.org>
-
-	* vorbis-tools 1.2.0-1
-	* New upstream release.
-	* Added ChangeLog

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-07 02:24:42 UTC (rev 149347)
+++ extra-x86_64/PKGBUILD	2012-02-07 02:25:07 UTC (rev 149348)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-
-pkgname=vorbis-tools
-pkgver=1.4.0
-pkgrel=2
-pkgdesc="Extra tools for Ogg-Vorbis"
-arch=('i686' 'x86_64')
-url='http://www.xiph.org/vorbis/'
-license=('GPL2')
-depends=('libao' 'libvorbis' 'curl' 'flac')
-source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('567e0fb8d321b2cd7124f8208b8b90e6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-    --without-speex \
-    --enable-vcut || return 1
-  make || return 1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
-}

Copied: vorbis-tools/repos/extra-x86_64/PKGBUILD (from rev 149347, vorbis-tools/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-07 02:25:07 UTC (rev 149348)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=vorbis-tools
+pkgver=1.4.0
+pkgrel=3
+pkgdesc="Extra tools for Ogg-Vorbis"
+arch=('i686' 'x86_64')
+url='http://www.xiph.org/vorbis/'
+license=('GPL2')
+depends=('libao' 'libvorbis' 'curl' 'flac')
+source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
+md5sums=('567e0fb8d321b2cd7124f8208b8b90e6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+    --without-speex \
+    --enable-vcut
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list