[arch-commits] Commit in libvorbis/trunk (PKGBUILD)

2020-07-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, July 5, 2020 @ 13:49:15
  Author: alucryd
Revision: 390872

upgpkg: libvorbis 1.3.7-2

Modified:
  libvorbis/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 13:37:42 UTC (rev 390871)
+++ PKGBUILD2020-07-05 13:49:15 UTC (rev 390872)
@@ -6,7 +6,7 @@
 
 pkgname=libvorbis
 pkgver=1.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference implementation of the Ogg Vorbis audio format'
 arch=(x86_64)
 url=https://www.xiph.org/vorbis/
@@ -18,8 +18,9 @@
   libvorbisenc.so
   libvorbisfile.so
 )
-_tag=0657aee69dec8508a0011f47f3b69d7538e9d262
-source=(git+https://github.com/xiph/vorbis.git#tag=${_tag})
+_tag=0c55fa38933fd4bdb7db7c298b27e7bf2f2c5e98
+source=(git+https://github.com/xiph/vorbis.git?signed#tag=${_tag})
+validpgpkeys=(B7B00AEE1F960EEA0FED66FB9259A8F2D2D44C84) # Ralph Giles 

 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in libvorbis/trunk (PKGBUILD)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 16:30:42
  Author: alucryd
Revision: 390840

upgpkg: libvorbis 1.3.7-1

Modified:
  libvorbis/trunk/PKGBUILD

--+
 PKGBUILD |   55 +++
 1 file changed, 35 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 16:11:53 UTC (rev 390839)
+++ PKGBUILD2020-07-04 16:30:42 UTC (rev 390840)
@@ -5,37 +5,52 @@
 # Contributor: John Proctor 
 
 pkgname=libvorbis
-pkgver=1.3.6
-pkgrel=2
-pkgdesc='Vorbis codec library'
-arch=('x86_64')
-url='https://www.xiph.org/vorbis/'
-license=('BSD')
-depends=('libogg')
-provides=('libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
-source=("https://downloads.xiph.org/releases/vorbis/libvorbis-${pkgver}.tar.gz;)
-sha256sums=('6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb')
+pkgver=1.3.7
+pkgrel=1
+pkgdesc='Reference implementation of the Ogg Vorbis audio format'
+arch=(x86_64)
+url=https://www.xiph.org/vorbis/
+license=(BSD)
+depends=(libogg.so)
+makedepends=(git)
+provides=(
+  libvorbis.so
+  libvorbisenc.so
+  libvorbisfile.so
+)
+_tag=0657aee69dec8508a0011f47f3b69d7538e9d262
+source=(git+https://github.com/xiph/vorbis.git#tag=${_tag})
+sha256sums=(SKIP)
 
+pkgver() {
+  cd vorbis
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd vorbis
+
+  ./autogen.sh
+}
+
 build() {
-  cd libvorbis-${pkgver}
+  cd vorbis
 
   ./configure \
---prefix='/usr' \
---disable-static
+--prefix=/usr \
+--disable-static \
+--enable-shared
   make
 }
 
 check() {
-  cd libvorbis-${pkgver}
-
-  make -j1 check
+  make -C vorbis check
 }
 
 package() {
-  cd libvorbis-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libvorbis
+  make DESTDIR="${pkgdir}" -C vorbis install
+  install -Dm 644 vorbis/COPYING -t "${pkgdir}"/usr/share/licenses/libvorbis
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in libvorbis/trunk (PKGBUILD)

2020-05-19 Thread Felix Yan via arch-commits
Date: Tuesday, May 19, 2020 @ 08:40:27
  Author: felixonmars
Revision: 386419

upgpkg: libvorbis 1.3.6-2: reproducibility rebuild

Modified:
  libvorbis/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 08:40:27 UTC (rev 386418)
+++ PKGBUILD2020-05-19 08:40:27 UTC (rev 386419)
@@ -6,7 +6,7 @@
 
 pkgname=libvorbis
 pkgver=1.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Vorbis codec library'
 arch=('x86_64')
 url='https://www.xiph.org/vorbis/'


[arch-commits] Commit in libvorbis/trunk (PKGBUILD)

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 19:13:45
  Author: alucryd
Revision: 319538

upgpkg: libvorbis 1.3.6-1

Modified:
  libvorbis/trunk/PKGBUILD

--+
 PKGBUILD |   30 +++---
 1 file changed, 19 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 19:06:04 UTC (rev 319537)
+++ PKGBUILD2018-03-16 19:13:45 UTC (rev 319538)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
 # Contributor: Tobias Kieslich 
 # Contributor: dorphell 
 # Contributor: John Proctor 
 
 pkgname=libvorbis
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc='Vorbis codec library'
 arch=('x86_64')
@@ -12,23 +13,30 @@
 url='http://www.xiph.org/vorbis/'
 license=('BSD')
 depends=('libogg')
-provides=('libvorbisfile.so' 'libvorbis.so' 'libvorbisenc.so')
-source=(https://downloads.xiph.org/releases/vorbis/$pkgname-$pkgver.tar.gz)
-md5sums=('7220e089f3be3412a2317d6fde9e3944')
+provides=('libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
+source=("https://downloads.xiph.org/releases/vorbis/libvorbis-${pkgver}.tar.gz;)
+sha256sums=('6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb')
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
+  cd libvorbis-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-static
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd libvorbis-${pkgver}
+
   make -j1 check
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd libvorbis-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libvorbis
 }
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libvorbis/trunk (PKGBUILD)

2017-10-18 Thread Jan Steffens
Date: Wednesday, October 18, 2017 @ 23:03:19
  Author: heftig
Revision: 308222

https

Modified:
  libvorbis/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-18 23:01:32 UTC (rev 308221)
+++ PKGBUILD2017-10-18 23:03:19 UTC (rev 308222)
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('libogg')
 provides=('libvorbisfile.so' 'libvorbis.so' 'libvorbisenc.so')
-source=(http://downloads.xiph.org/releases/vorbis/$pkgname-$pkgver.tar.gz)
+source=(https://downloads.xiph.org/releases/vorbis/$pkgname-$pkgver.tar.gz)
 md5sums=('7220e089f3be3412a2317d6fde9e3944')
 
 build() {


[arch-commits] Commit in libvorbis/trunk (PKGBUILD)

2015-04-15 Thread Bartłomiej Piotrowski
Date: Wednesday, April 15, 2015 @ 08:34:04
  Author: bpiotrowski
Revision: 236629

upgpkg: libvorbis 1.3.5-1

new upstream release

Modified:
  libvorbis/trunk/PKGBUILD

--+
 PKGBUILD |   27 ++-
 1 file changed, 14 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 03:55:52 UTC (rev 236628)
+++ PKGBUILD2015-04-15 06:34:04 UTC (rev 236629)
@@ -1,33 +1,34 @@
 # $Id$
-# Maintainer: Tobias Kieslich tob...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
 # Contributor: dorphell dorph...@archlinux.org
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=libvorbis
-pkgver=1.3.4
+pkgver=1.3.5
 pkgrel=1
-pkgdesc=Vorbis codec library
+pkgdesc='Vorbis codec library'
 arch=('i686' 'x86_64')
-url=http://www.xiph.org/vorbis/;
+url='http://www.xiph.org/vorbis/'
 license=('BSD')
 depends=('libogg')
-source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('8851c593a52d1ef9c526d95174873852')
+provides=('libvorbisfile.so' 'libvorbis.so' 'libvorbisenc.so')
+source=(http://downloads.xiph.org/releases/vorbis/$pkgname-$pkgver.tar.gz)
+md5sums=('7220e089f3be3412a2317d6fde9e3944')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  #-march=i686 optimizes too much, strip it out
-  CFLAGS=${CFLAGS/-march=$CARCH} LIBS+=-lm ./configure --prefix=/usr 
--disable-static
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   make -j1 check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in libvorbis/trunk (PKGBUILD)

2014-01-22 Thread Tom Gundersen
Date: Wednesday, January 22, 2014 @ 22:02:05
  Author: tomegun
Revision: 204561

upgpkg: libvorbis 1.3.4-1

upstream release

Modified:
  libvorbis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-22 19:07:46 UTC (rev 204560)
+++ PKGBUILD2014-01-22 21:02:05 UTC (rev 204561)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=libvorbis
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 pkgdesc=Vorbis codec library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('BSD')
 depends=('libogg')
 source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6b1a36f0d72332fae5130688e65efe1f')
+md5sums=('8851c593a52d1ef9c526d95174873852')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in libvorbis/trunk (PKGBUILD)

2012-02-07 Thread Eric Bélanger
Date: Tuesday, February 7, 2012 @ 23:00:42
  Author: eric
Revision: 149458

upgpkg: libvorbis 1.3.3-1

Upstream update, Fix license, Add check function

Modified:
  libvorbis/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 03:29:26 UTC (rev 149457)
+++ PKGBUILD2012-02-08 04:00:42 UTC (rev 149458)
@@ -4,24 +4,29 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=libvorbis
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc=Vorbis codec library
 arch=('i686' 'x86_64')
-license=('custom')
 url=http://www.xiph.org/vorbis/;
+license=('BSD')
 depends=('libogg')
 options=('!libtool')
 source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c870b9bd5858a0ecb5275c14486d9554')
+md5sums=('6b1a36f0d72332fae5130688e65efe1f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   #-march=i686 optimizes too much, strip it out
-  CFLAGS=${CFLAGS/-march=$CARCH} ./configure --prefix=/usr --disable-static
+  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



[arch-commits] Commit in libvorbis/trunk (PKGBUILD)

2011-10-07 Thread Eric Bélanger
Date: Friday, October 7, 2011 @ 04:12:32
  Author: eric
Revision: 140110

Fix url (close FS#26322)

Modified:
  libvorbis/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-06 19:11:44 UTC (rev 140109)
+++ PKGBUILD2011-10-07 08:12:32 UTC (rev 140110)
@@ -9,21 +9,21 @@
 pkgdesc=Vorbis codec library
 arch=('i686' 'x86_64')
 license=('custom')
-url=http://www.xiph.org/ogg/vorbis/;
+url=http://www.xiph.org/vorbis/;
 depends=('libogg')
 options=('!libtool')
 source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
 md5sums=('c870b9bd5858a0ecb5275c14486d9554')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  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}
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }



[arch-commits] Commit in libvorbis/trunk (PKGBUILD)

2010-12-05 Thread Allan McRae
Date: Sunday, December 5, 2010 @ 20:49:44
  Author: allan
Revision: 102123

upgpkg: libvorbis 1.3.2-1
upstream update

Modified:
  libvorbis/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-06 01:45:53 UTC (rev 102122)
+++ PKGBUILD2010-12-06 01:49:44 UTC (rev 102123)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=libvorbis
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc=Vorbis codec library
 arch=('i686' 'x86_64')
@@ -13,17 +13,17 @@
 depends=('libogg')
 options=('!libtool')
 source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('016e523fac70bdd786258a9d15fd36e9')
+md5sums=('c870b9bd5858a0ecb5275c14486d9554')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   #-march=i686 optimizes too much, strip it out
-  CFLAGS=${CFLAGS/-march=$CARCH} ./configure --prefix=/usr --disable-static || 
return 1
-  make || return 1
+  CFLAGS=${CFLAGS/-march=$CARCH} ./configure --prefix=/usr --disable-static
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE || 
return 1
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }