All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gst-plugins-*-mm-accel: sync up on customizations between gst plugins
@ 2015-01-28  1:32 Denys Dmytriyenko
  2015-01-30 18:55 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-01-28  1:32 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../gstreamer/gst-plugins-bad-mm-accel_0.10.23.bbappend          | 9 +++++++++
 .../gstreamer/gst-plugins-good-mm-accel_0.10.31.bbappend         | 6 ++++++
 2 files changed, 15 insertions(+)
 create mode 100644 meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad-mm-accel_0.10.23.bbappend
 create mode 100644 meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-good-mm-accel_0.10.31.bbappend

diff --git a/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad-mm-accel_0.10.23.bbappend b/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad-mm-accel_0.10.23.bbappend
new file mode 100644
index 0000000..e6d72ba
--- /dev/null
+++ b/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad-mm-accel_0.10.23.bbappend
@@ -0,0 +1,9 @@
+PR_append = "-arago0"
+
+PACKAGECONFIG = "bzip curl faad"
+
+# Disable features that have potential commercial licensing restrictions
+EXTRA_OECONF += "\
+    --disable-mpeg2enc \
+    --disable-acm \
+"
diff --git a/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-good-mm-accel_0.10.31.bbappend b/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-good-mm-accel_0.10.31.bbappend
new file mode 100644
index 0000000..4cb0608
--- /dev/null
+++ b/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-good-mm-accel_0.10.31.bbappend
@@ -0,0 +1,6 @@
+PR_append = "-arago0"
+
+DEPENDS := "${@oe_filter_out('gconf','${DEPENDS}', d)}"
+DEPENDS := "${@oe_filter_out('gconf-native','${DEPENDS}', d)}"
+
+EXTRA_OECONF += "--disable-gconftool --disable-gconf"
-- 
2.2.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gst-plugins-*-mm-accel: sync up on customizations between gst plugins
  2015-01-28  1:32 [PATCH] gst-plugins-*-mm-accel: sync up on customizations between gst plugins Denys Dmytriyenko
@ 2015-01-30 18:55 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-01-30 18:55 UTC (permalink / raw)
  To: meta-arago

Karthik,

Can you please validate that this patch doesn't break anything for you? 
Thanks.

-- 
Denys


On Tue, Jan 27, 2015 at 08:32:48PM -0500, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  .../gstreamer/gst-plugins-bad-mm-accel_0.10.23.bbappend          | 9 +++++++++
>  .../gstreamer/gst-plugins-good-mm-accel_0.10.31.bbappend         | 6 ++++++
>  2 files changed, 15 insertions(+)
>  create mode 100644 meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad-mm-accel_0.10.23.bbappend
>  create mode 100644 meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-good-mm-accel_0.10.31.bbappend
> 
> diff --git a/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad-mm-accel_0.10.23.bbappend b/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad-mm-accel_0.10.23.bbappend
> new file mode 100644
> index 0000000..e6d72ba
> --- /dev/null
> +++ b/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad-mm-accel_0.10.23.bbappend
> @@ -0,0 +1,9 @@
> +PR_append = "-arago0"
> +
> +PACKAGECONFIG = "bzip curl faad"
> +
> +# Disable features that have potential commercial licensing restrictions
> +EXTRA_OECONF += "\
> +    --disable-mpeg2enc \
> +    --disable-acm \
> +"
> diff --git a/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-good-mm-accel_0.10.31.bbappend b/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-good-mm-accel_0.10.31.bbappend
> new file mode 100644
> index 0000000..4cb0608
> --- /dev/null
> +++ b/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-good-mm-accel_0.10.31.bbappend
> @@ -0,0 +1,6 @@
> +PR_append = "-arago0"
> +
> +DEPENDS := "${@oe_filter_out('gconf','${DEPENDS}', d)}"
> +DEPENDS := "${@oe_filter_out('gconf-native','${DEPENDS}', d)}"
> +
> +EXTRA_OECONF += "--disable-gconftool --disable-gconf"
> -- 
> 2.2.0
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-30 18:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-28  1:32 [PATCH] gst-plugins-*-mm-accel: sync up on customizations between gst plugins Denys Dmytriyenko
2015-01-30 18:55 ` 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.