summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
Commit message (Collapse)AuthorAgeFilesLines
* xpext_1.0-5.bb: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-151-1/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer2_git.bb: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-151-1/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav.inc: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-151-1/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* id3lib_3.8.3.bb: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-151-1/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* faad2_2.7.bb: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-151-1/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer2: fix DSO issue with new binutilsMartin Jansa2011-12-071-2/+2
| | | | | | | | | | | | * /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv4t-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.6.3/ld: libmpdemux/demux_ogg.o: undefined reference to symbol '_ilog' /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv4t-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.6.3/ld: note: '_ilog' is defined in DSO /OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/lib/libvorbis.so.0 so try adding it to the linker command line /OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/lib/libvorbis.so.0: could not read symbols: Invalid operation Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer2: enable mplayer-commonMartin Jansa2011-12-061-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mplayer2: drop omapfb patch and support, this can be applied from bsp layer ↵Martin Jansa2011-12-062-841/+0
| | | | | | | | | | if needed * example of working omapfb patch and optimizations is in meta-smartphone layer http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=483afbee82869a0b2dacadc4b9580c47dcb59d26 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mplayer-common: import from OE-classicMartin Jansa2011-12-012-0/+37
| | | | | | | | | * default ao is now alsa instead of oss * ffmp3float is terribly slow on armv4t without FPU, mad is better * commit b28081b6039db85f18bf9e722fece59bff6e7b0f Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer: fix build with -Wl,-as-neededKoen Kooi2011-11-231-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: disable yasm for x86 and x86-64 builds, because we don't have recipe ↵Martin Jansa2011-11-071-0/+4
| | | | | | | for that Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer2: armv7a fixesKoen Kooi2011-11-042-679/+19
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer2: import from OE-classicMartin Jansa2011-11-043-0/+1678
| | | | | | | | | | | | | | * taken from 1a91fc4b705b0c4f45eb088a2f7aea01ebc9c98e * dropped V4L1, largefile, xvmc * added libass * added LIC_FILES_CHKSUM * upgraded to latest SRCREV * moved glamo patch to meta-openmoko layer Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> [ Koen - commented out mplayer-common for the time being ]
* id3lib: import from openembedded classic, version 3.8.3Denis 'GNUtoo' Carikli2011-11-011-7/+5
| | | | | | | | | * Added LIC_FILES_CHKSUM, and fixed LICENSE * OE-classic commit f2893b80cffc46dad57864eb78b563f0876e6811 * JaMa: stylized by oe-stylize.py, dropped default PR Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* id3lib: Import from openembedded classicDenis 'GNUtoo' Carikli2011-11-011-0/+18
| | | | | | | | Added LIC_FILES_CHKSUM, and fixed LICENSE Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* live555: fix build due to missing INC_PRKoen Kooi2011-10-241-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libass 0.9.11: import from OE classicKoen Kooi2011-10-242-0/+32
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* wavpack 4.60.1: import from OE classicKoen Kooi2011-10-241-0/+10
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* tiff: rename .bbappend to apply to new 3.9.5 versionMartin Jansa2011-10-141-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-mixer 1.2.11: import from OE classicKoen Kooi2011-10-113-0/+88
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libmikmod 3.1.12: import from OE classicKoen Kooi2011-10-115-0/+280
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libmad: Imported from OE-classicJoel A Fernandes2011-09-205-0/+3118
| | | | | | | Updated LICENSE version to GPLv2 Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vlc: drop depends not yet in meta-oeMartin Jansa2011-09-171-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vlc: update to 1.1.11 and fix xml2 buildKoen Kooi2011-09-152-10/+13
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vlc: fix gettext usageKoen Kooi2011-09-141-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vlc: remove hal dependency, fix PRKoen Kooi2011-09-072-6/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xpext: Imported from OE classicJoel A Fernandes2011-09-072-0/+35
| | | | | | | Dropped PR Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xsp: Imported from OE classicJoel A Fernandes2011-09-072-0/+23
| | | | | | | Dropped PR=r* and PRIORITY=optional Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* live555: Imported from OE classicJoel A Fernandes2011-09-073-0/+81
| | | | | | | Dropped PR=r* and changed LICENSE to LGPLv3 Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vlc: Imported from OE classicJoel A Fernandes2011-09-072-0/+97
| | | | | | | | | | - 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@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libdvdcss: Imported from OE classic, vlc depends on itJoel A Fernandes2011-09-071-0/+13
| | | | | | | Dropped PR=r0 Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libdvdread: Imported from OE classicJoel A Fernandes2011-09-071-0/+16
| | | | | Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* faad2: Imported from OE classicJoel A Fernandes2011-09-071-0/+25
| | | | | | | Changed LICENSE to GPLv2 and added LIC_FILES_CHKSUM Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: enable libvpxKoen Kooi2011-08-171-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libvpx 0.9.5: import from OE rev e02237d7e46e60fbd9eb4a05a308e6adcf916ebbKoen Kooi2011-08-174-0/+168
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav git: import from OE .dev and clean upKoen Kooi2011-08-112-0/+144
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* jack 0.121.0: import from OE.devKoen Kooi2011-07-123-0/+141
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pavucontrol: add 0.9.10+gitKoen Kooi2011-07-121-0/+17
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* audiofile: Update 0.2.6 to 0.2.7Michael Lippautz2011-07-095-165/+5
| | | | | | | | | | | | | | | 0.2.7 fixes various bugs of 0.2.6 and adds further support for WAVE and AIFF-C formats. Drop patches: * CVE-2008-5824 is already fixed in 0.2.7 (patch has just been a workaround): https://github.com/mpruett/audiofile/commit/e8cf0095b3f319739f9aa1ab5a1aa52b76be8cdd * oldstyle patch is not needed , since current toolchain compiles C files with old style function declarations * audiofile-0.2.6 patch is already applied in 0.2.7 * audiofile-m4_quote_fix is already applied in 0.2.7 Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
* esound: put patch in metadata, ubuntu updates it silenty from time to time ↵Koen Kooi2011-06-134-3/+3
| | | | | | breaking our checksums Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* esound import from OE rev 7ae56b81f8cc22f9ef13a48cde000e32138948eaKoen Kooi2011-06-033-0/+54
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* audiofile: import from OE rev 7ae56b81f8cc22f9ef13a48cde000e32138948eaKoen Kooi2011-06-035-0/+176
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* v4l-utils: add 0.8.4 releaseKoen Kooi2011-06-021-0/+38
| | | | | | This provides the 'libv4l' subpackage that is needed for various webcams that aren't allowed to do colourspace conversion inside the kernel anymore (e.g. pwc cams) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* alsa-oss: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392dMartin Jansa2011-05-292-0/+65
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tiff: add bbappned with native BBCLASSEXTENDMartin Jansa2011-05-291-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* media-ctl: add git version for MCF controller appKoen Kooi2011-05-251-0/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* yavta: add git version of v4l2 test toolKoen Kooi2011-05-251-0/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gst-plugins-base: drop 0.10.30 from meta-oe, there is 0.10.32 in oe-coreMartin Jansa2011-05-103-80/+0
| | | | | | | * gst-python needs at least 0.10.32 * http://lists.freedesktop.org/archives/gstreamer-bugs/2011-January/073592.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-173-0/+80
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>