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

Tom Gundersen tomegun at nymeria.archlinux.org
Wed Jan 22 21:03:54 UTC 2014


    Date: Wednesday, January 22, 2014 @ 22:03:54
  Author: tomegun
Revision: 204563

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

Added:
  libvorbis/repos/testing-i686/PKGBUILD
    (from rev 204562, libvorbis/trunk/PKGBUILD)
  libvorbis/repos/testing-x86_64/PKGBUILD
    (from rev 204562, libvorbis/trunk/PKGBUILD)
Deleted:
  libvorbis/repos/testing-i686/PKGBUILD
  libvorbis/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   66 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   33 -----------------------
 testing-x86_64/PKGBUILD |   33 -----------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2014-01-22 21:02:13 UTC (rev 204562)
+++ testing-i686/PKGBUILD	2014-01-22 21:03:54 UTC (rev 204563)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich <tobias at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-# Contributor: John Proctor <jproctor at prium.net>
-
-pkgname=libvorbis
-pkgver=1.3.4
-pkgrel=1
-pkgdesc="Vorbis codec library"
-arch=('i686' 'x86_64')
-url="http://www.xiph.org/vorbis/"
-license=('BSD')
-depends=('libogg')
-source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('8851c593a52d1ef9c526d95174873852')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  #-march=i686 optimizes too much, strip it out
-  CFLAGS=${CFLAGS/-march=$CARCH} LIBS+="-lm" ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libvorbis/repos/testing-i686/PKGBUILD (from rev 204562, libvorbis/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-01-22 21:03:54 UTC (rev 204563)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: John Proctor <jproctor at prium.net>
+
+pkgname=libvorbis
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="Vorbis codec library"
+arch=('i686' 'x86_64')
+url="http://www.xiph.org/vorbis/"
+license=('BSD')
+depends=('libogg')
+source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
+md5sums=('8851c593a52d1ef9c526d95174873852')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  #-march=i686 optimizes too much, strip it out
+  CFLAGS=${CFLAGS/-march=$CARCH} LIBS+="-lm" ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2014-01-22 21:02:13 UTC (rev 204562)
+++ testing-x86_64/PKGBUILD	2014-01-22 21:03:54 UTC (rev 204563)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich <tobias at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-# Contributor: John Proctor <jproctor at prium.net>
-
-pkgname=libvorbis
-pkgver=1.3.4
-pkgrel=1
-pkgdesc="Vorbis codec library"
-arch=('i686' 'x86_64')
-url="http://www.xiph.org/vorbis/"
-license=('BSD')
-depends=('libogg')
-source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('8851c593a52d1ef9c526d95174873852')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  #-march=i686 optimizes too much, strip it out
-  CFLAGS=${CFLAGS/-march=$CARCH} LIBS+="-lm" ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libvorbis/repos/testing-x86_64/PKGBUILD (from rev 204562, libvorbis/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-01-22 21:03:54 UTC (rev 204563)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: John Proctor <jproctor at prium.net>
+
+pkgname=libvorbis
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="Vorbis codec library"
+arch=('i686' 'x86_64')
+url="http://www.xiph.org/vorbis/"
+license=('BSD')
+depends=('libogg')
+source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
+md5sums=('8851c593a52d1ef9c526d95174873852')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  #-march=i686 optimizes too much, strip it out
+  CFLAGS=${CFLAGS/-march=$CARCH} LIBS+="-lm" ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}




More information about the arch-commits mailing list