[arch-commits] Commit in faad2/trunk (3 files)

Jan de Groot jgc at archlinux.org
Tue Aug 15 09:23:56 UTC 2017


    Date: Tuesday, August 15, 2017 @ 09:23:55
  Author: jgc
Revision: 302192

Remove obsolete patches
Switch source download to HTTPS, use sha256 checksums
Change homepage to something that is maintained. It hurts my eyes, but at least it lists 2.8.1 as released

Modified:
  faad2/trunk/PKGBUILD
Deleted:
  faad2/trunk/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch
  faad2/trunk/faad2-2.7-libmp4ff-shared-lib.patch

----------------------------------------------------+
 PKGBUILD                                           |   17 +----------
 faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch |   13 --------
 faad2-2.7-libmp4ff-shared-lib.patch                |   29 -------------------
 3 files changed, 3 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-15 07:59:07 UTC (rev 302191)
+++ PKGBUILD	2017-08-15 09:23:55 UTC (rev 302192)
@@ -6,24 +6,13 @@
 pkgrel=1
 pkgdesc="ISO AAC audio decoder"
 arch=('i686' 'x86_64')
-url="http://www.audiocoding.com/"
+url="http://faac.sourceforge.net/"
 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')
+source=(https://downloads.sourceforge.net/sourceforge/faac/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f4042496f6b0a60f5ded6acd11093230044ef8a2fd965360c1bbd5b58780933d')
 
-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

Deleted: faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch
===================================================================
--- faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch	2017-08-15 07:59:07 UTC (rev 302191)
+++ faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch	2017-08-15 09:23:55 UTC (rev 302192)
@@ -1,13 +0,0 @@
-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
- 

Deleted: faad2-2.7-libmp4ff-shared-lib.patch
===================================================================
--- faad2-2.7-libmp4ff-shared-lib.patch	2017-08-15 07:59:07 UTC (rev 302191)
+++ faad2-2.7-libmp4ff-shared-lib.patch	2017-08-15 09:23:55 UTC (rev 302192)
@@ -1,29 +0,0 @@
-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 \



More information about the arch-commits mailing list