Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Carlos Rafael Giani <dv@pseudoterminal.org>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH v2 4/7] gstreamer1.0-plugins-bad: upgrade to 1.4.0
Date: Tue, 12 Aug 2014 16:08:06 +0200	[thread overview]
Message-ID: <20140812140806.GO14848@jama> (raw)
In-Reply-To: <20140812140647.GN14848@jama>

[-- Attachment #1: Type: text/plain, Size: 7178 bytes --]

On Tue, Aug 12, 2014 at 04:06:47PM +0200, Martin Jansa wrote:
> On Tue, Jul 29, 2014 at 11:05:19PM +0200, Carlos Rafael Giani wrote:
> > Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
> > ---
> >  .../gstreamer/gstreamer1.0-plugins-bad.inc         | 29 ++++++++++++----------
> >  ..._1.2.4.bb => gstreamer1.0-plugins-bad_1.4.0.bb} |  4 +--
> >  2 files changed, 18 insertions(+), 15 deletions(-)
> >  rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.2.4.bb => gstreamer1.0-plugins-bad_1.4.0.bb} (75%)
> 
> Would you mind fixing this floating dependency?
> gstreamer1.0-plugins-bad-1.4.0: libgstgl-1.0 rdepends on libglu, but it isn't a build dependency? [build-deps]

and

gstreamer1.0-plugins-bad-1.4.0: gstreamer1.0-plugins-bad-opengl rdepends on libpng, but it isn't a build dependency? [build-deps]
gstreamer1.0-plugins-bad-1.4.0: gstreamer1.0-plugins-bad-opengl rdepends on libjpeg-turbo, but it isn't a build dependency? [build-deps]
gstreamer1.0-plugins-bad-1.4.0: gstreamer1.0-plugins-bad-opengl rdepends on libglu, but it isn't a build dependency? [build-deps]

> 
> > 
> > diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
> > index ceb2de1..8ecc2aa 100644
> > --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
> > +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
> > @@ -11,16 +11,16 @@ inherit gettext
> >  
> >  PACKAGECONFIG ??= " \
> >      ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \
> > -    ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'eglgles', '', d)} \
> > +    ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gl', '', d)} \
> >      ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \
> >      ${@bb.utils.contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)} \
> > -    orc curl uvch264 neon \
> > +    orc curl uvch264 neon sndfile \
> >      hls sbc dash bz2 smoothstreaming \
> >      "
> >  # dash = Dynamic Adaptive Streaming over HTTP
> >  PACKAGECONFIG[assrender]       = "--enable-assrender,--disable-assrender,libass"
> >  PACKAGECONFIG[curl]            = "--enable-curl,--disable-curl,curl"
> > -PACKAGECONFIG[eglgles]         = "--enable-eglgles,--disable-eglgles,virtual/egl virtual/libgles2"
> > +PACKAGECONFIG[gl]              = "--enable-gl,--disable-gl,virtual/egl virtual/libgles2"
> >  PACKAGECONFIG[faac]            = "--enable-faac,--disable-faac,faac"
> >  PACKAGECONFIG[faad]            = "--enable-faad,--disable-faad,faad2"
> >  PACKAGECONFIG[libmms]          = "--enable-libmms,--disable-libmms,libmms"
> > @@ -43,18 +43,25 @@ PACKAGECONFIG[schroedinger]    = "--enable-schro,--disable-schro,schroedinger"
> >  PACKAGECONFIG[smoothstreaming] = "--enable-smoothstreaming,--disable-smoothstreaming,libxml2"
> >  PACKAGECONFIG[bluez]           = "--enable-bluez,--disable-bluez,bluez4"
> >  PACKAGECONFIG[rsvg]            = "--enable-rsvg,--disable-rsvg,librsvg"
> > +PACKAGECONFIG[sndfile]         = "--enable-sndfile,--disable-sndfile,libsndfile1"
> > +PACKAGECONFIG[webp]            = "--enable-webp,--disable-webp,libwebp"
> >  
> >  # these plugins have not been ported to 1.0 (yet):
> > -#   directdraw vcd apexsink cdaudio dc1394 lv2 linsys musepack mythtv
> > -#   nas timidity teletextdec sdl sndfile xvid wininet acm gsettings
> > -#   sndio cdxaparse dccp faceoverlay hdvparse ivfparse jp2kdecimator
> > -#   linsys mve nuvdemux osx_video patchdetect quicktime real sdi stereo
> > -#   tta videomeasure videosignal vmnc
> > +#   directdraw vcd apexsink dc1394 lv2 linsys musepack mythtv
> > +#   nas timidity teletextdec sdl xvid wininet acm gsettings
> > +#   sndio qtwrapper cdxaparse dccp faceoverlay hdvparse tta
> > +#   mve nuvdemux osx_video patchdetect quicktime real sdi
> > +#   videomeasure gsettings
> > +
> > +# these plugins have no corresponding library in OE-core or meta-openembedded:
> > +#   openni2 winks direct3d directdraw directsound winscreencap osx_video
> > +#   apple_media android_media avc chromaprint daala dts gme gsm kate ladspa mimic
> > +#   mpeg2enc mplex ofa openjpeg opensles pvr resindvd rtmp soundtouch spandsp spc
> > +#   srtp vdpau voaacenc voamrwbenc wasapi zbar
> >  
> >  EXTRA_OECONF += " \
> >      --enable-dvb \
> >      --enable-shm \
> > -    --enable-mfc \
> >      --enable-fbdev \
> >      --enable-decklink \
> >      --disable-acm \
> > @@ -62,13 +69,11 @@ EXTRA_OECONF += " \
> >      --disable-apexsink \
> >      --disable-apple_media \
> >      --disable-avc \
> > -    --disable-cdaudio \
> >      --disable-chromaprint \
> >      --disable-daala \
> >      --disable-dc1394 \
> >      --disable-direct3d \
> >      --disable-directdraw \
> > -    --disable-directshow \
> >      --disable-directsound \
> >      --disable-dts \
> >      --disable-gme \
> > @@ -94,7 +99,6 @@ EXTRA_OECONF += " \
> >      --disable-rtmp \
> >      --disable-sdl \
> >      --disable-sdltest \
> > -    --disable-sndfile \
> >      --disable-sndio \
> >      --disable-soundtouch \
> >      --disable-spandsp \
> > @@ -107,7 +111,6 @@ EXTRA_OECONF += " \
> >      --disable-voaacenc \
> >      --disable-voamrwbenc \
> >      --disable-wasapi \
> > -    --disable-webp \
> >      --disable-wildmidi \
> >      --disable-wininet \
> >      --disable-winscreencap \
> > diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bb
> > similarity index 75%
> > rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.4.bb
> > rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bb
> > index c57c98f..e6edb26 100644
> > --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.4.bb
> > +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bb
> > @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \
> >                      file://gst/tta/filters.h;beginline=12;endline=29;md5=8a08270656f2f8ad7bb3655b83138e5a \
> >                      file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 \
> >                      file://gst/tta/crc32.h;beginline=12;endline=29;md5=27db269c575d1e5317fffca2d33b3b50"
> > -SRC_URI[md5sum] = "16c2050716383926909664aa6c6aca2b"
> > -SRC_URI[sha256sum] = "984c133ec9d5d705e313d9e2bbd1472b93c6567460602a9a316578925ffe2eca"
> > +SRC_URI[md5sum] = "3bc0fcfe8d16ad1295f0454c1fcb4ba3"
> > +SRC_URI[sha256sum] = "ff2cb754f7725b205aec66002b1406e440f3a03194b6cad2d126ef5cd00902f9"
> >  S = "${WORKDIR}/gst-plugins-bad-${PV}"
> >  
> > -- 
> > 1.8.3.2
> > 
> > -- 
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> 
> -- 
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2014-08-12 14:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-29 21:05 [PATCH v2 1/7] gstreamer1.0: upgrade to 1.4.0 Carlos Rafael Giani
2014-07-29 21:05 ` [PATCH v2 2/7] gstreamer1.0-plugins-base: " Carlos Rafael Giani
2014-07-29 21:05 ` [PATCH v2 3/7] gstreamer1.0-plugins-good: " Carlos Rafael Giani
2014-07-30  5:48   ` Khem Raj
2014-07-29 21:05 ` [PATCH v2 4/7] gstreamer1.0-plugins-bad: " Carlos Rafael Giani
2014-08-12 14:06   ` Martin Jansa
2014-08-12 14:08     ` Martin Jansa [this message]
2014-07-29 21:05 ` [PATCH v2 5/7] gstreamer1.0-plugins-ugly: " Carlos Rafael Giani
2014-07-29 21:05 ` [PATCH v2 6/7] gstreamer1.0-libav: " Carlos Rafael Giani
2014-07-29 21:05 ` [PATCH v2 7/7] gstreamer1.0-omx: upgrade to 1.2.0 Carlos Rafael Giani
2014-08-12 14:06   ` Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140812140806.GO14848@jama \
    --to=martin.jansa@gmail.com \
    --cc=dv@pseudoterminal.org \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox