[vlc-commits] contribs: move OpenJPEG downloads to github releases

Sanchit Arora git at videolan.org
Wed Nov 16 14:50:28 CET 2016


vlc | branch: master | Sanchit Arora <sanchitarora13 at gmail.com> | Sun Oct 23 22:39:12 2016 -0400| [551fc0a3f496c1a7d1920dea0ca0eb804eb5c708] | committer: Jean-Baptiste Kempf

contribs: move OpenJPEG downloads to github releases

After complete migration to github
http://www.openjpeg.org/2015/07/19/github-migration-and-new-website
the old download links do not work.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=551fc0a3f496c1a7d1920dea0ca0eb804eb5c708
---

 contrib/src/openjpeg/SHA512SUMS | 2 +-
 contrib/src/openjpeg/rules.mak  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/src/openjpeg/SHA512SUMS b/contrib/src/openjpeg/SHA512SUMS
index 40f897f..1906eac 100644
--- a/contrib/src/openjpeg/SHA512SUMS
+++ b/contrib/src/openjpeg/SHA512SUMS
@@ -1 +1 @@
-59501fde86a7f0ab5a1b7e369feb9c4dcb8ea67ead8ffd706592cbba1e0ee7b2a2a9aaa32778632febe0c3dc4171c7af738c5899c732eb420358df3b16d7cf47  openjpeg-1.5.0.tar.gz
+dca4f3006119673e3c0ef68f2847bb67bf5a406caf30bf7f2e08904eff013f79af9302e25fc6077cb593b80760deb324dfb9326b40ccc172401ae7dd91b9db20  openjpeg-version.1.5.tar.gz
diff --git a/contrib/src/openjpeg/rules.mak b/contrib/src/openjpeg/rules.mak
index 3a29092..343e341 100644
--- a/contrib/src/openjpeg/rules.mak
+++ b/contrib/src/openjpeg/rules.mak
@@ -1,7 +1,7 @@
 # jpeg
 
-OPENJPEG_VERSION := 1.5.0
-OPENJPEG_URL := http://openjpeg.googlecode.com/files/openjpeg-$(OPENJPEG_VERSION).tar.gz
+OPENJPEG_VERSION := version.1.5
+OPENJPEG_URL := https://github.com/uclouvain/openjpeg/archive/$(OPENJPEG_VERSION).tar.gz
 
 $(TARBALLS)/openjpeg-$(OPENJPEG_VERSION).tar.gz:
 	$(call download_pkg,$(OPENJPEG_URL),openjpeg)



More information about the vlc-commits mailing list