[oe] [oe-commits] Joel A Fernandes : vlc: Imported from OE classic

Martin Jansa martin.jansa at gmail.com
Fri Sep 9 17:39:51 UTC 2011


On Fri, Sep 9, 2011 at 5:19 PM, Martin Jansa <martin.jansa at gmail.com> wrote:
> On Fri, Sep 9, 2011 at 6:55 AM, git version control
> <git at git.openembedded.org> wrote:
>> Module: meta-openembedded.git
>> Branch: master
>> Commit: 6e0fb5ec91f5d397b519908e45664f8ce5c64190
>> URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6e0fb5ec91f5d397b519908e45664f8ce5c64190
>>
>> Author: Joel A Fernandes <joelagnel at ti.com>
>> Date:   Wed Sep  7 05:54:06 2011 +0000
>>
>> vlc: Imported from OE classic
>>
>> - Reset PR
>> - Dropped PRIORITY= variable and changed schroedinger dependency to gst-plugins-bad
>> - Moved common code to .inc
>> - Updated LICENSE version to GPLv2
>>
>> Signed-off-by: Joel A Fernandes <joelagnel at ti.com>
>> Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
>>
>> ---
>>
>>  meta-oe/recipes-multimedia/vlc/vlc.inc        |   85 +++++++++++++++++++++++++
>>  meta-oe/recipes-multimedia/vlc/vlc_1.1.4.1.bb |   12 ++++
>>  2 files changed, 97 insertions(+), 0 deletions(-)
>>
>> diff --git a/meta-oe/recipes-multimedia/vlc/vlc.inc b/meta-oe/recipes-multimedia/vlc/vlc.inc
>> new file mode 100644
>> index 0000000..bb67097
>> --- /dev/null
>> +++ b/meta-oe/recipes-multimedia/vlc/vlc.inc
>> @@ -0,0 +1,85 @@
>> +DESCRIPTION = "Video player and streamer - davinci edition"
>> +HOMEPAGE = "http://www.videolan.org"
>> +LICENSE = "GPLv2"
>> +SECTION = "multimedia"
>> +
>> +DEPENDS = "libfribidi libtool hal gettext libgcrypt gst-plugins-bad virtual/libsdl qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \
>> +           ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag liba52 mpeg2dec', d)}"
>
> Could you please also import libmad and mpeg2dec?
>
> We're not all enterprise :)
>

seems like just disabling dependency won't make configure happy anyways:

| checking for mad.h... no
| configure: error: Could not find libmad on your system: you may get
it from http://www.underbit.com/products/mad/. Alternatively you can
use --disable-mad to disable the mad plugin.




More information about the Openembedded-devel mailing list