aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
AgeCommit message (Collapse)Author
2013-03-13libav: library packages shouldn't rdepend on libav packageAndreas Oberritter
Otherwise the libav executables (avplay, ffmpeg etc.) get dragged into the image, along with all their dependencies (e.g. SDL). Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-13libdvdread: update to version 4.2.0Mario Domenech Goulart
The previous version (4.1.3-10) was unbuildable due to this issue: WARNING: Failed to fetch URL git://git.debian-maintainers.org/git/daniel/libdvdread.git;protocol=git;branch=debian, attempting MIRRORS if available ERROR: Fetcher failure: Fetch command failed with exit code 128, output: Cloning into bare repository <snip>/downloads//git2/git.debian-maintainers.org.git.daniel.libdvdread.git... fatal: Unable to look up git.debian-maintainers.org (port 9418) (Name or service not known) Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-19obexd, id3lib: fix LIC_FILES_CHKSUM URLMartin Jansa
* how was it possible to check LIC_FILES_CHKSUMs before? I know it was building, now it fails with: ERROR: Function failed: obexd: LIC_FILES_CHKSUM points to an invalid file: /OE/shr-core/tmp-eglibc/work/xscalete-oe-linux-gnueabi/obexd/0.48-r0/obexd-0.48/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16minidlna: Integrated version 1.0.25Andrei Gherzan
Add two patches to fix build. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16x264: Add patch to remove default flags -mcpu=cortex-a8 and -mfpu=neonAndrei Gherzan
-march flag is not in CFLAGS so this will always default to -mcpu=cortex-a8 -mfpu=neon. Obviously wrong for other machines. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-05patches: update Upstream-Status to use capital 'S'Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-01mplayer2: add faad2 to DEPENDSMartin Jansa
* it's autodetected from sysroot after faad2 is built Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-27libav: enable x264 encoder supportKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-27x264: add git versionKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-18libav: add support for AArch64Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-18libav: move --enable-postproc to 0.8.4 recipeMarcin Juszkiewicz
libav 9.1 does not have this option. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-18libav: update to 0.8.4Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-18libpostproc: Remove -disable-yasm as this is a nonexistent flagAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-10libass: add missing dependency on fribidiMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-06libmad: replace obsolete automake macros with working onesMarko Lindqvist
Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-06libmikmod: replace obsolete automake macros with working onesMarko Lindqvist
Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-25pavucontrol: upgrade to 1.0Martin Jansa
* also fixes build without lynx: | make[2]: Entering directory `/OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/pavucontrol/0.9.10+git-r1/git/doc' | make[2]: *** No rule to make target `README', needed by `all-am'. Stop. | make[2]: Leaving directory `/OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/pavucontrol/0.9.10+git-r1/git/doc' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23libass: upgrade to 0.10.1Martin Jansa
* old version wasn't compatible with libpng-1.5 from oe-core * COPYING was updated with ISC text old 0.9.11 was GPLv2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-16libsdl-mixer: update to upstream version 1.2.12Marko Lindqvist
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>
2012-12-16libsdl-image: update to upstream version 1.2.12Marko Lindqvist
Now uses zlib license. Works with libpng15. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-16libav: remove trailing backslash from commentsMartin Jansa
* http://lists.linuxtogo.org/pipermail/bitbake-devel/2012-December/003954.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11vlc: add fluidsynth and alsa-lib to DEPENDS for reproducible buildsMartin Jansa
* fluidsynth can be autodetected Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11vlc: disable kde-solidMartin Jansa
* 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>
2012-12-04mplayer2: move lame into ENTERPRISE_DISTRO checkMarcin Juszkiewicz
Lame was in two places in build dependencies. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-28Replace bb.data.* with d.*Paul Eggleton
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>
2012-10-19PACKAGES_DYNAMIC: use regexp not globMartin Jansa
* 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>
2012-10-10libav: Change the PACKAGES_DYNAMIC expression to be more restrictOtavio Salvador
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>
2012-10-10libav: Update git version to 2012-10-04 snapshotOtavio Salvador
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>
2012-10-10libpostproc: Add git versionOtavio Salvador
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>
2012-10-05v4l-utils: fix build breakageKoen Kooi
Update to a newer SRCREV for fixed and get autotools support as a bonus. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05vlc: bump PR due libav updateOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05mplayer2: bump PR due libav updateOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05gst-ffmpeg: bump PR due libav updateOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05libav: Update to 0.8.3 versionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05libav: Drop 0.6.5 versionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05libav: Convert to use dynamic packages to split librariesOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-03media-ctl: Update to latest upstream to fix build with latest autotoolsGary Thomas
Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-07media-ctl: Fix build with latest automakeGary Thomas
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>
2012-08-07mplayer2: enable speexMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-19libopus: use 4 spaces instead of tabs in get_libopus_fpu_settingMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-19recipes: convert tabs to 4 spaces in populate_packagesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-17v4l-utils 0.8.8: disable qv4l2 buildKoen Kooi
It picks up host qmake and breaks the build. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-16various: update ; proto= to ; protocol= in SRC_URIKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-13xbmc: move from meta-oe to meta-multimediaPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-25yavta: add patch to enable streaming to stdoutKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20libopus: add libopus_0.9.14Radek Dostal
Signed-off-by: Radek Dostal <rd@radekdostal.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-19xbmc: update to HEAD of the release branchKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-04libav-0.7.4: fix build with gcc-4.7Martin Jansa
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>
2012-04-30media-ctl: update to latest gitKoen Kooi
* split out libs * media-ctl has been relicensed to LGPLv2.1+ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-30v4l-utils: update to 0.8.8Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>