summaryrefslogtreecommitdiff
path: root/package/omxplayer
AgeCommit message (Collapse)Author
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-03-06sync with upstream firmwarei, omxplayer and userlandWaldemar Brodkorb
Rename packages, as bcm2836 is also supported now.
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-09-28update to latest gitWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-13use static-libgc not only for base, simplifies dependencies, just a few ↵Waldemar Brodkorb
bytes bigger for a xbmc build
2014-04-14update to latest bootloader, userland and kernel for rpiWaldemar Brodkorb
2014-04-08fix buildWaldemar Brodkorb
2014-04-07update to latest upstream versionWaldemar Brodkorb
2014-03-10rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵Waldemar Brodkorb
no difference
2014-03-02goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/Waldemar Brodkorb
2014-01-15fix xbmc youtube addon, now plays fine. python2-sqlite needed, and bios ↵Waldemar Brodkorb
param start_x=1
2014-01-10update omxplayer, fix compile of xbmc after boost updateWaldemar Brodkorb
2013-10-11update omxplayer and bcm2835-vc to latest git version, compile bcm2835Waldemar Brodkorb
2013-10-05enable omxplayer only for eglibc/glibc/muslWaldemar Brodkorb
2013-07-25fix linking of omxplayerWaldemar Brodkorb
2013-07-23remove fbset usage, kernel oopsWaldemar Brodkorb
2013-07-22add omxplayer for raspberry piWaldemar Brodkorb