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

Eric Bélanger eric at nymeria.archlinux.org
Thu Jul 3 20:33:58 UTC 2014


    Date: Thursday, July 3, 2014 @ 22:33:58
  Author: eric
Revision: 216438

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

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

-----------------------+
 /PKGBUILD             |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   26 --------------------------
 extra-x86_64/PKGBUILD |   26 --------------------------
 3 files changed, 48 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-07-03 20:31:26 UTC (rev 216437)
+++ extra-i686/PKGBUILD	2014-07-03 20:33:58 UTC (rev 216438)
@@ -1,26 +0,0 @@
-# $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
-}

Copied: vorbis-tools/repos/extra-i686/PKGBUILD (from rev 216437, vorbis-tools/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-07-03 20:33:58 UTC (rev 216438)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=vorbis-tools
+pkgver=1.4.0
+pkgrel=4
+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)
+sha1sums=('fc6a820bdb5ad6fcac074721fab5c3f96eaf6562')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-speex --enable-vcut
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-07-03 20:31:26 UTC (rev 216437)
+++ extra-x86_64/PKGBUILD	2014-07-03 20:33:58 UTC (rev 216438)
@@ -1,26 +0,0 @@
-# $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
-}

Copied: vorbis-tools/repos/extra-x86_64/PKGBUILD (from rev 216437, vorbis-tools/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-07-03 20:33:58 UTC (rev 216438)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=vorbis-tools
+pkgver=1.4.0
+pkgrel=4
+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)
+sha1sums=('fc6a820bdb5ad6fcac074721fab5c3f96eaf6562')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-speex --enable-vcut
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list