forked from HandBrake/HandBrake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
contrib: Use SHA256 instead of MD5 for contrib archive checksums.
Closes HandBrake#356.
- Loading branch information
1 parent
010837e
commit 72bf6f7
Showing
37 changed files
with
147 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$(eval $(call import.MODULE.defs,AUTOCONF,autoconf,M4)) | ||
$(eval $(call import.CONTRIB.defs,AUTOCONF)) | ||
|
||
AUTOCONF.FETCH.url = https://download.handbrake.fr/handbrake/contrib/autoconf-2.69.tar.gz | ||
AUTOCONF.FETCH.url += https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz | ||
AUTOCONF.FETCH.md5 = 82d05e03b93e45f5a39b828dc9c6c29b | ||
AUTOCONF.FETCH.url = https://download.handbrake.fr/handbrake/contrib/autoconf-2.69.tar.gz | ||
AUTOCONF.FETCH.url += https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz | ||
AUTOCONF.FETCH.sha256 = 954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
$(eval $(call import.MODULE.defs,AUTOMAKE,automake,AUTOCONF)) | ||
$(eval $(call import.CONTRIB.defs,AUTOMAKE)) | ||
|
||
AUTOMAKE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/automake-1.13.1.tar.gz | ||
AUTOMAKE.FETCH.url += https://ftp.gnu.org/gnu/automake/automake-1.13.1.tar.gz | ||
AUTOMAKE.FETCH.md5 = 78a0ef8216b0556b44508e7b5b0c0847 | ||
AUTOMAKE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/automake-1.13.1.tar.gz | ||
AUTOMAKE.FETCH.url += https://ftp.gnu.org/gnu/automake/automake-1.13.1.tar.gz | ||
AUTOMAKE.FETCH.sha256 = 51bc10031847e9965c4f2c16a0a66552309ce28ea82b1afa8cef736643ebaa27 | ||
|
||
# TODO: automake >= 1.15 | ||
#AUTOMAKE.FETCH.url = https://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz | ||
#AUTOMAKE.FETCH.md5 = 716946a105ca228ab545fc37a70df3a3 | ||
#AUTOMAKE.FETCH.url = https://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz | ||
#AUTOMAKE.FETCH.sha256 = 7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
$(eval $(call import.MODULE.defs,JANSSON,jansson)) | ||
$(eval $(call import.CONTRIB.defs,JANSSON)) | ||
|
||
JANSSON.FETCH.url = https://download.handbrake.fr/handbrake/contrib/jansson-2.6.tar.bz2 | ||
JANSSON.FETCH.url += http://www.digip.org/jansson/releases/jansson-2.6.tar.bz2 | ||
JANSSON.FETCH.md5 = c70a52488db623a26f7213c7c6b7c878 | ||
JANSSON.FETCH.url = https://download.handbrake.fr/handbrake/contrib/jansson-2.6.tar.bz2 | ||
JANSSON.FETCH.url += http://www.digip.org/jansson/releases/jansson-2.6.tar.bz2 | ||
JANSSON.FETCH.sha256 = d2cc63ee7f6dcda6c9a8f0b558f94b8f25f048706b7cbd6a79d3e877b738cd4d | ||
|
||
# TODO: jansson >= 2.7 | ||
#JANSSON.FETCH.url + http://www.digip.org/jansson/releases/jansson-2.7.tar.bz2 | ||
#JANSSON.FETCH.md5 = ffac352f9c5f80a6ae8145d451af2c0e | ||
#JANSSON.FETCH.url + http://www.digip.org/jansson/releases/jansson-2.7.tar.bz2 | ||
#JANSSON.FETCH.sha256 = 459f2b7cf22fb676286723f26169a17cf111fbfb6f54e3dc2ec6b6f9f4a97bdc | ||
|
||
JANSSON.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; mkdir m4; autoreconf -fiv; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
$(eval $(call import.MODULE.defs,LAME,lame)) | ||
$(eval $(call import.CONTRIB.defs,LAME)) | ||
|
||
LAME.FETCH.url = https://download.handbrake.fr/handbrake/contrib/lame-3.98.tar.gz | ||
LAME.FETCH.md5 = 7036b52e792538fd665595d56b9e49a0 | ||
LAME.FETCH.url = https://download.handbrake.fr/handbrake/contrib/lame-3.98.tar.gz | ||
LAME.FETCH.sha256 = 40235e84dfe4760ad3f352590a64b7bda1502a386c97d06229df356426e37686 | ||
LAME.EXTRACT.tarbase = lame | ||
|
||
ifneq (none,$(FFMPEG.GCC.g)) | ||
LAME.CONFIGURE.extra += --enable-debug | ||
endif | ||
|
||
# TODO: Upstream archive differs | ||
#LAME.FETCH.url = https://sourceforge.net/projects/lame/files/lame/3.98/lame-398.tar.gz | ||
#LAME.FETCH.md5 = f44b9f8e1b5d8835d0a77f9cc9cedd1c | ||
#LAME.FETCH.url = https://sourceforge.net/projects/lame/files/lame/3.98/lame-398.tar.gz | ||
#LAME.FETCH.sha256 = 8396bcb425ddcbfb8027d5712fa8878a2257006ccbe3ac7a772e1652e43d19b1 | ||
#LAME.FETCH.distfile = lame-3.98.tar.gz | ||
#LAME.EXTRACT.tarbase = lame | ||
# | ||
# TODO: lame >= 3.99.5, tarbase unnecessary | ||
#LAME.FETCH.md5 = 84835b313d4a8b68f5349816d33e07ce | ||
#LAME.FETCH.url = https://sourceforge.net/projects/lame/files/lame/3.99/lame-3.99.5.tar.gz | ||
#LAME.FETCH.url = https://sourceforge.net/projects/lame/files/lame/3.99/lame-3.99.5.tar.gz | ||
#LAME.FETCH.sha256 = 24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff | ||
|
||
ifneq (none,$(FFMPEG.GCC.g)) | ||
LAME.CONFIGURE.extra += --enable-debug | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
$(eval $(call import.MODULE.defs,LIBTOOL,libtool,AUTOCONF AUTOMAKE PKGCONFIG)) | ||
$(eval $(call import.CONTRIB.defs,LIBTOOL)) | ||
|
||
LIBTOOL.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libtool-2.4.2.tar.gz | ||
LIBTOOL.FETCH.url += https://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz | ||
LIBTOOL.FETCH.md5 = d2f3b7d4627e69e13514a40e72a24d50 | ||
LIBTOOL.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libtool-2.4.2.tar.gz | ||
LIBTOOL.FETCH.url += https://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz | ||
LIBTOOL.FETCH.sha256 = b38de44862a987293cd3d8dfae1c409d514b6c4e794ebc93648febf9afc38918 | ||
|
||
# TODO: libtool >= 2.4.6 | ||
#LIBTOOL.FETCH.url = https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz | ||
#LIBTOOL.FETCH.md5 = addf44b646ddb4e3919805aa88fa7c5e | ||
#LIBTOOL.FETCH.url = https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz | ||
#LIBTOOL.FETCH.sha256 = e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3 |
Oops, something went wrong.