summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Replace "cp -a" with "cp -R --no-dereference --preserve=mode,links"Martin Jansa2016-04-171-5/+5
| | | | | | | | | | | | | | | * Using "cp -a" leaks UID of user running the builds, causing many QA warnings. * See this thread for details: http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112904.html Dropped Lua patch as no ptest support exists in jethro Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Conflicts: meta-oe/recipes-devtools/lua/lua_5.3.1.bb
* mplayer2: fix building with gcc 5.xBelal, Awais2016-04-172-3/+137
| | | | | | | | | | | | | | | | This patch works around a potential problem in the theora glue code where it assumes that the compiler will somehow find a function which is not exported explicitly through the libtheora library. Due to this problem the build fails with gcc-5.x compiler. The included patch essentially backports a commit which updates the glue code to use the Theora 1.0 API to eliminate this problem and PNBLACKLIST is cleared for mplayer2. Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libvpx: fix host-user-comtaminated QA issueQi.Chen@windriver.com2015-12-201-4/+1
| | | | | | | | | Fix 'host-user-comtaminated' QA issue by using chown in do_install. Also remove the useless do_compile function. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cdrkit: initial add 1.1.11Andreas Müller2015-11-062-0/+71
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libsdl2-image: Initial add 2.0.0Andreas Müller2015-10-231-0/+31
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libvpx: avoid CVE-2015-1258Andreas Müller2015-10-231-0/+1
| | | | | | | | [1] https://security-tracker.debian.org/tracker/CVE-2015-1258 [2] http://pkgs.fedoraproject.org/cgit/libvpx.git/commit/?id=4257ff5f4ac22a3fe7b34f441e6425b2a8b690ae Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mplayer2: Blacklist, fails to build with gcc-5Martin Jansa2015-10-131-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libburn: initial add 1.4.0Andreas Müller2015-09-231-0/+11
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcdio: update to 0.93Andreas Müller2015-09-231-5/+2
| | | | | | | | | | | | | Build test for recipes depending on libcdio: * gst-plugins-ugly_0.10.19.bb with PACAKGECONFIG += "cdio" * gstreamer1.0-plugins-ugly with PACAKGECONFIG += "cdio" * mpd xbmc was not tested it is blacklisted for a while Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libwebp: remove the recipe due to its move to oe-coreAlexander Kanavin2015-09-231-47/+0
| | | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libvpx: 1.3.0 -> 1.4.0Kai Kang2015-08-313-67/+25
| | | | | | | | | | * update SRC_URI * remove re-definition of S * drop backport patch 0001-configure.sh-quote-local-variables.patch * update context of libvpx-configure-support-blank-prefix.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pavucontrol: update to 3.0Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libdvdread: update to 5.0.3Tim Orling2015-08-182-17/+13
| | | | | | * libdvdread > 4.9 required for vlc 2.2.1 Signed-off-by: Tim Orling <TicoTimo@gmail.com>
* gegl, crash, libsecret, mpg123, tinymembench, gammu, mosh, llvm3.3, ↵Martin Jansa2015-07-161-0/+14
| | | | | | breakpad, php, mozjs, libopus: disable thumb where it fails for qemuarm Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mplayer2: add support for directFBHector Roussille2015-05-281-1/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Hector Roussille <hroussille@adeneo-embedded.com>
* v4l-utils: properly package libv4l-devAlexandre Belloni2015-04-131-1/+3
| | | | | | | libv4l-dev is missing headers, .so links and packageconfig files. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mplayer2: Needs python3 to compileGary Thomas2015-04-131-1/+1
| | | | | | | | | Inherit python3native as the compile step requires it: | ./TOOLS/file2string.py etc/input.conf >input/input.conf.h | /usr/bin/env: python3: No such file or directory Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4l-utils: Fix media-ctl supportOtavio Salvador2015-03-101-6/+3
| | | | | | | | | | The media-ctl package is generated with same name, but from a different source. To offer an upgrade path the only change necessary is to add 'media-ctl' in the PROVIDES so dependencies for build can be satisfied. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4l-utils: Split ir-keytable to a specific packageOtavio Salvador2015-03-101-2/+10
| | | | | | | | | | The ir-keytable is useful without the other utilities so this splits the package out. For flexibility a virtual runtime for the keymap package is also added so, if necessary, a custom one can be used in a distro. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* minidlna: Fix package and bump to version 1.1.4Baptiste DURAND2015-03-067-108/+109
| | | | | Signed-off-by: Baptiste DURAND <baptiste.durand@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mplayer2: set REQUIRED_DISTRO_FEATURES and LICENSE_FLAGSMartin Jansa2015-03-061-0/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4l-utils: RPROVIDE media-ctlKhem Raj2015-03-034-3/+81
| | | | | | | | | media-ctl recipe was subsumed into v4l-utils but there are apps which still have rdeps on media-ctl Change-Id: I7c24fec3752e80f67730150504b7192ad4fea0c4 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mplayer2: Remove blacklistGary Thomas2015-02-271-3/+6
| | | | | | | | | | | mplayer2 no longer needs to be blacklisted as OE-core has moved to libav_9.16. [v2-v3] Also update build dependencies to quash QA warnings, using PACKAGECONFIG for most optional features. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libpostproc: drop, moved to oe-coreMartin Jansa2015-02-121-43/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add x11 to required DISTRO_FEATURESMartin Jansa2015-02-122-2/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmodplug: update to 0.8.8.5Paul Eggleton2015-01-081-2/+2
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sound-theme-freedesktop: Fix license format QA errorOtavio Salvador2014-12-311-1/+1
| | | | | | | | | | | | | Fix the following QA error: ,---- | WARNING: Recipe sound-theme-freedesktop, LICENSE (GPLv2+ CC-BY-3.0 | CC-BY-SA-3.0) has invalid format, LICENSES must have operator "([&|() | ])" between them. `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mplayer2: cleanup empty directoriesBelal, Awais2014-12-171-0/+1
| | | | | | | | | | The mplayer "make install" phase leaves an empty /usr/lib directory seemingly regardless of the setting of libdir. Remove it to avoid a packaging warning. Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mplayer2: use autotools-brokensep (B = S)Belal, Awais2014-12-171-1/+1
| | | | | | | | | | | | | The mplayer2 package does not support out of tree builds and the do_configure step also tries to find the configure script in the same build directory while the script lies in the src directory. This patch updates the builddir to point to the srcdir in order to cope with the above issues. Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* PNBLACKLIST: use weak assignmentsMartin Jansa2014-12-171-1/+1
| | | | | | | * this makes it easier to unblacklist it from local.conf which is parsed before the recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* media-ctl: Remove recipeNobuhiro Iwamatsu2014-12-101-21/+0
| | | | | | | media-ctl was merged into v4l-utils. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4l-utils: Update to 1.6.2Nobuhiro Iwamatsu2014-12-101-2/+3
| | | | | | | | * Bump PV and hash of md5 and sha256 * Add ${libdir}/libdvbv5*${SOLIBS} to FILES_libv4l Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* audiofile: Use gnome mirrors for SRC_URIKhem Raj2014-10-301-1/+1
| | | | | | | original uri seems to be down now Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libwebp: fix wrong DEPENDSMartin Jansa2014-08-111-1/+2
| | | | | | | | | | * there is no such thing as packagespecific build-time DEPENDS * RDEPENDS_${PN}-gif2web isn't needed, because it's detected automatically by shlibs providers code * fixes following floating dependencies: WARN: libwebp: libwebp-gif2webp rdepends on giflib but it isn't a build dependency? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmikmod: add dependency on pulseaudioMartin Jansa2014-08-111-1/+1
| | | | | | | | | * fixes following floating dependencies: libmikmod/libmikmod/latest lost dependency on dbus-lib json-c libcap libice libpulse libpulse-simple libsm libsndfile1 libx11 libx11-xcb libxau libxcb Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libpostproc: switch to lu-zero's for on github with 12 fixesMartin Jansa2014-08-101-6/+3
| | | | | | | * last commit on videolan.org is more than 1 year old, lu-zero's for has couple of fixes and also defines the version in the code, use that instead of 0.0.0" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libvpx: upgrade to version 1.3.0dv@pseudoterminal.org2014-08-016-154/+95
| | | | | | | | Removed libvpx.inc , since there was no need for it (there aren't multiple .bb files for different versions that could share the .inc) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-image: Use "foreign" automake strictnessRichard Purdie2014-07-222-1/+45
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpostproc: fix S!=B failureTim Orling2014-07-211-1/+1
| | | | | | | | | | | Implement khem's suggestion, ${S}/configure $(EXTRA_OECONF). NOTE: with or without autotools-brokensep, the following: | WARNING: QA Issue: ELF binary 'libpostproc.so.52.0.100' | has relocations in .text Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4l-utils: Add virtual/libx11 dependency only if X11 is availableOtavio Salvador2014-07-151-1/+2
| | | | | | | | In case we are building in a X11-less distro we shouldn't depends on virtual/libx11. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: use BPN in SRC_URIRobert Yang2014-07-157-7/+7
| | | | | | | | | | | | Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Add missing pkgconfig dependenciesRichard Purdie2014-07-151-1/+1
| | | | | | | These recipes were all missing pkgconfig dependencies. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xpext: Drop uneeded custom do_configure to fix B!=S buildsRichard Purdie2014-07-151-6/+0
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xpext: fix build with B!=SRichard Purdie2014-06-211-3/+3
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add missing pkgconfig class inheritsRichard Purdie2014-06-212-2/+2
| | | | | | | | * These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* live555: fix fetch problemSteffen Sledz2014-06-211-2/+2
| | | | | | | | | | live.2013.04.30.tar.gz is no longer available at original live555 url and the url of the FreeBSD mirror has changed according to[1]. [1] <http://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/README.txt> Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-image: Fix build with separate builddirMarko Lindqvist2014-06-211-8/+8
| | | | | | | | Do not assume that sources are in the current directory in do_configure_prepend() but refer to them with path to source directory. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* id3lib: fix autoheader warning due to missing AC_DEFINE templateMatthieu CRAPET2014-06-212-0/+43
| | | | | | | | For more information: https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg36641.html Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* yavta: Update to latest sourceschase maupin2014-06-132-223/+335
| | | | | | | | | | | | | * Update the yavta test utility to the latest sources in the git repository. * Updated the patch by Koen Kooi that allows stdout mode to be used to work with the latest sources. * Added a CFLAGS setting to use the include directory in the sources which are more up-to-date and intended to be used when building the application. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-mixer: fix S!=B failureTim Orling2014-06-101-1/+1
| | | | | | | | | | | This package does not like being built out-of-tree. Fixes: | configure: error: cannot find install-sh, install.sh, or shtool in [...] Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>