mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
Adapt ports that moved away from googlecode
This commit is contained in:
parent
34311a64d8
commit
6f2f242e42
@ -1 +1 @@
|
||||
2293cf7d90b1f431b360f2482aa96c0f0cb3e0f0
|
||||
1587282c0baab8db0418bf2cb9152b005bb70210
|
||||
|
@ -2,7 +2,7 @@ LICENSE := OKL4
|
||||
VERSION := 2.1.1
|
||||
DOWNLOADS := okl4.archive
|
||||
|
||||
URL(okl4) := http://genode.org/files/okl4_2.1.1-patch.9.tar.gz
|
||||
URL(okl4) := https://genode.org/files/okl4_2.1.1-patch.9.tar.gz
|
||||
SHA(okl4) := ff3062344fd6b0a3bd69d99583aa271d3bb13911
|
||||
DIR(okl4) := src/kernel/okl4
|
||||
|
||||
|
@ -1 +1 @@
|
||||
dcbb31b1e4210b7cccb73ef027e6f33c43071c28
|
||||
53dc847fa7f5822884fcb1edb0feacbf2bf79af1
|
||||
|
@ -2,7 +2,7 @@ LICENSE := GPLv3
|
||||
VERSION := 1.0.1
|
||||
DOWNLOADS := exfat.archive
|
||||
|
||||
URL(exfat) := https://exfat.googlecode.com/files/fuse-exfat-$(VERSION).tar.gz
|
||||
URL(exfat) := https://genode.org/files/fuse-exfat-$(VERSION).tar.gz
|
||||
SHA(exfat) := e24d2322797c26fb3bff5952c23f52f3274e887f
|
||||
DIR(exfat) := src/lib/exfat
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1dc621c1494e8db8975bada85b21992590ff2c44
|
||||
c77033bdfb9e0e291b2a6bcf3b168e5823235649
|
||||
|
@ -7,7 +7,7 @@ DOWNLOADS := ffat.archive
|
||||
# 'http://elm-chan.org/fsw/ff/ff007e.zip' because the elm-chan webserver
|
||||
# does not like wget.
|
||||
#
|
||||
URL(ffat) := http://genode.org/files/ff007e.zip
|
||||
URL(ffat) := https://genode.org/files/ff007e.zip
|
||||
SHA(ffat) := 3379ad817e1c4f9993ae2722e86235ec85d7e36d
|
||||
DIR(ffat) := src/lib/ffat
|
||||
|
||||
|
@ -1 +1 @@
|
||||
ca23e1f982dc78e402f98108af870eb22a9ebdbd
|
||||
a8702454d02682dbbc8fadf40c0ff57dc2ff02dd
|
||||
|
@ -3,9 +3,9 @@ VERSION := 2.3.9
|
||||
|
||||
DOWNLOADS := freetype.archive
|
||||
|
||||
BASE_URL := https://savory.googlecode.com/files
|
||||
BASE_URL := https://sourceforge.net/projects/freetype/files/freetype2
|
||||
|
||||
URL(freetype) := $(BASE_URL)/freetype-$(VERSION).tar.gz
|
||||
URL(freetype) := $(BASE_URL)/$(VERSION)/freetype-$(VERSION).tar.gz
|
||||
SIG(freetype) := ${URL(freetype)}.sig
|
||||
KEY(freetype) := wl@gnu.org
|
||||
SHA(freetype) := 2c82a4f87b076c13d878129c8651645803585ff4
|
||||
|
@ -1 +1 @@
|
||||
c48ab05ad9491d4fca77844957a827b7d4d18121
|
||||
ad2594a1438fe23d29267afedc124356648e4882
|
||||
|
@ -2,7 +2,7 @@ LICENSE := GPLv3
|
||||
VERSION := 0.9
|
||||
DOWNLOADS := mupdf.archive
|
||||
|
||||
URL(mupdf) := http://mupdf.googlecode.com/files/mupdf-$(VERSION)-source.tar.gz
|
||||
URL(mupdf) := http://mupdf.com/downloads/archive/mupdf-$(VERSION)-source.tar.gz
|
||||
SHA(mupdf) := 3a3ba42d19e3211199110e7c782263241cdea8a0
|
||||
DIR(mupdf) := src/lib/mupdf
|
||||
|
||||
|
@ -1 +1 @@
|
||||
25423fe14cebb4b9a391caa8a92474db01b16954
|
||||
4831fbbd390bc471302db5c756f91f687a208047
|
||||
|
@ -2,9 +2,9 @@ LICENSE := BSD
|
||||
VERSION := 1.4
|
||||
DOWNLOADS := openjpeg.archive
|
||||
|
||||
URL(openjpeg) := http://openjpeg.googlecode.com/files/openjpeg_v1_4_sources_r697.tgz
|
||||
URL(openjpeg) := https://github.com/uclouvain/openjpeg/archive/version.$(VERSION).tar.gz
|
||||
DIR(openjpeg) := src/lib/openjpeg
|
||||
SHA(openjpeg) := 9ef6a08ecf5944962b4e2cd7569ac01a8eaa66d0
|
||||
SHA(openjpeg) := c018900b2203a1c6331ec8b4b5f116a54be973d4
|
||||
|
||||
DIRS := include/openjpeg
|
||||
DIR_CONTENT(include/openjpeg) := src/lib/openjpeg/libopenjpeg/openjpeg.h
|
||||
|
Loading…
Reference in New Issue
Block a user