summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
Commit message (Collapse)AuthorAgeFilesLines
...
* libsdl-mixer: update to upstream version 1.2.12Marko Lindqvist2012-12-163-38/+9
| | | | | | | | | Now uses zlib license. Dropped fix-flac-madness patch as upsream configure check in question now uses AC_TRY_COMPILE instead of AC_TRY_RUN. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-image: update to upstream version 1.2.12Marko Lindqvist2012-12-161-6/+5
| | | | | | | | Now uses zlib license. Works with libpng15. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libav: remove trailing backslash from commentsMartin Jansa2012-12-161-4/+4
| | | | | | * http://lists.linuxtogo.org/pipermail/bitbake-devel/2012-December/003954.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vlc: add fluidsynth and alsa-lib to DEPENDS for reproducible buildsMartin Jansa2012-12-112-2/+2
| | | | | | * fluidsynth can be autodetected Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vlc: disable kde-solidMartin Jansa2012-12-112-2/+2
| | | | | | | | | | | | | | * fixes: WARNING: QA Issue: vlc: Files/directories were installed but not shipped /usr/share/kde4 /usr/share/kde4/apps /usr/share/kde4/apps/solid /usr/share/kde4/apps/solid/actions /usr/share/kde4/apps/solid/actions/vlc-opendvd.desktop /usr/share/kde4/apps/solid/actions/vlc-openvcd.desktop /usr/share/kde4/apps/solid/actions/vlc-opencda.desktop Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mplayer2: move lame into ENTERPRISE_DISTRO checkMarcin Juszkiewicz2012-12-041-1/+1
| | | | | | Lame was in two places in build dependencies. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* Replace bb.data.* with d.*Paul Eggleton2012-10-283-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* PACKAGES_DYNAMIC: use regexp not globMartin Jansa2012-10-191-1/+1
| | | | | | | | | | * bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) * use += instead of = in most cases to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libav: Change the PACKAGES_DYNAMIC expression to be more restrictOtavio Salvador2012-10-101-1/+1
| | | | | | | | | Using 'lib*' we end having problem with every other package that generate libraries dynamically thus we changed it to match the library prefixes. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: Update git version to 2012-10-04 snapshotOtavio Salvador2012-10-101-9/+13
| | | | | | | | This package depends on libpostproc to ensure same set of libraries is provided for runtime. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libpostproc: Add git versionOtavio Salvador2012-10-101-0/+49
| | | | | | | This has been split from libav code during development of 0.9 series. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* v4l-utils: fix build breakageKoen Kooi2012-10-052-55/+11
| | | | | | Update to a newer SRCREV for fixed and get autotools support as a bonus. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vlc: bump PR due libav updateOtavio Salvador2012-10-051-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer2: bump PR due libav updateOtavio Salvador2012-10-051-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gst-ffmpeg: bump PR due libav updateOtavio Salvador2012-10-051-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: Update to 0.8.3 versionOtavio Salvador2012-10-053-71/+12
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: Drop 0.6.5 versionOtavio Salvador2012-10-051-22/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: Convert to use dynamic packages to split librariesOtavio Salvador2012-10-051-43/+33
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* media-ctl: Update to latest upstream to fix build with latest autotoolsGary Thomas2012-10-031-2/+2
| | | | | Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* media-ctl: Fix build with latest automakeGary Thomas2012-08-071-2/+2
| | | | | | | Update to latest upstream version to fix build with automake >= 1.12 Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer2: enable speexMartin Jansa2012-08-071-3/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libopus: use 4 spaces instead of tabs in get_libopus_fpu_settingMartin Jansa2012-07-191-3/+3
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: convert tabs to 4 spaces in populate_packagesMartin Jansa2012-07-191-3/+3
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* v4l-utils 0.8.8: disable qv4l2 buildKoen Kooi2012-07-172-1/+44
| | | | | | It picks up host qmake and breaks the build. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* various: update ; proto= to ; protocol= in SRC_URIKoen Kooi2012-07-161-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
* xbmc: move from meta-oe to meta-multimediaPaul Eggleton2012-07-134-274/+0
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* yavta: add patch to enable streaming to stdoutKoen Kooi2012-06-252-2/+857
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libopus: add libopus_0.9.14Radek Dostal2012-06-202-0/+26
| | | | | Signed-off-by: Radek Dostal <rd@radekdostal.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: update to HEAD of the release branchKoen Kooi2012-05-191-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav-0.7.4: fix build with gcc-4.7Martin Jansa2012-05-042-2/+61
| | | | | | | A cmp instruction with two constants is invalid, therefore 'g' constraint is not correct but must be "rm" instead. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* media-ctl: update to latest gitKoen Kooi2012-04-301-4/+8
| | | | | | | * split out libs * media-ctl has been relicensed to LGPLv2.1+ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* v4l-utils: update to 0.8.8Koen Kooi2012-04-301-3/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* yavta: update to latest gitKoen Kooi2012-04-301-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* librsvg, cairo, pixman, tiff, libgpg-error: remove native support, was moved ↵Martin Jansa2012-04-261-1/+0
| | | | | | to oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xbmc: fix .desktop for ARMKoen Kooi2012-04-091-0/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: update to head of the Eden release branchKoen Kooi2012-04-091-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* v4l-utils: correct license delimiterStefan Herbrechtsmeier2012-04-041-1/+3
| | | | | Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* faad2: fix QA warningsAndreas Müller2012-03-291-2/+6
| | | | | | | | | fix the following warnings: WARNING: QA Issue: non -staticdev package contains static .a library: libfaad-dev path '/work/armv7a-angstrom-linux-gnueabi/faad2-2.7-r1/packages-split/libfaad-dev/usr/lib/libfaad.a' WARNING: QA Issue: non -staticdev package contains static .a library: libmp4ff-dev path '/work/armv7a-angstrom-linux-gnueabi/faad2-2.7-r1/packages-split/libmp4ff-dev/usr/lib/libmp4ff.a' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: update from rc2 to final releaseKoen Kooi2012-03-261-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libass.inc: fix typo OE_EXTRACONF -> EXTRA_OECONFAndreas Müller2012-03-161-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bzip2: bump PR of all recipes depending on bzip2Andreas Oberritter2012-03-091-1/+1
| | | | | | | | * Commit e27af1f273e9a7348dd8f5542df9206acd9210f3 of OE-core split bzip2 into binary and library packages. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: update to Eden RC2 and remove patches that have been fixed upstreamKoen Kooi2012-03-022-34/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: update to Eden RC1 and remove patches that have been applied upstreamKoen Kooi2012-02-282-34/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: add missing python runtime dependenciesKoen Kooi2012-02-281-2/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SETMartin Jansa2012-02-281-3/+3
| | | | | | | | | | | * virtual/kernel was needed only to provide omapfb.h in staging but that's now moved to BSP layers, no need to make sstate hash machine specific here. * s/ARM/arm/ is just cosmetic change because classes are testing only '== "thumb"' so it works the same with ARM but mplayer2 was only recipe using it uppercase Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tiff: rename bbappend to match new version from oe-coreMartin Jansa2012-02-281-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-image: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xbmc: update to Eden Beta 3.1Koen Kooi2012-02-242-2/+34
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: bump PR to rebuild .la files without libz.laMartin Jansa2012-02-132-1/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gst-ffmpeg: add bbappend to make it use the external libavKoen Kooi2012-01-301-0/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>