summaryrefslogtreecommitdiff
path: root/package/libx264
AgeCommit message (Collapse)Author
2018-05-22libx264: update to latest masterWaldemar Brodkorb
2017-03-06libx264: update to latest gitWaldemar Brodkorb
2016-10-06change git urls to http(s) for a better experience for people with a ↵Waldemar Brodkorb
corporate proxy, suggested by Alexey Brodkin
2016-02-29add new PKG_GIT variableWaldemar Brodkorb
We can now clone git tags and branches in a more performant way. No change for specific hashes, other then PKG_GIT is required now. Do not remove .git dirs, as the downloaded code might be used to add a patch and send upstream. Add git as requirement for downloading. Remove unmaintained u-boot-git package.
2014-12-27optimize git downloaderWaldemar Brodkorb
We now can use a GIT Hash to set a specific checkout. If this is used, you need to define PKG_HASH. Convert libx264 and wiringPi to the new git downloader. Fix toolchains components to use the new git downloader.
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-23update 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-18update to latest, fix arm compileWaldemar Brodkorb
2014-05-12remove uneeded patchesWaldemar Brodkorb
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-03-02remove REAL_GNU_TARGET_NAME, it is a relict from buildroot days, I do not ↵Waldemar Brodkorb
know why this is required. the names are not unique between arch with different abi
2014-02-23oops, what happens to test-first? shouldn't eat pizza and hack at the same ↵Waldemar Brodkorb
time...
2014-02-23avoid variable overriding, ARCH is used in OpenADK, rename to XARCH, ↵Waldemar Brodkorb
hopefully makes release build on hudson happy
2014-02-22enable debug output, still hudson fails. don't know why. can't reproduce it ↵Waldemar Brodkorb
in normal build
2014-02-21another try to fix autobuilder, use make depend explicitelyWaldemar Brodkorb
2014-02-20try to fix autobuildWaldemar Brodkorb
2014-02-05try to fix autobuilding processWaldemar Brodkorb
2014-01-22fix compile for armWaldemar Brodkorb
2014-01-22fix x86 build, update to latest git, AS is yasm on x86Waldemar Brodkorb
2013-12-08fix release build for uClibc raspberry-piWaldemar Brodkorb
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2013-10-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2013-10-12fix compile for zaurusWaldemar Brodkorb
2013-10-11disable asm for zaurusWaldemar Brodkorb
2013-10-11add h264 encoding/decoding supportWaldemar Brodkorb