summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-03-08 15:51:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-10 14:50:11 +0000
commitc9d0d44e3c078f65f57bdae692c573ad71ec8a7e (patch)
tree8610afa38916d426ee89ee7b75d45641f4b10c43 /meta/recipes-multimedia
parent0ed537f95b4675ea47a2d51d073f4836c9cea809 (diff)
downloadpoky-c9d0d44e3c078f65f57bdae692c573ad71ec8a7e.tar.gz
gstreamer: remove git recipes
Yet again these were checking out 1.8.2 tags and then trying to apply 1.10.4 patches on top. Clearly nobody is actually using them, so delete them so they can't go stale again. (From OE-Core rev: 2b15451e3f1b9fb9a7f44317f3f9cd22d8712ff5) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb38
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb25
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb46
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb32
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb30
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb38
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb25
7 files changed, 0 insertions, 234 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
deleted file mode 100644
index b6c0d7d72e..0000000000
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
+++ /dev/null
@@ -1,38 +0,0 @@
1DEFAULT_PREFERENCE = "-1"
2
3require gstreamer1.0-libav.inc
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
6 file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \
7 file://ext/libav/gstav.h;beginline=1;endline=18;md5=a752c35267d8276fd9ca3db6994fca9c \
8 file://gst-libs/ext/libav/LICENSE.md;md5=acda96fe91ccaabc9cd9d541806a0d37 \
9 file://gst-libs/ext/libav/COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
10 file://gst-libs/ext/libav/COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
11 file://gst-libs/ext/libav/COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \
12 file://gst-libs/ext/libav/COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
13
14# To build using the system libav/ffmpeg, append "libav" to PACKAGECONFIG
15# and remove the ffmpeg sources from SRC_URI below. However, first note the
16# warnings in gstreamer1.0-libav.inc
17SRC_URI = " \
18 git://anongit.freedesktop.org/gstreamer/gst-libav;branch=1.8;name=base \
19 git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \
20 git://source.ffmpeg.org/ffmpeg;destsuffix=git/gst-libs/ext/libav;name=ffmpeg;branch=release/3.0 \
21 file://0001-Disable-yasm-for-libav-when-disable-yasm.patch \
22 file://workaround-to-build-gst-libav-for-i586-with-gcc.patch \
23"
24
25PV = "1.8.2+git${SRCPV}"
26
27UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
28
29SRCREV_base = "f285cf0fd799cc3b46b5cecaaa439d5a2a38a9b7"
30SRCREV_common = "f363b3205658a38e84fa77f19dee218cd4445275"
31SRCREV_ffmpeg = "c66f4d1ae64dffaf456d05cbdade02054446f499"
32SRCREV_FORMAT = "base"
33
34S = "${WORKDIR}/git"
35
36do_configure_prepend() {
37 ${S}/autogen.sh --noconfigure
38}
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb
deleted file mode 100644
index 49593b6b88..0000000000
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1DEFAULT_PREFERENCE = "-1"
2
3require gstreamer1.0-omx.inc
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
6 file://omx/gstomx.h;beginline=1;endline=21;md5=5c8e1fca32704488e76d2ba9ddfa935f"
7
8SRC_URI = " \
9 git://anongit.freedesktop.org/gstreamer/gst-omx;branch=master;name=gst-omx \
10 git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;branch=master;name=common \
11 file://0001-omx-fixed-type-error-in-printf-call.patch \
12"
13
14SRCREV_gst-omx = "a2db76b048db278ef0aa798e106b7594264e06c0"
15SRCREV_common = "5edcd857b2107cd8b78c16232dd10877513ec157"
16
17SRCREV_FORMAT = "gst-omx"
18
19S = "${WORKDIR}/git"
20
21do_configure_prepend() {
22 cd ${S}
23 ./autogen.sh --noconfigure
24 cd ${B}
25}
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
deleted file mode 100644
index 79ebcacf6d..0000000000
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
+++ /dev/null
@@ -1,46 +0,0 @@
1DEFAULT_PREFERENCE = "-1"
2
3require gstreamer1.0-plugins-bad.inc
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \
6 file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 \
7 file://gst/tta/crc32.h;beginline=12;endline=29;md5=27db269c575d1e5317fffca2d33b3b50 \
8 file://gst/tta/filters.h;beginline=12;endline=29;md5=8a08270656f2f8ad7bb3655b83138e5a"
9
10SRC_URI = " \
11 git://anongit.freedesktop.org/gstreamer/gst-plugins-bad;branch=1.8;name=base \
12 git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \
13 file://configure-allow-to-disable-libssh2.patch \
14 file://fix-maybe-uninitialized-warnings-when-compiling-with-Os.patch \
15 file://avoid-including-sys-poll.h-directly.patch \
16 file://ensure-valid-sentinels-for-gst_structure_get-etc.patch \
17 file://0001-gstreamer-gl.pc.in-don-t-append-GL_CFLAGS-to-CFLAGS.patch \
18 file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \
19"
20
21PV = "1.8.2+git${SRCPV}"
22
23UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
24
25SRCREV_base = "5e73b5a4843d9675246f4efec158624475ed9586"
26SRCREV_common = "f363b3205658a38e84fa77f19dee218cd4445275"
27SRCREV_FORMAT = "base"
28
29S = "${WORKDIR}/git"
30
31do_configure_prepend() {
32 ${S}/autogen.sh --noconfigure
33}
34
35# In 1.6.2, the "--enable-hls" configure option generated an installable package
36# called "gstreamer1.0-plugins-bad-fragmented". In 1.7.1 that HLS plugin package
37# has become "gstreamer1.0-plugins-bad-hls". See:
38# http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=efe62292a3d045126654d93239fdf4cc8e48ae08
39
40PACKAGESPLITFUNCS_append = " handle_hls_rename "
41
42python handle_hls_rename () {
43 d.setVar('RPROVIDES_gstreamer1.0-plugins-bad-hls', 'gstreamer1.0-plugins-bad-fragmented')
44 d.setVar('RREPLACES_gstreamer1.0-plugins-bad-hls', 'gstreamer1.0-plugins-bad-fragmented')
45 d.setVar('RCONFLICTS_gstreamer1.0-plugins-bad-hls', 'gstreamer1.0-plugins-bad-fragmented')
46}
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb
deleted file mode 100644
index 4d63827c28..0000000000
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb
+++ /dev/null
@@ -1,32 +0,0 @@
1DEFAULT_PREFERENCE = "-1"
2
3require gstreamer1.0-plugins-base.inc
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \
6 file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \
7 file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607"
8
9SRC_URI = " \
10 git://anongit.freedesktop.org/gstreamer/gst-plugins-base;branch=1.8;name=base \
11 git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \
12 file://get-caps-from-src-pad-when-query-caps.patch \
13 file://0003-ssaparse-enhance-SSA-text-lines-parsing.patch \
14 file://0004-subparse-set-need_segment-after-sink-pad-received-GS.patch \
15 file://encodebin-Need-more-buffers-in-output-queue-for-bett.patch \
16 file://make-gio_unix_2_0-dependency-configurable.patch \
17 file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \
18"
19
20PV = "1.8.2+git${SRCPV}"
21
22UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
23
24SRCREV_base = "70f3750773bf5dba4098f6d72d63aa6c84f1f539"
25SRCREV_common = "f363b3205658a38e84fa77f19dee218cd4445275"
26SRCREV_FORMAT = "base"
27
28S = "${WORKDIR}/git"
29
30do_configure_prepend() {
31 ${S}/autogen.sh --noconfigure
32}
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb
deleted file mode 100644
index 04a313de5a..0000000000
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb
+++ /dev/null
@@ -1,30 +0,0 @@
1DEFAULT_PREFERENCE = "-1"
2
3require gstreamer1.0-plugins-good.inc
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
6 file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \
7 file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe"
8
9SRC_URI = " \
10 git://anongit.freedesktop.org/gstreamer/gst-plugins-good;branch=1.8;name=base \
11 git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \
12 file://avoid-including-sys-poll.h-directly.patch \
13 file://ensure-valid-sentinel-for-gst_structure_get.patch \
14 file://0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch \
15 file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \
16"
17
18PV = "1.8.2+git${SRCPV}"
19
20UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
21
22SRCREV_base = "9f73b5818f98cd045e7049bb313da1c943635109"
23SRCREV_common = "f363b3205658a38e84fa77f19dee218cd4445275"
24SRCREV_FORMAT = "base"
25
26S = "${WORKDIR}/git"
27
28do_configure_prepend() {
29 ${S}/autogen.sh --noconfigure
30}
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb
deleted file mode 100644
index 5b792343ba..0000000000
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb
+++ /dev/null
@@ -1,38 +0,0 @@
1DEFAULT_PREFERENCE = "-1"
2
3require gstreamer1.0-plugins-ugly.inc
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
6 file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068"
7
8SRC_URI = " \
9 git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly;branch=1.8;name=base \
10 git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \
11 file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \
12"
13
14PV = "1.8.2+git${SRCPV}"
15
16UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
17
18SRCREV_base = "79fe43c00925455a37fab6fc428e7f08655a9bbd"
19SRCREV_common = "f363b3205658a38e84fa77f19dee218cd4445275"
20SRCREV_FORMAT = "base"
21
22S = "${WORKDIR}/git"
23
24do_configure_prepend() {
25 ${S}/autogen.sh --noconfigure
26}
27
28# In 1.7.2, the mpg123 plugin was moved from -bad to -ugly
29# https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=08d8aefcdaaf89ecb6dd53ec1e4f95cd42d01664
30# https://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/commit/?id=43bd45ba991ef3247957ca37cdcb52f4b8c0acb1
31
32PACKAGESPLITFUNCS_append = " handle_mpg123_rename "
33
34python handle_mpg123_rename () {
35 d.setVar('RPROVIDES_gstreamer1.0-plugins-ugly-mpg123', 'gstreamer1.0-plugins-bad-mpg123')
36 d.setVar('RREPLACES_gstreamer1.0-plugins-ugly-mpg123', 'gstreamer1.0-plugins-bad-mpg123')
37 d.setVar('RCONFLICTS_gstreamer1.0-plugins-ugly-mpg123', 'gstreamer1.0-plugins-bad-mpg123')
38}
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
deleted file mode 100644
index 39f38a1cb7..0000000000
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1DEFAULT_PREFERENCE = "-1"
2
3require gstreamer1.0.inc
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
6 file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d"
7
8SRC_URI = " \
9 git://anongit.freedesktop.org/gstreamer/gstreamer;branch=1.8;name=base \
10 git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \
11"
12
13PV = "1.8.2+git${SRCPV}"
14
15UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
16
17SRCREV_base = "3de8a4f728a7194a12b784ec4085f6a8e7d9b5bd"
18SRCREV_common = "f363b3205658a38e84fa77f19dee218cd4445275"
19SRCREV_FORMAT = "base"
20
21S = "${WORKDIR}/git"
22
23do_configure_prepend() {
24 ${S}/autogen.sh --noconfigure
25}