aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vlc
AgeCommit message (Collapse)Author
2012-12-14x264: Update LICENSE field version to GPLv2chase maupin
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was based on code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-27vlc: drop outdated and unparsable recipeFlorian Boor
Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
2011-05-08x264_r2245: do not override `DEPENDS` for x86Bob Foerster
The recipe intended to add "yasm-native" to the dependencies on x86, but it set DEPENDS_x86 = "yasm-native" which obliterated the base dependencies [1]. On a fresh build, this package was failing since it there was no compiler. + /oe/build-angstrom-next/angstrom-dev/work/i486-angstrom-linux/x264-r2245-r8/x264-snapshot-20100531-2245/configure --build=i686-linux --host=i486-angstrom-linux --target =i486-angstrom-linux --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share - -sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --with-libtool-sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/i486-angstrom-linux --enable-largefile --disable-nls --enable-ipv6 --enable-shared --extra-cflags= Unknown option --build=i686-linux, ignored Unknown option --target=i486-angstrom-linux, ignored Unknown option --exec_prefix=/usr, ignored Unknown option --sbindir=/usr/sbin, ignored Unknown option --libexecdir=/usr/libexec, ignored Unknown option --datadir=/usr/share, ignored Unknown option --sysconfdir=/etc, ignored Unknown option --sharedstatedir=/com, ignored Unknown option --localstatedir=/var, ignored Unknown option --oldincludedir=/usr/include, ignored Unknown option --infodir=/usr/share/info, ignored Unknown option --mandir=/usr/share/man, ignored Unknown option --with-libtool-sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/i486-angstrom-linux, ignored Unknown option --enable-largefile, ignored Unknown option --disable-nls, ignored Unknown option --enable-ipv6, ignored No working C compiler found. Depends is now set with DEPENDS_append_x86, which leaves the base dependencies intact. This patch is tested using a custom distribution for `MACHINE = "x86"`. [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-May/032478.html Signed-off-by: Bob Foerster <robert@erafx.com> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-03-22vlc (1.1.4.1): depends on lua5.1Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-22vlc: use INC_PROtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-04x264-r2245: add a hack for uclibc - replace log2f(x) with logf(x)/logf(2)Bernhard Guillon
<xora> Modified to apply and to only be used for avr32 build which cant increment toolchain. Signed-off-by: Bernhard Guillon <Bernhard.Guillon@opensimpad.org> Signed-off-by: Graeme Gregory <dp@xora.org.uk>
2010-12-11vlc_1.1.4.1: add `lua5.1-native` to `DEPENDS` and `lua5.1` to `RDEPENDS`Paul Menzel
Task `configure` failed with the following error. […] checking for LUA... yes checking for luac... no configure: error: Could not find the LUA byte compiler. ERROR: Function do_configure failed It turns out that `luac` is needed on the build system and therefore `lua5.1-native` needs to be added to `DEPENDS`. Thanks to Petr Štetiar for his advise on this issue [1]. With this patch applied I built this recipe successfully with the following build configuration. Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "28492a5" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "angstrom" DISTRO_VERSION = "2010.7-test-20101106" TARGET_FPU = "hard" [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-November/026631.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-12-09vlc: depend on virtual/libsdl instead of libsdl-x11Andreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2010-12-08removed unused var AUTOTOOLS_STAGE_PKGCONFIGFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Richard Purdie <rpurdie@rpsys.net> Acked-by: Andreas Oberritter <obi@opendreambox.org> (on irc)
2010-12-02x264_r2245.bb: Fix build when DISTRO_FEATURES lacks "largefile".Graham Gower
mipsel-oe-linux-uclibc-gcc -march=mips32 -O3 -ffast-math -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Wall -I. -fPIC -std=gnu99 -s -fomit-frame-pointer -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -c -o common/mc.o common/mc.c In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:28:0, from common/osdep.h:29, from common/common.h:76, from common/mc.c:24: /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled. Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-06vlc_1.1.4.1: Really add `lua5.1` to `DEPENDS` (instead of just `lua`).Paul Menzel
This fixes commit 93dca1 [1]. Thanks to Dallas for reporting this issue [2]. [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=93dca1c604d420ed4db44a71a375182933658886 [2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-November/026475.html Reported-by: Dallas Foley <dfoley@telus.net> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-03vlc_1.1.4.1: add `lua5.1` to `DEPENDS`Paul Menzel
After VLC 1.0.6, being the latest version in OE until addition of 1.1.4.1 in commit 30e362 [2], some interfaces were implemented in Lua in VLC 1.1.0 [1]. Interfaces: * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet and oldhttp. * rc, telnet and http are now implemented using the lua interface system. Task `configure` fails with the following error message. […] | checking for LUA... no | configure: WARNING: lua5.1 not found, trying lua >= 5.1 instead | checking for LUA... no | checking lua.h usability... no | checking lua.h presence... no | checking for lua.h... no | checking lauxlib.h usability... no | checking lauxlib.h presence... no | checking for lauxlib.h... no | checking lualib.h usability... no | checking lualib.h presence... no | checking for lualib.h... no | checking for luaL_newstate in -llua5.1 ... no | checking for luaL_newstate in -llua51 ... no | checking for luaL_newstate in -llua ... no | configure: error: Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error. | ERROR: Function do_configure failed NOTE: package vlc-1.1.4.1-r0: task do_configure: Failed […] Adding `lua5.1` to `DEPENDS` is chosen in favor of disabling it. [1] http://git.videolan.org/?p=vlc.git;a=commitdiff;h=3c1df96cda8086f605f2eacaa5653c9e43ec45ac [2] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=30e362c22a49521ebeef9bed1f0c58902b7dc50b Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-11-02vlc: update to 1.1.4.1Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-01vlc-davinci_0.8.6h.bb: Rename codec-engine to ti-codec-engineKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks
This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-07-30ffmpeg_svn.bb: bump SRCREV to make it build on armv4t againKlaus Kurzmann
and bump PR of recipes that depend on it Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-02x264_r2245.bb: fix build for mipsel (duplicate the mips fix).Graham Gower
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-01x264: update snapshot and convert to new style stagingKoen Kooi
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-15x264_r2245.bb: Set X264_ECFLAGS="-fPIC" for mips mipsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-27vlc: add 1.0.6Koen Kooi
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-09-29vlc: update to 1.0.2Koen Kooi
2009-09-29x264: update to a more recent snapshotKoen Kooi
2009-03-29x264: Remove do_configure override.Leon Woestenberg
2009-03-29x264: Enable using yasm-native for x86 machine.Leon Woestenberg
Results in using optimized assembler functions instead of their C equivalent. The x264 encoder has many x86/SSE optimizations, this will increase its performance much.
2009-03-28x264: fix a few bugsKoen Kooi
* quoting EXTRA_OECONF = "something"$FOO"" is wrong * passing --enable-shared and then doing CFLAGS += -static is wrong as well * the beagleboard 'optimizations' were duplicating flags already there, and worse passed in O3 when O4 was the default * adding machine optimizations without changing package arch is wrong as well
2009-03-28x264: now uses upstream revision number. added --extra-cflags for beagleboard.Leon Woestenberg
Allows for easier optimizing the build using ECFLAGS. Tested-by: Leon Woestenberg <leon@sidebranch.com> Tested-by: Stanislav Popov <s.popov@rsc.bg>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>