From 3de191a9096b5aa8e4f3f906ca5bc005862df220 Mon Sep 17 00:00:00 2001 From: David Guglielmi Date: Sun, 6 Dec 2020 17:01:12 +0100 Subject: [PATCH] x11-libs/gdk-pixbuf-loader-webp: bump to 0.0.2, clean old --- x11-libs/gdk-pixbuf-loader-webp/Manifest | 5 +-- ...er-webp-0.0.1-add-a-thumbnailer-file.patch | 44 ------------------- ...ld => gdk-pixbuf-loader-webp-0.0.2.ebuild} | 4 -- 3 files changed, 2 insertions(+), 51 deletions(-) delete mode 100644 x11-libs/gdk-pixbuf-loader-webp/files/gdk-pixbuf-loader-webp-0.0.1-add-a-thumbnailer-file.patch rename x11-libs/gdk-pixbuf-loader-webp/{gdk-pixbuf-loader-webp-0.0.1.ebuild => gdk-pixbuf-loader-webp-0.0.2.ebuild} (92%) diff --git a/x11-libs/gdk-pixbuf-loader-webp/Manifest b/x11-libs/gdk-pixbuf-loader-webp/Manifest index 598d775..a0c71a7 100644 --- a/x11-libs/gdk-pixbuf-loader-webp/Manifest +++ b/x11-libs/gdk-pixbuf-loader-webp/Manifest @@ -1,4 +1,3 @@ -AUX gdk-pixbuf-loader-webp-0.0.1-add-a-thumbnailer-file.patch 1507 BLAKE2B 66b0eb5e58f5cb9474a22a1c19958a8772418566804fecd767dc94b708ce7a1eb5e9e19fd5c8582b80be245c79f3a18b1bea2c08693838d33d89c1443417b6a8 SHA512 89d3f289fe059b07b6215445cfc5c2dff08faa11d33194aa6ee20aa84ee35fbcf410dbea36655aeeca06f6fee706ba8135bc3f721551b5d733cabd4ca286681f -DIST gdk-pixbuf-loader-webp-0.0.1.tar.gz 8212 BLAKE2B 20b2f32ca0885069e185c415e10119f6f65b73131b4928e6db95fa9f92f9ec53bd3fd5fbc4708370dfaee68df4c8052d2df76c6e0c0a6267240f7804db8e33f8 SHA512 f3fa859221fdc5277c951e09448dea6078ca4825de06b319e33e86b59db1201616ca4a706d5114e431719584d5a0766a7706c4192dbc384441efb1799d9e40ec -EBUILD gdk-pixbuf-loader-webp-0.0.1.ebuild 801 BLAKE2B fa56a4c120f73bcd847968ba1a21aae9a75a4ee0e09a69f661c344610383d88242822635eda6c37b39ec85d1dbd4329120bd31630465847c668b1cb3dc68dcff SHA512 f5396d0b7ac14cfebf50e4443fb19c9946cbbd301d4a4c87ed5aa4c4290f9e99b299eb15e6bf73801ed603efa0a1fd55c285ecccb596a7665e78a34f1332eec1 +DIST gdk-pixbuf-loader-webp-0.0.2.tar.gz 8212 BLAKE2B 20b2f32ca0885069e185c415e10119f6f65b73131b4928e6db95fa9f92f9ec53bd3fd5fbc4708370dfaee68df4c8052d2df76c6e0c0a6267240f7804db8e33f8 SHA512 f3fa859221fdc5277c951e09448dea6078ca4825de06b319e33e86b59db1201616ca4a706d5114e431719584d5a0766a7706c4192dbc384441efb1799d9e40ec +EBUILD gdk-pixbuf-loader-webp-0.0.2.ebuild 739 BLAKE2B 68c9567f265b762bcf433509ed60a9739b86566d4996ce4e06f604554449c2daa45b199bce6b4d0dd4557ed986c544001a9590c78ce3db06a3c262d75f446c1f SHA512 d2400858dc2a18def119fdfd27eecd10cdfa5ac4a6e9fd17ac30cff60efe00ad16fc8600968b71c890d3dd415ec4e8ebf4d6be5cbc35630ccc3e6526a83464c6 MISC metadata.xml 814 BLAKE2B 81bb2d08b380788ed4879fa638413288c2110dad0f7f8e2bd26fc90cf1b9cecedcb22c05103e8f8bd1a29c2289464279f07176349bf619fc1869e8806da2aeb9 SHA512 8285a8b5af733ead86feac6dcb5963fd3e1ac75fa33669c87ba64801e578f222599546bd9a2752ca38f1a773937ee6250c6621695f9c010934bc4035dfd76212 diff --git a/x11-libs/gdk-pixbuf-loader-webp/files/gdk-pixbuf-loader-webp-0.0.1-add-a-thumbnailer-file.patch b/x11-libs/gdk-pixbuf-loader-webp/files/gdk-pixbuf-loader-webp-0.0.1-add-a-thumbnailer-file.patch deleted file mode 100644 index a50ff39..0000000 --- a/x11-libs/gdk-pixbuf-loader-webp/files/gdk-pixbuf-loader-webp-0.0.1-add-a-thumbnailer-file.patch +++ /dev/null @@ -1,44 +0,0 @@ -From a7f455cf83cb3067ede3d04316b17f347a539c46 Mon Sep 17 00:00:00 2001 -From: Emmanuele Bassi -Date: Sat, 20 Jun 2020 13:28:51 +0100 -Subject: [PATCH] Add a thumbnailer file - -If we want gdk-pixbuf-thumbnailer to generate thumbnails for WebP files, -we need to ship our own thumbnailer file. - -Fixes: #16 ---- - meson.build | 8 ++++++++ - webp-pixbuf.thumbnailer.in | 4 ++++ - 2 files changed, 12 insertions(+) - create mode 100644 webp-pixbuf.thumbnailer.in - -diff --git a/meson.build b/meson.build -index 2ae10ca..b66de57 100644 ---- a/meson.build -+++ b/meson.build -@@ -15,6 +15,14 @@ pbl_webp = shared_library('pixbufloader-webp', 'io-webp.c', - install: true, - install_dir: gdk_pb_moddir) - -+cdata = configuration_data() -+cdata.set('bindir', get_option('prefix') / get_option('bindir')) -+configure_file(input: 'webp-pixbuf.thumbnailer.in', -+ output: 'webp-pixbuf.thumbnailer', -+ configuration: cdata, -+ install: true, -+ install_dir: get_option('datadir') / 'thumbnailer') -+ - meson.add_install_script(gdk_pb_query_loaders.path(), '--update-cache') - - subdir('tests') -diff --git a/webp-pixbuf.thumbnailer.in b/webp-pixbuf.thumbnailer.in -new file mode 100644 -index 0000000..ed3347e ---- /dev/null -+++ b/webp-pixbuf.thumbnailer.in -@@ -0,0 +1,4 @@ -+[Thumbnailer Entry] -+TryExec=@bindir@/gdk-pixbuf-thumbnailer -+Exec=@bindir@/gdk-pixbuf-thumbnailer -s %s %u %o -+MimeType=image/webp; diff --git a/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.1.ebuild b/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild similarity index 92% rename from x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.1.ebuild rename to x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild index 9118838..cc3906b 100644 --- a/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.1.ebuild +++ b/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild @@ -19,10 +19,6 @@ DEPEND=">=media-libs/libwebp-0.4.3 >=x11-libs/gdk-pixbuf-2.22" RDEPEND="${DEPEND}" -PATCHES=( - "${FILESDIR}/${P}-add-a-thumbnailer-file.patch" -) - src_configure() { local emesonargs=( -Dgdk_pixbuf_query_loaders_path=/bin/true