[arch-commits] Commit in faad2/repos (12 files)

Eric Bélanger eric at nymeria.archlinux.org
Thu Oct 24 15:27:21 UTC 2013


    Date: Thursday, October 24, 2013 @ 17:27:20
  Author: eric
Revision: 197236

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  faad2/repos/extra-i686/PKGBUILD
    (from rev 197235, faad2/trunk/PKGBUILD)
  faad2/repos/extra-i686/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch
    (from rev 197235, faad2/trunk/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch)
  faad2/repos/extra-i686/faad2-2.7-libmp4ff-shared-lib.patch
    (from rev 197235, faad2/trunk/faad2-2.7-libmp4ff-shared-lib.patch)
  faad2/repos/extra-i686/faad2-2.7-man1_MANS.patch
    (from rev 197235, faad2/trunk/faad2-2.7-man1_MANS.patch)
  faad2/repos/extra-x86_64/PKGBUILD
    (from rev 197235, faad2/trunk/PKGBUILD)
  faad2/repos/extra-x86_64/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch
    (from rev 197235, faad2/trunk/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch)
  faad2/repos/extra-x86_64/faad2-2.7-libmp4ff-shared-lib.patch
    (from rev 197235, faad2/trunk/faad2-2.7-libmp4ff-shared-lib.patch)
  faad2/repos/extra-x86_64/faad2-2.7-man1_MANS.patch
    (from rev 197235, faad2/trunk/faad2-2.7-man1_MANS.patch)
Deleted:
  faad2/repos/extra-i686/LICENSE
  faad2/repos/extra-i686/PKGBUILD
  faad2/repos/extra-x86_64/LICENSE
  faad2/repos/extra-x86_64/PKGBUILD

-----------------------------------------------------------------+
 /PKGBUILD                                                       |   78 ++++++++++
 extra-i686/LICENSE                                              |   42 -----
 extra-i686/PKGBUILD                                             |   29 ---
 extra-i686/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch   |   13 +
 extra-i686/faad2-2.7-libmp4ff-shared-lib.patch                  |   29 +++
 extra-i686/faad2-2.7-man1_MANS.patch                            |   10 +
 extra-x86_64/LICENSE                                            |   42 -----
 extra-x86_64/PKGBUILD                                           |   29 ---
 extra-x86_64/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch |   13 +
 extra-x86_64/faad2-2.7-libmp4ff-shared-lib.patch                |   29 +++
 extra-x86_64/faad2-2.7-man1_MANS.patch                          |   10 +
 11 files changed, 182 insertions(+), 142 deletions(-)

Deleted: extra-i686/LICENSE
===================================================================
--- extra-i686/LICENSE	2013-10-24 15:24:37 UTC (rev 197235)
+++ extra-i686/LICENSE	2013-10-24 15:27:20 UTC (rev 197236)
@@ -1,42 +0,0 @@
-__________
-COPYRIGHTS
-
-For FAAD2 the following license applies:
-
-******************************************************************************
-** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
-** Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
-**
-** This program is free software; you can redistribute it and/or modify
-** it under the terms of the GNU General Public License as published by
-** the Free Software Foundation; either version 2 of the License, or
-** (at your option) any later version.
-**
-** This program is distributed in the hope that it will be useful,
-** but WITHOUT ANY WARRANTY; without even the implied warranty of
-** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-** GNU General Public License for more details.
-**
-** You should have received a copy of the GNU General Public License
-** along with this program; if not, write to the Free Software
-** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-**
-** Any non-GPL usage of this software or parts of this software is strictly
-** forbidden.
-**
-** The "appropriate copyright message" mentioned in section 2c of the GPLv2
-** must read: "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
-**
-** Commercial non-GPL licensing of this software is possible.
-** For more info contact Nero AG through Mpeg4AAClicense at nero.com.
-******************************************************************************
-
-
-Please note that the use of this software may require the payment of
-patent royalties. You need to consider this issue before you start
-building derivative works. We are not warranting or indemnifying you in
-any way for patent royalities! YOU ARE SOLELY RESPONSIBLE FOR YOUR OWN
-ACTIONS!
-
-
-______

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-10-24 15:24:37 UTC (rev 197235)
+++ extra-i686/PKGBUILD	2013-10-24 15:27:20 UTC (rev 197236)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=faad2
-pkgver=2.7
-pkgrel=3
-pkgdesc="ISO AAC audio decoder"
-arch=('i686' 'x86_64')
-url="http://www.audiocoding.com/"
-license=('custom:GPL')
-depends=('glibc')
-options=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/faac/${pkgname}-${pkgver}.tar.bz2 LICENSE)
-sha1sums=('b0e80481d27ae9faf9e46c8c8dfb617a0adb91b5'
-          '00edd9b30d8d5098b5e91c03c595d96a3bbe56fd')
-
-build() {
-  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
-  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"
-}

Copied: faad2/repos/extra-i686/PKGBUILD (from rev 197235, faad2/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-10-24 15:27:20 UTC (rev 197236)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=faad2
+pkgver=2.7
+pkgrel=4
+pkgdesc="ISO AAC audio decoder"
+arch=('i686' 'x86_64')
+url="http://www.audiocoding.com/"
+license=('GPL')
+depends=('glibc')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/faac/${pkgname}-${pkgver}.tar.bz2
+        faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch
+	faad2-2.7-libmp4ff-shared-lib.patch
+	faad2-2.7-man1_MANS.patch)
+sha1sums=('b0e80481d27ae9faf9e46c8c8dfb617a0adb91b5'
+          '1cf28cfd32dbae6cc484b149fd6adfea33506544'
+          '247658aa795cd6d44a153fae8c5cb62e427f3ecf'
+          '4b548a08f7611a5f4f395c7c1d4cef5e37368af2')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/faad2-2.7-libmp4ff-shared-lib.patch"
+  patch -p0 -i "${srcdir}/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch"
+  patch -p1 -i "${srcdir}/faad2-2.7-man1_MANS.patch"
+  autoreconf --force --install
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make CFLAGS="${CFLAGS} -fPIC"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: faad2/repos/extra-i686/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch (from rev 197235, faad2/trunk/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch)
===================================================================
--- extra-i686/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch	                        (rev 0)
+++ extra-i686/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch	2013-10-24 15:27:20 UTC (rev 197236)
@@ -0,0 +1,13 @@
+Install mp4ff_int_types.h for mythmusic.
+
+http://bugs.gentoo.org/275008
+
+--- common/mp4ff/Makefile.am
++++ common/mp4ff/Makefile.am
+@@ -1,5 +1,5 @@
+ lib_LTLIBRARIES = libmp4ff.la
+-include_HEADERS = mp4ff.h mp4ffint.h
++include_HEADERS = mp4ff.h mp4ffint.h mp4ff_int_types.h
+ 
+ AM_CFLAGS = -DUSE_TAGGING=1
+ 

Copied: faad2/repos/extra-i686/faad2-2.7-libmp4ff-shared-lib.patch (from rev 197235, faad2/trunk/faad2-2.7-libmp4ff-shared-lib.patch)
===================================================================
--- extra-i686/faad2-2.7-libmp4ff-shared-lib.patch	                        (rev 0)
+++ extra-i686/faad2-2.7-libmp4ff-shared-lib.patch	2013-10-24 15:27:20 UTC (rev 197236)
@@ -0,0 +1,29 @@
+Ripped from Debian
+
+Patch to create a shared lib for libmp4ff.
+
+--- a/common/mp4ff/Makefile.am
++++ b/common/mp4ff/Makefile.am
+@@ -1,7 +1,8 @@
+-lib_LIBRARIES = libmp4ff.a
++lib_LTLIBRARIES = libmp4ff.la
+ include_HEADERS = mp4ff.h mp4ffint.h
+ 
+-libmp4ff_a_CFLAGS = -DUSE_TAGGING=1
++AM_CFLAGS = -DUSE_TAGGING=1
+ 
+-libmp4ff_a_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
++libmp4ff_la_LDFLAGS = -version-info 0:0:0
++libmp4ff_la_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
+ 		     mp4tagupdate.c mp4ff.h mp4ffint.h mp4ff_int_types.h
+--- a/frontend/Makefile.am
++++ b/frontend/Makefile.am
+@@ -5,7 +5,7 @@
+ 	   -I$(top_srcdir)/common/mp4ff
+ 
+ faad_LDADD = $(top_builddir)/libfaad/libfaad.la \
+-	     $(top_builddir)/common/mp4ff/libmp4ff.a
++	     $(top_builddir)/common/mp4ff/libmp4ff.la
+ 
+ faad_SOURCES = main.c \
+ 	       audio.c audio.h \

Copied: faad2/repos/extra-i686/faad2-2.7-man1_MANS.patch (from rev 197235, faad2/trunk/faad2-2.7-man1_MANS.patch)
===================================================================
--- extra-i686/faad2-2.7-man1_MANS.patch	                        (rev 0)
+++ extra-i686/faad2-2.7-man1_MANS.patch	2013-10-24 15:27:20 UTC (rev 197236)
@@ -0,0 +1,10 @@
+diff -ur faad2-2.7.orig/frontend/Makefile.am faad2-2.7/frontend/Makefile.am
+--- faad2-2.7.orig/frontend/Makefile.am	2009-02-06 18:03:37.000000000 +0200
++++ faad2-2.7/frontend/Makefile.am	2009-07-20 20:27:29.000000000 +0300
+@@ -1,5 +1,5 @@
+ bin_PROGRAMS = faad
+-man_MANS = faad.man
++man1_MANS = faad.man
+ 
+ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/common/faad \
+ 	   -I$(top_srcdir)/common/mp4ff

Deleted: extra-x86_64/LICENSE
===================================================================
--- extra-x86_64/LICENSE	2013-10-24 15:24:37 UTC (rev 197235)
+++ extra-x86_64/LICENSE	2013-10-24 15:27:20 UTC (rev 197236)
@@ -1,42 +0,0 @@
-__________
-COPYRIGHTS
-
-For FAAD2 the following license applies:
-
-******************************************************************************
-** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
-** Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
-**
-** This program is free software; you can redistribute it and/or modify
-** it under the terms of the GNU General Public License as published by
-** the Free Software Foundation; either version 2 of the License, or
-** (at your option) any later version.
-**
-** This program is distributed in the hope that it will be useful,
-** but WITHOUT ANY WARRANTY; without even the implied warranty of
-** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-** GNU General Public License for more details.
-**
-** You should have received a copy of the GNU General Public License
-** along with this program; if not, write to the Free Software
-** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-**
-** Any non-GPL usage of this software or parts of this software is strictly
-** forbidden.
-**
-** The "appropriate copyright message" mentioned in section 2c of the GPLv2
-** must read: "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
-**
-** Commercial non-GPL licensing of this software is possible.
-** For more info contact Nero AG through Mpeg4AAClicense at nero.com.
-******************************************************************************
-
-
-Please note that the use of this software may require the payment of
-patent royalties. You need to consider this issue before you start
-building derivative works. We are not warranting or indemnifying you in
-any way for patent royalities! YOU ARE SOLELY RESPONSIBLE FOR YOUR OWN
-ACTIONS!
-
-
-______

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-10-24 15:24:37 UTC (rev 197235)
+++ extra-x86_64/PKGBUILD	2013-10-24 15:27:20 UTC (rev 197236)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=faad2
-pkgver=2.7
-pkgrel=3
-pkgdesc="ISO AAC audio decoder"
-arch=('i686' 'x86_64')
-url="http://www.audiocoding.com/"
-license=('custom:GPL')
-depends=('glibc')
-options=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/faac/${pkgname}-${pkgver}.tar.bz2 LICENSE)
-sha1sums=('b0e80481d27ae9faf9e46c8c8dfb617a0adb91b5'
-          '00edd9b30d8d5098b5e91c03c595d96a3bbe56fd')
-
-build() {
-  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
-  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"
-}

Copied: faad2/repos/extra-x86_64/PKGBUILD (from rev 197235, faad2/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-10-24 15:27:20 UTC (rev 197236)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=faad2
+pkgver=2.7
+pkgrel=4
+pkgdesc="ISO AAC audio decoder"
+arch=('i686' 'x86_64')
+url="http://www.audiocoding.com/"
+license=('GPL')
+depends=('glibc')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/faac/${pkgname}-${pkgver}.tar.bz2
+        faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch
+	faad2-2.7-libmp4ff-shared-lib.patch
+	faad2-2.7-man1_MANS.patch)
+sha1sums=('b0e80481d27ae9faf9e46c8c8dfb617a0adb91b5'
+          '1cf28cfd32dbae6cc484b149fd6adfea33506544'
+          '247658aa795cd6d44a153fae8c5cb62e427f3ecf'
+          '4b548a08f7611a5f4f395c7c1d4cef5e37368af2')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/faad2-2.7-libmp4ff-shared-lib.patch"
+  patch -p0 -i "${srcdir}/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch"
+  patch -p1 -i "${srcdir}/faad2-2.7-man1_MANS.patch"
+  autoreconf --force --install
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make CFLAGS="${CFLAGS} -fPIC"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: faad2/repos/extra-x86_64/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch (from rev 197235, faad2/trunk/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch)
===================================================================
--- extra-x86_64/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch	                        (rev 0)
+++ extra-x86_64/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch	2013-10-24 15:27:20 UTC (rev 197236)
@@ -0,0 +1,13 @@
+Install mp4ff_int_types.h for mythmusic.
+
+http://bugs.gentoo.org/275008
+
+--- common/mp4ff/Makefile.am
++++ common/mp4ff/Makefile.am
+@@ -1,5 +1,5 @@
+ lib_LTLIBRARIES = libmp4ff.la
+-include_HEADERS = mp4ff.h mp4ffint.h
++include_HEADERS = mp4ff.h mp4ffint.h mp4ff_int_types.h
+ 
+ AM_CFLAGS = -DUSE_TAGGING=1
+ 

Copied: faad2/repos/extra-x86_64/faad2-2.7-libmp4ff-shared-lib.patch (from rev 197235, faad2/trunk/faad2-2.7-libmp4ff-shared-lib.patch)
===================================================================
--- extra-x86_64/faad2-2.7-libmp4ff-shared-lib.patch	                        (rev 0)
+++ extra-x86_64/faad2-2.7-libmp4ff-shared-lib.patch	2013-10-24 15:27:20 UTC (rev 197236)
@@ -0,0 +1,29 @@
+Ripped from Debian
+
+Patch to create a shared lib for libmp4ff.
+
+--- a/common/mp4ff/Makefile.am
++++ b/common/mp4ff/Makefile.am
+@@ -1,7 +1,8 @@
+-lib_LIBRARIES = libmp4ff.a
++lib_LTLIBRARIES = libmp4ff.la
+ include_HEADERS = mp4ff.h mp4ffint.h
+ 
+-libmp4ff_a_CFLAGS = -DUSE_TAGGING=1
++AM_CFLAGS = -DUSE_TAGGING=1
+ 
+-libmp4ff_a_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
++libmp4ff_la_LDFLAGS = -version-info 0:0:0
++libmp4ff_la_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
+ 		     mp4tagupdate.c mp4ff.h mp4ffint.h mp4ff_int_types.h
+--- a/frontend/Makefile.am
++++ b/frontend/Makefile.am
+@@ -5,7 +5,7 @@
+ 	   -I$(top_srcdir)/common/mp4ff
+ 
+ faad_LDADD = $(top_builddir)/libfaad/libfaad.la \
+-	     $(top_builddir)/common/mp4ff/libmp4ff.a
++	     $(top_builddir)/common/mp4ff/libmp4ff.la
+ 
+ faad_SOURCES = main.c \
+ 	       audio.c audio.h \

Copied: faad2/repos/extra-x86_64/faad2-2.7-man1_MANS.patch (from rev 197235, faad2/trunk/faad2-2.7-man1_MANS.patch)
===================================================================
--- extra-x86_64/faad2-2.7-man1_MANS.patch	                        (rev 0)
+++ extra-x86_64/faad2-2.7-man1_MANS.patch	2013-10-24 15:27:20 UTC (rev 197236)
@@ -0,0 +1,10 @@
+diff -ur faad2-2.7.orig/frontend/Makefile.am faad2-2.7/frontend/Makefile.am
+--- faad2-2.7.orig/frontend/Makefile.am	2009-02-06 18:03:37.000000000 +0200
++++ faad2-2.7/frontend/Makefile.am	2009-07-20 20:27:29.000000000 +0300
+@@ -1,5 +1,5 @@
+ bin_PROGRAMS = faad
+-man_MANS = faad.man
++man1_MANS = faad.man
+ 
+ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/common/faad \
+ 	   -I$(top_srcdir)/common/mp4ff




More information about the arch-commits mailing list