aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target
diff options
context:
space:
mode:
Diffstat (limited to 'tools/depends/target')
-rw-r--r--tools/depends/target/crossguid/Makefile2
-rw-r--r--tools/depends/target/dav1d/Makefile2
-rw-r--r--tools/depends/target/flatbuffers/Makefile2
-rw-r--r--tools/depends/target/fmt/Makefile2
-rw-r--r--tools/depends/target/libdvdcss/LIBDVDCSS-VERSION1
-rw-r--r--tools/depends/target/libdvdcss/Makefile7
-rw-r--r--tools/depends/target/libdvdnav/LIBDVDNAV-VERSION1
-rw-r--r--tools/depends/target/libdvdnav/Makefile7
-rw-r--r--tools/depends/target/libdvdread/LIBDVDREAD-VERSION1
-rw-r--r--tools/depends/target/libdvdread/Makefile7
-rw-r--r--tools/depends/target/rapidjson/Makefile2
-rw-r--r--tools/depends/target/spdlog/Makefile2
-rw-r--r--tools/depends/target/udfread/Makefile2
-rw-r--r--tools/depends/target/wayland-protocols/Makefile2
-rw-r--r--tools/depends/target/waylandpp/Makefile2
15 files changed, 15 insertions, 27 deletions
diff --git a/tools/depends/target/crossguid/Makefile b/tools/depends/target/crossguid/Makefile
index f37050dab5..5b67a8e46e 100644
--- a/tools/depends/target/crossguid/Makefile
+++ b/tools/depends/target/crossguid/Makefile
@@ -14,7 +14,7 @@ else
PLATFORM = native
TARBALLS_LOCATION = $(ROOT_DIR)
BASE_URL := http://mirrors.kodi.tv/build-deps/sources
- RETRIEVE_TOOL := curl -Ls --create-dirs -f -O
+ RETRIEVE_TOOL := curl -LsS --create-dirs --retry 10 --retry-connrefused -o
ARCHIVE_TOOL := tar --strip-components=1 -xf
CMAKE := cmake
CMAKE_OPTIONS := -DCMAKE_INSTALL_PREFIX=$(PREFIX) $(CMAKE_OPTIONS)
diff --git a/tools/depends/target/dav1d/Makefile b/tools/depends/target/dav1d/Makefile
index c801cd1155..5096c785c1 100644
--- a/tools/depends/target/dav1d/Makefile
+++ b/tools/depends/target/dav1d/Makefile
@@ -12,7 +12,7 @@ else
PREFIX ?= $(ROOT_DIR)/dav1d-install
BASE_URL ?= http://mirrors.kodi.tv/build-deps/sources
AUTORECONF := autoreconf
- RETRIEVE_TOOL := curl -Ls --retry 10 --retry-delay 3 -o $(ARCHIVE)
+ RETRIEVE_TOOL := curl -LsS --create-dirs --retry 10 --retry-connrefused -o
ARCHIVE_TOOL := tar --strip-components=1 -xf
ifeq ($(PLATFORM),)
diff --git a/tools/depends/target/flatbuffers/Makefile b/tools/depends/target/flatbuffers/Makefile
index a1b034a92c..0388882a96 100644
--- a/tools/depends/target/flatbuffers/Makefile
+++ b/tools/depends/target/flatbuffers/Makefile
@@ -8,7 +8,7 @@ ifeq ($(PLATFORM),)
PLATFORM = native
TARBALLS_LOCATION = $(ROOT_DIR)
BASE_URL := http://mirrors.kodi.tv/build-deps/sources
- RETRIEVE_TOOL := curl -Ls --create-dirs -f -O
+ RETRIEVE_TOOL := curl -LsS --create-dirs --retry 10 --retry-connrefused -o
ARCHIVE_TOOL := tar --strip-components=1 -xf
CMAKE := cmake
CMAKE_OPTIONS := -DCMAKE_INSTALL_PREFIX=$(PREFIX) $(CMAKE_OPTIONS)
diff --git a/tools/depends/target/fmt/Makefile b/tools/depends/target/fmt/Makefile
index c66acb10d8..23abe8e47b 100644
--- a/tools/depends/target/fmt/Makefile
+++ b/tools/depends/target/fmt/Makefile
@@ -15,7 +15,7 @@ else
TARBALLS_LOCATION = $(ROOT_DIR)
BASE_URL := http://mirrors.kodi.tv/build-deps/sources
RETRIEVE_TOOL := curl
- RETRIEVE_TOOL_FLAGS := -Ls --create-dirs -f -O
+ RETRIEVE_TOOL_FLAGS := -LsS --create-dirs --retry 10 --retry-connrefused -o
ARCHIVE_TOOL := tar
ARCHIVE_TOOL_FLAGS := --strip-components=1 -xf
CMAKE := cmake
diff --git a/tools/depends/target/libdvdcss/LIBDVDCSS-VERSION b/tools/depends/target/libdvdcss/LIBDVDCSS-VERSION
index 4fb78d93ab..540d4deca4 100644
--- a/tools/depends/target/libdvdcss/LIBDVDCSS-VERSION
+++ b/tools/depends/target/libdvdcss/LIBDVDCSS-VERSION
@@ -1,6 +1,7 @@
LIBNAME=libdvdcss
BASE_URL=https://github.com/xbmc/libdvdcss
VERSION=1.4.3-Next-Nexus-Alpha2-2
+FULL_URL=$(BASE_URL)/archive/$(VERSION).tar.gz
ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz
SHA512=d3be3bfc13c5ea56d8db745c2aab090c99760684fe4c8f62a13d266feb319e9180ceeecf8116bfd2ed90d9accba2c11dbbf93b61ad00f69a40812ebf4eabcdda
BYPRODUCT=libdvdcss.a
diff --git a/tools/depends/target/libdvdcss/Makefile b/tools/depends/target/libdvdcss/Makefile
index a6cf864aaa..220d51a959 100644
--- a/tools/depends/target/libdvdcss/Makefile
+++ b/tools/depends/target/libdvdcss/Makefile
@@ -12,7 +12,7 @@ else
ifeq ($(PLATFORM),)
PLATFORM = native
TARBALLS_LOCATION = $(ROOT_DIR)
- RETRIEVE_TOOL := curl -Ls --create-dirs --retry 10 --retry-delay 3
+ RETRIEVE_TOOL := curl -LsS --create-dirs --retry 10 --retry-connrefused -o
ARCHIVE_TOOL := tar --strip-components=1 -xf
endif
endif
@@ -23,11 +23,6 @@ config = --prefix=$(PREFIX) --disable-shared --enable-static --with-pic
include ../../download-files.include
all: .installed-$(PLATFORM)
-download: $(TARBALLS_LOCATION)/$(ARCHIVE)
-
-$(TARBALLS_LOCATION)/$(ARCHIVE):
- cd $(TARBALLS_LOCATION); $(RETRIEVE_TOOL) -o $(TARBALLS_LOCATION)/$(ARCHIVE) $(BASE_URL)/archive/$(VERSION).tar.gz
-
$(PLATFORM): $(DEPS) | $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE)
rm -rf $(PLATFORM); mkdir -p $(PLATFORM)
cd $(PLATFORM); $(ARCHIVE_TOOL) $(TARBALLS_LOCATION)/$(ARCHIVE)
diff --git a/tools/depends/target/libdvdnav/LIBDVDNAV-VERSION b/tools/depends/target/libdvdnav/LIBDVDNAV-VERSION
index 3d6d1ec699..eff7e7812b 100644
--- a/tools/depends/target/libdvdnav/LIBDVDNAV-VERSION
+++ b/tools/depends/target/libdvdnav/LIBDVDNAV-VERSION
@@ -1,6 +1,7 @@
LIBNAME=libdvdnav
BASE_URL=https://github.com/xbmc/libdvdnav
VERSION=6.1.1-Next-Nexus-Alpha2-2
+FULL_URL=$(BASE_URL)/archive/$(VERSION).tar.gz
ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz
SHA512=51e6fc033121241354a5f0b3fc9a430577ae3ff6bb7f31445aa548ef4893037fb80eea3b2c6774c81e9ebaf9c45e9b490c98c2c65eb38f9f7daba84b236f7e1d
BYPRODUCT=libdvdnav.a
diff --git a/tools/depends/target/libdvdnav/Makefile b/tools/depends/target/libdvdnav/Makefile
index bc733b5cb5..70fb5d1103 100644
--- a/tools/depends/target/libdvdnav/Makefile
+++ b/tools/depends/target/libdvdnav/Makefile
@@ -18,7 +18,7 @@ else
TARBALLS_LOCATION = $(ROOT_DIR)
PKGCONFIGPATH = PKG_CONFIG_PATH="$(ROOT_DIR)/../libdvdread/dvdread-install/lib/pkgconfig:$(ROOT_DIR)/../libdvdcss/dvdcss-install/lib/pkgconfig"
EXTRA_CFLAGS += -I$(ROOT_DIR)/../libdvdread/dvdread-install/include -I$(ROOT_DIR)/../libdvdcss/dvdcss-install/include
- RETRIEVE_TOOL := curl -Ls --create-dirs --retry 10 --retry-delay 3
+ RETRIEVE_TOOL := curl -LsS --create-dirs --retry 10 --retry-connrefused -o
ARCHIVE_TOOL := tar --strip-components=1 -xf
endif
endif
@@ -34,11 +34,6 @@ endif
include ../../download-files.include
all: .installed-$(PLATFORM)
-download: $(TARBALLS_LOCATION)/$(ARCHIVE)
-
-$(TARBALLS_LOCATION)/$(ARCHIVE):
- cd $(TARBALLS_LOCATION); $(RETRIEVE_TOOL) -o $(TARBALLS_LOCATION)/$(ARCHIVE) $(BASE_URL)/archive/$(VERSION).tar.gz
-
$(PLATFORM): $(DEPS) | $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE)
rm -rf $(PLATFORM); mkdir -p $(PLATFORM)
cd $(PLATFORM); $(ARCHIVE_TOOL) $(TARBALLS_LOCATION)/$(ARCHIVE)
diff --git a/tools/depends/target/libdvdread/LIBDVDREAD-VERSION b/tools/depends/target/libdvdread/LIBDVDREAD-VERSION
index d51b629bd2..d413ef4df2 100644
--- a/tools/depends/target/libdvdread/LIBDVDREAD-VERSION
+++ b/tools/depends/target/libdvdread/LIBDVDREAD-VERSION
@@ -1,6 +1,7 @@
LIBNAME=libdvdread
BASE_URL=https://github.com/xbmc/libdvdread
VERSION=6.1.3-Next-Nexus-Alpha2-2
+FULL_URL=$(BASE_URL)/archive/$(VERSION).tar.gz
ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz
SHA512=629a41157d07b8ec0ea1fe89ae5ec48f63047472a862782b805c531ae31a0376fc4dc15175f8280c3ef91d7fa977bacebb1b51232640034a34bab2293210fc5e
BYPRODUCT=libdvdread.a
diff --git a/tools/depends/target/libdvdread/Makefile b/tools/depends/target/libdvdread/Makefile
index e2d045ce4f..017156b1ee 100644
--- a/tools/depends/target/libdvdread/Makefile
+++ b/tools/depends/target/libdvdread/Makefile
@@ -18,7 +18,7 @@ else
TARBALLS_LOCATION = $(ROOT_DIR)
PKGCONFIGPATH = PKG_CONFIG_PATH="$(ROOT_DIR)/../libdvdcss/dvdcss-install/lib/pkgconfig"
EXTRA_CFLAGS += -I$(ROOT_DIR)/../libdvdcss/dvdcss-install/include
- RETRIEVE_TOOL := curl -Ls --create-dirs --retry 10 --retry-delay 3
+ RETRIEVE_TOOL := curl -LsS --create-dirs --retry 10 --retry-connrefused -o
ARCHIVE_TOOL := tar --strip-components=1 -xf
endif
endif
@@ -33,11 +33,6 @@ endif
include ../../download-files.include
all: .installed-$(PLATFORM)
-download: $(TARBALLS_LOCATION)/$(ARCHIVE)
-
-$(TARBALLS_LOCATION)/$(ARCHIVE):
- cd $(TARBALLS_LOCATION); $(RETRIEVE_TOOL) -o $(TARBALLS_LOCATION)/$(ARCHIVE) $(BASE_URL)/archive/$(VERSION).tar.gz
-
$(PLATFORM): $(DEPS) | $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE)
rm -rf $(PLATFORM); mkdir -p $(PLATFORM)
cd $(PLATFORM); $(ARCHIVE_TOOL) $(TARBALLS_LOCATION)/$(ARCHIVE)
diff --git a/tools/depends/target/rapidjson/Makefile b/tools/depends/target/rapidjson/Makefile
index bfa5b7be74..233d3a3571 100644
--- a/tools/depends/target/rapidjson/Makefile
+++ b/tools/depends/target/rapidjson/Makefile
@@ -17,7 +17,7 @@ else
TARBALLS_LOCATION = $(ROOT_DIR)
BASE_URL := http://mirrors.kodi.tv/build-deps/sources
RETRIEVE_TOOL := curl
- RETRIEVE_TOOL_FLAGS := -Ls --create-dirs -f -O
+ RETRIEVE_TOOL_FLAGS := -LsS --create-dirs --retry 10 --retry-connrefused -o
ARCHIVE_TOOL := tar
ARCHIVE_TOOL_FLAGS := --strip-components=1 -xf
HASH_TOOL := sha512sum
diff --git a/tools/depends/target/spdlog/Makefile b/tools/depends/target/spdlog/Makefile
index 457a49715c..8d7af7e15f 100644
--- a/tools/depends/target/spdlog/Makefile
+++ b/tools/depends/target/spdlog/Makefile
@@ -21,7 +21,7 @@ else
TARBALLS_LOCATION = $(ROOT_DIR)
BASE_URL := http://mirrors.kodi.tv/build-deps/sources
RETRIEVE_TOOL := curl
- RETRIEVE_TOOL_FLAGS := -Ls --create-dirs -f -O
+ RETRIEVE_TOOL_FLAGS := -LsS --create-dirs --retry 10 --retry-connrefused -o
ARCHIVE_TOOL := tar
ARCHIVE_TOOL_FLAGS := --strip-components=1 -xf
CMAKE := cmake -DCMAKE_INSTALL_PREFIX=$(PREFIX) -DCMAKE_PREFIX_PATH=$(PREFIX)
diff --git a/tools/depends/target/udfread/Makefile b/tools/depends/target/udfread/Makefile
index 342cf27f03..950a913e36 100644
--- a/tools/depends/target/udfread/Makefile
+++ b/tools/depends/target/udfread/Makefile
@@ -8,7 +8,7 @@ else
ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
TARBALLS_LOCATION ?= $(ROOT_DIR)
BASE_URL ?= http://mirrors.kodi.tv/build-deps/sources
- RETRIEVE_TOOL := curl -Ls --retry 10 --retry-delay 3 -o $(ARCHIVE)
+ RETRIEVE_TOOL := curl -LsS --create-dirs --retry 10 --retry-connrefused -o
ARCHIVE_TOOL := tar --strip-components=1 -xf
endif
diff --git a/tools/depends/target/wayland-protocols/Makefile b/tools/depends/target/wayland-protocols/Makefile
index c10d7a20dd..37c78de25f 100644
--- a/tools/depends/target/wayland-protocols/Makefile
+++ b/tools/depends/target/wayland-protocols/Makefile
@@ -15,7 +15,7 @@ ifeq ($(PLATFORM),)
PLATFORM = native
TARBALLS_LOCATION = $(ROOT_DIR)
BASE_URL := http://mirrors.kodi.tv/build-deps/sources
- RETRIEVE_TOOL := curl -Ls --create-dirs -f -O
+ RETRIEVE_TOOL := curl -LsS --create-dirs --retry 10 --retry-connrefused -o
ARCHIVE_TOOL := tar --strip-components=1 -xf
else
# Building as part of depends
diff --git a/tools/depends/target/waylandpp/Makefile b/tools/depends/target/waylandpp/Makefile
index 45f86614e4..9b027b9afa 100644
--- a/tools/depends/target/waylandpp/Makefile
+++ b/tools/depends/target/waylandpp/Makefile
@@ -17,7 +17,7 @@ ifeq ($(PLATFORM),)
PLATFORM = native
TARBALLS_LOCATION = $(ROOT_DIR)
BASE_URL := http://mirrors.kodi.tv/build-deps/sources
- RETRIEVE_TOOL := curl -Ls --create-dirs -f -O
+ RETRIEVE_TOOL := curl -LsS --create-dirs --retry 10 --retry-connrefused -o
ARCHIVE_TOOL := tar --strip-components=1 -xf
CMAKE := cmake
CMAKE_OPTIONS := -DCMAKE_INSTALL_PREFIX=$(PREFIX) -DBUILD_SCANNER=ON $(CMAKE_OPTIONS)