You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup meson 1.0
|
|
|
|
github.setup aruiz webp-pixbuf-loader 0.2.7
|
|
revision 0
|
|
github.tarball_from archive
|
|
categories graphics
|
|
maintainers nomaintainer
|
|
license LGPL-2+
|
|
description WebP pixbuf loader for GDK Pixbuf
|
|
long_description A GdkPixbuf loader that enables WebP image support within GTK applications.
|
|
|
|
checksums sha256 61ce5e8e036043f9d0e78c1596a621788e879c52aedf72ab5e78a8c44849411a \
|
|
rmd160 2788a788741c5349d525a5dcd8ed61af357e49f9 \
|
|
size 9137358
|
|
|
|
depends_lib port:webp \
|
|
port:gdk-pixbuf2
|
|
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
post-activate {
|
|
system "${prefix}/bin/gdk-pixbuf-query-loaders --update-cache"
|
|
}
|
|
|
|
post-deactivate {
|
|
system "${prefix}/bin/gdk-pixbuf-query-loaders --update-cache"
|
|
}
|