[arch-commits] Commit in vorbis-tools/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Feb 7 02:24:42 UTC 2012


    Date: Monday, February 6, 2012 @ 21:24:42
  Author: eric
Revision: 149347

upgpkg: vorbis-tools 1.4.0-3

Rebuild to add signature, Remove ChangeLog

Modified:
  vorbis-tools/trunk/PKGBUILD
Deleted:
  vorbis-tools/trunk/ChangeLog

-----------+
 ChangeLog |   26 --------------------------
 PKGBUILD  |   11 +++++------
 2 files changed, 5 insertions(+), 32 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2012-02-07 01:25:49 UTC (rev 149346)
+++ ChangeLog	2012-02-07 02:24:42 UTC (rev 149347)
@@ -1,26 +0,0 @@
-2010-04-10  Andrea Scarpino  <andrea at archlinux.org>
-
-	* vorbis-tools 1.4.0-2
-	* libao 1.0 rebuild
-
-2010-04-10  Andrea Scarpino  <andrea at archlinux.org>
-
-	* vorbis-tools 1.4.0-1
-	* Upstream release
-
-2009-10-04  Eric Belanger  <eric at archlinux.org>
-
-	* vorbis-tools 1.2.0-4
-	* Added vcut tool (close FS#14749)
-	* Fixed license
-
-2008-03-15 Travis Willard <travis at archlinux.org>
-
-	* vorbis-tools 1.2.0-3
-	* Removed explicit /usr/man usage
-
-2008-03-15 Travis Willard <travis at archlinux.org>
-
-	* vorbis-tools 1.2.0-1
-	* New upstream release.
-	* Added ChangeLog

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-07 01:25:49 UTC (rev 149346)
+++ PKGBUILD	2012-02-07 02:24:42 UTC (rev 149347)
@@ -1,10 +1,9 @@
 # $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=vorbis-tools
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Extra tools for Ogg-Vorbis"
 arch=('i686' 'x86_64')
 url='http://www.xiph.org/vorbis/'
@@ -17,11 +16,11 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
     --without-speex \
-    --enable-vcut || return 1
-  make || return 1
+    --enable-vcut
+  make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list