mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
apng2gif, fix libpng16 reference (#3771)
This commit is contained in:
committed by
waddlesplash
parent
a7d455c5e7
commit
939f0a7f78
@@ -2,9 +2,9 @@ SUMMARY="Converts APNG animations into GIF format"
|
||||
DESCRIPTION="This program converts APNG animations into animated GIF format. \
|
||||
It performs the reverse of gif2apng."
|
||||
HOMEPAGE="http://apng2gif.sourceforge.net/"
|
||||
COPYRIGHT="2009-2015 Max Stepin"
|
||||
COPYRIGHT="2010-2017 Max Stepin"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://downloads.sourceforge.net/apng2gif/apng2gif-$portVersion-src.zip"
|
||||
CHECKSUM_SHA256="9a07e386017dc696573cd7bc7b46b2575c06da0bc68c3c4f1c24a4b39cdedd4d"
|
||||
SOURCE_DIR=""
|
||||
@@ -23,13 +23,13 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libpng
|
||||
lib:libpng16
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libpng
|
||||
devel:libpng16
|
||||
devel:libz
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user