[gentoo-commits] repo/gentoo:master commit in: x11-libs/gdk-pixbuf-loader-webp/

2020-10-10 Thread Mart Raudsepp
commit: f562fbc6f9528db11195898b7192cde9712848ac
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Oct 10 12:10:57 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Oct 10 13:16:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f562fbc6

x11-libs/gdk-pixbuf-loader-webp: take maintainership under gnome@

Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-libs/gdk-pixbuf-loader-webp/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-libs/gdk-pixbuf-loader-webp/metadata.xml 
b/x11-libs/gdk-pixbuf-loader-webp/metadata.xml
index bad62cee6a1..4c2fa98245b 100644
--- a/x11-libs/gdk-pixbuf-loader-webp/metadata.xml
+++ b/x11-libs/gdk-pixbuf-loader-webp/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+   

aruiz/webp-pixbuf-loader




[gentoo-commits] repo/gentoo:master commit in: x11-libs/gdk-pixbuf-loader-webp/

2020-09-10 Thread Jonas Stein
commit: de34a234e751b37d3e86ad7c7b74055a66cb0491
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Sep 10 22:00:54 2020 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Thu Sep 10 22:00:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de34a234

x11-libs/gdk-pixbuf-loader-webp: Maintainer retired

Proxied maintainer retired as requested via mail and due to inactivity.
Closes: https://bugs.gentoo.org/632740
Package-Manager: Portage-3.0.6, Repoman-2.3.23
Signed-off-by: Jonas Stein  gentoo.org>

 x11-libs/gdk-pixbuf-loader-webp/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/x11-libs/gdk-pixbuf-loader-webp/metadata.xml 
b/x11-libs/gdk-pixbuf-loader-webp/metadata.xml
index 07d1a731bbc..515bbcdd8bd 100644
--- a/x11-libs/gdk-pixbuf-loader-webp/metadata.xml
+++ b/x11-libs/gdk-pixbuf-loader-webp/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   andy.kitt...@gmail.com
-   Andy Kittner
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

A gdk-pixbuf plugin that allows GTK applications to view webp 
images.




[gentoo-commits] repo/gentoo:master commit in: x11-libs/gdk-pixbuf-loader-webp/

2016-08-27 Thread Patrice Clement
commit: 546c66647a2c926ed94c72582e1eb7c640f4eaa8
Author: Andy Kittner  gmail  com>
AuthorDate: Fri Aug 12 20:45:12 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Aug 27 14:05:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546c6664

x11-libs/gdk-pixbuf-loader-webp: new package.

A format plugin for gdk-pixbuf that allows GTK applications
(e.g media-gfx/geeqie) to read webp images.

Gentoo-Bug: https://bugs.gentoo.org/575030

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2076

Signed-off-by: Patrice Clement  gentoo.org>

 .../gdk-pixbuf-loader-webp-20160328234507.ebuild   | 39 ++
 x11-libs/gdk-pixbuf-loader-webp/metadata.xml   | 19 +++
 2 files changed, 58 insertions(+)

diff --git 
a/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-20160328234507.ebuild 
b/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-20160328234507.ebuild
new file mode 100644
index ..4203867
--- /dev/null
+++ 
b/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-20160328234507.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGIT_REPO_URI="https://github.com/aruiz/webp-pixbuf-loader;
+EGIT_COMMIT=9b92950d49d7939f90ba7413deb7ec6b392b2054
+
+inherit git-r3 cmake-multilib gnome2-utils
+
+DESCRIPTION="WebP Image format GdkPixbuf loader"
+HOMEPAGE="https://github.com/aruiz/webp-pixbuf-loader;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=">=media-libs/libwebp-0.4.3
+   >=x11-libs/gdk-pixbuf-2.22"
+RDEPEND="${DEPEND}"
+
+multilib_src_configure() {
+   local mycmakeargs=( -DINSTALL_LIB_DIR:PATH=$(get_libdir) )
+   cmake-utils_src_configure
+}
+
+pkg_preinst() {
+   gnome2_gdk_pixbuf_savelist
+}
+
+pkg_postinst() {
+   gnome2_gdk_pixbuf_update
+}
+
+pkg_postinst() {
+   gnome2_gdk_pixbuf_update
+}

diff --git a/x11-libs/gdk-pixbuf-loader-webp/metadata.xml 
b/x11-libs/gdk-pixbuf-loader-webp/metadata.xml
new file mode 100644
index ..0b3d117
--- /dev/null
+++ b/x11-libs/gdk-pixbuf-loader-webp/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   andy.kitt...@gmail.com
+   Andy Kittner
+   
+   
+   graph...@gentoo.org
+   Gentoo Graphics Project
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   A gdk-pixbuf plugin that allows GTK applications to view webp 
images.
+   
+