mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
parent
64f7a04cec
commit
f591c12e77
47
repos/libports/lib/symbols/sdl_image
Normal file
47
repos/libports/lib/symbols/sdl_image
Normal file
@ -0,0 +1,47 @@
|
||||
IMG_Init T
|
||||
IMG_InitJPG T
|
||||
IMG_InitPNG T
|
||||
IMG_InitTIF T
|
||||
IMG_InitWEBP T
|
||||
IMG_InvertAlpha T
|
||||
IMG_Linked_Version T
|
||||
IMG_Load T
|
||||
IMG_LoadBMP_RW T
|
||||
IMG_LoadCUR_RW T
|
||||
IMG_LoadGIF_RW T
|
||||
IMG_LoadICO_RW T
|
||||
IMG_LoadJPG_RW T
|
||||
IMG_LoadLBM_RW T
|
||||
IMG_LoadPCX_RW T
|
||||
IMG_LoadPNG_RW T
|
||||
IMG_LoadPNM_RW T
|
||||
IMG_LoadTGA_RW T
|
||||
IMG_LoadTIF_RW T
|
||||
IMG_LoadTyped_RW T
|
||||
IMG_LoadWEBP_RW T
|
||||
IMG_LoadXCF_RW T
|
||||
IMG_LoadXPM_RW T
|
||||
IMG_LoadXV_RW T
|
||||
IMG_LoadXXX_RW T
|
||||
IMG_Load_RW T
|
||||
IMG_Quit T
|
||||
IMG_QuitJPG T
|
||||
IMG_QuitPNG T
|
||||
IMG_QuitTIF T
|
||||
IMG_QuitWEBP T
|
||||
IMG_ReadXPMFromArray T
|
||||
IMG_isBMP T
|
||||
IMG_isCUR T
|
||||
IMG_isGIF T
|
||||
IMG_isICO T
|
||||
IMG_isJPG T
|
||||
IMG_isLBM T
|
||||
IMG_isPCX T
|
||||
IMG_isPNG T
|
||||
IMG_isPNM T
|
||||
IMG_isTIF T
|
||||
IMG_isWEBP T
|
||||
IMG_isXCF T
|
||||
IMG_isXPM T
|
||||
IMG_isXV T
|
||||
IMG_isXXX T
|
15
repos/libports/recipes/api/sdl_image/content.mk
Normal file
15
repos/libports/recipes/api/sdl_image/content.mk
Normal file
@ -0,0 +1,15 @@
|
||||
MIRROR_FROM_REP_DIR := lib/symbols/sdl_image lib/import/import-sdl_image.mk
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR) include LICENSE
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/sdl_image)
|
||||
|
||||
include:
|
||||
mkdir -p $@
|
||||
cp -r $(PORT_DIR)/include/SDL $@/
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/sdl_image/COPYING $@
|
1
repos/libports/recipes/api/sdl_image/hash
Normal file
1
repos/libports/recipes/api/sdl_image/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-11-29-a 89eb5991a4dfd527e329acf4c8d50db91d6e466a
|
1
repos/libports/recipes/src/sdl_image/api
Normal file
1
repos/libports/recipes/src/sdl_image/api
Normal file
@ -0,0 +1 @@
|
||||
sdl_image
|
18
repos/libports/recipes/src/sdl_image/content.mk
Normal file
18
repos/libports/recipes/src/sdl_image/content.mk
Normal file
@ -0,0 +1,18 @@
|
||||
content: src/lib/sdl_image/target.mk lib/mk LICENSE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/sdl_image)
|
||||
|
||||
src/lib/sdl_image:
|
||||
mkdir -p $@
|
||||
cp $(PORT_DIR)/src/lib/sdl_image/*.c $@
|
||||
cp $(PORT_DIR)/src/lib/sdl_image/*.h $@
|
||||
|
||||
src/lib/sdl_image/target.mk: src/lib/sdl_image
|
||||
echo "LIBS += sdl_image" > $@
|
||||
|
||||
lib/mk:
|
||||
mkdir -p $@
|
||||
cp $(REP_DIR)/$@/sdl_image.mk $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/sdl_image/COPYING $@
|
1
repos/libports/recipes/src/sdl_image/hash
Normal file
1
repos/libports/recipes/src/sdl_image/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-12-05 295a982f2857c523f00690f8ccdca8d24c6299cf
|
12
repos/libports/recipes/src/sdl_image/used_apis
Normal file
12
repos/libports/recipes/src/sdl_image/used_apis
Normal file
@ -0,0 +1,12 @@
|
||||
base
|
||||
os
|
||||
so
|
||||
libc
|
||||
zlib
|
||||
jpeg
|
||||
libpng
|
||||
sdl
|
||||
audio_out_session
|
||||
framebuffer_session
|
||||
input_session
|
||||
timer_session
|
Loading…
x
Reference in New Issue
Block a user