head 1.4; access; symbols pkgsrc-2017Q2:1.3.0.64 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.3.0.62 pkgsrc-2017Q1-base:1.3 pkgsrc-2016Q4:1.3.0.60 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.58 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.56 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.54 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.52 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.50 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.48 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.46 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.44 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.42 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.40 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.38 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.36 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.34 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.32 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.30 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.28 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.26 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.24 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.22 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.20 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.18 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.16 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.14 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.12 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.10 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.8 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.6 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.4 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.2 pkgsrc-2009Q3-base:1.3; locks; strict; comment @# @; 1.4 date 2017.07.23.16.09.17; author adam; state dead; branches; next 1.3; commitid hwpr9btJaVPO1n0A; 1.3 date 2009.08.11.11.16.38; author drochner; state Exp; branches; next 1.2; 1.2 date 2009.08.10.00.01.56; author tnn; state Exp; branches; next 1.1; 1.1 date 2009.07.13.12.55.54; author tonio; state Exp; branches; next ; desc @@ 1.4 log @2.8.1: - seeking support for MP4 files 2.8.0: - patches and fixed bugs @ text @$NetBSD: patch-au,v 1.3 2009/08/11 11:16:38 drochner Exp $ --- common/mp4ff/Makefile.am.orig 2009-02-06 15:24:21.000000000 +0100 +++ common/mp4ff/Makefile.am @@@@ -1,7 +1,7 @@@@ -lib_LIBRARIES = libmp4ff.a -include_HEADERS = mp4ff.h mp4ffint.h +lib_LTLIBRARIES = libmp4ff.la +include_HEADERS = mp4ff.h mp4ff_int_types.h -libmp4ff_a_CFLAGS = -DUSE_TAGGING=1 +libmp4ff_la_CFLAGS = -DUSE_TAGGING=1 -libmp4ff_a_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \ - mp4tagupdate.c mp4ff.h mp4ffint.h mp4ff_int_types.h +libmp4ff_la_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c mp4tagupdate.c + +libmp4ff_la_INCLUDES= mp4ff.h mp4ffint.h mp4ff_int_types.h @ 1.3 log @make the installed include files more consistent: don't rely on HAVE_STDINT_H defined by the client app, don't install mp4ffint.h which is purely internal, fix build of the xmms plugin, bump PKGREVISION @ text @d1 1 a1 1 $NetBSD: patch-au,v 1.2 2009/08/10 00:01:56 tnn Exp $ @ 1.2 log @- Update to faad2-2.7 - set LICENSE to gnu-gpl-v2 - install faad(1) manpage 2009-02-02 - Version 2.7 * DAB+ support * Use public headers internally to prevent duplicate declarations * Explicitly typedef all types as signed * Made sure MAIN prediction can't be started after the first frame * Lot's of compilation issues solved * Bugfix in SBR envelope border calculation @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 @@@@ -1,7 +1,8 @@@@ d7 1 d9 1 a9 1 include_HEADERS = mp4ff.h mp4ffint.h @ 1.1 log @Let audio/faad2 install libmp4ff. It is used by musicpd to play m4a files. Fixes PR/40584 applying a very similar patch. @ text @d3 4 a6 6 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 d8 1 a8 1 +include_HEADERS = mp4ff.h d10 2 a11 1 libmp4ff_la_CFLAGS = -DUSE_TAGGING=1 d13 5 @