[arch-commits] Commit in faac/trunk (PKGBUILD libmp4v2.patch)

Hugo Doria hugo at archlinux.org
Mon Dec 29 22:19:23 UTC 2008


    Date: Monday, December 29, 2008 @ 17:19:22
  Author: hugo
Revision: 22907

upgpkg: faac 1.26-2
    fixing FS#9656

Modified:
  faac/trunk/PKGBUILD
  faac/trunk/libmp4v2.patch

----------------+
 PKGBUILD       |    9 +++++----
 libmp4v2.patch |   22 +++++++++++-----------
 2 files changed, 16 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-29 22:02:04 UTC (rev 22906)
+++ PKGBUILD	2008-12-29 22:19:22 UTC (rev 22907)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Maintainer: Hugo Doria <hugo at archlinux.org>
 # Contributor: Sarah Hay <sarah at archlinux.org>
 # Contributor: dorphell <dorphell at archlinux.org>
 pkgname=faac
 pkgver=1.26
-pkgrel=1
+pkgrel=2
 pkgdesc="FAAC is an AAC audio encoder."
 arch=(i686 x86_64)
 url="http://www.audiocoding.com/"
@@ -12,10 +12,11 @@
 depends=('libmp4v2' 'glibc')
 makedepends=('automake' 'autoconf' 'libtool')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz libmp4v2.patch)
 
 build() {
   cd ${startdir}/src/${pkgname}
+  patch -Np1 -i ${startdir}/src/libmp4v2.patch || return 1
   find . -type f -print0 | xargs -0 sed -i 's/\r//g'
   ./bootstrap
   ./configure --prefix=/usr --with-mp4v2
@@ -25,4 +26,4 @@
   install -D -m644 ${startdir}/src/${pkgname}/libfaac/kiss_fft/COPYING \
                    ${startdir}/pkg/usr/share/licenses/faac/COPYING.kiss_fft
 }
-md5sums=('1d7c019bd2dbb4f3101b8937ebc59cf6')
+md5sums=('1d7c019bd2dbb4f3101b8937ebc59cf6' '166d1415eb7f908d55118c467e800110')

Modified: libmp4v2.patch
===================================================================
--- libmp4v2.patch	2008-12-29 22:02:04 UTC (rev 22906)
+++ libmp4v2.patch	2008-12-29 22:19:22 UTC (rev 22907)
@@ -1,11 +1,11 @@
---- faac/configure.in	2006-08-13 14:17:26.000000000 +0000
-+++ faac-patched/configure.in	2007-01-29 19:18:45.000000000 +0000
-@@ -35,6 +35,8 @@
- 
- if test x$external_mp4v2 = xyes; then
-   AC_MSG_NOTICE([*** Building with external mp4v2 ***])
-+  MY_DEFINE(HAVE_LIBMP4V2)
-+  LIBS="-lmp4v2 $LIBS"
- else
-   if test x$WITHMP4V2 = xyes; then
-      AC_MSG_NOTICE([*** Building with internal mp4v2 ***])
+--- faac/configure.in	2008-03-02 17:27:47.000000000 +0100
++++ faac/configure.in	2008-03-02 17:30:15.000000000 +0100
+@@ -36,6 +36,8 @@
+ 
+ if test x$external_mp4v2 = xyes; then
+   AC_MSG_NOTICE([*** Building with external mp4v2 ***])
++  MY_DEFINE(HAVE_LIBMP4V2)
++  LIBS="-lmp4v2 $LIBS"
+ else
+   if test x$WITHMP4V2 = xyes; then
+      AC_MSG_NOTICE([*** Building with internal mp4v2 ***])




More information about the arch-commits mailing list