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

Eric Bélanger eric at archlinux.org
Wed Feb 8 04:00:59 UTC 2012


    Date: Tuesday, February 7, 2012 @ 23:00:58
  Author: eric
Revision: 149459

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

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

-----------------------+
 extra-i686/PKGBUILD   |   63 +++++++++++++++++++++++++-----------------------
 extra-x86_64/PKGBUILD |   63 +++++++++++++++++++++++++-----------------------
 2 files changed, 68 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-08 04:00:42 UTC (rev 149458)
+++ extra-i686/PKGBUILD	2012-02-08 04:00:58 UTC (rev 149459)
@@ -1,29 +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.2
-pkgrel=1
-pkgdesc="Vorbis codec library"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.xiph.org/ogg/vorbis/"
-depends=('libogg')
-options=('!libtool')
-source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c870b9bd5858a0ecb5275c14486d9554')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  #-march=i686 optimizes too much, strip it out
-  CFLAGS=${CFLAGS/-march=$CARCH} ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libvorbis/repos/extra-i686/PKGBUILD (from rev 149458, libvorbis/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-08 04:00:58 UTC (rev 149459)
@@ -0,0 +1,34 @@
+# $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.3
+pkgrel=1
+pkgdesc="Vorbis codec library"
+arch=('i686' 'x86_64')
+url="http://www.xiph.org/vorbis/"
+license=('BSD')
+depends=('libogg')
+options=('!libtool')
+source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
+md5sums=('6b1a36f0d72332fae5130688e65efe1f')
+
+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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-08 04:00:42 UTC (rev 149458)
+++ extra-x86_64/PKGBUILD	2012-02-08 04:00:58 UTC (rev 149459)
@@ -1,29 +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.2
-pkgrel=1
-pkgdesc="Vorbis codec library"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.xiph.org/ogg/vorbis/"
-depends=('libogg')
-options=('!libtool')
-source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c870b9bd5858a0ecb5275c14486d9554')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  #-march=i686 optimizes too much, strip it out
-  CFLAGS=${CFLAGS/-march=$CARCH} ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libvorbis/repos/extra-x86_64/PKGBUILD (from rev 149458, libvorbis/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-08 04:00:58 UTC (rev 149459)
@@ -0,0 +1,34 @@
+# $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.3
+pkgrel=1
+pkgdesc="Vorbis codec library"
+arch=('i686' 'x86_64')
+url="http://www.xiph.org/vorbis/"
+license=('BSD')
+depends=('libogg')
+options=('!libtool')
+source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
+md5sums=('6b1a36f0d72332fae5130688e65efe1f')
+
+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