git: e5b4c3560ba3 - main - graphics/webp-pixbuf-loader: update to 0.2.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 May 2023 23:25:55 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5b4c3560ba36ac9c2ec187e017c125bd2b72f43 commit e5b4c3560ba36ac9c2ec187e017c125bd2b72f43 Author: Olivier Duchateau <duchateau.olivier@gmail.com> AuthorDate: 2023-05-25 16:46:39 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-05-29 23:24:04 +0000 graphics/webp-pixbuf-loader: update to 0.2.4 Submitter becomes maintainer. Already maintainer of other ports. Changelog: https://github.com/aruiz/webp-pixbuf-loader/releases/tag/0.2.4 PR: 271611 --- graphics/webp-pixbuf-loader/Makefile | 10 +++++----- graphics/webp-pixbuf-loader/distinfo | 6 +++--- graphics/webp-pixbuf-loader/files/patch-meson.build | 11 ----------- 3 files changed, 8 insertions(+), 19 deletions(-) diff --git a/graphics/webp-pixbuf-loader/Makefile b/graphics/webp-pixbuf-loader/Makefile index e9458c7e15e4..3816af0bea86 100644 --- a/graphics/webp-pixbuf-loader/Makefile +++ b/graphics/webp-pixbuf-loader/Makefile @@ -1,9 +1,9 @@ PORTNAME= webp-pixbuf-loader -DISTVERSION= 0.0.3 +DISTVERSION= 0.2.4 PORTEPOCH= 1 CATEGORIES= graphics -MAINTAINER= ports@FreeBSD.org +MAINTAINER= duchateau.olivier@gmail.com COMMENT= WebP image loader plugin for GdkPixbuf2 WWW= https://github.com/aruiz/webp-pixbuf-loader @@ -12,12 +12,12 @@ LICENSE= LGPL20+ LIB_DEPENDS= libwebp.so:graphics/webp USES= gnome meson pkgconfig -USE_GNOME= gdkpixbuf2 +USE_GNOME= glib20 gdkpixbuf2 USE_GITHUB= yes GH_ACCOUNT= aruiz -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gdk-pixbuf-2.0/*/loaders/* +#post-install: +# ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gdk-pixbuf-2.0/*/loaders/* .include <bsd.port.mk> diff --git a/graphics/webp-pixbuf-loader/distinfo b/graphics/webp-pixbuf-loader/distinfo index a2c397537c73..fb047d6485e9 100644 --- a/graphics/webp-pixbuf-loader/distinfo +++ b/graphics/webp-pixbuf-loader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637692831 -SHA256 (aruiz-webp-pixbuf-loader-0.0.3_GH0.tar.gz) = e2ba11afcd1272f26147214659bcf2462066a840ecb9ba2776c85abd0ec43cbe -SIZE (aruiz-webp-pixbuf-loader-0.0.3_GH0.tar.gz) = 8605 +TIMESTAMP = 1684946396 +SHA256 (aruiz-webp-pixbuf-loader-0.2.4_GH0.tar.gz) = 54f448383d1c384409bd1690cdde9b44535c346855902e29bd37a18a7237c547 +SIZE (aruiz-webp-pixbuf-loader-0.2.4_GH0.tar.gz) = 9136758 diff --git a/graphics/webp-pixbuf-loader/files/patch-meson.build b/graphics/webp-pixbuf-loader/files/patch-meson.build deleted file mode 100644 index 81e9c088d89f..000000000000 --- a/graphics/webp-pixbuf-loader/files/patch-meson.build +++ /dev/null @@ -1,11 +0,0 @@ ---- meson.build.orig 2020-08-01 21:12:12 UTC -+++ meson.build -@@ -23,7 +23,7 @@ configure_file(input: 'webp-pixbuf.thumbnailer.in', - install: true, - install_dir: get_option('datadir') / 'thumbnailers') - --meson.add_install_script(gdk_pb_query_loaders.path(), '--update-cache') -+# meson.add_install_script(gdk_pb_query_loaders.path(), '--update-cache') - - subdir('tests') -