diff options
Diffstat (limited to 'tools/depends')
-rw-r--r-- | tools/depends/native/cmake-native/Makefile | 2 | ||||
-rw-r--r-- | tools/depends/target/Backrow/Makefile | 25 | ||||
-rw-r--r-- | tools/depends/target/Makefile | 1 | ||||
-rw-r--r-- | tools/depends/target/ffmpeg/FFMPEG-VERSION | 2 |
4 files changed, 2 insertions, 28 deletions
diff --git a/tools/depends/native/cmake-native/Makefile b/tools/depends/native/cmake-native/Makefile index c673f87312..b9991931be 100644 --- a/tools/depends/native/cmake-native/Makefile +++ b/tools/depends/native/cmake-native/Makefile @@ -3,7 +3,7 @@ PLATFORM=$(NATIVEPLATFORM) DEPS= ../../Makefile.include.in Makefile APPNAME=cmake -VERSION=2.8.12 +VERSION=3.3.2 SOURCE=$(APPNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz diff --git a/tools/depends/target/Backrow/Makefile b/tools/depends/target/Backrow/Makefile deleted file mode 100644 index 7ceb06fc6c..0000000000 --- a/tools/depends/target/Backrow/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -include ../../Makefile.include -DEPS= ../../Makefile.include - -SOURCE=Backrow -ARCHIVE=$(SOURCE).tar.gz -# Specific download location -BASE_URL=http://xbmc-for-atv2.googlecode.com/svn/trunk/Backrow - -all: .installed-$(PLATFORM) - -$(TARBALLS_LOCATION)/$(ARCHIVE): - cd $(TARBALLS_LOCATION); $(RETRIEVE_TOOL) $(RETRIEVE_TOOL_FLAGS) $(BASE_URL)/$(ARCHIVE) - -$(PLATFORM)/$(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) - mkdir -p $(PLATFORM)/$(SOURCE) - cd $(PLATFORM)/$(SOURCE);$(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) - -.installed-$(PLATFORM): $(PLATFORM)/$(SOURCE) - mkdir -p $(PREFIX)/include - cp -pR $(PLATFORM)/$(SOURCE) $(PREFIX)/include/ - touch $@ - -clean: -distclean:: - rm -rf $(SOURCE) .installed-$(PLATFORM) diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile index d4a77aae52..a93747cdd7 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -26,7 +26,6 @@ else endif ifeq ($(OS),ios) - DEPENDS += Backrow EXCLUDED_DEPENDS = libcec libusb endif diff --git a/tools/depends/target/ffmpeg/FFMPEG-VERSION b/tools/depends/target/ffmpeg/FFMPEG-VERSION index 4fe149a7a2..67cae98066 100644 --- a/tools/depends/target/ffmpeg/FFMPEG-VERSION +++ b/tools/depends/target/ffmpeg/FFMPEG-VERSION @@ -1,5 +1,5 @@ LIBNAME=ffmpeg BASE_URL=https://github.com/xbmc/FFmpeg/archive -VERSION=2.8.0-Jarvis-alpha3-HEVC +VERSION=2.8.1-Jarvis-alpha4-HEVC ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz |