gst-ffmpeg: add 0.10.4, disabled by default
authorKoen Kooi <koen@openembedded.org>
Thu, 3 Jul 2008 17:56:19 +0000 (17:56 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 3 Jul 2008 17:56:19 +0000 (17:56 +0000)
packages/gstreamer/gst-ffmpeg-0.10.4/.mtn2git_empty [new file with mode: 0644]
packages/gstreamer/gst-ffmpeg-0.10.4/configure-hack.diff [new file with mode: 0644]
packages/gstreamer/gst-ffmpeg_0.10.4.bb [new file with mode: 0644]

diff --git a/packages/gstreamer/gst-ffmpeg-0.10.4/.mtn2git_empty b/packages/gstreamer/gst-ffmpeg-0.10.4/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gstreamer/gst-ffmpeg-0.10.4/configure-hack.diff b/packages/gstreamer/gst-ffmpeg-0.10.4/configure-hack.diff
new file mode 100644 (file)
index 0000000..0c3b5b1
--- /dev/null
@@ -0,0 +1,10 @@
+--- /tmp/configure.ac  2008-07-03 19:47:44.000000000 +0200
++++ gst-ffmpeg-0.10.4/configure.ac     2008-07-03 19:47:57.000000000 +0200
+@@ -294,7 +294,6 @@
+   AC_SUBST(FFMPEG_CO_DIR)
+   AC_SUBST(FFMPEG_SVN)
+   AC_SUBST(FFMPEG_REVISION)
+-  AC_CONFIG_SUBDIRS(gst-libs/ext/ffmpeg)
+   AC_MSG_NOTICE([Using included FFMpeg code])
+ fi
diff --git a/packages/gstreamer/gst-ffmpeg_0.10.4.bb b/packages/gstreamer/gst-ffmpeg_0.10.4.bb
new file mode 100644 (file)
index 0000000..fdc986a
--- /dev/null
@@ -0,0 +1,34 @@
+DESCRIPTION = "FFmpeg-based GStreamer plug-in"
+SECTION = "multimedia"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+HOMEPAGE = "http://www.gstreamer.net/"
+DEPENDS = "ffmpeg gstreamer zlib"
+PR = "r0"
+
+# This uses the systems ffmpeg, which is unsupported, but we can't build the internal one with the current autotools (ab)usage
+DEFAULT_PREFERENCE = "-1"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \
+           file://configure-hack.diff;patch =1 \
+"
+
+FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
+FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
+FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a"
+
+EXTRA_OECONF = "--disable-sdltest --disable-ffplay --disable-freetypetest \
+               --disable-vorbis --disable-vorbistest --disable-encoders \
+               --disable-v4l --disable-audio-oss --disable-dv1394 \
+               --disable-vhook --with-system-ffmpeg --disable-ffserver \
+               --enable-pp --disable-decoder-vorbis"
+
+# We do this because the install program is called with -s which causes it to
+# call "strip" and it then mangles cross compiled stuff..
+PATH_prepend="${CROSS_DIR}/${TARGET_SYS}/bin:"
+
+# Hack to get STAGING_LIBDIR into the linker path when building ffmpeg
+CC = "${CCACHE} ${HOST_PREFIX}gcc ${TARGET_CC_ARCH} -L${STAGING_LIBDIR}"
+