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

Eric Bélanger eric at archlinux.org
Mon Apr 25 22:17:15 UTC 2011


    Date: Monday, April 25, 2011 @ 18:17:14
  Author: eric
Revision: 120668

upgpkg: faad2 2.7-2
Rebuilt with recent toolchain, PKGBUILD clean up, Removed ChangeLog

Modified:
  faad2/trunk/PKGBUILD
Deleted:
  faad2/trunk/ChangeLog

-----------+
 ChangeLog |   26 --------------------------
 PKGBUILD  |   31 ++++++++++++++-----------------
 2 files changed, 14 insertions(+), 43 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2011-04-25 21:54:41 UTC (rev 120667)
+++ ChangeLog	2011-04-25 22:17:14 UTC (rev 120668)
@@ -1,26 +0,0 @@
-2009-02-16  Eric Belanger  <eric at archlinux.org>
-
-	* faad2 2.7-1
-	* Upstream update
-	* Updated LICENSE file
-	* Compiled with -fPIC option
-
-2009-01-05  Eric Belanger  <eric at archlinux.org>
-
-	* faad2 2.6.1-2
-	* Applied security patch
-
-2008-07-19  Eric Belanger  <eric at archlinux.org>
-
-	* faad2 2.6.1-1
-	* Upstream update
-	* Patched to fix libtool build problem :
-	  faad2-2.6.1-libtool22.patch 
-	* Patched to make faad2 exit if output pipe breaks :
-	  faad2-2.6.1-broken-pipe.patch 
-	* Patched to fix include file implicit declaration :
-	  faad2-2.6.1-implicitdeclar.patch
-	* Patched to bump soname (symbols have been changed) :
-	  faad2-2.6.1-abi_has_changed.patch
-	* Updated license
-	* Added ChangeLog

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-25 21:54:41 UTC (rev 120667)
+++ PKGBUILD	2011-04-25 22:17:14 UTC (rev 120668)
@@ -1,11 +1,9 @@
 # $Id$
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Sarah Hay <sarah at archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=faad2
 pkgver=2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="ISO AAC audio decoder"
 arch=('i686' 'x86_64')
 url="http://www.audiocoding.com/"
@@ -13,22 +11,21 @@
 depends=('glibc')
 options=('!libtool' '!makeflags')
 source=(http://downloads.sourceforge.net/sourceforge/faac/${pkgname}-${pkgver}.tar.bz2 LICENSE)
-md5sums=('4c332fa23febc0e4648064685a3d4332' 'ec95f38142e14fb46c849503897a37a0')
-sha1sums=('b0e80481d27ae9faf9e46c8c8dfb617a0adb91b5' '00edd9b30d8d5098b5e91c03c595d96a3bbe56fd')
+md5sums=('4c332fa23febc0e4648064685a3d4332'
+         'ec95f38142e14fb46c849503897a37a0')
+sha1sums=('b0e80481d27ae9faf9e46c8c8dfb617a0adb91b5'
+          '00edd9b30d8d5098b5e91c03c595d96a3bbe56fd')
 
 build() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-	./configure --prefix=/usr
-	make CFLAGS="${CFLAGS} -fPIC"
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make CFLAGS="${CFLAGS} -fPIC"
 }
 
 package() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-	make DESTDIR=${pkgdir} manmdir=/usr/share/man/man1 install
-	install -m644 common/mp4ff/mp4ff_int_types.h \
-	    ${pkgdir}/usr/include/mp4ff_int_types.h
-	install -Dm644 ${srcdir}/LICENSE \
-	    ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-	mv ${pkgdir}/usr/share/man/man1/faad.man \
-	    ${pkgdir}/usr/share/man/man1/faad.1
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" manmdir=/usr/share/man/man1 install
+  mv "${pkgdir}/usr/share/man/man1/faad.man" "${pkgdir}/usr/share/man/man1/faad.1"
+  install -D -m644 common/mp4ff/mp4ff_int_types.h "${pkgdir}/usr/include/mp4ff_int_types.h"
+  install -D -m644 "${srcdir}/LICENSE"  "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list