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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Apr 15 06:34:21 UTC 2015


    Date: Wednesday, April 15, 2015 @ 08:34:21
  Author: bpiotrowski
Revision: 236630

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-04-15 06:34:04 UTC (rev 236629)
+++ extra-i686/PKGBUILD	2015-04-15 06:34:21 UTC (rev 236630)
@@ -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/extra-i686/PKGBUILD (from rev 236629, libvorbis/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-04-15 06:34:21 UTC (rev 236630)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: John Proctor <jproctor at prium.net>
+
+pkgname=libvorbis
+pkgver=1.3.5
+pkgrel=1
+pkgdesc='Vorbis codec library'
+arch=('i686' 'x86_64')
+url='http://www.xiph.org/vorbis/'
+license=('BSD')
+depends=('libogg')
+provides=('libvorbisfile.so' 'libvorbis.so' 'libvorbisenc.so')
+source=(http://downloads.xiph.org/releases/vorbis/$pkgname-$pkgver.tar.gz)
+md5sums=('7220e089f3be3412a2317d6fde9e3944')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-04-15 06:34:04 UTC (rev 236629)
+++ extra-x86_64/PKGBUILD	2015-04-15 06:34:21 UTC (rev 236630)
@@ -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/extra-x86_64/PKGBUILD (from rev 236629, libvorbis/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-04-15 06:34:21 UTC (rev 236630)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: John Proctor <jproctor at prium.net>
+
+pkgname=libvorbis
+pkgver=1.3.5
+pkgrel=1
+pkgdesc='Vorbis codec library'
+arch=('i686' 'x86_64')
+url='http://www.xiph.org/vorbis/'
+license=('BSD')
+depends=('libogg')
+provides=('libvorbisfile.so' 'libvorbis.so' 'libvorbisenc.so')
+source=(http://downloads.xiph.org/releases/vorbis/$pkgname-$pkgver.tar.gz)
+md5sums=('7220e089f3be3412a2317d6fde9e3944')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list