summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.1.bb')
-rw-r--r--meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.1.bb70
1 files changed, 0 insertions, 70 deletions
diff --git a/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.1.bb b/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.1.bb
deleted file mode 100644
index 7a9c842..0000000
--- a/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.1.bb
+++ /dev/null
@@ -1,70 +0,0 @@
-require recipes-multimedia/gstreamer/gst-plugins.inc
-
-LICENSE = "GPLv2+ & LGPLv2.1+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
- file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f \
- file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe"
-
-DEPENDS += "cdparanoia cairo jpeg libpng zlib libid3tag flac speex libsoup-2.4"
-DEPENDS += "gst-plugins-base"
-
-PR = "r5"
-GIT_PV = ""
-
-SRCREV = "7768342230450559509e3e593b2ea33e81ea0ca4"
-
-EXTRA_OECONF = "--enable-orc --disable-esd --disable-aalib --disable-shout2 --disable-libcaca --disable-hal"
-
-inherit autotools pkgconfig gettext git-project
-
-SRC_URI = "git://anongit.freedesktop.org/gstreamer/${PN};branch=0.10"
-
-SRC_URI += " \
- file://orc.m4-fix-location-of-orcc-when-cross-compiling.patch \
- file://0001-accept-substream-syncwords-DTS-HD.patch \
- file://0004-MatroskaDemux-Set-profile-field-in-cap-for-aac-audio.patch \
- file://0005-FlvDemux-Set-profile-field-in-cap-for-aac-audio.patch \
- file://rtsp-check-all-protocols.patch;apply=yes;striplevel=1 \
-"
-
-SRC_URI += "file://0001-v4l2_calls-define-V4L2_CID_HCENTER-and-V4L2_CID_VCEN.patch"
-
-
-do_common_update() {
- cd ${S}
- # Make sure we have common
- if test ! -f common/gst-autogen.sh;
- then
- echo "+ Setting up common submodule"
- git submodule init
- fi
- git submodule update
-
- # source helper functions
- if test ! -f common/gst-autogen.sh;
- then
- echo There is something wrong with your source tree.
- echo You are missing common/gst-autogen.sh
- exit 1
- fi
- . common/gst-autogen.sh
- # install pre-commit hook for doing clean commits
- if test ! \( -x .git/hooks/pre-commit -a -L .git/hooks/pre-commit \);
- then
- rm -f .git/hooks/pre-commit
- ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit
- fi
-
- # GNU gettext automake support doesn't get along with git.
- # https://bugzilla.gnome.org/show_bug.cgi?id=661128
- autopoint || touch config.rpath
- touch -t 200001010000 po/gst-plugins-base-0.10.pot
-}
-addtask common_update after do_unpack before do_patch
-
-do_configure_prepend() {
- # This m4 file contains nastiness which conflicts with libtool 2.2.2
- rm ${S}/m4/lib-link.m4 || true
-}
-
-require mips-only.inc