Port of libsdl, mixer, image, net, ttf

Imported from genode repository

Issue genodelabs/genode#3100
This commit is contained in:
Norman Feske
2019-01-03 15:53:06 +01:00
parent c698269e5c
commit c3ba011794
66 changed files with 3055 additions and 0 deletions

1
ports/sdl.hash Normal file
View File

@@ -0,0 +1 @@
8543c5f3448ebea97afa84aee6691e38a78e756e

19
ports/sdl.port Normal file
View File

@@ -0,0 +1,19 @@
LICENSE := LGPL
VERSION := 1.2.13
DOWNLOADS := sdl.archive
URL(sdl) := http://www.libsdl.org/release/SDL-$(VERSION).tar.gz
SHA(sdl) := 94f99df1d60f296b57f4740650a71b6425da654044ca30f8f0ce34934429e132
SIG(sdl) := ${URL(sdl)}.sig
KEY(sdl) := 1528635D8053A57F77D1E08630A59377A7763BE6
DIR(sdl) := src/lib/sdl
PATCHES := src/lib/sdl/SDL_video.patch src/lib/sdl/SDL_audio.patch
# wipe original 'SDL_config.h' file because it conflicts with out version
_dirs: remove_default_config
remove_default_config: $(DOWNLOADS)
$(VERBOSE)rm src/lib/sdl/include/SDL_config.h
DIRS := include/SDL
DIR_CONTENT(include/SDL) := src/lib/sdl/include/*.h

1
ports/sdl_image.hash Normal file
View File

@@ -0,0 +1 @@
f030277887e31297069e40ea636528828b60785f

10
ports/sdl_image.port Normal file
View File

@@ -0,0 +1,10 @@
LICENSE := BSD
VERSION := 1.2.12
DOWNLOADS := sdl_image.archive
URL(sdl_image) := http://www.libsdl.org/projects/SDL_image/release/SDL_image-$(VERSION).tar.gz
SHA(sdl_image) := 0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699
DIR(sdl_image) := src/lib/sdl_image
DIRS := include/SDL
DIR_CONTENT(include/SDL) := src/lib/sdl_image/SDL_image.h

1
ports/sdl_mixer.hash Normal file
View File

@@ -0,0 +1 @@
992f8f00abd5ae638bb2db56f0b6e0dceb13ebf8

10
ports/sdl_mixer.port Normal file
View File

@@ -0,0 +1,10 @@
LICENSE := BSD
VERSION := 1.2.12
DOWNLOADS := sdl_mixer.archive
URL(sdl_mixer) := http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$(VERSION).tar.gz
SHA(sdl_mixer) := 1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a
DIR(sdl_mixer) := src/lib/sdl_mixer
DIRS := include/SDL
DIR_CONTENT(include/SDL) := src/lib/sdl_mixer/SDL_mixer.h

1
ports/sdl_net.hash Normal file
View File

@@ -0,0 +1 @@
cbe4f323aa29a1334573ea0b58a43a42ee428ad4

12
ports/sdl_net.port Normal file
View File

@@ -0,0 +1,12 @@
LICENSE := BSD
VERSION := 1.2.8
DOWNLOADS := sdl_net.archive
URL(sdl_net) := http://www.libsdl.org/projects/SDL_net/release/SDL_net-$(VERSION).tar.gz
SHA(sdl_net) := 5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4
DIR(sdl_net) := src/lib/sdl_net
PATCHES := src/lib/sdl_net/SDLnet.patch src/lib/sdl_net/SDL_net.h.patch
DIRS := include/SDL
DIR_CONTENT(include/SDL) := src/lib/sdl_net/SDL_net.h

1
ports/sdl_ttf.hash Normal file
View File

@@ -0,0 +1 @@
6adf6a8f99994cefb09043b52df04e5a1d3aca46

10
ports/sdl_ttf.port Normal file
View File

@@ -0,0 +1,10 @@
LICENSE := BSD
VERSION := 2.0.11
DOWNLOADS := sdl_ttf.archive
URL(sdl_ttf) := http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$(VERSION).tar.gz
SHA(sdl_ttf) := 724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7
DIR(sdl_ttf) := src/lib/sdl_ttf
DIRS := include/SDL
DIR_CONTENT(include/SDL) := src/lib/sdl_ttf/SDL_ttf.h