forked from oe-lite/base
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Needed for libwebp.
- Loading branch information
Rasmus Villemoes
committed
Nov 4, 2016
1 parent
b4f14ab
commit 7c425e0
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
DESCRIPTION = "GIFLIB is a package of portable tools and library routines for working with GIF images." | ||
HOMEPAGE = "http://giflib.sourceforge.net/" | ||
LICENSE = "MIT" | ||
|
||
SRC_URI = "http://kent.dl.sourceforge.net/project/giflib/giflib-${PV}.tar.bz2" | ||
|
||
inherit autotools library auto-package-utils | ||
LIBRARY_NAME = "libgif" | ||
|
||
DEPENDS += "libc libm" | ||
DEPENDS_${PN} += "libc libm" | ||
|
||
AUTO_PACKAGE_UTILS = "\ | ||
gif2rgb \ | ||
gifbuild \ | ||
gifecho \ | ||
giffix \ | ||
gifinto \ | ||
giftext \ | ||
giftool \ | ||
gifclrmp \ | ||
" | ||
|
||
AUTO_PACKAGE_UTILS_DEPENDS = "libc libm libgif" | ||
AUTO_PACKAGE_UTILS_RDEPENDS = "libc libm libgif" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
require ${PN}.inc | ||
LIBRARY_VERSION = "7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5f1157cfc377916280849e247b8e34fa0446513f giflib-5.1.4.tar.bz2 |