pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/faad2 Let audio/faad2 install libmp4ff.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b84c5a392f6a
branches:  trunk
changeset: 395797:b84c5a392f6a
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Mon Jul 13 12:55:54 2009 +0000

description:
Let audio/faad2 install libmp4ff.
It is used by musicpd to play m4a files.

Fixes PR/40584 applying a very similar patch.

diffstat:

 audio/faad2/Makefile         |   4 ++--
 audio/faad2/PLIST            |   4 +++-
 audio/faad2/distinfo         |   4 +++-
 audio/faad2/patches/patch-au |  13 +++++++++++++
 audio/faad2/patches/patch-av |  23 +++++++++++++++++++++++
 5 files changed, 44 insertions(+), 4 deletions(-)

diffs (87 lines):

diff -r 390d089c8be4 -r b84c5a392f6a audio/faad2/Makefile
--- a/audio/faad2/Makefile      Mon Jul 13 11:58:01 2009 +0000
+++ b/audio/faad2/Makefile      Mon Jul 13 12:55:54 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.41 2008/09/24 22:25:14 tonnerre Exp $
+# $NetBSD: Makefile,v 1.42 2009/07/13 12:55:54 tonio Exp $
 
 DISTNAME=      faad2-2.6.1
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=faac/}
-PKGREVISION=   1
+PKGREVISION=   2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.audiocoding.com/
diff -r 390d089c8be4 -r b84c5a392f6a audio/faad2/PLIST
--- a/audio/faad2/PLIST Mon Jul 13 11:58:01 2009 +0000
+++ b/audio/faad2/PLIST Mon Jul 13 12:55:54 2009 +0000
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.11 2009/06/14 17:32:05 joerg Exp $
+@comment $NetBSD: PLIST,v 1.12 2009/07/13 12:55:54 tonio Exp $
 bin/faad
 include/faad2/faad2-config.h
 include/faad2/faad.h
 include/faad2/neaacdec.h
+include/faad2/mp4ff.h
 lib/libfaad.la
+lib/libmp4ff.la
diff -r 390d089c8be4 -r b84c5a392f6a audio/faad2/distinfo
--- a/audio/faad2/distinfo      Mon Jul 13 11:58:01 2009 +0000
+++ b/audio/faad2/distinfo      Mon Jul 13 12:55:54 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2008/09/24 22:25:14 tonnerre Exp $
+$NetBSD: distinfo,v 1.18 2009/07/13 12:55:54 tonio Exp $
 
 SHA1 (faad2-2.6.1.tar.gz) = b4ad33d3c4dfa6dbf3011a3da34c631926cabfad
 RMD160 (faad2-2.6.1.tar.gz) = ad559933dad6a65576a9947819190f04cb3b1c16
@@ -13,3 +13,5 @@
 SHA1 (patch-ar) = 0aa479669b1e2417f9a68adb0ac79ae9c6d5dfe8
 SHA1 (patch-as) = 1626b7a4e696862c365740c6b29f786662c9d845
 SHA1 (patch-at) = 52839407569f452bfecccd7f531fbcac0fb519ad
+SHA1 (patch-au) = 6b88310d0ed5fa2fcd07507d4807681fa85d8525
+SHA1 (patch-av) = c8b65b8ec9780972381640452b49b41a901f8a5f
diff -r 390d089c8be4 -r b84c5a392f6a audio/faad2/patches/patch-au
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/faad2/patches/patch-au      Mon Jul 13 12:55:54 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-au,v 1.1 2009/07/13 12:55:54 tonio Exp $
+
+install mp4ff
+
+--- ./common/mp4ff/Makefile.am.orig    2006-05-07 20:09:00.000000000 +0200
++++ ./common/mp4ff/Makefile.am
+@@ -1,4 +1,5 @@
+-noinst_LTLIBRARIES = libmp4ff.la
++lib_LTLIBRARIES = libmp4ff.la
++include_HEADERS = mp4ff.h
+ 
+ libmp4ff_la_CFLAGS = -DUSE_TAGGING=1
+ 
diff -r 390d089c8be4 -r b84c5a392f6a audio/faad2/patches/patch-av
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/faad2/patches/patch-av      Mon Jul 13 12:55:54 2009 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-av,v 1.1 2009/07/13 12:55:54 tonio Exp $
+
+install mp4ff
+
+--- ./common/mp4ff/mp4ff.h.orig        2007-11-01 13:33:29.000000000 +0100
++++ ./common/mp4ff/mp4ff.h
+@@ -35,7 +35,15 @@
+ extern "C" {
+ #endif /* __cplusplus */
+ 
+-#include "mp4ff_int_types.h"
++#if HAVE_SYS_TYPES_H
++#include <sys/types.h>
++#endif
++#if HAVE_INTTYPES_H
++#include <inttypes.h>
++#endif
++#if HAVE_STDINT_H
++#include <stdint.h>
++#endif
+ 
+ /* file callback structure */
+ typedef struct



Home | Main Index | Thread Index | Old Index