diff graphics/gdk-pixbuf/gdk-pixbuf.sh @ 1221:a47aaf9743a0

misc: backed out changeset 4ccc42bf0284 We will keep .sh for now.
author David Demelier <markand@malikania.fr>
date Fri, 15 Oct 2021 16:07:30 +0200
parents 4ccc42bf0284
children 325631424c65
line wrap: on
line diff
--- a/graphics/gdk-pixbuf/gdk-pixbuf.sh	Thu Sep 30 09:26:38 2021 +0200
+++ b/graphics/gdk-pixbuf/gdk-pixbuf.sh	Fri Oct 15 16:07:30 2021 +0200
@@ -15,7 +15,14 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 
-. ./gdk-pixbuf.info
+PKGNAME=gdk-pixbuf
+PKGVERSION=2.38.1
+PKGREVISION=1
+PKGLICENSE="LGPL-2.1-only"
+PKGSUMMARY="image loading library"
+PKGDOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.38/$PKGNAME-$PKGVERSION.tar.xz"
+PKGDEPENDS="glib meson:build shared-mime-info"
+PKGOPTIONS="JASPER JPEG PNG TIFF X"
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}