Date: Wednesday, July 26, 2017 @ 21:00:58
  Author: arojas
Revision: 301283

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

Added:
  faad2/repos/testing-i686/
  faad2/repos/testing-i686/PKGBUILD
    (from rev 301282, faad2/trunk/PKGBUILD)
  faad2/repos/testing-i686/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch
    (from rev 301282, 
faad2/trunk/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch)
  faad2/repos/testing-i686/faad2-2.7-libmp4ff-shared-lib.patch
    (from rev 301282, faad2/trunk/faad2-2.7-libmp4ff-shared-lib.patch)
  faad2/repos/testing-x86_64/
  faad2/repos/testing-x86_64/PKGBUILD
    (from rev 301282, faad2/trunk/PKGBUILD)
  faad2/repos/testing-x86_64/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch
    (from rev 301282, 
faad2/trunk/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch)
  faad2/repos/testing-x86_64/faad2-2.7-libmp4ff-shared-lib.patch
    (from rev 301282, faad2/trunk/faad2-2.7-libmp4ff-shared-lib.patch)

-------------------------------------------------------------------+
 testing-i686/PKGBUILD                                             |   37 
++++++++++
 testing-i686/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch   |   13 +++
 testing-i686/faad2-2.7-libmp4ff-shared-lib.patch                  |   29 
+++++++
 testing-x86_64/PKGBUILD                                           |   37 
++++++++++
 testing-x86_64/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch |   13 +++
 testing-x86_64/faad2-2.7-libmp4ff-shared-lib.patch                |   29 
+++++++
 6 files changed, 158 insertions(+)

Copied: faad2/repos/testing-i686/PKGBUILD (from rev 301282, 
faad2/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2017-07-26 21:00:58 UTC (rev 301283)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger <[email protected]>
+
+pkgname=faad2
+pkgver=2.8.1
+pkgrel=1
+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)
+sha1sums=('a5caa71cd915acd502d96cba56f38296277f2350'
+          '1cf28cfd32dbae6cc484b149fd6adfea33506544'
+          '247658aa795cd6d44a153fae8c5cb62e427f3ecf')
+
+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"
+#  autoreconf --force --install
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
faad2/repos/testing-i686/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch 
(from rev 301282, 
faad2/trunk/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch)
===================================================================
--- testing-i686/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch             
                (rev 0)
+++ testing-i686/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch     
2017-07-26 21:00:58 UTC (rev 301283)
@@ -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/testing-i686/faad2-2.7-libmp4ff-shared-lib.patch (from rev 
301282, faad2/trunk/faad2-2.7-libmp4ff-shared-lib.patch)
===================================================================
--- testing-i686/faad2-2.7-libmp4ff-shared-lib.patch                            
(rev 0)
+++ testing-i686/faad2-2.7-libmp4ff-shared-lib.patch    2017-07-26 21:00:58 UTC 
(rev 301283)
@@ -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/testing-x86_64/PKGBUILD (from rev 301282, 
faad2/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2017-07-26 21:00:58 UTC (rev 301283)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger <[email protected]>
+
+pkgname=faad2
+pkgver=2.8.1
+pkgrel=1
+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)
+sha1sums=('a5caa71cd915acd502d96cba56f38296277f2350'
+          '1cf28cfd32dbae6cc484b149fd6adfea33506544'
+          '247658aa795cd6d44a153fae8c5cb62e427f3ecf')
+
+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"
+#  autoreconf --force --install
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
faad2/repos/testing-x86_64/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch 
(from rev 301282, 
faad2/trunk/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch)
===================================================================
--- testing-x86_64/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch           
                (rev 0)
+++ testing-x86_64/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch   
2017-07-26 21:00:58 UTC (rev 301283)
@@ -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/testing-x86_64/faad2-2.7-libmp4ff-shared-lib.patch (from 
rev 301282, faad2/trunk/faad2-2.7-libmp4ff-shared-lib.patch)
===================================================================
--- testing-x86_64/faad2-2.7-libmp4ff-shared-lib.patch                          
(rev 0)
+++ testing-x86_64/faad2-2.7-libmp4ff-shared-lib.patch  2017-07-26 21:00:58 UTC 
(rev 301283)
@@ -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 \

Reply via email to