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.0.18 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.16 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.14 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.12 pkgsrc-2008Q1:1.1.0.10 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.8 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.6 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.4 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.2 pkgsrc-2007Q1-base: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 2007.01.05.11.00.33; 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-ab,v 1.3 2010/05/14 17:06:19 drochner Exp $ --- configure.orig 2010-03-06 13:07:09.000000000 +0000 +++ configure @@@@ -15355,7 +15355,7 @@@@ rm -f core conftest.err conftest.$ac_obj $as_echo "$flag_ok" >&6; } - if test "x$ERROR_CFLAGS" == "x" + if test "x$ERROR_CFLAGS" = "x" then { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if compiler understands -errwarn=%all" >&5 @@@@ -15997,9 +15997,9 @@@@ $as_echo "$as_me: Using ffmpeg revision -I \$(top_builddir)/gst-libs/ext/ffmpeg \ -Wno-deprecated-declarations" - FFMPEG_LIBS="\$(top_builddir)/gst-libs/ext/ffmpeg/libavformat/libavformat.a \ - \$(top_builddir)/gst-libs/ext/ffmpeg/libavcodec/libavcodec.a \ - \$(top_builddir)/gst-libs/ext/ffmpeg/libavutil/libavutil.a" + FFMPEG_LIBS="\$(top_builddir)/gst-libs/ext/ffmpeg/libavformat/libavformat.la \ + \$(top_builddir)/gst-libs/ext/ffmpeg/libavcodec/libavcodec.la \ + \$(top_builddir)/gst-libs/ext/ffmpeg/libavutil/libavutil.la" POSTPROC_CFLAGS="-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libpostproc \ -I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavutil \ -I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavcodec \ @@@@ -16007,8 +16007,8 @@@@ $as_echo "$as_me: Using ffmpeg revision -I \$(top_builddir)/gst-libs/ext/ffmpeg \ -Wno-deprecated-declarations" - POSTPROC_LIBS="\$(top_builddir)/gst-libs/ext/ffmpeg/libpostproc/libpostproc.a \ - \$(top_builddir)/gst-libs/ext/ffmpeg/libavutil/libavutil.a" + POSTPROC_LIBS="\$(top_builddir)/gst-libs/ext/ffmpeg/libpostproc/libpostproc.la \ + \$(top_builddir)/gst-libs/ext/ffmpeg/libavutil/libavutil.la" SWSCALE_CFLAGS="-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libswscale \ -I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavutil \ @@@@ -16016,8 +16016,8 @@@@ $as_echo "$as_me: Using ffmpeg revision -I \$(top_builddir)/gst-libs/ext/ffmpeg \ -Wno-deprecated-declarations" - SWSCALE_LIBS="\$(top_builddir)/gst-libs/ext/ffmpeg/libswscale/libswscale.a \ - \$(top_builddir)/gst-libs/ext/ffmpeg/libavutil/libavutil.a" + SWSCALE_LIBS="\$(top_builddir)/gst-libs/ext/ffmpeg/libswscale/libswscale.la \ + \$(top_builddir)/gst-libs/ext/ffmpeg/libavutil/libavutil.la" FFMPEG_SUBDIRS=gst-libs $as_echo "#define HAVE_AVI_H 1" >>confdefs.h @ 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-ab,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-ab,v 1.1 2007/01/05 11:00:33 drochner Exp $ d3 1 a3 1 --- configure.orig 2007-12-04 20:51:50.000000000 +0000 d5 2 a6 2 @@@@ -23413,7 +23413,7 @@@@ rm -f core conftest.err conftest.$ac_obj echo "${ECHO_T}$flag_ok" >&6; } d13 33 a45 3 { echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all,no%E_EMPTY_DECLARATION,no%E_STATEMENT_NOT_REACHED" >&5 @@@@ -23476,7 +23476,7 @@@@ rm -f core conftest.err conftest.$ac_obj echo "${ECHO_T}$flag_ok" >&6; } d47 2 a48 6 - if test "x$ERROR_CFLAGS" == "x" + if test "x$ERROR_CFLAGS" = "x" then { echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5 @ 1.1 log @update to 0.10.2 changes: -Updated FFmpeg snapshot with many more formats -Vastly improved playback -Ported the muxer support from GStreamer 0.8 -Expose more encoder settings as element properties -Post-processing elements ported -QoS support for slow cpus -Parallel installability with 0.8.x series -Threadsafe design and API -bugfixes @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2006-12-16 14:34:05.000000000 +0100 d5 1 a5 1 @@@@ -23686,7 +23686,7 @@@@ rm -f core conftest.err conftest.$ac_obj d14 1 a14 1 @@@@ -23766,7 +23766,7 @@@@ rm -f core conftest.err conftest.$ac_obj @