[arch-commits] Commit in flac/trunk (4 files)

Eric Belanger eric at archlinux.org
Mon Oct 20 01:35:01 UTC 2008


    Date: Sunday, October 19, 2008 @ 21:35:00
  Author: eric
Revision: 16016

fixed gcc 4.3 build issue (close FS#11341), removed old patches

Added:
  flac/trunk/flac-1.2.1-gcc-4.3-includes.patch
Modified:
  flac/trunk/PKGBUILD
Deleted:
  flac/trunk/flac-linking.diff
  flac/trunk/xmms-plugin.patch

-----------------------------------+
 PKGBUILD                          |   17 ++++++++---------
 flac-1.2.1-gcc-4.3-includes.patch |   11 +++++++++++
 flac-linking.diff                 |   12 ------------
 xmms-plugin.patch                 |   11 -----------
 4 files changed, 19 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-20 01:20:31 UTC (rev 16015)
+++ PKGBUILD	2008-10-20 01:35:00 UTC (rev 16016)
@@ -1,23 +1,23 @@
 # $Id$
-# Maintainer: Paul Mattal <paul at archlinux.org>
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
 pkgname=flac
 pkgver=1.2.1
 pkgrel=1
 pkgdesc="Free Lossless Audio Codec"
-license=('custom:Xiph' 'LGPL' 'GPL' 'FDL')
+arch=('i686' 'x86_64')
 url="http://flac.sourceforge.net/"
-arch=(i686 x86_64)
-options=('!libtool')
+license=('custom:Xiph' 'LGPL' 'GPL' 'FDL')
 depends=('glibc' 'libogg')
 makedepends=('nasm' 'xmms')
-source=(http://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('153c8b15a54da428d1f0fadc756c22c7')
+options=('!libtool' '!makeflags')
+source=(http://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz flac-1.2.1-gcc-4.3-includes.patch)
+md5sums=('153c8b15a54da428d1f0fadc756c22c7' 'b9d245422bbc547b18a72897366bea77')
 
 build() {
-  # -j1 to get the xmms plugin working (from gentoo)
-  export MAKEFLAGS="-j1"
   cd $startdir/src/$pkgname-$pkgver || return 1
+  patch -p1 < ../flac-1.2.1-gcc-4.3-includes.patch || return 1
   ./configure --prefix=/usr --enable-shared --disable-sse \
     --disable-rpath --with-pic || return 1
   make || return 1
@@ -27,4 +27,3 @@
   install -Dm0644 $startdir/src/$pkgname-$pkgver/COPYING.Xiph \
                   $startdir/pkg/usr/share/licenses/$pkgname/COPYING.Xiph
 }
-

Added: flac-1.2.1-gcc-4.3-includes.patch
===================================================================
--- flac-1.2.1-gcc-4.3-includes.patch	                        (rev 0)
+++ flac-1.2.1-gcc-4.3-includes.patch	2008-10-20 01:35:00 UTC (rev 16016)
@@ -0,0 +1,11 @@
+diff -Naur flac-1.2.1-orig/examples/cpp/encode/file/main.cpp flac-1.2.1/examples/cpp/encode/file/main.cpp
+--- flac-1.2.1-orig/examples/cpp/encode/file/main.cpp	2007-09-13 09:58:03.000000000 -0600
++++ flac-1.2.1/examples/cpp/encode/file/main.cpp	2007-11-18 12:59:45.000000000 -0600
+@@ -30,6 +30,7 @@
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <cstring>
+ #include "FLAC++/metadata.h"
+ #include "FLAC++/encoder.h"
+ 

Deleted: flac-linking.diff
===================================================================
--- flac-linking.diff	2008-10-20 01:20:31 UTC (rev 16015)
+++ flac-linking.diff	2008-10-20 01:35:00 UTC (rev 16016)
@@ -1,12 +0,0 @@
-diff -ur flac-1.1.2-orig/configure flac-1.1.2/configure
---- flac-1.1.2-orig/configure	2005-07-24 17:58:19.180907080 +0100
-+++ flac-1.1.2/configure	2005-07-24 17:58:59.139832400 +0100
-@@ -3462,7 +3462,7 @@
- # This must be Linux ELF.
- linux-gnu*)
-   case $host_cpu in
--  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | s390* )
-+  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | s390* | x86_64* )
-     lt_cv_deplibs_check_method=pass_all ;;
-   *)
-     # glibc up to 2.1.1 does not perform some relocations on ARM

Deleted: xmms-plugin.patch
===================================================================
--- xmms-plugin.patch	2008-10-20 01:20:31 UTC (rev 16015)
+++ xmms-plugin.patch	2008-10-20 01:35:00 UTC (rev 16016)
@@ -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