graphics/libspng: Update to v0.6.0
Changes: https://github.com/randy408/libspng/releases/tag/v0.6.0
This commit is contained in:
parent
b4b8dbee42
commit
7dffe8ffc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542424
3 changed files with 9 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libspng
|
||||
DISTVERSION= 0.5.0
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.6.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://gitlab.com/randy408/libspng/uploads/3d980bac86c51368f40af2f1ac79a057/
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
COMMENT= Simple PNG decoding and encoding library
|
||||
|
@ -11,7 +11,9 @@ COMMENT= Simple PNG decoding and encoding library
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= meson pkgconfig tar:xz
|
||||
USES= meson pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= randy408
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MESON_ARGS= -Denable_opt=false
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1566396053
|
||||
SHA256 (libspng-0.5.0.tar.xz) = 220a653802559943ae43fd48f03ba6ff3935a5243766d9ee5ff905240d4399a7
|
||||
SIZE (libspng-0.5.0.tar.xz) = 98620
|
||||
TIMESTAMP = 1594667690
|
||||
SHA256 (randy408-libspng-v0.6.0_GH0.tar.gz) = 81fea8d8a2e0c8aa51769605ad0e49a682e88697c6b5b60105f5c3806efaa3a3
|
||||
SIZE (randy408-libspng-v0.6.0_GH0.tar.gz) = 131444
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
include/spng.h
|
||||
lib/libspng.so
|
||||
lib/libspng.so.0
|
||||
lib/libspng.so.%%SOVERSION%%
|
||||
libdata/pkgconfig/spng.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api.md
|
||||
|
|
Loading…
Reference in a new issue