head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q4:1.3.0.6 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.4 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.2 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.2.0.12 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.10 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.8 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.6 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.4 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.1.1.1.0.24 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.22 cube-native-xorg-base:1.1.1.1 pkgsrc-2008Q2:1.1.1.1.0.20 pkgsrc-2008Q2-base:1.1.1.1 cwrapper:1.1.1.1.0.18 pkgsrc-2008Q1:1.1.1.1.0.16 pkgsrc-2008Q1-base:1.1.1.1 pkgsrc-2007Q4:1.1.1.1.0.14 pkgsrc-2007Q4-base:1.1.1.1 pkgsrc-2007Q3:1.1.1.1.0.12 pkgsrc-2007Q3-base:1.1.1.1 pkgsrc-2007Q2:1.1.1.1.0.10 pkgsrc-2007Q2-base:1.1.1.1 pkgsrc-2007Q1:1.1.1.1.0.8 pkgsrc-2007Q1-base:1.1.1.1 pkgsrc-2006Q4:1.1.1.1.0.6 pkgsrc-2006Q4-base:1.1.1.1 pkgsrc-2006Q3:1.1.1.1.0.4 pkgsrc-2006Q3-base:1.1.1.1 pkgsrc-2006Q2:1.1.1.1.0.2 pkgsrc-2006Q2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2011.01.17.17.03.03; author drochner; state dead; branches; next 1.3; 1.3 date 2010.05.14.17.06.19; author drochner; state Exp; branches; next 1.2; 1.2 date 2008.11.05.11.42.53; author wiz; state Exp; branches; next 1.1; 1.1 date 2006.06.14.10.53.23; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2006.06.14.10.53.23; author drochner; state Exp; branches; next ; desc @@ 1.4 log @update to 0.10.11 changes: -Synced to FFmpeg 0.6 branch -Add mappings for all new codecs -encoders: proxy downstream width/height/framerate -encoders: Fix timestamps @ text @$NetBSD: patch-aa,v 1.3 2010/05/14 17:06:19 drochner Exp $ --- ./gst-libs/ext/ffmpeg/Makefile.orig 2008-05-22 01:05:32.000000000 +0200 +++ ./gst-libs/ext/ffmpeg/Makefile @@@@ -128,7 +128,7 @@@@ doc/%.html: doc/%.texi mv $(@@F) $@@ doc/%.pod: doc/%-doc.texi - doc/texi2pod.pl $< $@@ + ${PERL} doc/texi2pod.pl $< $@@ doc/%.1: doc/%.pod pod2man --section=1 --center=" " --release=" " $< > $@@ @ 1.3 log @update to 0.10.10 This switches from the bundled ffmpeg library to the pkgsrc one, although this is strongly discouraged -- the build process of the bundled one os so f'ed up that I couldn't get it to build with pkgsrc libtool with readonable effort. The update is needed for some push/pull change in gstreamer which is needed for the totem youtube plugin. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2008/11/05 11:42:53 wiz Exp $ @ 1.2 log @regen patches to avoid a warning by NetBSD's patch(1) @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2006/06/14 10:53:23 drochner Exp $ d3 4 a6 4 --- gst-libs/ext/ffmpeg/doc/Makefile.in.orig 2007-12-04 20:51:59.000000000 +0000 +++ gst-libs/ext/ffmpeg/doc/Makefile.in @@@@ -464,7 +464,7 @@@@ uninstall-man: uninstall-man1 $(TEXI2HTML) -monolithic -number $< d8 3 a10 3 %.pod: %-doc.texi - $(srcdir)/texi2pod.pl $< $@@ + ${PERL} $(srcdir)/texi2pod.pl $< $@@ d12 2 a13 2 %.1: %.pod $(POD2MAN) --section=1 --center=" " --release=" " $< > $@@ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- gst-libs/ext/ffmpeg/doc/Makefile.in.orig 2006-04-30 15:59:25.000000000 +0200 d5 1 a5 1 @@@@ -827,7 +827,7 @@@@ uninstall-man: uninstall-man1 @ 1.1.1.1 log @add gst-ffmpeg-0.10.1, an ffmpeg plugin for gstreamer0.10 @ text @@