Port of FLIF (Free Lossless Image Format) library

http://flif.info/
        _
 ____ _(_)____
(___ | | | ___)
 (__ | |_| __)
   (_|___|_)

Ref #97
This commit is contained in:
Emery Hemingway
2018-01-18 16:01:10 -06:00
committed by Norman Feske
parent 80fca9e122
commit dc26a48a63
12 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
content: include lib/symbols/libflif LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/flif)
include:
mkdir $@
cp -r $(PORT_DIR)/include/flif/* $@/
lib/symbols/libflif:
$(mirror_from_rep_dir)
LICENSE:
cp $(PORT_DIR)/src/lib/flif/LICENSE $@

1
recipes/api/libflif/hash Normal file
View File

@@ -0,0 +1 @@
2018-01-08 e29fbd904d0be604a4dc106496d008ddaf22ef21

1
recipes/src/libflif/api Normal file
View File

@@ -0,0 +1 @@
libflif

View File

@@ -0,0 +1,15 @@
content: src/lib/flif lib/mk/libflif.mk LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/flif)
src/lib/flif:
$(mirror_from_rep_dir)
cp -r $(PORT_DIR)/src/lib/flif/* $@
echo "LIBS = libflif" > $@/target.mk
lib/mk/libflif.mk:
$(mirror_from_rep_dir)
LICENSE:
cp $(PORT_DIR)/src/lib/flif/LICENSE $@

1
recipes/src/libflif/hash Normal file
View File

@@ -0,0 +1 @@
2018-01-18 27afe64571626a3dd503fa285bddb48142b1e4d4

View File

@@ -0,0 +1,5 @@
libc
libpng
so
stdcxx
zlib