[arch-commits] CVS update of arch/build/multimedia/flac (PKGBUILD xmms-plugin.patch)

Paul Mattal paul at archlinux.org
Wed Aug 1 12:52:31 UTC 2007


    Date: Wednesday, August 1, 2007 @ 08:52:31
  Author: paul
    Path: /home/cvs-arch/arch/build/multimedia/flac

Modified: PKGBUILD (1.10 -> 1.11)
 Removed: xmms-plugin.patch (1.1)

upgpkg: flac 1.2.0-1
update to 1.2.0


-------------------+
 PKGBUILD          |   17 +++++++++--------
 xmms-plugin.patch |   11 -----------
 2 files changed, 9 insertions(+), 19 deletions(-)


Index: arch/build/multimedia/flac/PKGBUILD
diff -u arch/build/multimedia/flac/PKGBUILD:1.10 arch/build/multimedia/flac/PKGBUILD:1.11
--- arch/build/multimedia/flac/PKGBUILD:1.10	Sun Mar 18 13:55:24 2007
+++ arch/build/multimedia/flac/PKGBUILD	Wed Aug  1 08:52:30 2007
@@ -1,24 +1,25 @@
-# $Id: PKGBUILD,v 1.10 2007/03/18 17:55:24 andyrtr Exp $
-# Maintainer: eric <eric at archlinux.org>
+# $Id: PKGBUILD,v 1.11 2007/08/01 12:52:30 paul Exp $
+# Maintainer: Paul Mattal <paul at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=flac
-pkgver=1.1.4
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="Free Lossless Audio Codec"
 arch=(i686 x86_64)
+options=('!libtool')
 depends=('glibc' 'libogg')
 makedepends=('nasm' 'xmms')
+license=('Xiph')
 source=(http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 url="http://flac.sourceforge.net/"
-md5sums=('3958cbd5b6ed8c14966792538e44223b')
+md5sums=('ea176bfb291707b46a537b091c226ae7')
 
 build() {
   # -j1 to get the xmms plugin working (from gentoo)
   export MAKEFLAGS="-j1"
-  cd $startdir/src/$pkgname-$pkgver
+  cd $startdir/src/$pkgname-$pkgver || return 1
   ./configure --prefix=/usr --enable-shared --disable-sse \
-    --disable-rpath --with-pic
+    --disable-rpath --with-pic || return 1
   make || return 1
-  make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
+  make DESTDIR=$startdir/pkg install || return 1
 }
Index: arch/build/multimedia/flac/xmms-plugin.patch
diff -u arch/build/multimedia/flac/xmms-plugin.patch:1.1 arch/build/multimedia/flac/xmms-plugin.patch:removed
--- arch/build/multimedia/flac/xmms-plugin.patch:1.1	Fri Apr  8 16:19:45 2005
+++ arch/build/multimedia/flac/xmms-plugin.patch	Wed Aug  1 08:52:30 2007
@@ -1,11 +0,0 @@
---- src/plugin_xmms/configure.c.old	2005-04-08 12:16:17.000000000 +0200
-+++ src/plugin_xmms/configure.c	2005-04-08 12:16:41.000000000 +0200
-@@ -61,7 +61,7 @@
- 		"", /* proxy_user */
- 		"", /* proxy_pass */
- 		FALSE, /* save_http_stream */
--		"", /* save_http_path */
-+		FALSE, /* save_http_path */
- 		FALSE, /* cast_title_streaming */
- 		FALSE /* use_udp_channel */
- 	},




More information about the arch-commits mailing list