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

1
ports/flif.hash Normal file
View File

@@ -0,0 +1 @@
1143105e4986bbac4461138e4cab81c8b531c7d2

14
ports/flif.port Normal file
View File

@@ -0,0 +1,14 @@
LICENSE := LGPLv3
VERSION := 0.3
DOWNLOADS := flif.archive
URL(flif) := https://github.com/FLIF-hub/FLIF/archive/v$(VERSION).tar.gz
SHA(flif) := 10918ea2695fdc97ad70d2e4cde021fcaa22838c
DIR(flif) := src/lib/flif
DIRS := include/flif
DIR_CONTENT(include/flif) := src/lib/flif/src/library/*.h
PATCHES := src/lib/flif/getc.patch
PATCH_OPT := -p1 -d src/lib/flif