diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/libx264/Makefile | 7 | ||||
-rw-r--r-- | package/wiringPi/Makefile | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/libx264/Makefile b/package/libx264/Makefile index 809bed2e5..f8a9a48ee 100644 --- a/package/libx264/Makefile +++ b/package/libx264/Makefile @@ -4,14 +4,13 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libx264 -# actually is git checkout from 22.09.2014 -PKG_VERSION:= 1.0.3 +PKG_VERSION:= 40bb56814e56ed342040bdbf30258aab39ee9e89 PKG_RELEASE:= 1 -PKG_HASH:= a87c87fd45915557c42e8534831310c3149a0addf4e7b0b337721e57ac4fe7df +PKG_HASH:= 88f63bd104b9127ebbaa6a88931c9f02d84f0dd4b5b3994ff38852735f60ead3 PKG_DESCR:= h264 encoding library PKG_SECTION:= libs/video PKG_URL:= http://www.videolan.org/developers/x264.html -PKG_SITES:= http://openadk.org/distfiles/ +PKG_SITES:= git://git.videolan.org/x264.git PKG_OPTS:= dev PKG_BUILDDEP_IBM_X40:= yasm-host diff --git a/package/wiringPi/Makefile b/package/wiringPi/Makefile index addbc49d9..5e75cc946 100644 --- a/package/wiringPi/Makefile +++ b/package/wiringPi/Makefile @@ -8,6 +8,7 @@ PKG_VERSION:= 0a9fdeb29d31609ef834f050bdb8a7a65cd35e2b PKG_RELEASE:= 1 PKG_DESCR:= gpio access library for the raspberry pi PKG_SECTION:= libs/misc +PKG_HASH:= ddc71b86f71e7e5104a89f88a68bea20122b6ea9f8c535219d180bf89502a69d PKG_URL:= http://wiringpi.com/ PKG_SITES:= git://git.drogon.net/wiringPi |