The GTK 1-based gdk-pixbuf has not existed for some time. No functional or package changes.
21 lines
396 B
Makefile
21 lines
396 B
Makefile
PORTNAME= webp-pixbuf-loader
|
|
DISTVERSION= 0.2.7
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= duchateau.olivier@gmail.com
|
|
COMMENT= WebP image loader plugin for GdkPixbuf2
|
|
WWW= https://github.com/aruiz/webp-pixbuf-loader
|
|
|
|
LICENSE= LGPL20+
|
|
|
|
LIB_DEPENDS= libwebp.so:graphics/webp
|
|
|
|
USES= gnome meson pkgconfig
|
|
USE_GNOME= glib20 gdkpixbuf
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= aruiz
|
|
|
|
.include <bsd.port.mk>
|