All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-multimedia][PATCH] gst-plugins-base: drop obsolete dependency on liboil
@ 2016-01-22  4:47 Andre McCurdy
  2016-01-23  4:44 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Andre McCurdy @ 2016-01-22  4:47 UTC (permalink / raw)
  To: openembedded-devel

liboil was replaced by Orc prior to the gst-plugins-base 0.10.30 release:

  http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=8e4314f0fbfa4957f8e84d46824d10178b106fe6

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 .../recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb
index 8afc165..aa6b3a1 100644
--- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb
+++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
                     file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \
                     file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0"
 
-DEPENDS += "alsa-lib liboil libogg libvorbis libtheora util-linux tremor glib-2.0-native"
+DEPENDS += "alsa-lib libogg libvorbis libtheora util-linux tremor glib-2.0-native"
 
 SRC_URI += "file://gst-plugins-base-tremor.patch \
             file://configure.ac-fix-subparse-plugin.patch \
-- 
1.9.1



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

* Re: [meta-multimedia][PATCH] gst-plugins-base: drop obsolete dependency on liboil
  2016-01-22  4:47 [meta-multimedia][PATCH] gst-plugins-base: drop obsolete dependency on liboil Andre McCurdy
@ 2016-01-23  4:44 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2016-01-23  4:44 UTC (permalink / raw)
  To: openembeded-devel

On Thu, Jan 21, 2016 at 8:47 PM, Andre McCurdy <armccurdy@gmail.com> wrote:
> liboil was replaced by Orc prior to the gst-plugins-base 0.10.30 release:
>
>   http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=8e4314f0fbfa4957f8e84d46824d10178b106fe6
>

while you are at it. Another package which expresses dependency on
liboil is pulseaudio which seems to be unneeded as well.
if you can remove both the deps then liboil recipe can be dropped from
OE-Core as well.

> Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
> ---
>  .../recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb       | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb
> index 8afc165..aa6b3a1 100644
> --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb
> +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
>                      file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \
>                      file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0"
>
> -DEPENDS += "alsa-lib liboil libogg libvorbis libtheora util-linux tremor glib-2.0-native"
> +DEPENDS += "alsa-lib libogg libvorbis libtheora util-linux tremor glib-2.0-native"
>
>  SRC_URI += "file://gst-plugins-base-tremor.patch \
>              file://configure.ac-fix-subparse-plugin.patch \
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2016-01-23  4:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-22  4:47 [meta-multimedia][PATCH] gst-plugins-base: drop obsolete dependency on liboil Andre McCurdy
2016-01-23  4:44 ` Khem Raj

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.