* [PATCH V2 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3
@ 2016-06-27 15:12 Karthik Ramanan
2016-06-27 15:12 ` [PATCH V2 2/3] gstreamer1.0-plugins-ducati: Upgrade to GST 1.6.3 Karthik Ramanan
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Karthik Ramanan @ 2016-06-27 15:12 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
.../gstreamer1.0-plugins-bad_1.6.3.bbappend | 42 ++++++++++++++++++++++
1 file changed, 42 insertions(+)
create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
new file mode 100644
index 0000000..fbc614a
--- /dev/null
+++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
@@ -0,0 +1,42 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+PACKAGECONFIG = "faad"
+
+# gstreamer is now also included on Keystone, be mindful of any Graphics dependencies
+PACKAGECONFIG_append_omap-a15 = " ${@bb.utils.contains('DISTRO_FEATURES','wayland','wayland','',d)}"
+PACKAGECONFIG_append_ti43x = " ${@bb.utils.contains('DISTRO_FEATURES','wayland','wayland','',d)}"
+PACKAGECONFIG_append_ti33x = " ${@bb.utils.contains('DISTRO_FEATURES','wayland','wayland','',d)}"
+
+DEPENDS_append_omap-a15 = " \
+ libdce \
+ libdrm \
+"
+
+DEPENDS_append_ti43x = " \
+ libdrm \
+"
+
+DEPENDS_append_ti33x = " \
+ libdrm \
+"
+
+SRC_URI_append_ti43x = " \
+"
+
+SRC_URI_append_ti33x = " \
+"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+BRANCH ?= "master"
+
+SRC_URI = "git://git.ti.com/glsdk/gstreamer1-0-plugins-bad.git;protocol=git;branch=${BRANCH} \
+ "
+
+S = "${WORKDIR}/git"
+
+SRCREV = "6c0aa1c20dae00ecfe8b4ca382274db3ea42f1e0"
+SRCREV_ti43x = "d0160ca810be30bf2b2e7681f5047933402efb52"
+SRCREV_ti33x = "d0160ca810be30bf2b2e7681f5047933402efb52"
+
+PR = "r11"
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH V2 2/3] gstreamer1.0-plugins-ducati: Upgrade to GST 1.6.3
2016-06-27 15:12 [PATCH V2 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3 Karthik Ramanan
@ 2016-06-27 15:12 ` Karthik Ramanan
2016-06-27 15:12 ` [PATCH V2 3/3] gstreamer1.0: Switch " Karthik Ramanan
2016-06-29 13:52 ` [PATCH V2 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3 Denys Dmytriyenko
2 siblings, 0 replies; 4+ messages in thread
From: Karthik Ramanan @ 2016-06-27 15:12 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
.../gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
index 11ec8f9..7b24eeb 100644
--- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
+++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
@@ -4,7 +4,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
require gstreamer1.0-plugins-ti.inc
-PR = "${INC_PR}.4"
-SRCREV = "b2afa71ef76518ef8d368c6669c94d823e7972ba"
+PR = "${INC_PR}.11"
+SRCREV = "be329c73f19f48faec3d2c323532ba1ec1d22395"
-SRC_URI = "git://git.ti.com/glsdk/gst-plugin-ducati.git;protocol=git"
+BRANCH ?= "master"
+
+SRC_URI = "git://git.ti.com/glsdk/gst-plugin-ducati.git;protocol=git;branch=${BRANCH} \
+ "
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH V2 3/3] gstreamer1.0: Switch to GST 1.6.3
2016-06-27 15:12 [PATCH V2 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3 Karthik Ramanan
2016-06-27 15:12 ` [PATCH V2 2/3] gstreamer1.0-plugins-ducati: Upgrade to GST 1.6.3 Karthik Ramanan
@ 2016-06-27 15:12 ` Karthik Ramanan
2016-06-29 13:52 ` [PATCH V2 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3 Denys Dmytriyenko
2 siblings, 0 replies; 4+ messages in thread
From: Karthik Ramanan @ 2016-06-27 15:12 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
meta-arago-distro/conf/distro/include/arago-prefs.inc | 8 ++++++++
.../recipes-core/packagegroups/packagegroup-arago-gst.bb | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index cc481cb..a67aaf0 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -66,3 +66,11 @@ PREFERRED_PROVIDER_wpa-supplicant = "wpa-supplicant"
PREFERRED_PROVIDER_wpa-supplicant_ti33x = "wpa-supplicant-wl18xx"
PREFERRED_PROVIDER_wpa-supplicant_ti43x = "wpa-supplicant-wl18xx"
PREFERRED_PROVIDER_wpa-supplicant_omap-a15 = "wpa-supplicant-wl18xx"
+
+PREFERRED_VERSION_gstreamer1.0 = "1.6.3"
+PREFERRED_VERSION_gstreamer1.0-plugins-ugly = "1.6.3"
+PREFERRED_VERSION_gstreamer1.0-libav = "1.6.3"
+PREFERRED_VERSION_gstreamer1.0-plugins-good = "1.6.3"
+PREFERRED_VERSION_gstreamer1.0-plugins-bad = "1.6.3"
+PREFERRED_VERSION_gstreamer1.0-plugins-base = "1.6.3"
+
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb
index d34051e..161430c 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb
@@ -27,7 +27,7 @@ GSTREAMER_DEPS_append_keystone = " \
GSTREAMER_ACCEL_MM = ""
GSTREAMER_ACCEL_MM_omap-a15 = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', "gstreamer1.0-plugins-ducati", '', d)}"
-GSTREAMER_ACCEL_MM_append_dra7xx = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', " gstreamer1.0-plugins-vpe", '', d)}"
+#GSTREAMER_ACCEL_MM_append_dra7xx = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', " gstreamer1.0-plugins-vpe", '', d)}"
RDEPENDS_${PN} = "\
${GSTREAMER_DEPS} \
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH V2 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3
2016-06-27 15:12 [PATCH V2 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3 Karthik Ramanan
2016-06-27 15:12 ` [PATCH V2 2/3] gstreamer1.0-plugins-ducati: Upgrade to GST 1.6.3 Karthik Ramanan
2016-06-27 15:12 ` [PATCH V2 3/3] gstreamer1.0: Switch " Karthik Ramanan
@ 2016-06-29 13:52 ` Denys Dmytriyenko
2 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2016-06-29 13:52 UTC (permalink / raw)
To: Karthik Ramanan; +Cc: meta-arago
Thanks! I'll give it a try later today.
On Mon, Jun 27, 2016 at 08:42:09PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
> .../gstreamer1.0-plugins-bad_1.6.3.bbappend | 42 ++++++++++++++++++++++
> 1 file changed, 42 insertions(+)
> create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
>
> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
> new file mode 100644
> index 0000000..fbc614a
> --- /dev/null
> +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
> @@ -0,0 +1,42 @@
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +
> +PACKAGECONFIG = "faad"
> +
> +# gstreamer is now also included on Keystone, be mindful of any Graphics dependencies
> +PACKAGECONFIG_append_omap-a15 = " ${@bb.utils.contains('DISTRO_FEATURES','wayland','wayland','',d)}"
> +PACKAGECONFIG_append_ti43x = " ${@bb.utils.contains('DISTRO_FEATURES','wayland','wayland','',d)}"
> +PACKAGECONFIG_append_ti33x = " ${@bb.utils.contains('DISTRO_FEATURES','wayland','wayland','',d)}"
> +
> +DEPENDS_append_omap-a15 = " \
> + libdce \
> + libdrm \
> +"
> +
> +DEPENDS_append_ti43x = " \
> + libdrm \
> +"
> +
> +DEPENDS_append_ti33x = " \
> + libdrm \
> +"
> +
> +SRC_URI_append_ti43x = " \
> +"
> +
> +SRC_URI_append_ti33x = " \
> +"
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +BRANCH ?= "master"
> +
> +SRC_URI = "git://git.ti.com/glsdk/gstreamer1-0-plugins-bad.git;protocol=git;branch=${BRANCH} \
> + "
> +
> +S = "${WORKDIR}/git"
> +
> +SRCREV = "6c0aa1c20dae00ecfe8b4ca382274db3ea42f1e0"
> +SRCREV_ti43x = "d0160ca810be30bf2b2e7681f5047933402efb52"
> +SRCREV_ti33x = "d0160ca810be30bf2b2e7681f5047933402efb52"
> +
> +PR = "r11"
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-06-29 13:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-27 15:12 [PATCH V2 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3 Karthik Ramanan
2016-06-27 15:12 ` [PATCH V2 2/3] gstreamer1.0-plugins-ducati: Upgrade to GST 1.6.3 Karthik Ramanan
2016-06-27 15:12 ` [PATCH V2 3/3] gstreamer1.0: Switch " Karthik Ramanan
2016-06-29 13:52 ` [PATCH V2 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3 Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.