diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/gstreamer-1.0')
3 files changed, 35 insertions, 6 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb index dc43bed63b..e1c903f6ed 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb | |||
@@ -15,11 +15,10 @@ SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0" | |||
15 | SRCREV_FORMAT = "default_common" | 15 | SRCREV_FORMAT = "default_common" |
16 | SRC_URI = " \ | 16 | SRC_URI = " \ |
17 | git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH} \ | 17 | git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH} \ |
18 | git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;branch=master;destsuffix=git/common;name=common \ | 18 | git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;branch=master;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/common;name=common \ |
19 | file://0001-tracers-Fix-buffer-overflow.patch \ | 19 | file://0001-tracers-Fix-buffer-overflow.patch \ |
20 | " | 20 | " |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | ||
23 | 22 | ||
24 | EXTRA_OECONF += " \ | 23 | EXTRA_OECONF += " \ |
25 | --disable-graphviz \ | 24 | --disable-graphviz \ |
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd/0001-gstd-Remove-redundant-rpaths.patch b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd/0001-gstd-Remove-redundant-rpaths.patch new file mode 100644 index 0000000000..b1e1e897bf --- /dev/null +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd/0001-gstd-Remove-redundant-rpaths.patch | |||
@@ -0,0 +1,26 @@ | |||
1 | From c183aae97728e25e0822b14f5093f60cb4331207 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Sat, 12 Oct 2024 10:48:01 -0700 | ||
4 | Subject: [PATCH] gstd: Remove redundant rpaths | ||
5 | |||
6 | This emits /usr/lib into binaries which are redundant | ||
7 | |||
8 | Upstream-Status: Pending | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
10 | --- | ||
11 | gstd/meson.build | 2 +- | ||
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/gstd/meson.build b/gstd/meson.build | ||
15 | index b6aa588..8cdf810 100644 | ||
16 | --- a/gstd/meson.build | ||
17 | +++ b/gstd/meson.build | ||
18 | @@ -18,7 +18,7 @@ executable(exe_name, | ||
19 | include_directories : [configinc, libgstd_inc_dir], | ||
20 | dependencies : [gstd_deps, lib_gstd_dep], | ||
21 | c_args: gst_c_args, | ||
22 | - install_rpath: get_option('prefix') + '/' + get_option('libdir'), | ||
23 | + #install_rpath: get_option('prefix') + '/' + get_option('libdir'), | ||
24 | ) | ||
25 | lib_gstd_dir = meson.current_build_dir() | ||
26 | |||
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb index 87792491ae..d068d66bb6 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb | |||
@@ -8,15 +8,19 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c71b653a0f608a58cdc5693ae57126bc" | |||
8 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon libsoup-2.4 jansson" | 8 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon libsoup-2.4 jansson" |
9 | 9 | ||
10 | SRCBRANCH ?= "master" | 10 | SRCBRANCH ?= "master" |
11 | SRCREV = "a011affa67f240cbc7aaff5b00fdfd6124bdaece" | 11 | SRCREV = "dac03d5e4102080a8f3ef274a6a6583455962095" |
12 | SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH} \ |
13 | S = "${WORKDIR}/git" | 13 | file://0001-gstd-Remove-redundant-rpaths.patch" |
14 | 14 | ||
15 | # Remove the +really when upstream version is > 1.0 | 15 | # Remove the +really when upstream version is > 1.0 |
16 | PV = "1.0+really0.15.0" | 16 | PV = "1.0+really0.15.2" |
17 | 17 | ||
18 | GTKDOC_MESON_OPTION = "enable-gtk-doc" | 18 | GTKDOC_MESON_OPTION = "enable-gtk-doc" |
19 | 19 | ||
20 | # Documentation doesn't currently build: | ||
21 | # gtkdoc-mkhtml: error: unrecognized arguments: ../gstd-docs.xml | ||
22 | GTKDOC_ENABLED = "False" | ||
23 | |||
20 | inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig | 24 | inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig |
21 | 25 | ||
22 | do_install:append() { | 26 | do_install:append() { |