All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-multimedia][PATCH 1/3] VLC: depends on gst-plugins-bad only if gst is enabled
@ 2015-11-04 16:03 Rafaël Carré
  2015-11-04 16:03 ` [meta-multimedia][PATCH 2/3] VLC: make libnotify a configurable dependency Rafaël Carré
  2015-11-04 16:03 ` [meta-multimedia][PATCH 3/3] VLC: drop gnome-vfs, it will be removed from upstream in VLC 3.0 Rafaël Carré
  0 siblings, 2 replies; 12+ messages in thread
From: Rafaël Carré @ 2015-11-04 16:03 UTC (permalink / raw)
  To: openembedded-devel

---
 meta-multimedia/recipes-multimedia/vlc/vlc.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
index ee90ac8..b989849 100644
--- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc
+++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
@@ -5,7 +5,7 @@ SECTION = "multimedia"
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native gst-plugins-bad \
+DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native \
    virtual/libsdl libsdl-image dbus dbus-glib libxml2 gnutls \
    tremor faad2 ffmpeg flac libxpm libxinerama fluidsynth alsa-lib \
    libdvdcss libdvdread lua-native lua libidn libnotify gtk+ gnome-vfs \
@@ -54,7 +54,7 @@ PACKAGECONFIG[postproc] = "--enable-postproc,--disable-postproc,libpostproc"
 PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv"
 PACKAGECONFIG[libva] = "--enable-libva --enable-avcodec,--disable-libva --disable-avcodec,libva libav"
 PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex"
-PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 gstreamer1.0-plugins-base"
+PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 gstreamer1.0-plugins-base gst-plugins-bad"
 PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx, libvpx"
 PACKAGECONFIG[qt4] = "--enable-qt,--disable-qt, qt4-x11-free"
 PACKAGECONFIG[freerdp] = "--enable-freerdp,--disable-freerdp, freerdp"
-- 
2.5.0



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

end of thread, other threads:[~2015-11-06 15:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-04 16:03 [meta-multimedia][PATCH 1/3] VLC: depends on gst-plugins-bad only if gst is enabled Rafaël Carré
2015-11-04 16:03 ` [meta-multimedia][PATCH 2/3] VLC: make libnotify a configurable dependency Rafaël Carré
2015-11-05 20:17   ` Martin Jansa
2015-11-05 20:42     ` Rafaël Carré
2015-11-05 20:57       ` Martin Jansa
2015-11-06  0:07         ` Tim Orling
2015-11-06 15:16           ` Rafaël Carré
2015-11-04 16:03 ` [meta-multimedia][PATCH 3/3] VLC: drop gnome-vfs, it will be removed from upstream in VLC 3.0 Rafaël Carré
2015-11-04 22:25   ` Martin Jansa
2015-11-05 10:59     ` Rafaël Carré
2015-11-05 11:16       ` Martin Jansa
2015-11-05 11:29         ` Rafaël Carré

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.