diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap index c03cb6c670e0a4169bd129340ff94ac55750a449..d6712e23d18599b17a5362536d11e4ad15e01aaf 100755 --- a/extras/tools/bootstrap +++ b/extras/tools/bootstrap @@ -111,7 +111,7 @@ $CXX PREFIX=\$(abspath ./build) all: $NEEDED - @echo "You are ready to build SFLPhone and its contribs" + @echo "You are ready to build Ring and its contribs" include tools.mak EOF diff --git a/extras/tools/packages.mak b/extras/tools/packages.mak index a7b808024b939aa452c15690f3c4f5a8375ab272..7a3b7258eeb1a2988624e712f9914a317f43d6a3 100644 --- a/extras/tools/packages.mak +++ b/extras/tools/packages.mak @@ -31,8 +31,8 @@ TAR_URL=$(GNU)/tar/tar-$(TAR_VERSION).tar.bz2 XZ_VERSION=5.2.2 XZ_URL=http://tukaani.org/xz/xz-$(XZ_VERSION).tar.bz2 -GAS_VERSION=72887b9 -GAS_URL=http://git.libav.org/?p=gas-preprocessor.git;a=snapshot;h=$(GAS_VERSION);sf=tgz +GAS_VERSION=36bacb4cba27003c572e5bf7a9c4dfe3c9a8d40d +GAS_URL=https://github.com/FFmpeg/gas-preprocessor/blob/$(GAS_VERSION)/gas-preprocessor.pl SED_VERSION=4.2.2 SED_URL=$(GNU)/sed/sed-$(SED_VERSION).tar.bz2 diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak index 19f4774187639c32b9f09e99718b72682219fd93..2595b252181e15338f368f0ac5473d0c5c684fae 100644 --- a/extras/tools/tools.mak +++ b/extras/tools/tools.mak @@ -211,21 +211,16 @@ CLEAN_PKG += pkgconfig DISTCLEAN_PKG += pkg-config-$(PKGCFG_VERSION).tar.gz # gas-preprocessor -gas-preprocessor-$(GAS_VERSION).tar.gz: +gas-preprocessor-$(GAS_VERSION).pl: $(call download,$(GAS_URL)) -gas: gas-preprocessor-$(GAS_VERSION).tar.gz - $(UNPACK) - $(MOVE) - -.gas: gas +.gas: gas-preprocessor-$(GAS_VERSION).pl mkdir -p $(PREFIX)/bin - cp gas/gas-preprocessor.pl $(PREFIX)/build/bin/ + cp gas-preprocessor-$(GAS_VERSION).pl $(PREFIX)/bin/gas-preprocessor touch $@ CLEAN_FILE += .gas -CLEAN_PKG += gas -DISTCLEAN_PKG += yuvi-gas-preprocessor-$(GAS_VERSION).tar.gz +DISTCLEAN_PKG += gas-preprocessor-$(GAS_VERSION).pl # GNU sed