[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2024-03-02 Thread Mart Raudsepp
commit: 00f2e06b36bd833649238de2dd44580ed701f807
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar  2 22:30:39 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar  2 22:32:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f2e06b

media-gfx/shotwell: drop 0.32.2, 0.32.3

Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/shotwell/Manifest   |  2 -
 media-gfx/shotwell/shotwell-0.32.2.ebuild | 92 ---
 media-gfx/shotwell/shotwell-0.32.3.ebuild | 92 ---
 3 files changed, 186 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index d9c4e36c3006..efa888300c4e 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,3 +1 @@
-DIST shotwell-0.32.2.tar.xz 35327248 BLAKE2B 
e64c14fa8516dede11e5793f35328993755e83b893423f413a9419fe30fc8eebc26c61b34b259dcee1353dfdecb77f582c6e1a10a62e477032ea518d0e56af12
 SHA512 
3f502856ed0ad6dba18d696b67c940afe04b40130ba273bef8d2324301444c1c90e2762827061383785bb20f31b62a8657e9795b405f719254cec308f9430fca
-DIST shotwell-0.32.3.tar.xz 35332112 BLAKE2B 
8bd1e1deb4a78c6cc18192f53df50175d458c70a1847a492cec4448655be5be877f5b2c8d2574393f75a1a2bc7efa04c50d505b2a08250b886e42769dd84
 SHA512 
a8574402a71d8a5de70e3d045586cea325fad7291914cf11f0ce4ef9abf5868dd9e581a0a3f3929c16dbfd5d934ce24775a220169efab2099e2f594cdb229f86
 DIST shotwell-0.32.4.tar.xz 35335296 BLAKE2B 
32be135643f165f32f315c332a4f0b34cd724285e7239eadbb250253b27ce97fb15d314f68a5392d88224a0b97f7f6ef8789c1f6c40051c26a25b9012e860b90
 SHA512 
516ab26d6620429175097886a1874d2eaf0513f6ef732bef5ee07ef8cd200028b34d98f4eb09b47a621f5313de42a5f415185d76853de478e0b5e0c4e89eea69

diff --git a/media-gfx/shotwell/shotwell-0.32.2.ebuild 
b/media-gfx/shotwell/shotwell-0.32.2.ebuild
deleted file mode 100644
index d9d7341ea671..
--- a/media-gfx/shotwell/shotwell-0.32.2.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson optfeature vala xdg
-
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~sparc x86"
-IUSE="opencv udev"
-
-DEPEND="
-   >=x11-libs/gtk+-3.22.0:3
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/libgee-0.8.5:0.8=
-   >=net-libs/webkit-gtk-2.26:4.1
-   net-libs/libsoup:3.0
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libxml2-2.6.32:2
-   x11-libs/gdk-pixbuf:2
-   >=dev-db/sqlite-3.5.9:3
-   >=media-libs/gstreamer-1.20:1.0
-   >=media-libs/gst-plugins-base-1.20:1.0
-   >=media-libs/libgphoto2-2.5:=
-   udev? ( >=dev-libs/libgudev-145:= )
-   >=media-libs/gexiv2-0.12.3
-   >=media-libs/libraw-0.13.2:=
-   >=media-libs/libexif-0.6.16
-   app-crypt/libsecret
-   >=dev-libs/libportal-0.5:=[gtk]
-   media-libs/libwebp:=
-
-   >=app-crypt/gcr-3:0=[gtk]
-   x11-libs/cairo
-   opencv? ( >=media-libs/opencv-4.0.0:= )
-"
-RDEPEND="${DEPEND}
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   media-plugins/gst-plugins-meta:1.0
-"
-BDEPEND="
-   $(vala_depend)
-   dev-libs/appstream-glib
-   dev-libs/glib
-   dev-util/gdbus-codegen
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   net-libs/libsoup:3.0[vala]
-   media-libs/gexiv2[vala]
-   app-crypt/gcr:0[vala]
-"
-
-src_prepare() {
-   default
-   vala_setup
-   xdg_environment_reset
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dunity_support=false
-   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
-   #trace
-   #measure
-   -Ddupe_detection=true
-   $(meson_use udev)
-   -Dinstall_apport_hook=false
-   $(meson_use opencv face_detection)
-   -Dfatal_warnings=false
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-
-   optfeature "Enable support for the AVIF format" 
media-libs/libavif[gdk-pixbuf]
-   optfeature "Enable support for the HEIF format" 
media-libs/libheif[gdk-pixbuf]
-   optfeature "Enable support for the JPEG format" 
x11-libs/gdk-pixbuf[jpeg]
-   optfeature "Enable support for the TIFF format" 
x11-libs/gdk-pixbuf[tiff]
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/media-gfx/shotwell/shotwell-0.32.3.ebuild 
b/media-gfx/shotwell/shotwell-0.32.3.ebuild
deleted file mode 100644
index 2e14de026137..
--- a/media-gfx/shotwell/shotwell-0.32.3.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2024-02-17 Thread Arthur Zamarin
commit: 0c04eb9262d826764f61375967bf15bf8503852a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:56 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c04eb92

media-gfx/shotwell: Stabilize 0.32.4 arm64, #920740

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/shotwell/shotwell-0.32.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.32.4.ebuild 
b/media-gfx/shotwell/shotwell-0.32.4.ebuild
index b59594776c79..a0bfd84be2a3 100644
--- a/media-gfx/shotwell/shotwell-0.32.4.ebuild
+++ b/media-gfx/shotwell/shotwell-0.32.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2024-01-07 Thread Sam James
commit: 4fb85708bd2281047325890c77c47665dd104bee
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  8 06:54:21 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  8 07:01:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb85708

media-gfx/shotwell: Stabilize 0.32.4 amd64, #920740

Signed-off-by: Sam James  gentoo.org>

 media-gfx/shotwell/shotwell-0.32.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/shotwell/shotwell-0.32.4.ebuild 
b/media-gfx/shotwell/shotwell-0.32.4.ebuild
index 2e14de026137..87b74ce6251c 100644
--- a/media-gfx/shotwell/shotwell-0.32.4.ebuild
+++ b/media-gfx/shotwell/shotwell-0.32.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc ~x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2023-12-18 Thread Pacho Ramos
commit: 2970c377a9bd61630b58b6ad7d3b1596b9bbf744
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Dec  6 23:23:17 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Dec 18 10:19:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2970c377

media-gfx/shotwell: Version bump to 0.32.4

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34154
Signed-off-by: Pacho Ramos  gentoo.org>

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.32.4.ebuild | 92 +++
 2 files changed, 93 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 400f7de0d6c0..d9c4e36c3006 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,2 +1,3 @@
 DIST shotwell-0.32.2.tar.xz 35327248 BLAKE2B 
e64c14fa8516dede11e5793f35328993755e83b893423f413a9419fe30fc8eebc26c61b34b259dcee1353dfdecb77f582c6e1a10a62e477032ea518d0e56af12
 SHA512 
3f502856ed0ad6dba18d696b67c940afe04b40130ba273bef8d2324301444c1c90e2762827061383785bb20f31b62a8657e9795b405f719254cec308f9430fca
 DIST shotwell-0.32.3.tar.xz 35332112 BLAKE2B 
8bd1e1deb4a78c6cc18192f53df50175d458c70a1847a492cec4448655be5be877f5b2c8d2574393f75a1a2bc7efa04c50d505b2a08250b886e42769dd84
 SHA512 
a8574402a71d8a5de70e3d045586cea325fad7291914cf11f0ce4ef9abf5868dd9e581a0a3f3929c16dbfd5d934ce24775a220169efab2099e2f594cdb229f86
+DIST shotwell-0.32.4.tar.xz 35335296 BLAKE2B 
32be135643f165f32f315c332a4f0b34cd724285e7239eadbb250253b27ce97fb15d314f68a5392d88224a0b97f7f6ef8789c1f6c40051c26a25b9012e860b90
 SHA512 
516ab26d6620429175097886a1874d2eaf0513f6ef732bef5ee07ef8cd200028b34d98f4eb09b47a621f5313de42a5f415185d76853de478e0b5e0c4e89eea69

diff --git a/media-gfx/shotwell/shotwell-0.32.4.ebuild 
b/media-gfx/shotwell/shotwell-0.32.4.ebuild
new file mode 100644
index ..2e14de026137
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.32.4.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson optfeature vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc ~x86"
+IUSE="opencv udev"
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8.5:0.8=
+   >=net-libs/webkit-gtk-2.26:4.1
+   net-libs/libsoup:3.0
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libxml2-2.6.32:2
+   x11-libs/gdk-pixbuf:2
+   >=dev-db/sqlite-3.5.9:3
+   >=media-libs/gstreamer-1.20:1.0
+   >=media-libs/gst-plugins-base-1.20:1.0
+   >=media-libs/libgphoto2-2.5:=
+   udev? ( >=dev-libs/libgudev-145:= )
+   >=media-libs/gexiv2-0.12.3
+   >=media-libs/libraw-0.13.2:=
+   >=media-libs/libexif-0.6.16
+   app-crypt/libsecret
+   >=dev-libs/libportal-0.5:=[gtk]
+   media-libs/libwebp:=
+
+   >=app-crypt/gcr-3:0=[gtk]
+   x11-libs/cairo
+   opencv? ( >=media-libs/opencv-4.0.0:= )
+"
+RDEPEND="${DEPEND}
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-libs/glib
+   dev-util/gdbus-codegen
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   net-libs/libsoup:3.0[vala]
+   media-libs/gexiv2[vala]
+   app-crypt/gcr:0[vala]
+"
+
+src_prepare() {
+   default
+   vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dunity_support=false
+   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
+   #trace
+   #measure
+   -Ddupe_detection=true
+   $(meson_use udev)
+   -Dinstall_apport_hook=false
+   $(meson_use opencv face_detection)
+   -Dfatal_warnings=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+
+   optfeature "Enable support for the AVIF format" 
media-libs/libavif[gdk-pixbuf]
+   optfeature "Enable support for the HEIF format" 
media-libs/libheif[gdk-pixbuf]
+   optfeature "Enable support for the JPEG format" 
x11-libs/gdk-pixbuf[jpeg]
+   optfeature "Enable support for the TIFF format" 
x11-libs/gdk-pixbuf[tiff]
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2023-11-24 Thread Pacho Ramos
commit: 9932709b7176b9a82ee44554d3faed10a3e4db21
Author: Guillermo Joandet  gmail  com>
AuthorDate: Thu Nov 16 23:51:39 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Nov 24 12:37:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9932709b

media-gfx/shotwell: Version bump to 0.32.3

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33858
Signed-off-by: Pacho Ramos  gentoo.org>

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.32.3.ebuild | 92 +++
 2 files changed, 93 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 83b51411fdc3..400f7de0d6c0 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1 +1,2 @@
 DIST shotwell-0.32.2.tar.xz 35327248 BLAKE2B 
e64c14fa8516dede11e5793f35328993755e83b893423f413a9419fe30fc8eebc26c61b34b259dcee1353dfdecb77f582c6e1a10a62e477032ea518d0e56af12
 SHA512 
3f502856ed0ad6dba18d696b67c940afe04b40130ba273bef8d2324301444c1c90e2762827061383785bb20f31b62a8657e9795b405f719254cec308f9430fca
+DIST shotwell-0.32.3.tar.xz 35332112 BLAKE2B 
8bd1e1deb4a78c6cc18192f53df50175d458c70a1847a492cec4448655be5be877f5b2c8d2574393f75a1a2bc7efa04c50d505b2a08250b886e42769dd84
 SHA512 
a8574402a71d8a5de70e3d045586cea325fad7291914cf11f0ce4ef9abf5868dd9e581a0a3f3929c16dbfd5d934ce24775a220169efab2099e2f594cdb229f86

diff --git a/media-gfx/shotwell/shotwell-0.32.3.ebuild 
b/media-gfx/shotwell/shotwell-0.32.3.ebuild
new file mode 100644
index ..2e14de026137
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.32.3.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson optfeature vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc ~x86"
+IUSE="opencv udev"
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8.5:0.8=
+   >=net-libs/webkit-gtk-2.26:4.1
+   net-libs/libsoup:3.0
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libxml2-2.6.32:2
+   x11-libs/gdk-pixbuf:2
+   >=dev-db/sqlite-3.5.9:3
+   >=media-libs/gstreamer-1.20:1.0
+   >=media-libs/gst-plugins-base-1.20:1.0
+   >=media-libs/libgphoto2-2.5:=
+   udev? ( >=dev-libs/libgudev-145:= )
+   >=media-libs/gexiv2-0.12.3
+   >=media-libs/libraw-0.13.2:=
+   >=media-libs/libexif-0.6.16
+   app-crypt/libsecret
+   >=dev-libs/libportal-0.5:=[gtk]
+   media-libs/libwebp:=
+
+   >=app-crypt/gcr-3:0=[gtk]
+   x11-libs/cairo
+   opencv? ( >=media-libs/opencv-4.0.0:= )
+"
+RDEPEND="${DEPEND}
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-libs/glib
+   dev-util/gdbus-codegen
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   net-libs/libsoup:3.0[vala]
+   media-libs/gexiv2[vala]
+   app-crypt/gcr:0[vala]
+"
+
+src_prepare() {
+   default
+   vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dunity_support=false
+   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
+   #trace
+   #measure
+   -Ddupe_detection=true
+   $(meson_use udev)
+   -Dinstall_apport_hook=false
+   $(meson_use opencv face_detection)
+   -Dfatal_warnings=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+
+   optfeature "Enable support for the AVIF format" 
media-libs/libavif[gdk-pixbuf]
+   optfeature "Enable support for the HEIF format" 
media-libs/libheif[gdk-pixbuf]
+   optfeature "Enable support for the JPEG format" 
x11-libs/gdk-pixbuf[jpeg]
+   optfeature "Enable support for the TIFF format" 
x11-libs/gdk-pixbuf[tiff]
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2023-08-30 Thread Arthur Zamarin
commit: b4551adce3103b53266a8f72013ea9f9bc4a2d72
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 30 07:50:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 30 07:57:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4551adc

media-gfx/shotwell: Stabilize 0.32.2 x86, #913218

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/shotwell/shotwell-0.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.32.2.ebuild 
b/media-gfx/shotwell/shotwell-0.32.2.ebuild
index 3ef1bc28107e..d9d7341ea671 100644
--- a/media-gfx/shotwell/shotwell-0.32.2.ebuild
+++ b/media-gfx/shotwell/shotwell-0.32.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2023-07-22 Thread Matt Turner
commit: c1fb973f08517e305697514053545cf40ed6b574
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 22 17:55:13 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 22 17:55:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1fb973f

media-gfx/shotwell: Version bump to 0.32.2

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.32.2.ebuild | 92 +++
 2 files changed, 93 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 56b114e1cbca..4d240c8c18f0 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1 +1,2 @@
 DIST shotwell-0.32.1.tar.xz 35324252 BLAKE2B 
a8fd4195dcf495db8413586805f0d75d37759b62847c55dc8e81ed447c7d3c75e1f0f6b95f3982ee0712403b850d735962e4cd0f48ec41426e98c62555fdeb60
 SHA512 
1d487a0ea7ef0fb1b26d7c53b50e64b7d899bb9082744620dd421195b3ea90765633aac940695371d82fe5054f979e43cb587e726c4fa90712403ea9f60afcfe
+DIST shotwell-0.32.2.tar.xz 35327248 BLAKE2B 
e64c14fa8516dede11e5793f35328993755e83b893423f413a9419fe30fc8eebc26c61b34b259dcee1353dfdecb77f582c6e1a10a62e477032ea518d0e56af12
 SHA512 
3f502856ed0ad6dba18d696b67c940afe04b40130ba273bef8d2324301444c1c90e2762827061383785bb20f31b62a8657e9795b405f719254cec308f9430fca

diff --git a/media-gfx/shotwell/shotwell-0.32.2.ebuild 
b/media-gfx/shotwell/shotwell-0.32.2.ebuild
new file mode 100644
index ..63235d2bfa5c
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.32.2.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson optfeature vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="opencv udev"
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8.5:0.8=
+   >=net-libs/webkit-gtk-2.26:4.1
+   net-libs/libsoup:3.0
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libxml2-2.6.32:2
+   x11-libs/gdk-pixbuf:2
+   >=dev-db/sqlite-3.5.9:3
+   >=media-libs/gstreamer-1.20:1.0
+   >=media-libs/gst-plugins-base-1.20:1.0
+   >=media-libs/libgphoto2-2.5:=
+   udev? ( >=dev-libs/libgudev-145:= )
+   >=media-libs/gexiv2-0.12.3
+   >=media-libs/libraw-0.13.2:=
+   >=media-libs/libexif-0.6.16
+   app-crypt/libsecret
+   >=dev-libs/libportal-0.5:=[gtk]
+   media-libs/libwebp:=
+
+   >=app-crypt/gcr-3:0=[gtk]
+   x11-libs/cairo
+   opencv? ( >=media-libs/opencv-4.0.0:= )
+"
+RDEPEND="${DEPEND}
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-libs/glib
+   dev-util/gdbus-codegen
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   net-libs/libsoup:3.0[vala]
+   media-libs/gexiv2[vala]
+   app-crypt/gcr:0[vala]
+"
+
+src_prepare() {
+   default
+   vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dunity_support=false
+   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
+   #trace
+   #measure
+   -Ddupe_detection=true
+   $(meson_use udev)
+   -Dinstall_apport_hook=false
+   $(meson_use opencv face_detection)
+   -Dfatal_warnings=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+
+   optfeature "Enable support for the AVIF format" 
media-libs/libavif[gdk-pixbuf]
+   optfeature "Enable support for the HEIF format" 
media-libs/libheif[gdk-pixbuf]
+   optfeature "Enable support for the JPEG format" 
x11-libs/gdk-pixbuf[jpeg]
+   optfeature "Enable support for the TIFF format" 
x11-libs/gdk-pixbuf[tiff]
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2023-06-03 Thread Arthur Zamarin
commit: 9e7526da8c2f20848f9c4bfa63e9898b42373131
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  3 18:01:41 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  3 18:01:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7526da

media-gfx/shotwell: Stabilize 0.32.1 x86, #907632

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/shotwell/shotwell-0.32.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.32.1.ebuild 
b/media-gfx/shotwell/shotwell-0.32.1.ebuild
index fa140939d96a..05e1019dc111 100644
--- a/media-gfx/shotwell/shotwell-0.32.1.ebuild
+++ b/media-gfx/shotwell/shotwell-0.32.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2023-06-02 Thread Sam James
commit: dd6a443525b1681c339b2ceb41f3bed168e792be
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun  3 02:23:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun  3 02:23:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6a4435

media-gfx/shotwell: Stabilize 0.32.1 arm64, #907632

Signed-off-by: Sam James  gentoo.org>

 media-gfx/shotwell/shotwell-0.32.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.32.1.ebuild 
b/media-gfx/shotwell/shotwell-0.32.1.ebuild
index 63235d2bfa5c..fa140939d96a 100644
--- a/media-gfx/shotwell/shotwell-0.32.1.ebuild
+++ b/media-gfx/shotwell/shotwell-0.32.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~sparc ~x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2023-03-05 Thread Matt Turner
commit: f2abd982dbf883988f8a9922dd258c30218f4417
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar  5 20:01:53 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  5 20:32:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2abd982

media-gfx/shotwell: Version bump to 0.31.7

This is a development version that I wouldn't normally package, but it
doesn't seem stable versions are forthcoming, and I'm sure users would
appreciate not needing an additional webkit slot if possible.

Bug: https://bugs.gentoo.org/893702
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.31.7.ebuild | 93 +++
 2 files changed, 94 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 8c6c23c5c1dd..ebab828a7044 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1 +1,2 @@
 DIST shotwell-0.30.17.tar.xz 6533460 BLAKE2B 
58ec94f21bf465dcc19760f40235db7d2ad7d00c214802cd3ad6cfd67cb1088a5999f183c8ae36398e492a1b387e6ea717a9b8d0f31f4ef369e67c10150ae57a
 SHA512 
f680b6f58538fb7b584594d00da7fe997dbc766583a5b5a85943b3df905dbc7192d3e7b5c7b47b6bd1221280995aaba878ea1afff9b042995bf30fbcbce5f7ea
+DIST shotwell-0.31.7.tar.xz 6610144 BLAKE2B 
b8f69237abb987508f565d5bfd59123fabf2fa1023783362b189da2690a2b72d5908e13c1371097b48db9eddf1b1361b0b92ca1b5e86287dd35b484bbf119593
 SHA512 
6653cbc2b2147f65d615f6ea879d012e6a5c5b55c9dfcdb8ff9fecf909ee6f5db96ac8124608d8223e0a95ab26508064b9376a293a2bd4fe05a821988400f42e

diff --git a/media-gfx/shotwell/shotwell-0.31.7.ebuild 
b/media-gfx/shotwell/shotwell-0.31.7.ebuild
new file mode 100644
index ..2e50785196e9
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.31.7.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="opencv udev"
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8.5:0.8=
+   >=net-libs/webkit-gtk-2.26:4.1
+   net-libs/libsoup:3.0
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libxml2-2.6.32:2
+   x11-libs/gdk-pixbuf:2
+   >=dev-db/sqlite-3.5.9:3
+   >=media-libs/gstreamer-1.20:1.0
+   >=media-libs/gst-plugins-base-1.20:1.0
+   >=media-libs/libgphoto2-2.5:=
+   udev? ( >=dev-libs/libgudev-145:= )
+   >=media-libs/gexiv2-0.12.3
+   >=media-libs/libraw-0.13.2:=
+   >=media-libs/libexif-0.6.16
+   app-crypt/libsecret
+   >=dev-libs/libportal-0.5:=[gtk]
+   media-libs/libwebp:=
+
+   >=app-crypt/gcr-3:0=[gtk]
+   x11-libs/cairo
+   opencv? ( >=media-libs/opencv-4.0.0:= )
+"
+RDEPEND="${DEPEND}
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-libs/glib
+   dev-util/gdbus-codegen
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   net-libs/libsoup:3.0[vala]
+   media-libs/gexiv2[vala]
+   app-crypt/gcr:0[vala]
+"
+
+PATCHES=(
+   
"${FILESDIR}"/${PN}-gphoto2-Add-missing-cheader-attributes-of-delegate-s.patch
+)
+
+src_prepare() {
+   default
+   vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dunity_support=false
+   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
+   #trace
+   #measure
+   -Ddupe_detection=true
+   $(meson_use udev)
+   -Dinstall_apport_hook=false
+   $(meson_use opencv face_detection)
+   -Dfatal_warnings=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/files/, media-gfx/shotwell/

2023-03-05 Thread Matt Turner
commit: 1cff7d2418b4111ad0108badd404bba85244d21f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar  5 20:32:38 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  5 20:32:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cff7d24

media-gfx/shotwell: Add patch to build with vala-0.56.4

Closes: https://bugs.gentoo.org/895912
Signed-off-by: Matt Turner  gentoo.org>

 ...-missing-cheader-attributes-of-delegate-s.patch | 57 ++
 media-gfx/shotwell/shotwell-0.30.17-r1.ebuild  |  5 +-
 2 files changed, 61 insertions(+), 1 deletion(-)

diff --git 
a/media-gfx/shotwell/files/shotwell-gphoto2-Add-missing-cheader-attributes-of-delegate-s.patch
 
b/media-gfx/shotwell/files/shotwell-gphoto2-Add-missing-cheader-attributes-of-delegate-s.patch
new file mode 100644
index ..76e959266fc7
--- /dev/null
+++ 
b/media-gfx/shotwell/files/shotwell-gphoto2-Add-missing-cheader-attributes-of-delegate-s.patch
@@ -0,0 +1,57 @@
+From cd82759231e5ece2fa0dea40397c9051d15fd5c2 Mon Sep 17 00:00:00 2001
+From: Rico Tzschichholz 
+Date: Sun, 5 Feb 2023 20:44:49 +0100
+Subject: [PATCH] gphoto2: Add missing cheader attributes of delegate symbols
+
+---
+ vapi/libgphoto2.vapi | 21 +
+ 1 file changed, 21 insertions(+)
+
+diff --git a/vapi/libgphoto2.vapi b/vapi/libgphoto2.vapi
+index e9387b29..67cb2098 100644
+--- a/vapi/libgphoto2.vapi
 b/vapi/libgphoto2.vapi
+@@ -340,19 +340,40 @@ namespace GPhoto {
+ public void set_message_func([CCode (delegate_target_pos=3.1)] 
ContextMessageFunc messageFunc);
+ }
+ 
++[CCode (
++cheader_filename="gphoto2/gphoto2-context.h"
++)]
+ public delegate void ContextIdleFunc(Context context);
+ 
++[CCode (
++cheader_filename="gphoto2/gphoto2-context.h"
++)]
+ public delegate void ContextErrorFunc(Context context, string text);
+ 
++[CCode (
++cheader_filename="gphoto2/gphoto2-context.h"
++)]
+ public delegate void ContextStatusFunc(Context context, string text);
+ 
++[CCode (
++cheader_filename="gphoto2/gphoto2-context.h"
++)]
+ public delegate void ContextMessageFunc(Context context, string text);
+ 
+ // TODO: Support for va_args in Vala, esp. for delegates?
++[CCode (
++cheader_filename="gphoto2/gphoto2-context.h"
++)]
+ public delegate uint ContextProgressStartFunc(Context context, float 
target, string text);
+ 
++[CCode (
++cheader_filename="gphoto2/gphoto2-context.h"
++)]
+ public delegate void ContextProgressUpdateFunc(Context context, uint id, 
float current);
+ 
++[CCode (
++cheader_filename="gphoto2/gphoto2-context.h"
++)]
+ public delegate void ContextProgressStopFunc(Context context, uint id);
+ 
+ [CCode (
+-- 
+2.39.2
+

diff --git a/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild 
b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
index 3eb97823c813..332fa0c27c41 100644
--- a/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
@@ -51,7 +51,10 @@ BDEPEND="
app-crypt/gcr:0[vala]
 "
 
-PATCHES=( "${FILESDIR}"/0.30.16-optional-wayland.patch )
+PATCHES=(
+   
"${FILESDIR}"/${PN}-gphoto2-Add-missing-cheader-attributes-of-delegate-s.patch
+   "${FILESDIR}"/0.30.16-optional-wayland.patch
+)
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-11-23 Thread Jakov Smolić
commit: 031a340884847f400b05322618465a0ca257497b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:43 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031a3408

media-gfx/shotwell: Stabilize 0.30.17-r1 x86, #879807

Signed-off-by: Jakov Smolić  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.17-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild 
b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
index 04e4b65315de..077723a4fb96 100644
--- a/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="opencv udev wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-11-06 Thread Sam James
commit: e73d6bfccc4bd272b32f31fa43843989727f1482
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  7 07:17:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  7 07:17:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73d6bfc

media-gfx/shotwell: Stabilize 0.30.17-r1 amd64, #879807

Signed-off-by: Sam James  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.17-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild 
b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
index 54cfac409d44..04e4b65315de 100644
--- a/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc ~x86"
 IUSE="opencv udev wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-11-04 Thread Arthur Zamarin
commit: 89b14cf194a2d16b302ca51411a629f92bb3e21e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov  5 05:57:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov  5 05:58:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b14cf1

media-gfx/shotwell: Stabilize 0.30.17-r1 arm64, #879807

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.17-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild 
b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
index 7809bb7020f0..54cfac409d44 100644
--- a/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~sparc ~x86"
 IUSE="opencv udev wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-10-30 Thread Matt Turner
commit: 60603f775c58f4f6d5a5067b9c48a298f93f0641
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:20:19 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Oct 31 02:55:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60603f77

media-gfx/shotwell: Set remote-id

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/shotwell/metadata.xml | 29 -
 1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/media-gfx/shotwell/metadata.xml b/media-gfx/shotwell/metadata.xml
index f92dabd9e049..e52512a304b4 100644
--- a/media-gfx/shotwell/metadata.xml
+++ b/media-gfx/shotwell/metadata.xml
@@ -1,17 +1,20 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   gn...@gentoo.org
-   Gentoo GNOME Project
-   
-   
-   Enable face detection via 
media-libs/opencv
-   
-   
-   Shotwell is a digital photo manager designed for the GNOME 
desktop
-   environment.  It allows you to import photos from disk or 
camera,
-   organize them by keywords and events, view them in full-window 
or fullscreen
-   mode, and share them with others via social networking and more.
-   
+  
+gn...@gentoo.org
+Gentoo GNOME Project
+  
+  
+Enable face detection via 
media-libs/opencv
+  
+  
+Shotwell is a digital photo manager designed for the GNOME desktop
+environment.  It allows you to import photos from disk or camera,
+organize them by keywords and events, view them in full-window or 
fullscreen
+mode, and share them with others via social networking and more.
+  
+  
+GNOME/shotwell
+  
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-10-01 Thread Matt Turner
commit: b0e304eab1d78335b6b466f2e3200f25df22311c
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct  1 16:59:55 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct  1 17:16:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e304ea

media-gfx/shotwell: Depend on app-crypt/gcr:0

Signed-off-by: Matt Turner  gentoo.org>

 .../shotwell/{shotwell-0.30.16.ebuild => shotwell-0.30.16-r1.ebuild}  | 4 ++--
 .../shotwell/{shotwell-0.30.17.ebuild => shotwell-0.30.17-r1.ebuild}  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.16.ebuild 
b/media-gfx/shotwell/shotwell-0.30.16-r1.ebuild
similarity index 97%
rename from media-gfx/shotwell/shotwell-0.30.16.ebuild
rename to media-gfx/shotwell/shotwell-0.30.16-r1.ebuild
index 915dcd0cbc62..cd40ad740af2 100644
--- a/media-gfx/shotwell/shotwell-0.30.16.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.16-r1.ebuild
@@ -32,7 +32,7 @@ DEPEND="
>=media-libs/libraw-0.13.2:=
>=media-libs/libexif-0.6.16:=
dev-libs/libgdata
-   >=app-crypt/gcr-3:=[gtk]
+   >=app-crypt/gcr-3:0=[gtk]
x11-libs/cairo
opencv? ( >=media-libs/opencv-2.3.0:= )
 "
@@ -49,7 +49,7 @@ BDEPEND="
virtual/pkgconfig
net-libs/libsoup:2.4[vala]
media-libs/gexiv2[vala]
-   app-crypt/gcr[vala]
+   app-crypt/gcr:0[vala]
 "
 
 PATCHES=( "${FILESDIR}"/0.30.16-optional-wayland.patch )

diff --git a/media-gfx/shotwell/shotwell-0.30.17.ebuild 
b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
similarity index 97%
rename from media-gfx/shotwell/shotwell-0.30.17.ebuild
rename to media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
index 850f6a2458ae..7809bb7020f0 100644
--- a/media-gfx/shotwell/shotwell-0.30.17.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
@@ -31,7 +31,7 @@ DEPEND="
>=media-libs/libraw-0.13.2:=
>=media-libs/libexif-0.6.16:=
dev-libs/libgdata
-   >=app-crypt/gcr-3:=[gtk]
+   >=app-crypt/gcr-3:0=[gtk]
x11-libs/cairo
opencv? ( >=media-libs/opencv-2.3.0:= )
 "
@@ -48,7 +48,7 @@ BDEPEND="
virtual/pkgconfig
net-libs/libsoup:2.4[vala]
media-libs/gexiv2[vala]
-   app-crypt/gcr[vala]
+   app-crypt/gcr:0[vala]
 "
 
 PATCHES=( "${FILESDIR}"/0.30.16-optional-wayland.patch )



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-09-26 Thread Matt Turner
commit: 449268522b39ab1a12bfc7bc1607265b61a3ba5b
Author: Pascal Jaeger  leimstift  de>
AuthorDate: Mon Sep 26 13:21:51 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 27 00:20:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44926852

media-gfx/shotwell: version bump to 0.30.17

Closes: https://github.com/gentoo/gentoo/pull/27474
Signed-off-by: Pascal Jaeger  leimstift.de>
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/shotwell/Manifest|  1 +
 media-gfx/shotwell/shotwell-0.30.17.ebuild | 87 ++
 2 files changed, 88 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index d5b949898a92..39c62fffdbba 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1 +1,2 @@
 DIST shotwell-0.30.16.tar.xz 6532812 BLAKE2B 
caa2ff2f4536d8f04900d7ba7c583b7ec0d0244d6253bc17971e2b4e04aa3790b17e932b3367e1be40d4a0bb566bab31396aa5dfdb6dbb5c9803272cd7f94e97
 SHA512 
4ed725a34b1663b9cb63dcd13c98795fb2ea9a5d79ee4541276bc9dc2f607ce6466cc9c983bab55e7418e69eef3d1598846aeb6750f00927663756bd11d9a084
+DIST shotwell-0.30.17.tar.xz 6533460 BLAKE2B 
58ec94f21bf465dcc19760f40235db7d2ad7d00c214802cd3ad6cfd67cb1088a5999f183c8ae36398e492a1b387e6ea717a9b8d0f31f4ef369e67c10150ae57a
 SHA512 
f680b6f58538fb7b584594d00da7fe997dbc766583a5b5a85943b3df905dbc7192d3e7b5c7b47b6bd1221280995aaba878ea1afff9b042995bf30fbcbce5f7ea

diff --git a/media-gfx/shotwell/shotwell-0.30.17.ebuild 
b/media-gfx/shotwell/shotwell-0.30.17.ebuild
new file mode 100644
index ..850f6a2458ae
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.30.17.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="opencv udev wayland"
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3[wayland?]
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8.5:0.8
+   >=net-libs/webkit-gtk-2.26:4
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libxml2-2.6.32:2
+   x11-libs/gdk-pixbuf:2
+   >=dev-db/sqlite-3.5.9:3
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=media-libs/libgphoto2-2.5:=
+   udev? ( >=dev-libs/libgudev-145:= )
+   >=media-libs/gexiv2-0.10.4
+   >=media-libs/libraw-0.13.2:=
+   >=media-libs/libexif-0.6.16:=
+   dev-libs/libgdata
+   >=app-crypt/gcr-3:=[gtk]
+   x11-libs/cairo
+   opencv? ( >=media-libs/opencv-2.3.0:= )
+"
+RDEPEND="${DEPEND}
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   net-libs/libsoup:2.4[vala]
+   media-libs/gexiv2[vala]
+   app-crypt/gcr[vala]
+"
+
+PATCHES=( "${FILESDIR}"/0.30.16-optional-wayland.patch )
+
+src_prepare() {
+   default
+   vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dunity-support=false
+   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
+   -Dextra-plugins=true
+   #trace
+   #measure
+   -Ddupe-detection=true
+   $(meson_use udev)
+   -Dinstall-apport-hook=false
+   $(meson_use opencv face-detection)
+   -Dfatal_warnings=false
+   $(meson_use wayland)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-07-28 Thread Sam James
commit: e964097d9a621ab30a42f962e2612b09e67a155b
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 02:58:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 29 02:58:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e964097d

media-gfx/shotwell: Stabilize 0.30.16 arm64, #861029

Signed-off-by: Sam James  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.16.ebuild 
b/media-gfx/shotwell/shotwell-0.30.16.ebuild
index e5ed861303a2..869bc0e6b82d 100644
--- a/media-gfx/shotwell/shotwell-0.30.16.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.16.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~sparc ~x86"
 IUSE="opencv udev wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/, media-gfx/shotwell/files/

2022-07-13 Thread David Seifert
commit: 89dbc7aa060fd1480f0160c87f74ca154b13b582
Author: David Seifert  gentoo  org>
AuthorDate: Wed Jul 13 07:36:54 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jul 13 07:36:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89dbc7aa

media-gfx/shotwell: make wayland optional

Bug: https://bugs.gentoo.org/836831
Signed-off-by: David Seifert  gentoo.org>

 .../shotwell/files/0.30.16-optional-wayland.patch  | 59 ++
 media-gfx/shotwell/shotwell-0.30.16.ebuild |  7 ++-
 2 files changed, 64 insertions(+), 2 deletions(-)

diff --git a/media-gfx/shotwell/files/0.30.16-optional-wayland.patch 
b/media-gfx/shotwell/files/0.30.16-optional-wayland.patch
new file mode 100644
index ..5cc82e67dc7d
--- /dev/null
+++ b/media-gfx/shotwell/files/0.30.16-optional-wayland.patch
@@ -0,0 +1,59 @@
+Make wayland backend optional
+
+* Unfortunately, upstream is hostile to making wayland optional:
+  https://gitlab.gnome.org/GNOME/shotwell/-/merge_requests/57#note_1500284
+
+See: https://bugs.gentoo.org/836831
+
+--- a/meson.build
 b/meson.build
+@@ -64,7 +64,14 @@
+ libraw = dependency('libraw', version : '>= 0.13.2')
+ libexif = dependency('libexif', version : '>= 0.6.16')
+ unity = dependency('unity', required : false)
+-gdk = [ dependency('gdk-x11-3.0'), dependency('gdk-wayland-3.0') ]
++gdk = [ dependency('gdk-x11-3.0') ]
++add_global_arguments(['--define=HAVE_X11_BACKEND'],
++ language : 'vala')
++if get_option('wayland')
++  gdk += [dependency('gdk-wayland-3.0')]
++  add_global_arguments(['--define=HAVE_WAYLAND_BACKEND'],
++   language : 'vala')
++endif
+ 
+ unity_available = false
+ if unity.found() and get_option('unity-support')
+--- a/meson_options.txt
 b/meson_options.txt
+@@ -8,3 +8,4 @@
+ option('install-apport-hook', type : 'boolean', value : 'true', description: 
'Enable Ubuntu apport hook')
+ option('face-detection', type:'boolean', value:false, description: 'Enable 
face detection and recognition features')
+ option('fatal_warnings', type:'boolean', value:false)
++option('wayland', type: 'boolean', value: true, description: 'Enable Wayland 
support')
+--- a/src/Portal.vala
 b/src/Portal.vala
+@@ -53,6 +53,7 @@
+ private static async string get_parent_window () {
+ var window = AppWindow.get_instance().get_window ();
+ 
++#if HAVE_WAYLAND_BACKEND
+ if (window is Gdk.Wayland.Window) {
+ var handle = "wayland:";
+ ((Gdk.Wayland.Window) window).export_handle ((w, h) => {
+@@ -61,9 +62,14 @@
+ });
+ yield;
+ return handle;
+-} else if (window is Gdk.X11.Window) {
++} else
++#endif
++#if HAVE_X11_BACKEND
++if (window is Gdk.X11.Window) {
+ return "x11:%x".printf ((uint) ((Gdk.X11.Window) window).get_xid 
());
+-} else {
++} else
++#endif
++{
+ warning ("Could not get parent window");
+ return "";
+ }

diff --git a/media-gfx/shotwell/shotwell-0.30.16.ebuild 
b/media-gfx/shotwell/shotwell-0.30.16.ebuild
index cd09860b7b42..e5ed861303a2 100644
--- a/media-gfx/shotwell/shotwell-0.30.16.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.16.ebuild
@@ -13,10 +13,10 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
-IUSE="opencv udev"
+IUSE="opencv udev wayland"
 
 DEPEND="
-   >=x11-libs/gtk+-3.22.0:3
+   >=x11-libs/gtk+-3.22.0:3[wayland?]
>=dev-libs/glib-2.40.0:2
>=dev-libs/libgee-0.8.5:0.8
>=net-libs/webkit-gtk-2.26:4
@@ -52,6 +52,8 @@ BDEPEND="
app-crypt/gcr[vala]
 "
 
+PATCHES=( "${FILESDIR}"/0.30.16-optional-wayland.patch )
+
 src_prepare() {
default
vala_setup
@@ -70,6 +72,7 @@ src_configure() {
-Dinstall-apport-hook=false
$(meson_use opencv face-detection)
-Dfatal_warnings=false
+   $(meson_use wayland)
)
meson_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-06-07 Thread Florian Schmaus
commit: 314354a690c683b5a3b1b1ca2f1fcfe0be68f6ed
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue Jun  7 10:03:05 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Jun  7 10:06:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314354a6

media-gfx/shotwell: Set VALA_MIN_API_VERSION=0.54

The ebuild for shotwell 0.13.14 contained a patch
0.30.14-vala-0.52.8-compat.patch that made shotwell compile on Vala <
0.54. However this patch was removed with
532f5153c752 ("media-gfx/shotwell: Drop old versions") and not carried
over to newer shotwell ebuilds. However, those current ebuilds failed to
declare a minimum dependency on Vala 0.54, causing bug #840281. This
commit addresses the bug by adding VALA_MIN_API_VERSION=0.54 to the
ebuild.

Closes: https://bugs.gentoo.org/840281
Signed-off-by: Florian Schmaus  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.15.ebuild | 1 +
 media-gfx/shotwell/shotwell-0.30.16.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-gfx/shotwell/shotwell-0.30.15.ebuild 
b/media-gfx/shotwell/shotwell-0.30.15.ebuild
index 378b625ed7dd..ddc681e611ef 100644
--- a/media-gfx/shotwell/shotwell-0.30.15.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.15.ebuild
@@ -4,6 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
+VALA_MIN_API_VERSION="0.54"
 inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
 
 DESCRIPTION="Open source photo manager for GNOME"

diff --git a/media-gfx/shotwell/shotwell-0.30.16.ebuild 
b/media-gfx/shotwell/shotwell-0.30.16.ebuild
index ceecdaeb3d5c..cd09860b7b42 100644
--- a/media-gfx/shotwell/shotwell-0.30.16.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.16.ebuild
@@ -4,6 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
+VALA_MIN_API_VERSION="0.54"
 inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
 
 DESCRIPTION="Open source photo manager for GNOME"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-05-27 Thread Sam James
commit: 94ecf9c24b2f7dd0327804c59ec6d72fe1140362
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ecf9c2

media-gfx/shotwell: Stabilize 0.30.15 arm64, #843794

Signed-off-by: Sam James  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.15.ebuild 
b/media-gfx/shotwell/shotwell-0.30.15.ebuild
index dc4d39be64c1..378b625ed7dd 100644
--- a/media-gfx/shotwell/shotwell-0.30.15.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.15.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-05-27 Thread Sam James
commit: 42e8d3438ee828578b9b8d3172dbd0d197d9e13e
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 01:26:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 01:26:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e8d343

media-gfx/shotwell: Stabilize 0.30.15 x86, #843794

Signed-off-by: Sam James  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.15.ebuild 
b/media-gfx/shotwell/shotwell-0.30.15.ebuild
index e0aab13df315..dc4d39be64c1 100644
--- a/media-gfx/shotwell/shotwell-0.30.15.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.15.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-05-27 Thread Sam James
commit: d5e8e8c5c990219b08a103989478b73c435898db
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 01:19:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 01:19:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e8e8c5

media-gfx/shotwell: Stabilize 0.30.15 amd64, #843794

Signed-off-by: Sam James  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.15.ebuild 
b/media-gfx/shotwell/shotwell-0.30.15.ebuild
index fae21f9f1568..e0aab13df315 100644
--- a/media-gfx/shotwell/shotwell-0.30.15.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.15.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-05-18 Thread Matt Turner
commit: 0c0b82d9fb8d66fe4ddefeba44f42f1428556d6b
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 18 16:21:47 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 18 16:26:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0b82d9

media-gfx/shotwell: Version bump to 0.30.16

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/shotwell/Manifest|  1 +
 media-gfx/shotwell/shotwell-0.30.16.ebuild | 84 ++
 2 files changed, 85 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 895ed3778370..41e5cafa6e09 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,2 +1,3 @@
 DIST shotwell-0.30.14.tar.xz 6524680 BLAKE2B 
321406d3731a4baa333c3820ee46e8dc12ca9a340c7f1ac3824ee894fa2826b7efa3ee7a27f551d62043e5f22199042befb5063cc67cefd27830e19db7d7f661
 SHA512 
bd899ac099ec4760f6119804812ef9314c9261c18273309abfb1dccc675b9e4a561c0abea1c46ea0dbbab9f5c00301d840b52714f97ec06548c180a77871db7c
 DIST shotwell-0.30.15.tar.xz 6533632 BLAKE2B 
a973c22f06b2c05561db72974fa8f8a72006e4795ca282bd7c94e99f1b59c411917a30dd00b896cf606b80596c1510fe50e81c1a1c8fa6b98bcd75f8b25c5769
 SHA512 
aded4c8ec015546cb64189cc1a85b6bc233861367ec514cce041607a1deec9d69687f26e448865783c686813c1caec78df17c29d38c4296c4a255ff20c7cde0e
+DIST shotwell-0.30.16.tar.xz 6532812 BLAKE2B 
caa2ff2f4536d8f04900d7ba7c583b7ec0d0244d6253bc17971e2b4e04aa3790b17e932b3367e1be40d4a0bb566bab31396aa5dfdb6dbb5c9803272cd7f94e97
 SHA512 
4ed725a34b1663b9cb63dcd13c98795fb2ea9a5d79ee4541276bc9dc2f607ce6466cc9c983bab55e7418e69eef3d1598846aeb6750f00927663756bd11d9a084

diff --git a/media-gfx/shotwell/shotwell-0.30.16.ebuild 
b/media-gfx/shotwell/shotwell-0.30.16.ebuild
new file mode 100644
index ..ceecdaeb3d5c
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.30.16.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="opencv udev"
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8.5:0.8
+   >=net-libs/webkit-gtk-2.26:4
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libxml2-2.6.32:2
+   x11-libs/gdk-pixbuf:2
+   >=dev-db/sqlite-3.5.9:3
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=media-libs/libgphoto2-2.5:=
+   udev? ( >=dev-libs/libgudev-145:= )
+   >=media-libs/gexiv2-0.10.4
+   >=media-libs/libraw-0.13.2:=
+   >=media-libs/libexif-0.6.16:=
+   dev-libs/libgdata
+   >=app-crypt/gcr-3:=[gtk]
+   x11-libs/cairo
+   opencv? ( >=media-libs/opencv-2.3.0:= )
+"
+RDEPEND="${DEPEND}
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   net-libs/libsoup:2.4[vala]
+   media-libs/gexiv2[vala]
+   app-crypt/gcr[vala]
+"
+
+src_prepare() {
+   default
+   vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dunity-support=false
+   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
+   -Dextra-plugins=true
+   #trace
+   #measure
+   -Ddupe-detection=true
+   $(meson_use udev)
+   -Dinstall-apport-hook=false
+   $(meson_use opencv face-detection)
+   -Dfatal_warnings=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-04-05 Thread Nicolas Bock
commit: e1f236e777aca754e019840ffc2f63e4b09035b0
Author: Nicolas Bock  gentoo  org>
AuthorDate: Tue Apr  5 16:02:38 2022 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Tue Apr  5 16:02:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f236e7

media-gfx/shotwell: Drop myself from maintainers

Signed-off-by: Nicolas Bock  gentoo.org>

 media-gfx/shotwell/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/media-gfx/shotwell/metadata.xml b/media-gfx/shotwell/metadata.xml
index 1b0bde1addc5..f92dabd9e049 100644
--- a/media-gfx/shotwell/metadata.xml
+++ b/media-gfx/shotwell/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   nicolasb...@gentoo.org
-   Nicolas Bock
-   

gn...@gentoo.org
Gentoo GNOME Project



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/files/, media-gfx/shotwell/

2022-04-04 Thread Matt Turner
commit: 029e7035530da87ddc163102e966eaab88eb189a
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr  5 01:19:00 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr  5 04:14:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=029e7035

media-gfx/shotwell: Version bump to 0.30.15

  - EAPI 8
  - Allow vala-0.56
  - Fix USE=opencv (bug #702354)
  - Fix build with dev-lang/python-exec[-native-symlinks] (bug #792168)

Closes: https://bugs.gentoo.org/702354
Closes: https://bugs.gentoo.org/792168
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/shotwell/Manifest|  1 +
 .../files/0.30.15-opencv4-compatibility.patch  | 64 
 media-gfx/shotwell/shotwell-0.30.15.ebuild | 88 ++
 3 files changed, 153 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index ea81ec76f55a..895ed3778370 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1 +1,2 @@
 DIST shotwell-0.30.14.tar.xz 6524680 BLAKE2B 
321406d3731a4baa333c3820ee46e8dc12ca9a340c7f1ac3824ee894fa2826b7efa3ee7a27f551d62043e5f22199042befb5063cc67cefd27830e19db7d7f661
 SHA512 
bd899ac099ec4760f6119804812ef9314c9261c18273309abfb1dccc675b9e4a561c0abea1c46ea0dbbab9f5c00301d840b52714f97ec06548c180a77871db7c
+DIST shotwell-0.30.15.tar.xz 6533632 BLAKE2B 
a973c22f06b2c05561db72974fa8f8a72006e4795ca282bd7c94e99f1b59c411917a30dd00b896cf606b80596c1510fe50e81c1a1c8fa6b98bcd75f8b25c5769
 SHA512 
aded4c8ec015546cb64189cc1a85b6bc233861367ec514cce041607a1deec9d69687f26e448865783c686813c1caec78df17c29d38c4296c4a255ff20c7cde0e

diff --git a/media-gfx/shotwell/files/0.30.15-opencv4-compatibility.patch 
b/media-gfx/shotwell/files/0.30.15-opencv4-compatibility.patch
new file mode 100644
index ..1b7275188535
--- /dev/null
+++ b/media-gfx/shotwell/files/0.30.15-opencv4-compatibility.patch
@@ -0,0 +1,64 @@
+https://gitlab.gnome.org/GNOME/shotwell/-/merge_requests/54
+
+From a8fc1328bcc4296045fece60814fbfb40bcc Mon Sep 17 00:00:00 2001
+From: Jens Georg 
+Date: Sun, 15 Mar 2020 11:19:18 +0100
+Subject: [PATCH] Fix compatibility with OpenCV 4
+
+Second try, much simpler version
+
+(cherry picked from commit f54094594016359bbafd0be44a53ea28c8968593)
+---
+ facedetect/meson.build | 5 -
+ facedetect/shotwell-facedetect.cpp | 6 +++---
+ 2 files changed, 7 insertions(+), 4 deletions(-)
+
+diff --git a/facedetect/meson.build b/facedetect/meson.build
+index 6724abcb..bd5f3c3b 100644
+--- a/facedetect/meson.build
 b/facedetect/meson.build
+@@ -1,6 +1,9 @@
+ subproject = ('facedetect')
+ add_languages('cpp')
+-facedetect_dep = dependency('opencv', version : ['>= 2.3.0'], required : true)
++facedetect_dep = dependency('opencv4', version : ['>= 4.0.0'], required : 
false)
++if not facedetect_dep.found()
++facedetect_dep = dependency('opencv', version : ['>= 3.4.0'], required : 
true)
++endif
+ executable('shotwell-facedetect',
+'shotwell-facedetect.cpp',
+dependencies : facedetect_dep,
+diff --git a/facedetect/shotwell-facedetect.cpp 
b/facedetect/shotwell-facedetect.cpp
+index 1b093797..1c105806 100644
+--- a/facedetect/shotwell-facedetect.cpp
 b/facedetect/shotwell-facedetect.cpp
+@@ -34,7 +34,7 @@ void help() {
+ void detectFaces(Mat , CascadeClassifier , double scale) {
+ 
+   Mat gray;
+-  cvtColor(img, gray, CV_BGR2GRAY);
++  cvtColor(img, gray, cv::COLOR_BGR2GRAY);
+ 
+   Mat smallImg(cvRound(img.rows / scale), cvRound(img.cols / scale), 
CV_8UC1);
+   Size smallImgSize = smallImg.size();
+@@ -43,7 +43,7 @@ void detectFaces(Mat , CascadeClassifier , 
double scale) {
+   equalizeHist(smallImg, smallImg);
+ 
+   vector faces;
+-  cascade.detectMultiScale(smallImg, faces, 1.1, 2, CV_HAAR_SCALE_IMAGE, 
Size(30, 30));
++  cascade.detectMultiScale(smallImg, faces, 1.1, 2, 
cv::CASCADE_SCALE_IMAGE, Size(30, 30));
+ 
+   int i = 0;
+   for (vector::const_iterator r = faces.begin(); r != faces.end(); 
r++, i++) {
+@@ -117,7 +117,7 @@ int main(int argc, const char** argv) {
+ 
+   }
+ 
+-  Mat image = imread(inputName, 1);
++  Mat image = cv::imread(inputName, 1);
+ 
+   if (image.empty()) {
+ 
+-- 
+2.35.1
+

diff --git a/media-gfx/shotwell/shotwell-0.30.15.ebuild 
b/media-gfx/shotwell/shotwell-0.30.15.ebuild
new file mode 100644
index ..fae21f9f1568
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.30.15.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="opencv udev"
+
+DEPEND="
+   

[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-04-03 Thread Matt Turner
commit: 016114c3f6a1f203f6204c43f57dbc4832413fdc
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  3 18:58:18 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  3 19:16:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016114c3

media-gfx/shotwell: Set VALA_MAX_API_VERSION="0.54"

Fails to build with 0.56.

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.14.ebuild 
b/media-gfx/shotwell/shotwell-0.30.14.ebuild
index bdf8289fffc9..68dd3cb9e8a4 100644
--- a/media-gfx/shotwell/shotwell-0.30.14.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.14.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-VALA_MIN_API_VERSION="0.40"
+VALA_MAX_API_VERSION="0.54"
 
 inherit gnome.org gnome2-utils meson vala xdg
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-02-07 Thread Sam James
commit: 901f95d45589677d709e11c802a6860175a158f9
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901f95d4

media-gfx/shotwell: Stabilize 0.30.14 arm64, #831946

Signed-off-by: Sam James  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.14.ebuild 
b/media-gfx/shotwell/shotwell-0.30.14.ebuild
index d0ee07286e10..bdf8289fffc9 100644
--- a/media-gfx/shotwell/shotwell-0.30.14.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/files/, media-gfx/shotwell/

2021-12-17 Thread Mart Raudsepp
commit: a0658e156d37df070621d9c49189289fcc26f9e8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Dec 17 17:47:18 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Dec 17 17:48:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0658e15

media-gfx/shotwell: fix compatibility with vala-0.52.8

Closes: https://bugs.gentoo.org/829261
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/shotwell/files/0.30.14-vala-0.52.8-compat.patch | 13 +
 media-gfx/shotwell/shotwell-0.30.14.ebuild|  5 +
 2 files changed, 18 insertions(+)

diff --git a/media-gfx/shotwell/files/0.30.14-vala-0.52.8-compat.patch 
b/media-gfx/shotwell/files/0.30.14-vala-0.52.8-compat.patch
new file mode 100644
index ..0aef3e4eea96
--- /dev/null
+++ b/media-gfx/shotwell/files/0.30.14-vala-0.52.8-compat.patch
@@ -0,0 +1,13 @@
+diff --git a/src/dialogs/ExportDialog.vala b/src/dialogs/ExportDialog.vala
+index 5a61dc4a..c8011b7f 100644
+--- a/src/dialogs/ExportDialog.vala
 b/src/dialogs/ExportDialog.vala
+@@ -23,7 +23,7 @@ public class ExportDialog : Gtk.Dialog {
+ 
+ private static ScaleConstraint current_constraint = 
ScaleConstraint.ORIGINAL;
+ private static ExportFormatParameters current_parameters = 
ExportFormatParameters.current();
+-private static int current_scale = DEFAULT_SCALE;
++private static int current_scale = 1200; //FIXME not needed with vala 
0.54+
+ 
+ private Gtk.Grid table = new Gtk.Grid();
+ private Gtk.ComboBoxText quality_combo;

diff --git a/media-gfx/shotwell/shotwell-0.30.14.ebuild 
b/media-gfx/shotwell/shotwell-0.30.14.ebuild
index 629bc8a3d4c2..d0ee07286e10 100644
--- a/media-gfx/shotwell/shotwell-0.30.14.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.14.ebuild
@@ -50,6 +50,11 @@ BDEPEND="
app-crypt/gcr[vala]
 "
 
+PATCHES=(
+   # Fix build against vala-0.52.8. Isn't needed once we use 0.54+ or drop 
vala:0.52 slots
+   "${FILESDIR}"/${PV}-vala-0.52.8-compat.patch
+)
+
 src_prepare() {
xdg_src_prepare
vala_src_prepare



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2021-12-17 Thread Mart Raudsepp
commit: 43c79eda2a423142c2dd590f511e0475f31d52b5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Dec 17 17:47:53 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Dec 17 17:48:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c79eda

media-gfx/shotwell: remove old

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

 media-gfx/shotwell/Manifest|  1 -
 media-gfx/shotwell/shotwell-0.30.12.ebuild | 82 --
 2 files changed, 83 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 7eaa27938281..ea81ec76f55a 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,2 +1 @@
-DIST shotwell-0.30.12.tar.xz 6519996 BLAKE2B 
7417f1bf0057b4974b45be675b177f6fba232d60d56c3d98cc6d5a7a95a31281add5190a04eab965739759aa7d826515996f2fd62350352a54ebf969dc732d95
 SHA512 
3274f15969be7f75ad2fa44e78773b76e11ee6cf8d4990c7f658fa8ce7e84a8fa5f06542fbab4b585c70e41c097c7b07ba702540102e4d0dfca8e927e00180cf
 DIST shotwell-0.30.14.tar.xz 6524680 BLAKE2B 
321406d3731a4baa333c3820ee46e8dc12ca9a340c7f1ac3824ee894fa2826b7efa3ee7a27f551d62043e5f22199042befb5063cc67cefd27830e19db7d7f661
 SHA512 
bd899ac099ec4760f6119804812ef9314c9261c18273309abfb1dccc675b9e4a561c0abea1c46ea0dbbab9f5c00301d840b52714f97ec06548c180a77871db7c

diff --git a/media-gfx/shotwell/shotwell-0.30.12.ebuild 
b/media-gfx/shotwell/shotwell-0.30.12.ebuild
deleted file mode 100644
index 46f2f6e7fac2..
--- a/media-gfx/shotwell/shotwell-0.30.12.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_MIN_API_VERSION="0.40"
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
-IUSE="opencv udev"
-
-DEPEND="
-   >=x11-libs/gtk+-3.22.0:3
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/libgee-0.8.5:0.8
-   >=net-libs/webkit-gtk-2.26:4
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libxml2-2.6.32:2
-   x11-libs/gdk-pixbuf:2
-   >=dev-db/sqlite-3.5.9:3
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   >=media-libs/libgphoto2-2.5:=
-   udev? ( >=dev-libs/libgudev-145:= )
-   >=media-libs/gexiv2-0.10.4
-   >=media-libs/libraw-0.13.2:=
-   >=media-libs/libexif-0.6.16:=
-   dev-libs/libgdata
-   >=app-crypt/gcr-3:=[gtk]
-   x11-libs/cairo
-   opencv? ( >=media-libs/opencv-2.3.0:= )
-"
-RDEPEND="${DEPEND}
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   media-plugins/gst-plugins-meta:1.0
-"
-BDEPEND="
-   $(vala_depend)
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   net-libs/libsoup:2.4[vala]
-   media-libs/gexiv2[vala]
-   app-crypt/gcr[vala]
-"
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dunity-support=false
-   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
-   -Dextra-plugins=true
-   #trace
-   #measure
-   -Ddupe-detection=true
-   $(meson_use udev)
-   -Dinstall-apport-hook=false
-   $(meson_use opencv face-detection)
-   -Dfatal_warnings=false
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2021-12-08 Thread Yixun Lan
commit: aa312a2d9907257f77d24cb79bd85ff2e4ebdff6
Author: Yongxiang Liang  gmail  com>
AuthorDate: Mon Dec  6 18:42:36 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  8 10:11:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa312a2d

media-gfx/shotwell: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.14.ebuild 
b/media-gfx/shotwell/shotwell-0.30.14.ebuild
index 46f2f6e7fac2..629bc8a3d4c2 100644
--- a/media-gfx/shotwell/shotwell-0.30.14.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.14.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2021-11-05 Thread Sam James
commit: 7ffd39950581b3ee23870e9a17868672ce8a6104
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov  6 04:08:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov  6 04:08:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffd3995

media-gfx/shotwell: Stabilize 0.30.14 x86, #815013

Signed-off-by: Sam James  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.14.ebuild 
b/media-gfx/shotwell/shotwell-0.30.14.ebuild
index 5d0a000fcb6..46f2f6e7fac 100644
--- a/media-gfx/shotwell/shotwell-0.30.14.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.14.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2021-10-03 Thread Sam James
commit: 6808441a182c6fc4c7525f81e823cdc43b3f92bf
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  4 01:25:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  4 01:25:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6808441a

media-gfx/shotwell: Stabilize 0.30.14 amd64, #815013

Signed-off-by: Sam James  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.14.ebuild 
b/media-gfx/shotwell/shotwell-0.30.14.ebuild
index 3397e5e6867..5d0a000fcb6 100644
--- a/media-gfx/shotwell/shotwell-0.30.14.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.14.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2021-08-18 Thread Matt Turner
commit: 4ba5e19abe9cc8b4cf546286b48dfd7a8a11df87
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 19 02:49:45 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 19 03:01:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba5e19a

media-gfx/shotwell: Version bump to 0.30.14

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/shotwell/Manifest|  1 +
 media-gfx/shotwell/shotwell-0.30.14.ebuild | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index b3adaa59920..7eaa2793828 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1 +1,2 @@
 DIST shotwell-0.30.12.tar.xz 6519996 BLAKE2B 
7417f1bf0057b4974b45be675b177f6fba232d60d56c3d98cc6d5a7a95a31281add5190a04eab965739759aa7d826515996f2fd62350352a54ebf969dc732d95
 SHA512 
3274f15969be7f75ad2fa44e78773b76e11ee6cf8d4990c7f658fa8ce7e84a8fa5f06542fbab4b585c70e41c097c7b07ba702540102e4d0dfca8e927e00180cf
+DIST shotwell-0.30.14.tar.xz 6524680 BLAKE2B 
321406d3731a4baa333c3820ee46e8dc12ca9a340c7f1ac3824ee894fa2826b7efa3ee7a27f551d62043e5f22199042befb5063cc67cefd27830e19db7d7f661
 SHA512 
bd899ac099ec4760f6119804812ef9314c9261c18273309abfb1dccc675b9e4a561c0abea1c46ea0dbbab9f5c00301d840b52714f97ec06548c180a77871db7c

diff --git a/media-gfx/shotwell/shotwell-0.30.14.ebuild 
b/media-gfx/shotwell/shotwell-0.30.14.ebuild
new file mode 100644
index 000..3397e5e6867
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.30.14.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+IUSE="opencv udev"
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8.5:0.8
+   >=net-libs/webkit-gtk-2.26:4
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libxml2-2.6.32:2
+   x11-libs/gdk-pixbuf:2
+   >=dev-db/sqlite-3.5.9:3
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=media-libs/libgphoto2-2.5:=
+   udev? ( >=dev-libs/libgudev-145:= )
+   >=media-libs/gexiv2-0.10.4
+   >=media-libs/libraw-0.13.2:=
+   >=media-libs/libexif-0.6.16:=
+   dev-libs/libgdata
+   >=app-crypt/gcr-3:=[gtk]
+   x11-libs/cairo
+   opencv? ( >=media-libs/opencv-2.3.0:= )
+"
+RDEPEND="${DEPEND}
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   net-libs/libsoup:2.4[vala]
+   media-libs/gexiv2[vala]
+   app-crypt/gcr[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dunity-support=false
+   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
+   -Dextra-plugins=true
+   #trace
+   #measure
+   -Ddupe-detection=true
+   $(meson_use udev)
+   -Dinstall-apport-hook=false
+   $(meson_use opencv face-detection)
+   -Dfatal_warnings=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2021-07-26 Thread Matt Turner
commit: 00c5cda4308ac3c59906b274befb5297d1072b55
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jul 26 06:16:46 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jul 26 07:15:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c5cda4

media-gfx/shotwell: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/shotwell/Manifest|  1 -
 media-gfx/shotwell/shotwell-0.30.11.ebuild | 82 --
 2 files changed, 83 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index f76b78b73a7..b3adaa59920 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,2 +1 @@
-DIST shotwell-0.30.11.tar.xz 6499416 BLAKE2B 
8b63b2ff64ae41560221d9bcca2c88d0dff8c40416278d3344dbdbf50e4352e999e3ae52ea9fbcc871d5023ffeeb6ee954ee91a2d7eddc1a8f1df45dc4e12cf8
 SHA512 
71a057aa1ae2b432f385e174429e29f46ca29055aa6003b6017f3da54551027536c70e9f8ca605719e8e008233bdb6f17981462a54495d91e94aebdbe5718c9f
 DIST shotwell-0.30.12.tar.xz 6519996 BLAKE2B 
7417f1bf0057b4974b45be675b177f6fba232d60d56c3d98cc6d5a7a95a31281add5190a04eab965739759aa7d826515996f2fd62350352a54ebf969dc732d95
 SHA512 
3274f15969be7f75ad2fa44e78773b76e11ee6cf8d4990c7f658fa8ce7e84a8fa5f06542fbab4b585c70e41c097c7b07ba702540102e4d0dfca8e927e00180cf

diff --git a/media-gfx/shotwell/shotwell-0.30.11.ebuild 
b/media-gfx/shotwell/shotwell-0.30.11.ebuild
deleted file mode 100644
index 46f2f6e7fac..000
--- a/media-gfx/shotwell/shotwell-0.30.11.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_MIN_API_VERSION="0.40"
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
-IUSE="opencv udev"
-
-DEPEND="
-   >=x11-libs/gtk+-3.22.0:3
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/libgee-0.8.5:0.8
-   >=net-libs/webkit-gtk-2.26:4
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libxml2-2.6.32:2
-   x11-libs/gdk-pixbuf:2
-   >=dev-db/sqlite-3.5.9:3
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   >=media-libs/libgphoto2-2.5:=
-   udev? ( >=dev-libs/libgudev-145:= )
-   >=media-libs/gexiv2-0.10.4
-   >=media-libs/libraw-0.13.2:=
-   >=media-libs/libexif-0.6.16:=
-   dev-libs/libgdata
-   >=app-crypt/gcr-3:=[gtk]
-   x11-libs/cairo
-   opencv? ( >=media-libs/opencv-2.3.0:= )
-"
-RDEPEND="${DEPEND}
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   media-plugins/gst-plugins-meta:1.0
-"
-BDEPEND="
-   $(vala_depend)
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   net-libs/libsoup:2.4[vala]
-   media-libs/gexiv2[vala]
-   app-crypt/gcr[vala]
-"
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dunity-support=false
-   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
-   -Dextra-plugins=true
-   #trace
-   #measure
-   -Ddupe-detection=true
-   $(meson_use udev)
-   -Dinstall-apport-hook=false
-   $(meson_use opencv face-detection)
-   -Dfatal_warnings=false
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2021-07-10 Thread Sam James
commit: 5532d998a9ca2eb13afc2ac2f78f3c0e4c002376
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 15:39:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 15:39:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5532d998

media-gfx/shotwell: Stabilize 0.30.12 x86, #800710

Signed-off-by: Sam James  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.12.ebuild 
b/media-gfx/shotwell/shotwell-0.30.12.ebuild
index 5d0a000fcb6..46f2f6e7fac 100644
--- a/media-gfx/shotwell/shotwell-0.30.12.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.12.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2021-05-25 Thread Matt Turner
commit: e7fc9c1f26d2b39a3cd612f4451fbb4201174465
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May 25 18:45:39 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 25 18:51:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fc9c1f

media-gfx/shotwell: Version bump to 0.30.12

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/shotwell/Manifest|  1 +
 media-gfx/shotwell/shotwell-0.30.12.ebuild | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 1925eb89c71..f76b78b73a7 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1 +1,2 @@
 DIST shotwell-0.30.11.tar.xz 6499416 BLAKE2B 
8b63b2ff64ae41560221d9bcca2c88d0dff8c40416278d3344dbdbf50e4352e999e3ae52ea9fbcc871d5023ffeeb6ee954ee91a2d7eddc1a8f1df45dc4e12cf8
 SHA512 
71a057aa1ae2b432f385e174429e29f46ca29055aa6003b6017f3da54551027536c70e9f8ca605719e8e008233bdb6f17981462a54495d91e94aebdbe5718c9f
+DIST shotwell-0.30.12.tar.xz 6519996 BLAKE2B 
7417f1bf0057b4974b45be675b177f6fba232d60d56c3d98cc6d5a7a95a31281add5190a04eab965739759aa7d826515996f2fd62350352a54ebf969dc732d95
 SHA512 
3274f15969be7f75ad2fa44e78773b76e11ee6cf8d4990c7f658fa8ce7e84a8fa5f06542fbab4b585c70e41c097c7b07ba702540102e4d0dfca8e927e00180cf

diff --git a/media-gfx/shotwell/shotwell-0.30.12.ebuild 
b/media-gfx/shotwell/shotwell-0.30.12.ebuild
new file mode 100644
index 000..3397e5e6867
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.30.12.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+IUSE="opencv udev"
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8.5:0.8
+   >=net-libs/webkit-gtk-2.26:4
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libxml2-2.6.32:2
+   x11-libs/gdk-pixbuf:2
+   >=dev-db/sqlite-3.5.9:3
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=media-libs/libgphoto2-2.5:=
+   udev? ( >=dev-libs/libgudev-145:= )
+   >=media-libs/gexiv2-0.10.4
+   >=media-libs/libraw-0.13.2:=
+   >=media-libs/libexif-0.6.16:=
+   dev-libs/libgdata
+   >=app-crypt/gcr-3:=[gtk]
+   x11-libs/cairo
+   opencv? ( >=media-libs/opencv-2.3.0:= )
+"
+RDEPEND="${DEPEND}
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   net-libs/libsoup:2.4[vala]
+   media-libs/gexiv2[vala]
+   app-crypt/gcr[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dunity-support=false
+   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
+   -Dextra-plugins=true
+   #trace
+   #measure
+   -Ddupe-detection=true
+   $(meson_use udev)
+   -Dinstall-apport-hook=false
+   $(meson_use opencv face-detection)
+   -Dfatal_warnings=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2021-04-13 Thread Matt Turner
commit: 7e082bd30363d0f2e0e0e3c02cb3357a2008819a
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 13 15:50:02 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 13 16:12:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e082bd3

media-gfx/shotwell: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/shotwell/Manifest|  1 -
 media-gfx/shotwell/shotwell-0.30.10.ebuild | 82 --
 2 files changed, 83 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index d0c82662e66..1925eb89c71 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,2 +1 @@
-DIST shotwell-0.30.10.tar.xz 6465992 BLAKE2B 
d6be2a2b34cf4adbae4ac1f2bce5a29bfe059c546b8ab76f35b3ac9159a9233f231ee1ac4b3f81e8016278fcdec6b222af3ba7a62b2eb8d15dd82ef2cfb544c1
 SHA512 
4c84b5702476f264bd475fa93eff2e58f2876b076f186fc19b3dbddaae76b80485793b887f668788ac3c7f7230eb0c6a61fef2c0c70d52c665d0e49f6deb0b11
 DIST shotwell-0.30.11.tar.xz 6499416 BLAKE2B 
8b63b2ff64ae41560221d9bcca2c88d0dff8c40416278d3344dbdbf50e4352e999e3ae52ea9fbcc871d5023ffeeb6ee954ee91a2d7eddc1a8f1df45dc4e12cf8
 SHA512 
71a057aa1ae2b432f385e174429e29f46ca29055aa6003b6017f3da54551027536c70e9f8ca605719e8e008233bdb6f17981462a54495d91e94aebdbe5718c9f

diff --git a/media-gfx/shotwell/shotwell-0.30.10.ebuild 
b/media-gfx/shotwell/shotwell-0.30.10.ebuild
deleted file mode 100644
index 37d81390d3f..000
--- a/media-gfx/shotwell/shotwell-0.30.10.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_MIN_API_VERSION="0.40"
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
-IUSE="opencv udev"
-
-DEPEND="
-   >=x11-libs/gtk+-3.22.0:3
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/libgee-0.8.5:0.8
-   >=net-libs/webkit-gtk-2.4:4
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libxml2-2.6.32:2
-   x11-libs/gdk-pixbuf:2
-   >=dev-db/sqlite-3.5.9:3
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   >=media-libs/libgphoto2-2.5:=
-   udev? ( >=dev-libs/libgudev-145:= )
-   >=media-libs/gexiv2-0.10.4
-   >=media-libs/libraw-0.13.2:=
-   >=media-libs/libexif-0.6.16:=
-   dev-libs/libgdata
-   >=app-crypt/gcr-3:=[gtk]
-   x11-libs/cairo
-   opencv? ( >=media-libs/opencv-2.3.0:= )
-"
-RDEPEND="${DEPEND}
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   media-plugins/gst-plugins-meta:1.0
-"
-BDEPEND="
-   $(vala_depend)
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   net-libs/libsoup:2.4[vala]
-   media-libs/gexiv2[vala]
-   app-crypt/gcr[vala]
-"
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dunity-support=false
-   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
-   -Dextra-plugins=true
-   #trace
-   #measure
-   -Ddupe-detection=true
-   $(meson_use udev)
-   -Dinstall-apport-hook=false
-   $(meson_use opencv face-detection)
-   -Dfatal_warnings=false
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2021-04-01 Thread Thomas Deutschmann
commit: 368d57dbe0927acc5098466bc8c3f0c85fe38a6c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr  1 16:30:43 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr  1 16:43:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368d57db

media-gfx/shotwell: x86 stable (bug #774927)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.11.ebuild 
b/media-gfx/shotwell/shotwell-0.30.11.ebuild
index 5d0a000fcb6..46f2f6e7fac 100644
--- a/media-gfx/shotwell/shotwell-0.30.11.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.11.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2021-03-12 Thread Mikle Kolyada
commit: 2e4ff193a16eb83d8f42c7c3e7734c1864c69875
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Mar 12 07:59:49 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Mar 12 08:01:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4ff193

media-gfx/shotwell: Stabilize 0.30.11 amd64, #774927

Signed-off-by: Mikle Kolyada  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.11.ebuild 
b/media-gfx/shotwell/shotwell-0.30.11.ebuild
index b65b5be27d2..5d0a000fcb6 100644
--- a/media-gfx/shotwell/shotwell-0.30.11.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-11-08 Thread Mart Raudsepp
commit: a677f633a3afda66acb71f541a79882b700af798
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Nov  8 10:11:00 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Nov  8 10:17:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a677f633

media-gfx/shotwell: bump to 0.30.11

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

 media-gfx/shotwell/Manifest|  1 +
 media-gfx/shotwell/shotwell-0.30.11.ebuild | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index b9c63a0bd6e..d0c82662e66 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1 +1,2 @@
 DIST shotwell-0.30.10.tar.xz 6465992 BLAKE2B 
d6be2a2b34cf4adbae4ac1f2bce5a29bfe059c546b8ab76f35b3ac9159a9233f231ee1ac4b3f81e8016278fcdec6b222af3ba7a62b2eb8d15dd82ef2cfb544c1
 SHA512 
4c84b5702476f264bd475fa93eff2e58f2876b076f186fc19b3dbddaae76b80485793b887f668788ac3c7f7230eb0c6a61fef2c0c70d52c665d0e49f6deb0b11
+DIST shotwell-0.30.11.tar.xz 6499416 BLAKE2B 
8b63b2ff64ae41560221d9bcca2c88d0dff8c40416278d3344dbdbf50e4352e999e3ae52ea9fbcc871d5023ffeeb6ee954ee91a2d7eddc1a8f1df45dc4e12cf8
 SHA512 
71a057aa1ae2b432f385e174429e29f46ca29055aa6003b6017f3da54551027536c70e9f8ca605719e8e008233bdb6f17981462a54495d91e94aebdbe5718c9f

diff --git a/media-gfx/shotwell/shotwell-0.30.11.ebuild 
b/media-gfx/shotwell/shotwell-0.30.11.ebuild
new file mode 100644
index 000..b65b5be27d2
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.30.11.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+IUSE="opencv udev"
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8.5:0.8
+   >=net-libs/webkit-gtk-2.26:4
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libxml2-2.6.32:2
+   x11-libs/gdk-pixbuf:2
+   >=dev-db/sqlite-3.5.9:3
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=media-libs/libgphoto2-2.5:=
+   udev? ( >=dev-libs/libgudev-145:= )
+   >=media-libs/gexiv2-0.10.4
+   >=media-libs/libraw-0.13.2:=
+   >=media-libs/libexif-0.6.16:=
+   dev-libs/libgdata
+   >=app-crypt/gcr-3:=[gtk]
+   x11-libs/cairo
+   opencv? ( >=media-libs/opencv-2.3.0:= )
+"
+RDEPEND="${DEPEND}
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   net-libs/libsoup:2.4[vala]
+   media-libs/gexiv2[vala]
+   app-crypt/gcr[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dunity-support=false
+   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
+   -Dextra-plugins=true
+   #trace
+   #measure
+   -Ddupe-detection=true
+   $(meson_use udev)
+   -Dinstall-apport-hook=false
+   $(meson_use opencv face-detection)
+   -Dfatal_warnings=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-11-07 Thread Mart Raudsepp
commit: 81d8f4fe1354cebc77e2570d37a47b0df44756a3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Nov  7 14:50:22 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Nov  7 15:21:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d8f4fe

media-gfx/shotwell: remove old

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

 media-gfx/shotwell/Manifest   |  1 -
 media-gfx/shotwell/shotwell-0.30.9.ebuild | 82 ---
 2 files changed, 83 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index b156b3c9798..b9c63a0bd6e 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,2 +1 @@
 DIST shotwell-0.30.10.tar.xz 6465992 BLAKE2B 
d6be2a2b34cf4adbae4ac1f2bce5a29bfe059c546b8ab76f35b3ac9159a9233f231ee1ac4b3f81e8016278fcdec6b222af3ba7a62b2eb8d15dd82ef2cfb544c1
 SHA512 
4c84b5702476f264bd475fa93eff2e58f2876b076f186fc19b3dbddaae76b80485793b887f668788ac3c7f7230eb0c6a61fef2c0c70d52c665d0e49f6deb0b11
-DIST shotwell-0.30.9.tar.xz 6465508 BLAKE2B 
9b302d156b350d5cfa961afaa5d75e71db8b34a65a27de0d3b298841ca9be96d502dc98c85c681ca336965fce72db8034609f3f9c6c04fea1127db6c397e6499
 SHA512 
a232d717356d7e9f0a6b1ad825f4182dd9f6ee4cca9745717e3bd18ded03cdaba94c32256d055389ce2b0cda0c5828b25d1448c10598a474dc3ea0817fc303ee

diff --git a/media-gfx/shotwell/shotwell-0.30.9.ebuild 
b/media-gfx/shotwell/shotwell-0.30.9.ebuild
deleted file mode 100644
index 37d81390d3f..000
--- a/media-gfx/shotwell/shotwell-0.30.9.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_MIN_API_VERSION="0.40"
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
-IUSE="opencv udev"
-
-DEPEND="
-   >=x11-libs/gtk+-3.22.0:3
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/libgee-0.8.5:0.8
-   >=net-libs/webkit-gtk-2.4:4
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libxml2-2.6.32:2
-   x11-libs/gdk-pixbuf:2
-   >=dev-db/sqlite-3.5.9:3
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   >=media-libs/libgphoto2-2.5:=
-   udev? ( >=dev-libs/libgudev-145:= )
-   >=media-libs/gexiv2-0.10.4
-   >=media-libs/libraw-0.13.2:=
-   >=media-libs/libexif-0.6.16:=
-   dev-libs/libgdata
-   >=app-crypt/gcr-3:=[gtk]
-   x11-libs/cairo
-   opencv? ( >=media-libs/opencv-2.3.0:= )
-"
-RDEPEND="${DEPEND}
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   media-plugins/gst-plugins-meta:1.0
-"
-BDEPEND="
-   $(vala_depend)
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   net-libs/libsoup:2.4[vala]
-   media-libs/gexiv2[vala]
-   app-crypt/gcr[vala]
-"
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dunity-support=false
-   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
-   -Dextra-plugins=true
-   #trace
-   #measure
-   -Ddupe-detection=true
-   $(meson_use udev)
-   -Dinstall-apport-hook=false
-   $(meson_use opencv face-detection)
-   -Dfatal_warnings=false
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-08-30 Thread Sam James
commit: 25e47b76010124529bd7f99bf50cd4f38b312e8f
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 17:12:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 18:09:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e47b76

media-gfx/shotwell: Stabilize 0.30.10 amd64, #738728

Signed-off-by: Sam James  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.10.ebuild 
b/media-gfx/shotwell/shotwell-0.30.10.ebuild
index 1ac88cc4c34..37d81390d3f 100644
--- a/media-gfx/shotwell/shotwell-0.30.10.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.10.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-08-30 Thread Thomas Deutschmann
commit: afd5ac86347c88de33c7ed9db327d1e94050fa77
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 30 14:53:53 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 30 15:17:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd5ac86

media-gfx/shotwell: x86 stable (bug #738728)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.10.ebuild 
b/media-gfx/shotwell/shotwell-0.30.10.ebuild
index 906964fd376..1ac88cc4c34 100644
--- a/media-gfx/shotwell/shotwell-0.30.10.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.10.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-08-22 Thread Mart Raudsepp
commit: e532571b0d8ad2f87d7f325e14935048b34d7aa1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug 22 09:39:35 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug 22 09:40:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e532571b

media-gfx/shotwell: bump to 0.30.10

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

 media-gfx/shotwell/Manifest|  1 +
 media-gfx/shotwell/shotwell-0.30.10.ebuild | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index f638c8c1b9f..b156b3c9798 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1 +1,2 @@
+DIST shotwell-0.30.10.tar.xz 6465992 BLAKE2B 
d6be2a2b34cf4adbae4ac1f2bce5a29bfe059c546b8ab76f35b3ac9159a9233f231ee1ac4b3f81e8016278fcdec6b222af3ba7a62b2eb8d15dd82ef2cfb544c1
 SHA512 
4c84b5702476f264bd475fa93eff2e58f2876b076f186fc19b3dbddaae76b80485793b887f668788ac3c7f7230eb0c6a61fef2c0c70d52c665d0e49f6deb0b11
 DIST shotwell-0.30.9.tar.xz 6465508 BLAKE2B 
9b302d156b350d5cfa961afaa5d75e71db8b34a65a27de0d3b298841ca9be96d502dc98c85c681ca336965fce72db8034609f3f9c6c04fea1127db6c397e6499
 SHA512 
a232d717356d7e9f0a6b1ad825f4182dd9f6ee4cca9745717e3bd18ded03cdaba94c32256d055389ce2b0cda0c5828b25d1448c10598a474dc3ea0817fc303ee

diff --git a/media-gfx/shotwell/shotwell-0.30.10.ebuild 
b/media-gfx/shotwell/shotwell-0.30.10.ebuild
new file mode 100644
index 000..906964fd376
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.30.10.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+IUSE="opencv udev"
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8.5:0.8
+   >=net-libs/webkit-gtk-2.4:4
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libxml2-2.6.32:2
+   x11-libs/gdk-pixbuf:2
+   >=dev-db/sqlite-3.5.9:3
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=media-libs/libgphoto2-2.5:=
+   udev? ( >=dev-libs/libgudev-145:= )
+   >=media-libs/gexiv2-0.10.4
+   >=media-libs/libraw-0.13.2:=
+   >=media-libs/libexif-0.6.16:=
+   dev-libs/libgdata
+   >=app-crypt/gcr-3:=[gtk]
+   x11-libs/cairo
+   opencv? ( >=media-libs/opencv-2.3.0:= )
+"
+RDEPEND="${DEPEND}
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   net-libs/libsoup:2.4[vala]
+   media-libs/gexiv2[vala]
+   app-crypt/gcr[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dunity-support=false
+   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
+   -Dextra-plugins=true
+   #trace
+   #measure
+   -Ddupe-detection=true
+   $(meson_use udev)
+   -Dinstall-apport-hook=false
+   $(meson_use opencv face-detection)
+   -Dfatal_warnings=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-07-04 Thread Mart Raudsepp
commit: 9df3c6ceff2447090e791f8be58a802f54b60936
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jul  4 14:43:20 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jul  4 15:05:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df3c6ce

media-gfx/shotwell: remove old

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

 media-gfx/shotwell/Manifest  |  1 -
 media-gfx/shotwell/shotwell-0.30.8-r1.ebuild | 82 
 2 files changed, 83 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 08380a6517d..f638c8c1b9f 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,2 +1 @@
-DIST shotwell-0.30.8.tar.xz 6460512 BLAKE2B 
aecdfa8d90bcce19c38a55872671f6521d8808fa46decba4e9910392f9f8907dd99aaecc825f4e3f6ae747ab151bf5bfa3a807364d571db0fc2ddcaad9a492f5
 SHA512 
dccd496a083145283c79250329f88fdfe526a98ce84b6d1c52a9c48c9e52a4749bdf2449f3102474c994ef1e687e06767b9bcda03ea97d1168d3417743a6e866
 DIST shotwell-0.30.9.tar.xz 6465508 BLAKE2B 
9b302d156b350d5cfa961afaa5d75e71db8b34a65a27de0d3b298841ca9be96d502dc98c85c681ca336965fce72db8034609f3f9c6c04fea1127db6c397e6499
 SHA512 
a232d717356d7e9f0a6b1ad825f4182dd9f6ee4cca9745717e3bd18ded03cdaba94c32256d055389ce2b0cda0c5828b25d1448c10598a474dc3ea0817fc303ee

diff --git a/media-gfx/shotwell/shotwell-0.30.8-r1.ebuild 
b/media-gfx/shotwell/shotwell-0.30.8-r1.ebuild
deleted file mode 100644
index d3ec66a1c97..000
--- a/media-gfx/shotwell/shotwell-0.30.8-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_MIN_API_VERSION="0.40"
-VALA_MAX_API_VERSION="0.46"
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
-IUSE="opencv udev"
-
-DEPEND="
-   >=x11-libs/gtk+-3.22.0:3
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/libgee-0.8.5:0.8
-   >=net-libs/webkit-gtk-2.4:4
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libxml2-2.6.32:2
-   x11-libs/gdk-pixbuf:2
-   >=dev-db/sqlite-3.5.9:3
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   >=media-libs/libgphoto2-2.5:=
-   udev? ( >=dev-libs/libgudev-145:= )
-   >=media-libs/gexiv2-0.10.4
-   >=media-libs/libraw-0.13.2:=
-   >=media-libs/libexif-0.6.16:=
-   dev-libs/libgdata
-   >=app-crypt/gcr-3:=[gtk]
-   x11-libs/cairo
-   opencv? ( >=media-libs/opencv-2.3.0:= )
-"
-RDEPEND="${DEPEND}
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   media-plugins/gst-plugins-meta:1.0
-"
-BDEPEND="
-   $(vala_depend)
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   net-libs/libsoup:2.4[vala]
-   media-libs/gexiv2[vala]
-   app-crypt/gcr[vala]
-"
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dunity-support=false
-   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
-   -Dextra-plugins=true
-   #trace
-   #measure
-   -Ddupe-detection=true
-   $(meson_use udev)
-   -Dinstall-apport-hook=false
-   $(meson_use opencv face-detection)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-06-29 Thread Mikle Kolyada
commit: 812ec0bccba322f9d6d0db57012e504db5553d3b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jun 29 15:39:51 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jun 29 15:39:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812ec0bc

media-gfx/shotwell: amd64 stable wrt bug #728924

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.9.ebuild 
b/media-gfx/shotwell/shotwell-0.30.9.ebuild
index e79822b715c..13b00763e4b 100644
--- a/media-gfx/shotwell/shotwell-0.30.9.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.9.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-06-28 Thread Thomas Deutschmann
commit: b09316f914a5fa68e72412a4cde1cb216df9fc10
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun 28 14:07:45 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun 28 14:19:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09316f9

media-gfx/shotwell: x86 stable (bug #728924)

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.9.ebuild 
b/media-gfx/shotwell/shotwell-0.30.9.ebuild
index 90539725271..e79822b715c 100644
--- a/media-gfx/shotwell/shotwell-0.30.9.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.9.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-05-17 Thread Mart Raudsepp
commit: 5899b34f3cafff61bbf2b5d725c64fb766d1007e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun May 17 16:48:54 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun May 17 16:49:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5899b34f

media-gfx/shotwell: bump to 0.30.9

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

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.30.9.ebuild | 82 +++
 2 files changed, 83 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 47908b8d378..08380a6517d 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1 +1,2 @@
 DIST shotwell-0.30.8.tar.xz 6460512 BLAKE2B 
aecdfa8d90bcce19c38a55872671f6521d8808fa46decba4e9910392f9f8907dd99aaecc825f4e3f6ae747ab151bf5bfa3a807364d571db0fc2ddcaad9a492f5
 SHA512 
dccd496a083145283c79250329f88fdfe526a98ce84b6d1c52a9c48c9e52a4749bdf2449f3102474c994ef1e687e06767b9bcda03ea97d1168d3417743a6e866
+DIST shotwell-0.30.9.tar.xz 6465508 BLAKE2B 
9b302d156b350d5cfa961afaa5d75e71db8b34a65a27de0d3b298841ca9be96d502dc98c85c681ca336965fce72db8034609f3f9c6c04fea1127db6c397e6499
 SHA512 
a232d717356d7e9f0a6b1ad825f4182dd9f6ee4cca9745717e3bd18ded03cdaba94c32256d055389ce2b0cda0c5828b25d1448c10598a474dc3ea0817fc303ee

diff --git a/media-gfx/shotwell/shotwell-0.30.9.ebuild 
b/media-gfx/shotwell/shotwell-0.30.9.ebuild
new file mode 100644
index 000..90539725271
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.30.9.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="opencv udev"
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8.5:0.8
+   >=net-libs/webkit-gtk-2.4:4
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libxml2-2.6.32:2
+   x11-libs/gdk-pixbuf:2
+   >=dev-db/sqlite-3.5.9:3
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=media-libs/libgphoto2-2.5:=
+   udev? ( >=dev-libs/libgudev-145:= )
+   >=media-libs/gexiv2-0.10.4
+   >=media-libs/libraw-0.13.2:=
+   >=media-libs/libexif-0.6.16:=
+   dev-libs/libgdata
+   >=app-crypt/gcr-3:=[gtk]
+   x11-libs/cairo
+   opencv? ( >=media-libs/opencv-2.3.0:= )
+"
+RDEPEND="${DEPEND}
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   net-libs/libsoup:2.4[vala]
+   media-libs/gexiv2[vala]
+   app-crypt/gcr[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dunity-support=false
+   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
+   -Dextra-plugins=true
+   #trace
+   #measure
+   -Ddupe-detection=true
+   $(meson_use udev)
+   -Dinstall-apport-hook=false
+   $(meson_use opencv face-detection)
+   -Dfatal_warnings=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-04-14 Thread Mart Raudsepp
commit: 0b0872841a114855858bd0f7f38061a8fdb99fd0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Apr 14 10:48:44 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr 14 10:49:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b087284

media-gfx/shotwell: fix keywords

repoman -S doesn't help if you forget to do a straight copy instead
of own bump script that does ekeyword ~all in the process.

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

 media-gfx/shotwell/shotwell-0.30.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.8-r1.ebuild 
b/media-gfx/shotwell/shotwell-0.30.8-r1.ebuild
index b6d749061aa..d3ec66a1c97 100644
--- a/media-gfx/shotwell/shotwell-0.30.8-r1.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.8-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-04-14 Thread Mart Raudsepp
commit: 7455cb000b76eccc082cae9beebdf630527c39a9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Apr 14 09:35:53 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr 14 09:49:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7455cb00

media-gfx/shotwell: fix build depends

Closes: https://bugs.gentoo.org/713092
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../shotwell/{shotwell-0.30.8.ebuild => shotwell-0.30.8-r1.ebuild}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.8.ebuild 
b/media-gfx/shotwell/shotwell-0.30.8-r1.ebuild
similarity index 96%
rename from media-gfx/shotwell/shotwell-0.30.8.ebuild
rename to media-gfx/shotwell/shotwell-0.30.8-r1.ebuild
index 46a07c0e7c7..b6d749061aa 100644
--- a/media-gfx/shotwell/shotwell-0.30.8.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.8-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 VALA_MIN_API_VERSION="0.40"
 VALA_MAX_API_VERSION="0.46"
 
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-04-11 Thread Mart Raudsepp
commit: 7b21692844bf3c9eb70cb32c9db124479a358ed1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 11 09:11:05 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 11 09:11:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b216928

media-gfx/shotwell: VALA_MAX_API_VERSION="0.46"

Build fails with 0.48

Closes: https://bugs.gentoo.org/716926
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.8.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/shotwell/shotwell-0.30.8.ebuild 
b/media-gfx/shotwell/shotwell-0.30.8.ebuild
index 9a4b0984d33..693236b40ab 100644
--- a/media-gfx/shotwell/shotwell-0.30.8.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.8.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 VALA_MIN_API_VERSION="0.40"
+VALA_MAX_API_VERSION="0.46"
 
 inherit gnome.org gnome2-utils meson vala xdg
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-01-28 Thread Mart Raudsepp
commit: 9fc54cc3c6102ea771949c04bff98fae86709e87
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan 28 09:28:04 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jan 28 09:34:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc54cc3

media-gfx/shotwell: remove old

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

 media-gfx/shotwell/Manifest   |  1 -
 media-gfx/shotwell/shotwell-0.30.7.ebuild | 81 ---
 2 files changed, 82 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 5265b1aaf55..47908b8d378 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,2 +1 @@
-DIST shotwell-0.30.7.tar.xz 6455860 BLAKE2B 
81da055e1092b9aed8c635e3e18e9c4bfa5820bb915c17cbb26942ce627179ed6b158c0785f54a2e15049150c3569035f58916483505449d55a2b3822276c44d
 SHA512 
960574212d622c29d7617b874466e639d5a292eefdd2cac00ebcbf96d7db06002b9423440ee47ed84da7064d3eb70ba388b573a94c9e44c07d3b8f87faf09c58
 DIST shotwell-0.30.8.tar.xz 6460512 BLAKE2B 
aecdfa8d90bcce19c38a55872671f6521d8808fa46decba4e9910392f9f8907dd99aaecc825f4e3f6ae747ab151bf5bfa3a807364d571db0fc2ddcaad9a492f5
 SHA512 
dccd496a083145283c79250329f88fdfe526a98ce84b6d1c52a9c48c9e52a4749bdf2449f3102474c994ef1e687e06767b9bcda03ea97d1168d3417743a6e866

diff --git a/media-gfx/shotwell/shotwell-0.30.7.ebuild 
b/media-gfx/shotwell/shotwell-0.30.7.ebuild
deleted file mode 100644
index 5d15592ff55..000
--- a/media-gfx/shotwell/shotwell-0.30.7.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.40"
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="opencv udev"
-
-DEPEND="
-   >=x11-libs/gtk+-3.22.0:3
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/libgee-0.8.5:0.8
-   >=net-libs/webkit-gtk-2.4:4
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libxml2-2.6.32:2
-   x11-libs/gdk-pixbuf:2
-   >=dev-db/sqlite-3.5.9:3
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   >=media-libs/libgphoto2-2.5:=
-   udev? ( >=dev-libs/libgudev-145:= )
-   >=media-libs/gexiv2-0.10.4
-   >=media-libs/libraw-0.13.2:=
-   >=media-libs/libexif-0.6.16:=
-   dev-libs/libgdata
-   >=app-crypt/gcr-3:=[gtk]
-   x11-libs/cairo
-   opencv? ( >=media-libs/opencv-2.3.0:= )
-"
-RDEPEND="${DEPEND}
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   media-plugins/gst-plugins-meta:1.0
-"
-BDEPEND="
-   $(vala_depend)
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   net-libs/libsoup:2.4[vala]
-   media-libs/gexiv2[vala]
-   app-crypt/gcr[vala]
-"
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dunity-support=false
-   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
-   -Dextra-plugins=true
-   #trace
-   #measure
-   -Ddupe-detection=true
-   $(meson_use udev)
-   -Dinstall-apport-hook=false
-   $(meson_use opencv face-detection)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-01-27 Thread Mikle Kolyada
commit: 272009a27e8127bbe65c09d5da0d26dc4f0f91d8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 27 09:43:06 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 27 09:45:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272009a2

media-gfx/shotwell: amd64 stable wrt bug #706524

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.8.ebuild 
b/media-gfx/shotwell/shotwell-0.30.8.ebuild
index 9ff1aff4e19..9a4b0984d33 100644
--- a/media-gfx/shotwell/shotwell-0.30.8.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.8.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-01-26 Thread Thomas Deutschmann
commit: 7348c190a7b3e495ff6baf8bef0d8b2577a06f1e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jan 26 22:25:41 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jan 26 22:39:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7348c190

media-gfx/shotwell: x86 stable (bug #706524)

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.8.ebuild 
b/media-gfx/shotwell/shotwell-0.30.8.ebuild
index 95201b32b56..9ff1aff4e19 100644
--- a/media-gfx/shotwell/shotwell-0.30.8.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.8.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2020-01-04 Thread Mart Raudsepp
commit: a586173ff9fbe02b046cca203dcfab4b5f5cd864
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan  4 09:31:06 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan  4 09:36:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a586173f

media-gfx/shotwell: bump to 0.30.8

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

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.30.8.ebuild | 81 +++
 2 files changed, 82 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 7f4c3e86c2c..5265b1aaf55 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1 +1,2 @@
 DIST shotwell-0.30.7.tar.xz 6455860 BLAKE2B 
81da055e1092b9aed8c635e3e18e9c4bfa5820bb915c17cbb26942ce627179ed6b158c0785f54a2e15049150c3569035f58916483505449d55a2b3822276c44d
 SHA512 
960574212d622c29d7617b874466e639d5a292eefdd2cac00ebcbf96d7db06002b9423440ee47ed84da7064d3eb70ba388b573a94c9e44c07d3b8f87faf09c58
+DIST shotwell-0.30.8.tar.xz 6460512 BLAKE2B 
aecdfa8d90bcce19c38a55872671f6521d8808fa46decba4e9910392f9f8907dd99aaecc825f4e3f6ae747ab151bf5bfa3a807364d571db0fc2ddcaad9a492f5
 SHA512 
dccd496a083145283c79250329f88fdfe526a98ce84b6d1c52a9c48c9e52a4749bdf2449f3102474c994ef1e687e06767b9bcda03ea97d1168d3417743a6e866

diff --git a/media-gfx/shotwell/shotwell-0.30.8.ebuild 
b/media-gfx/shotwell/shotwell-0.30.8.ebuild
new file mode 100644
index 000..95201b32b56
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.30.8.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="opencv udev"
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8.5:0.8
+   >=net-libs/webkit-gtk-2.4:4
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libxml2-2.6.32:2
+   x11-libs/gdk-pixbuf:2
+   >=dev-db/sqlite-3.5.9:3
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=media-libs/libgphoto2-2.5:=
+   udev? ( >=dev-libs/libgudev-145:= )
+   >=media-libs/gexiv2-0.10.4
+   >=media-libs/libraw-0.13.2:=
+   >=media-libs/libexif-0.6.16:=
+   dev-libs/libgdata
+   >=app-crypt/gcr-3:=[gtk]
+   x11-libs/cairo
+   opencv? ( >=media-libs/opencv-2.3.0:= )
+"
+RDEPEND="${DEPEND}
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   net-libs/libsoup:2.4[vala]
+   media-libs/gexiv2[vala]
+   app-crypt/gcr[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dunity-support=false
+   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
+   -Dextra-plugins=true
+   #trace
+   #measure
+   -Ddupe-detection=true
+   $(meson_use udev)
+   -Dinstall-apport-hook=false
+   $(meson_use opencv face-detection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2019-12-23 Thread Mart Raudsepp
commit: f83c80aabebcf61810db2bfdd5f4baabb9d4f973
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:01:01 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83c80aa

media-gfx/shotwell: remove old

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

 media-gfx/shotwell/Manifest   |  1 -
 media-gfx/shotwell/shotwell-0.30.2.ebuild | 83 ---
 2 files changed, 84 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 969e226194d..7f4c3e86c2c 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,2 +1 @@
-DIST shotwell-0.30.2.tar.xz 6461648 BLAKE2B 
d54f34c05dcb092149129977bf59f0434ec4082929e3c87d9b4e774f85b47d73ecce1e80a6a29965194e9791eecb018405b43f082fb8b334c8d012f06a00b817
 SHA512 
ee74b9d3fbc5b2a5ca87cbc351fa99f6afaec4ce717166f55d79f41f1b039c272ed9028eb3919874f086f934197806738a54f428e790bca50dd8c9af61c21c36
 DIST shotwell-0.30.7.tar.xz 6455860 BLAKE2B 
81da055e1092b9aed8c635e3e18e9c4bfa5820bb915c17cbb26942ce627179ed6b158c0785f54a2e15049150c3569035f58916483505449d55a2b3822276c44d
 SHA512 
960574212d622c29d7617b874466e639d5a292eefdd2cac00ebcbf96d7db06002b9423440ee47ed84da7064d3eb70ba388b573a94c9e44c07d3b8f87faf09c58

diff --git a/media-gfx/shotwell/shotwell-0.30.2.ebuild 
b/media-gfx/shotwell/shotwell-0.30.2.ebuild
deleted file mode 100644
index e5da9071bf8..000
--- a/media-gfx/shotwell/shotwell-0.30.2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.40"
-VALA_MAX_API_VERSION="0.42"
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="opencv udev"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.22.0:3
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/libgee-0.8.5:0.8
-   >=net-libs/webkit-gtk-2.4:4
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libxml2-2.6.32:2
-   x11-libs/gdk-pixbuf:2
-   >=dev-db/sqlite-3.5.9:3
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   >=media-libs/libgphoto2-2.5:=
-   udev? ( >=dev-libs/libgudev-145:= )
-   >=media-libs/gexiv2-0.10.4
-   =media-libs/libraw-0.13.2:=
-   >=media-libs/libexif-0.6.16:=
-   dev-libs/libgdata
-   >=app-crypt/gcr-3:=[gtk]
-   x11-libs/cairo
-   opencv? ( >=media-libs/opencv-2.3.0:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   media-plugins/gst-plugins-meta:1.0
-"
-DEPEND="${COMMON_DEPEND}
-   $(vala_depend)
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   net-libs/libsoup:2.4[vala]
-   media-libs/gexiv2[vala]
-   app-crypt/gcr[vala]
-"
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dunity-support=false
-   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
-   -Dextra-plugins=true
-   #trace
-   #measure
-   -Ddupe-detection=true
-   $(meson_use udev)
-   -Dinstall-apport-hook=false
-   $(meson_use opencv face-detection)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2019-08-23 Thread Mart Raudsepp
commit: 514dca5520a6be57cc2980c802c98c95a267af7c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Aug 23 19:28:12 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Aug 23 19:32:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514dca55

media-gfx/shotwell: lift vala:0.46 restriction

We can now be sure the libsoup-2.4.vapi is fine in case
vala:0.46 is picked, as vala:0.46 ensures it via a runtime
soft blocker.

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

 media-gfx/shotwell/shotwell-0.30.7.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.7.ebuild 
b/media-gfx/shotwell/shotwell-0.30.7.ebuild
index b843b776a22..84cb2d000fe 100644
--- a/media-gfx/shotwell/shotwell-0.30.7.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.7.ebuild
@@ -3,10 +3,6 @@
 
 EAPI=6
 VALA_MIN_API_VERSION="0.40"
-# supposedly works with 0.46, but fails to compile due to libsoup-2.4.vapi
-# from libsoup-2.64 and even fails with vala:0.46 libsoup vapi copy as well
-# 
https://gitlab.gnome.org/GNOME/libsoup/commit/1c6f47df99cc5b2efe3d629c71c5d85a7871689c
-VALA_MAX_API_VERSION="0.44"
 
 inherit gnome.org gnome2-utils meson vala xdg
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2019-08-22 Thread Mart Raudsepp
commit: 5cac647e08eb5faa1d28b523ea7dfb0faafd581e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Aug 21 05:13:45 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Aug 22 18:00:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cac647e

media-gfx/shotwell: restrict to  gentoo.org>

 media-gfx/shotwell/shotwell-0.30.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/shotwell/shotwell-0.30.2.ebuild 
b/media-gfx/shotwell/shotwell-0.30.2.ebuild
index ccd5ad48e5f..0856b633805 100644
--- a/media-gfx/shotwell/shotwell-0.30.2.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.2.ebuild
@@ -29,6 +29,7 @@ COMMON_DEPEND="
>=media-libs/libgphoto2-2.5:=
udev? ( >=virtual/libgudev-145:= )
>=media-libs/gexiv2-0.10.4
+   =media-libs/libraw-0.13.2:=
>=media-libs/libexif-0.6.16:=
dev-libs/libgdata



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2019-08-22 Thread Mart Raudsepp
commit: 712c2d7398e22361697fab5db6d2dbedc4d0df2d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Aug 22 17:59:38 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Aug 22 18:00:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712c2d73

media-gfx/shotwell: bump to 0.30.7, EAPI-7 port

Closes: https://bugs.gentoo.org/691784
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.30.7.ebuild | 85 +++
 2 files changed, 86 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 6c26f40beeb..969e226194d 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1 +1,2 @@
 DIST shotwell-0.30.2.tar.xz 6461648 BLAKE2B 
d54f34c05dcb092149129977bf59f0434ec4082929e3c87d9b4e774f85b47d73ecce1e80a6a29965194e9791eecb018405b43f082fb8b334c8d012f06a00b817
 SHA512 
ee74b9d3fbc5b2a5ca87cbc351fa99f6afaec4ce717166f55d79f41f1b039c272ed9028eb3919874f086f934197806738a54f428e790bca50dd8c9af61c21c36
+DIST shotwell-0.30.7.tar.xz 6455860 BLAKE2B 
81da055e1092b9aed8c635e3e18e9c4bfa5820bb915c17cbb26942ce627179ed6b158c0785f54a2e15049150c3569035f58916483505449d55a2b3822276c44d
 SHA512 
960574212d622c29d7617b874466e639d5a292eefdd2cac00ebcbf96d7db06002b9423440ee47ed84da7064d3eb70ba388b573a94c9e44c07d3b8f87faf09c58

diff --git a/media-gfx/shotwell/shotwell-0.30.7.ebuild 
b/media-gfx/shotwell/shotwell-0.30.7.ebuild
new file mode 100644
index 000..b843b776a22
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.30.7.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_MIN_API_VERSION="0.40"
+# supposedly works with 0.46, but fails to compile due to libsoup-2.4.vapi
+# from libsoup-2.64 and even fails with vala:0.46 libsoup vapi copy as well
+# 
https://gitlab.gnome.org/GNOME/libsoup/commit/1c6f47df99cc5b2efe3d629c71c5d85a7871689c
+VALA_MAX_API_VERSION="0.44"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="opencv udev"
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8.5:0.8
+   >=net-libs/webkit-gtk-2.4:4
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libxml2-2.6.32:2
+   x11-libs/gdk-pixbuf:2
+   >=dev-db/sqlite-3.5.9:3
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=media-libs/libgphoto2-2.5:=
+   udev? ( >=virtual/libgudev-145:= )
+   >=media-libs/gexiv2-0.10.4
+   >=media-libs/libraw-0.13.2:=
+   >=media-libs/libexif-0.6.16:=
+   dev-libs/libgdata
+   >=app-crypt/gcr-3:=[gtk]
+   x11-libs/cairo
+   opencv? ( >=media-libs/opencv-2.3.0:= )
+"
+RDEPEND="${DEPEND}
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   net-libs/libsoup:2.4[vala]
+   media-libs/gexiv2[vala]
+   app-crypt/gcr[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dunity-support=false
+   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
+   -Dextra-plugins=true
+   #trace
+   #measure
+   -Ddupe-detection=true
+   $(meson_use udev)
+   -Dinstall-apport-hook=false
+   $(meson_use opencv face-detection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2019-08-04 Thread Aaron Bauman
commit: 228b1e06deb1a0300c1675ede44bd17550463958
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Aug  4 22:01:27 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Aug  4 22:35:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228b1e06

media-gfx/shotwell: arm64 keyworded

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16

 media-gfx/shotwell/shotwell-0.30.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.2.ebuild 
b/media-gfx/shotwell/shotwell-0.30.2.ebuild
index ee9640e9a57..ccd5ad48e5f 100644
--- a/media-gfx/shotwell/shotwell-0.30.2.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="opencv udev"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2019-07-28 Thread Mart Raudsepp
commit: 5830ad4d6ec1993dee650d9d1da68cef047eb8c5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 28 06:18:47 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 28 06:42:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5830ad4d

media-gfx/shotwell: restrict to <=vala-0.42

Fails to compile with 0.44

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

 media-gfx/shotwell/shotwell-0.30.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/shotwell/shotwell-0.30.2.ebuild 
b/media-gfx/shotwell/shotwell-0.30.2.ebuild
index c985cea9a6b..ee9640e9a57 100644
--- a/media-gfx/shotwell/shotwell-0.30.2.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.2.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 VALA_MIN_API_VERSION="0.40"
+VALA_MAX_API_VERSION="0.42"
 
 inherit gnome.org gnome2-utils meson vala xdg
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2019-05-18 Thread Mart Raudsepp
commit: 6a72e358fea880bc8900b75d106d701342e00ac1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 18 22:04:58 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 18 22:04:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a72e358

media-gfx/shotwell: remove old

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

 media-gfx/shotwell/Manifest   |  2 -
 media-gfx/shotwell/shotwell-0.28.3.ebuild | 62 ---
 media-gfx/shotwell/shotwell-0.28.4.ebuild | 62 ---
 3 files changed, 126 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 399f75dbd3a..6c26f40beeb 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,3 +1 @@
-DIST shotwell-0.28.3.tar.xz 5531900 BLAKE2B 
b585989434e3da9b2d5f43aabf41451e33b7b2f537a21305ff9decd9992d42e5422971d1f89836936630f641efdac1242dc21574d86f61a4c71562b657e0300d
 SHA512 
9a0c15bfe856dabaa85038fe875cc178be6a3e104397b36555005615212ac92579234fc6277f1a4a7bddba517e9ea0db5ed06e0fc30614453e3db1153b47dc16
-DIST shotwell-0.28.4.tar.xz 5529712 BLAKE2B 
a8ee8243cf1a800fd1c1a91ade81decf9187aa6ce3b5040977dd45ae64245883691674ca2aa8d09df164e84dcc7f3e632dfc206b2f0eaecd18a171f0c170846d
 SHA512 
b80014ec2c5ddfa35c0eea59daaf41fb8e8fac76482f18581de4c91b766f55d1b05e1925088152705ce3eb4ca228e5401ba80ebd2a6232d65b61cdb2c843267b
 DIST shotwell-0.30.2.tar.xz 6461648 BLAKE2B 
d54f34c05dcb092149129977bf59f0434ec4082929e3c87d9b4e774f85b47d73ecce1e80a6a29965194e9791eecb018405b43f082fb8b334c8d012f06a00b817
 SHA512 
ee74b9d3fbc5b2a5ca87cbc351fa99f6afaec4ce717166f55d79f41f1b039c272ed9028eb3919874f086f934197806738a54f428e790bca50dd8c9af61c21c36

diff --git a/media-gfx/shotwell/shotwell-0.28.3.ebuild 
b/media-gfx/shotwell/shotwell-0.28.3.ebuild
deleted file mode 100644
index b7049d63554..000
--- a/media-gfx/shotwell/shotwell-0.28.3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 multilib toolchain-funcs vala
-
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="
-   >=app-crypt/gcr-3[gtk]
-   >=dev-db/sqlite-3.5.9:3
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libgee-0.8.5:0.8
-   >=dev-libs/libxml2-2.6.32:2
-   gnome-base/dconf
-   >=media-libs/gexiv2-0.10.4
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   media-libs/gstreamer:1.0
-   media-libs/lcms:2
-   >=media-libs/libexif-0.6.16:=
-   >=media-libs/libgphoto2-2.5:=
-   >=media-libs/libraw-0.13.2:=
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   >=net-libs/libsoup-2.42.0:2.4
-   net-libs/webkit-gtk:4
-   virtual/libgudev:=[introspection]
-   >=x11-libs/gtk+-3.14.0:3[X]
-   dev-libs/libgdata
-
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.7
-   >=sys-devel/m4-1.4.13
-   virtual/pkgconfig
-"
-
-# This probably comes from libraries that
-# shotwell-video-thumbnailer links to.
-# Nothing we can do at the moment. #435048
-QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
-
-src_prepare() {
-   vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}

diff --git a/media-gfx/shotwell/shotwell-0.28.4.ebuild 
b/media-gfx/shotwell/shotwell-0.28.4.ebuild
deleted file mode 100644
index e6ea4f5ab99..000
--- a/media-gfx/shotwell/shotwell-0.28.4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 multilib toolchain-funcs vala
-
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
-   >=app-crypt/gcr-3[gtk]
-   >=dev-db/sqlite-3.5.9:3
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libgee-0.8.5:0.8
-   >=dev-libs/libxml2-2.6.32:2
-   gnome-base/dconf
-   >=media-libs/gexiv2-0.10.4
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   media-libs/gstreamer:1.0
-   media-libs/lcms:2
-   >=media-libs/libexif-0.6.16:=
-   >=media-libs/libgphoto2-2.5:=
-   >=media-libs/libraw-0.13.2:=
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   >=net-libs/libsoup-2.42.0:2.4
-   net-libs/webkit-gtk:4
-  

[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/, profiles/arch/ia64/, profiles/arch/alpha/, profiles/

2019-03-17 Thread Mart Raudsepp
commit: 3bb5ad7268d6ded439ca2198a942f67d0100cf68
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 17 08:52:47 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 17 09:10:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb5ad72

media-gfx/shotwell: bump to 0.30.2

Closes: https://bugs.gentoo.org/676644
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/metadata.xml   | 11 +++--
 media-gfx/shotwell/shotwell-0.30.2.ebuild | 81 +++
 profiles/arch/alpha/package.use.mask  |  1 +
 profiles/arch/ia64/package.use.mask   |  4 ++
 profiles/package.mask |  2 +-
 6 files changed, 95 insertions(+), 5 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 4f585d4b3f7..234522075e4 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -2,3 +2,4 @@ DIST shotwell-0.28.3.tar.xz 5531900 BLAKE2B 
b585989434e3da9b2d5f43aabf41451e33b7
 DIST shotwell-0.28.4.tar.xz 5529712 BLAKE2B 
a8ee8243cf1a800fd1c1a91ade81decf9187aa6ce3b5040977dd45ae64245883691674ca2aa8d09df164e84dcc7f3e632dfc206b2f0eaecd18a171f0c170846d
 SHA512 
b80014ec2c5ddfa35c0eea59daaf41fb8e8fac76482f18581de4c91b766f55d1b05e1925088152705ce3eb4ca228e5401ba80ebd2a6232d65b61cdb2c843267b
 DIST shotwell-0.29.2.tar.xz 2321576 BLAKE2B 
2dd3c959ca8aba6ecb7c3c15ca491291a2c6ead860fac9c1fb1b97ad22140ce9e67617dd268b2d4d362bb8a0c2606d97b5cc71c12e19fcb59fec0185f27c3f0f
 SHA512 
98c57d511a384ced717e2fb410af16326080e2291fce77ea953a377430459c7a81de73118925b2d42bf96b8b717efc93a898d0d859fbab1364c0c192dbb60311
 DIST shotwell-0.29.3.tar.xz 2416332 BLAKE2B 
8f95e3e1b71eb20b10571b5689e9817112935c4d31c8b7800157f7771df04adb4559acc9885ec43032a7619ffefb8899fd90a7740798de4a150c4c78033e890c
 SHA512 
f600db86adf5caece4ed4c8a3ca4309540f9eeb1caded8e3f062fd56fa54f2030568c8168fc662fcf80c9905e9b735d52a2578bc2401faf28876a6f5aed01121
+DIST shotwell-0.30.2.tar.xz 6461648 BLAKE2B 
d54f34c05dcb092149129977bf59f0434ec4082929e3c87d9b4e774f85b47d73ecce1e80a6a29965194e9791eecb018405b43f082fb8b334c8d012f06a00b817
 SHA512 
ee74b9d3fbc5b2a5ca87cbc351fa99f6afaec4ce717166f55d79f41f1b039c272ed9028eb3919874f086f934197806738a54f428e790bca50dd8c9af61c21c36

diff --git a/media-gfx/shotwell/metadata.xml b/media-gfx/shotwell/metadata.xml
index 905269f2b26..3e46be14231 100644
--- a/media-gfx/shotwell/metadata.xml
+++ b/media-gfx/shotwell/metadata.xml
@@ -13,10 +13,13 @@
gn...@gentoo.org
Gentoo GNOME Project

+   
+   Enable face detection via 
media-libs/opencv
+   

-   Shotwell is a digital photo organizer designed for the GNOME 
desktop
-   environment. It allows you to import photos from disk or 
camera, organize
-   them in various ways, view them in full-window or fullscreen 
mode, and
-   export them to share with others.
+   Shotwell is a digital photo manager designed for the GNOME 
desktop
+   environment.  It allows you to import photos from disk or 
camera,
+   organize them by keywords and events, view them in full-window 
or fullscreen
+   mode, and share them with others via social networking and more.

 

diff --git a/media-gfx/shotwell/shotwell-0.30.2.ebuild 
b/media-gfx/shotwell/shotwell-0.30.2.ebuild
new file mode 100644
index 000..167dc43d928
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.30.2.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="opencv udev"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.22.0:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8.5:0.8
+   >=net-libs/webkit-gtk-2.4:4
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libxml2-2.6.32:2
+   x11-libs/gdk-pixbuf:2
+   >=dev-db/sqlite-3.5.9:3
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=media-libs/libgphoto2-2.5:=
+   udev? ( >=virtual/libgudev-145:= )
+   >=media-libs/gexiv2-0.10.4
+   >=media-libs/libraw-0.13.2:=
+   >=media-libs/libexif-0.6.16:=
+   dev-libs/libgdata
+   >=app-crypt/gcr-3:=[gtk]
+   x11-libs/cairo
+   opencv? ( >=media-libs/opencv-2.3.0:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   media-plugins/gst-plugins-meta:1.0
+"
+DEPEND="${COMMON_DEPEND}
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-util/itstool
+   

[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2019-03-17 Thread Mart Raudsepp
commit: e3395783ae00c725acaaeae816b9c6f72c619bbc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 17 09:05:05 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 17 09:10:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3395783

media-gfx/shotwell: drop unnecessary versionator.eclass use

It was used to define MY_PV, which is never used in existing
ebuild revisions.

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

 media-gfx/shotwell/shotwell-0.28.3.ebuild | 5 ++---
 media-gfx/shotwell/shotwell-0.28.4.ebuild | 3 +--
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-gfx/shotwell/shotwell-0.28.3.ebuild 
b/media-gfx/shotwell/shotwell-0.28.3.ebuild
index 1d1f9124eb9..b7049d63554 100644
--- a/media-gfx/shotwell/shotwell-0.28.3.ebuild
+++ b/media-gfx/shotwell/shotwell-0.28.3.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 GNOME2_LA_PUNT="yes"
 VALA_MIN_API_VERSION="0.28"
 
-inherit gnome2 multilib toolchain-funcs vala versionator
+inherit gnome2 multilib toolchain-funcs vala
 
-MY_PV=$(get_version_component_range 1-2)
 DESCRIPTION="Open source photo manager for GNOME"
 HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 

diff --git a/media-gfx/shotwell/shotwell-0.28.4.ebuild 
b/media-gfx/shotwell/shotwell-0.28.4.ebuild
index 2f779a3aa54..e6ea4f5ab99 100644
--- a/media-gfx/shotwell/shotwell-0.28.4.ebuild
+++ b/media-gfx/shotwell/shotwell-0.28.4.ebuild
@@ -5,9 +5,8 @@ EAPI=6
 GNOME2_LA_PUNT="yes"
 VALA_MIN_API_VERSION="0.28"
 
-inherit gnome2 multilib toolchain-funcs vala versionator
+inherit gnome2 multilib toolchain-funcs vala
 
-MY_PV=$(get_version_component_range 1-2)
 DESCRIPTION="Open source photo manager for GNOME"
 HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/, profiles/

2019-03-17 Thread Mart Raudsepp
commit: e998864780afc2040fc546b5408c2bc96d969b3e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 17 09:00:03 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 17 09:10:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9988647

media-gfx/shotwell: remove old masked development versions

The ebuild dependencies in them were rather wrong, missing stuff clearly
declared in toplevel meson.build too. 0.30 bump was done based on 0.28 +
full redo from meson.build reading.

Bug: https://bugs.gentoo.org/676644
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/shotwell/Manifest   |  2 --
 media-gfx/shotwell/shotwell-0.29.2.ebuild | 39 ---
 media-gfx/shotwell/shotwell-0.29.3.ebuild | 39 ---
 profiles/package.mask |  4 
 4 files changed, 84 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 234522075e4..399f75dbd3a 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,5 +1,3 @@
 DIST shotwell-0.28.3.tar.xz 5531900 BLAKE2B 
b585989434e3da9b2d5f43aabf41451e33b7b2f537a21305ff9decd9992d42e5422971d1f89836936630f641efdac1242dc21574d86f61a4c71562b657e0300d
 SHA512 
9a0c15bfe856dabaa85038fe875cc178be6a3e104397b36555005615212ac92579234fc6277f1a4a7bddba517e9ea0db5ed06e0fc30614453e3db1153b47dc16
 DIST shotwell-0.28.4.tar.xz 5529712 BLAKE2B 
a8ee8243cf1a800fd1c1a91ade81decf9187aa6ce3b5040977dd45ae64245883691674ca2aa8d09df164e84dcc7f3e632dfc206b2f0eaecd18a171f0c170846d
 SHA512 
b80014ec2c5ddfa35c0eea59daaf41fb8e8fac76482f18581de4c91b766f55d1b05e1925088152705ce3eb4ca228e5401ba80ebd2a6232d65b61cdb2c843267b
-DIST shotwell-0.29.2.tar.xz 2321576 BLAKE2B 
2dd3c959ca8aba6ecb7c3c15ca491291a2c6ead860fac9c1fb1b97ad22140ce9e67617dd268b2d4d362bb8a0c2606d97b5cc71c12e19fcb59fec0185f27c3f0f
 SHA512 
98c57d511a384ced717e2fb410af16326080e2291fce77ea953a377430459c7a81de73118925b2d42bf96b8b717efc93a898d0d859fbab1364c0c192dbb60311
-DIST shotwell-0.29.3.tar.xz 2416332 BLAKE2B 
8f95e3e1b71eb20b10571b5689e9817112935c4d31c8b7800157f7771df04adb4559acc9885ec43032a7619ffefb8899fd90a7740798de4a150c4c78033e890c
 SHA512 
f600db86adf5caece4ed4c8a3ca4309540f9eeb1caded8e3f062fd56fa54f2030568c8168fc662fcf80c9905e9b735d52a2578bc2401faf28876a6f5aed01121
 DIST shotwell-0.30.2.tar.xz 6461648 BLAKE2B 
d54f34c05dcb092149129977bf59f0434ec4082929e3c87d9b4e774f85b47d73ecce1e80a6a29965194e9791eecb018405b43f082fb8b334c8d012f06a00b817
 SHA512 
ee74b9d3fbc5b2a5ca87cbc351fa99f6afaec4ce717166f55d79f41f1b039c272ed9028eb3919874f086f934197806738a54f428e790bca50dd8c9af61c21c36

diff --git a/media-gfx/shotwell/shotwell-0.29.2.ebuild 
b/media-gfx/shotwell/shotwell-0.29.2.ebuild
deleted file mode 100644
index fc06ece5175..000
--- a/media-gfx/shotwell/shotwell-0.29.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 meson vala
-
-DESCRIPTION="Shotwell is a photo manager for GNOME 3"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell/;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
-   app-crypt/gcr:=[gtk,vala]
-   dev-libs/libgdata:=[vala]
-   dev-libs/libgee:=
-   media-libs/gexiv2:=[introspection,vala]
-   media-libs/libexif:=
-   media-libs/libgphoto2:=
-   media-libs/libraw:=
-   net-libs/webkit-gtk:=
-   x11-libs/gtk+:=[X]
-"
-DEPEND="
-   ${RDEPEND}
-   $(vala_depend)
-   dev-util/itstool
-"
-
-src_prepare() {
-   vala_src_prepare
-   eapply_user
-}

diff --git a/media-gfx/shotwell/shotwell-0.29.3.ebuild 
b/media-gfx/shotwell/shotwell-0.29.3.ebuild
deleted file mode 100644
index fc06ece5175..000
--- a/media-gfx/shotwell/shotwell-0.29.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 meson vala
-
-DESCRIPTION="Shotwell is a photo manager for GNOME 3"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell/;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
-   app-crypt/gcr:=[gtk,vala]
-   dev-libs/libgdata:=[vala]
-   dev-libs/libgee:=
-   media-libs/gexiv2:=[introspection,vala]
-   media-libs/libexif:=
-   media-libs/libgphoto2:=
-   media-libs/libraw:=
-   net-libs/webkit-gtk:=
-   x11-libs/gtk+:=[X]
-"
-DEPEND="
-   ${RDEPEND}
-   $(vala_depend)
-   dev-util/itstool
-"
-
-src_prepare() {
-   vala_src_prepare
-   eapply_user
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2019-03-06 Thread Mart Raudsepp
commit: 3c1c3acb838daa1ed1ba6b6f3ecf6b5a198b5472
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Mar  6 17:25:10 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Mar  6 19:28:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1c3acb

media-gfx/shotwell: bump to 0.28.4

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

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.28.4.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 0dc19395962..4f585d4b3f7 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,3 +1,4 @@
 DIST shotwell-0.28.3.tar.xz 5531900 BLAKE2B 
b585989434e3da9b2d5f43aabf41451e33b7b2f537a21305ff9decd9992d42e5422971d1f89836936630f641efdac1242dc21574d86f61a4c71562b657e0300d
 SHA512 
9a0c15bfe856dabaa85038fe875cc178be6a3e104397b36555005615212ac92579234fc6277f1a4a7bddba517e9ea0db5ed06e0fc30614453e3db1153b47dc16
+DIST shotwell-0.28.4.tar.xz 5529712 BLAKE2B 
a8ee8243cf1a800fd1c1a91ade81decf9187aa6ce3b5040977dd45ae64245883691674ca2aa8d09df164e84dcc7f3e632dfc206b2f0eaecd18a171f0c170846d
 SHA512 
b80014ec2c5ddfa35c0eea59daaf41fb8e8fac76482f18581de4c91b766f55d1b05e1925088152705ce3eb4ca228e5401ba80ebd2a6232d65b61cdb2c843267b
 DIST shotwell-0.29.2.tar.xz 2321576 BLAKE2B 
2dd3c959ca8aba6ecb7c3c15ca491291a2c6ead860fac9c1fb1b97ad22140ce9e67617dd268b2d4d362bb8a0c2606d97b5cc71c12e19fcb59fec0185f27c3f0f
 SHA512 
98c57d511a384ced717e2fb410af16326080e2291fce77ea953a377430459c7a81de73118925b2d42bf96b8b717efc93a898d0d859fbab1364c0c192dbb60311
 DIST shotwell-0.29.3.tar.xz 2416332 BLAKE2B 
8f95e3e1b71eb20b10571b5689e9817112935c4d31c8b7800157f7771df04adb4559acc9885ec43032a7619ffefb8899fd90a7740798de4a150c4c78033e890c
 SHA512 
f600db86adf5caece4ed4c8a3ca4309540f9eeb1caded8e3f062fd56fa54f2030568c8168fc662fcf80c9905e9b735d52a2578bc2401faf28876a6f5aed01121

diff --git a/media-gfx/shotwell/shotwell-0.28.4.ebuild 
b/media-gfx/shotwell/shotwell-0.28.4.ebuild
new file mode 100644
index 000..2f779a3aa54
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.28.4.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+   dev-libs/libgdata
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-12-02 Thread Mart Raudsepp
commit: 6e2349939f94bd7dbb3454930be01783a5f42348
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Dec  2 17:07:09 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Dec  2 17:26:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e234993

media-gfx/shotwell: remove old

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

 media-gfx/shotwell/Manifest   |  2 -
 media-gfx/shotwell/shotwell-0.26.4.ebuild | 63 ---
 media-gfx/shotwell/shotwell-0.28.2.ebuild | 63 ---
 3 files changed, 128 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 04a0c6d1973..0dc19395962 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,5 +1,3 @@
-DIST shotwell-0.26.4.tar.xz 5619280 BLAKE2B 
0ca9ecf6e96019aa8e9bd4bae09d1b888902fc054633271854e09e1fa9b474774b7b5f2e6e3bcfed60a5b0f3ba30a2d89133d2676a94db5f4da6ee6a0af41102
 SHA512 
6a0772a40759d636807652ef27814306cbc2217119b071590db36c628b6e9d04f876ae1748c88476fbebc1db0c83e6a108c9f74261b7faa348c6bd37c1da198d
-DIST shotwell-0.28.2.tar.xz 5582276 BLAKE2B 
20d35f714543d35bd04fe81617040419664e662664ae504cbfb0b3bb160d97a5469478e1e134b6432b174fc19bb4fc370b5eb38c576c805e876d00999fb7d979
 SHA512 
dc00f45e55eabadaaf825de5a4152d40db2eb652f966b870a08d36006887a18aacf570b05d232a9fc7ef7df097a468a497778022bf7b86ae2143877c02540cc0
 DIST shotwell-0.28.3.tar.xz 5531900 BLAKE2B 
b585989434e3da9b2d5f43aabf41451e33b7b2f537a21305ff9decd9992d42e5422971d1f89836936630f641efdac1242dc21574d86f61a4c71562b657e0300d
 SHA512 
9a0c15bfe856dabaa85038fe875cc178be6a3e104397b36555005615212ac92579234fc6277f1a4a7bddba517e9ea0db5ed06e0fc30614453e3db1153b47dc16
 DIST shotwell-0.29.2.tar.xz 2321576 BLAKE2B 
2dd3c959ca8aba6ecb7c3c15ca491291a2c6ead860fac9c1fb1b97ad22140ce9e67617dd268b2d4d362bb8a0c2606d97b5cc71c12e19fcb59fec0185f27c3f0f
 SHA512 
98c57d511a384ced717e2fb410af16326080e2291fce77ea953a377430459c7a81de73118925b2d42bf96b8b717efc93a898d0d859fbab1364c0c192dbb60311
 DIST shotwell-0.29.3.tar.xz 2416332 BLAKE2B 
8f95e3e1b71eb20b10571b5689e9817112935c4d31c8b7800157f7771df04adb4559acc9885ec43032a7619ffefb8899fd90a7740798de4a150c4c78033e890c
 SHA512 
f600db86adf5caece4ed4c8a3ca4309540f9eeb1caded8e3f062fd56fa54f2030568c8168fc662fcf80c9905e9b735d52a2578bc2401faf28876a6f5aed01121

diff --git a/media-gfx/shotwell/shotwell-0.26.4.ebuild 
b/media-gfx/shotwell/shotwell-0.26.4.ebuild
deleted file mode 100644
index 5b1b6cd4fc1..000
--- a/media-gfx/shotwell/shotwell-0.26.4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 multilib toolchain-funcs vala versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="
-   >=app-crypt/gcr-3[gtk]
-   >=dev-db/sqlite-3.5.9:3
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libgee-0.8.5:0.8
-   >=dev-libs/libxml2-2.6.32:2
-   gnome-base/dconf
-   >=media-libs/gexiv2-0.10.4
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   media-libs/gstreamer:1.0
-   media-libs/lcms:2
-   >=media-libs/libexif-0.6.16:=
-   >=media-libs/libgphoto2-2.5:=
-   >=media-libs/libraw-0.13.2:=
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   >=net-libs/libsoup-2.42.0:2.4
-   net-libs/webkit-gtk:4
-   virtual/libgudev:=[introspection]
-   >=x11-libs/gtk+-3.14.0:3[X]
-   dev-libs/libgdata
-
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.7
-   >=sys-devel/m4-1.4.13
-   virtual/pkgconfig
-"
-
-# This probably comes from libraries that
-# shotwell-video-thumbnailer links to.
-# Nothing we can do at the moment. #435048
-QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
-
-src_prepare() {
-   vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}

diff --git a/media-gfx/shotwell/shotwell-0.28.2.ebuild 
b/media-gfx/shotwell/shotwell-0.28.2.ebuild
deleted file mode 100644
index 5b1b6cd4fc1..000
--- a/media-gfx/shotwell/shotwell-0.28.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 multilib toolchain-funcs vala versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-

[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-06-27 Thread Nicolas Bock
commit: 6c9a69308534c649fcf1c09e98b59cfe25124605
Author: Nicolas Bock  gentoo  org>
AuthorDate: Wed Jun 27 22:20:01 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Wed Jun 27 22:20:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9a6930

media-gfx/shotwell: Fix ebuild

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-gfx/shotwell/shotwell-0.29.2.ebuild | 56 +--
 1 file changed, 16 insertions(+), 40 deletions(-)

diff --git a/media-gfx/shotwell/shotwell-0.29.2.ebuild 
b/media-gfx/shotwell/shotwell-0.29.2.ebuild
index ed1f7341421..fc06ece5175 100644
--- a/media-gfx/shotwell/shotwell-0.29.2.ebuild
+++ b/media-gfx/shotwell/shotwell-0.29.2.ebuild
@@ -2,14 +2,14 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 GNOME2_LA_PUNT="yes"
 VALA_MIN_API_VERSION="0.28"
 
-inherit gnome2 multilib toolchain-funcs vala versionator
+inherit gnome2 meson vala
 
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+DESCRIPTION="Shotwell is a photo manager for GNOME 3"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell/;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -17,47 +17,23 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="
-   >=app-crypt/gcr-3[gtk]
-   >=dev-db/sqlite-3.5.9:3
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libgee-0.8.5:0.8
-   >=dev-libs/libxml2-2.6.32:2
-   gnome-base/dconf
-   >=media-libs/gexiv2-0.10.4
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   media-libs/gstreamer:1.0
-   media-libs/lcms:2
-   >=media-libs/libexif-0.6.16:=
-   >=media-libs/libgphoto2-2.5:=
-   >=media-libs/libraw-0.13.2:=
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   >=net-libs/libsoup-2.42.0:2.4
-   net-libs/webkit-gtk:4
-   virtual/libgudev:=[introspection]
-   >=x11-libs/gtk+-3.14.0:3[X]
-   dev-libs/libgdata
-
+   app-crypt/gcr:=[gtk,vala]
+   dev-libs/libgdata:=[vala]
+   dev-libs/libgee:=
+   media-libs/gexiv2:=[introspection,vala]
+   media-libs/libexif:=
+   media-libs/libgphoto2:=
+   media-libs/libraw:=
+   net-libs/webkit-gtk:=
+   x11-libs/gtk+:=[X]
 "
-DEPEND="${RDEPEND}
+DEPEND="
+   ${RDEPEND}
$(vala_depend)
dev-util/itstool
-   >=sys-devel/gettext-0.19.7
-   >=sys-devel/m4-1.4.13
-   virtual/pkgconfig
 "
 
-# This probably comes from libraries that
-# shotwell-video-thumbnailer links to.
-# Nothing we can do at the moment. #435048
-QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
-
 src_prepare() {
vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure --disable-static
+   eapply_user
 }



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-06-27 Thread Nicolas Bock
commit: 35736697ed174c3751fc7021d36c749af276ad80
Author: Nicolas Bock  gentoo  org>
AuthorDate: Wed Jun 27 22:16:06 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Wed Jun 27 22:20:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35736697

media-gfx/shotwell: Remove old version

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-gfx/shotwell/Manifest   |  1 -
 media-gfx/shotwell/shotwell-0.29.1.ebuild | 63 ---
 2 files changed, 64 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 299ffd87046..04a0c6d1973 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,6 +1,5 @@
 DIST shotwell-0.26.4.tar.xz 5619280 BLAKE2B 
0ca9ecf6e96019aa8e9bd4bae09d1b888902fc054633271854e09e1fa9b474774b7b5f2e6e3bcfed60a5b0f3ba30a2d89133d2676a94db5f4da6ee6a0af41102
 SHA512 
6a0772a40759d636807652ef27814306cbc2217119b071590db36c628b6e9d04f876ae1748c88476fbebc1db0c83e6a108c9f74261b7faa348c6bd37c1da198d
 DIST shotwell-0.28.2.tar.xz 5582276 BLAKE2B 
20d35f714543d35bd04fe81617040419664e662664ae504cbfb0b3bb160d97a5469478e1e134b6432b174fc19bb4fc370b5eb38c576c805e876d00999fb7d979
 SHA512 
dc00f45e55eabadaaf825de5a4152d40db2eb652f966b870a08d36006887a18aacf570b05d232a9fc7ef7df097a468a497778022bf7b86ae2143877c02540cc0
 DIST shotwell-0.28.3.tar.xz 5531900 BLAKE2B 
b585989434e3da9b2d5f43aabf41451e33b7b2f537a21305ff9decd9992d42e5422971d1f89836936630f641efdac1242dc21574d86f61a4c71562b657e0300d
 SHA512 
9a0c15bfe856dabaa85038fe875cc178be6a3e104397b36555005615212ac92579234fc6277f1a4a7bddba517e9ea0db5ed06e0fc30614453e3db1153b47dc16
-DIST shotwell-0.29.1.tar.xz 2368080 BLAKE2B 
b706229803528c55486219a4190d1145d98b513ff26a4a3d2989abd57ff3465ffab231b1779014b7babf7ce33cc875fa11905a95bbf108251c57d3692a5156a4
 SHA512 
25e7e7d303ecbe89ecf4eba219b6f10ad44d23209d2c2724c6d61afae47afc0a6e1a7a7fe99931888f7374419818c5d74e28bb6120383e191c038c967c84ce39
 DIST shotwell-0.29.2.tar.xz 2321576 BLAKE2B 
2dd3c959ca8aba6ecb7c3c15ca491291a2c6ead860fac9c1fb1b97ad22140ce9e67617dd268b2d4d362bb8a0c2606d97b5cc71c12e19fcb59fec0185f27c3f0f
 SHA512 
98c57d511a384ced717e2fb410af16326080e2291fce77ea953a377430459c7a81de73118925b2d42bf96b8b717efc93a898d0d859fbab1364c0c192dbb60311
 DIST shotwell-0.29.3.tar.xz 2416332 BLAKE2B 
8f95e3e1b71eb20b10571b5689e9817112935c4d31c8b7800157f7771df04adb4559acc9885ec43032a7619ffefb8899fd90a7740798de4a150c4c78033e890c
 SHA512 
f600db86adf5caece4ed4c8a3ca4309540f9eeb1caded8e3f062fd56fa54f2030568c8168fc662fcf80c9905e9b735d52a2578bc2401faf28876a6f5aed01121

diff --git a/media-gfx/shotwell/shotwell-0.29.1.ebuild 
b/media-gfx/shotwell/shotwell-0.29.1.ebuild
deleted file mode 100644
index ed1f7341421..000
--- a/media-gfx/shotwell/shotwell-0.29.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 multilib toolchain-funcs vala versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
-   >=app-crypt/gcr-3[gtk]
-   >=dev-db/sqlite-3.5.9:3
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libgee-0.8.5:0.8
-   >=dev-libs/libxml2-2.6.32:2
-   gnome-base/dconf
-   >=media-libs/gexiv2-0.10.4
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   media-libs/gstreamer:1.0
-   media-libs/lcms:2
-   >=media-libs/libexif-0.6.16:=
-   >=media-libs/libgphoto2-2.5:=
-   >=media-libs/libraw-0.13.2:=
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   >=net-libs/libsoup-2.42.0:2.4
-   net-libs/webkit-gtk:4
-   virtual/libgudev:=[introspection]
-   >=x11-libs/gtk+-3.14.0:3[X]
-   dev-libs/libgdata
-
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.7
-   >=sys-devel/m4-1.4.13
-   virtual/pkgconfig
-"
-
-# This probably comes from libraries that
-# shotwell-video-thumbnailer links to.
-# Nothing we can do at the moment. #435048
-QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
-
-src_prepare() {
-   vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-06-27 Thread Nicolas Bock
commit: 46e41f44ba0b1b0c7933fa7775ac8ee6fe5c7300
Author: Nicolas Bock  gentoo  org>
AuthorDate: Wed Jun 27 22:19:15 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Wed Jun 27 22:19:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e41f44

media-gfx/shotwell: Add la library cleaning step

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-gfx/shotwell/shotwell-0.29.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/shotwell/shotwell-0.29.3.ebuild 
b/media-gfx/shotwell/shotwell-0.29.3.ebuild
index 907f0fe8c50..fc06ece5175 100644
--- a/media-gfx/shotwell/shotwell-0.29.3.ebuild
+++ b/media-gfx/shotwell/shotwell-0.29.3.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+GNOME2_LA_PUNT="yes"
 VALA_MIN_API_VERSION="0.28"
 
 inherit gnome2 meson vala



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-06-26 Thread Nicolas Bock
commit: 9caf872a70b9a40fb670ec97e1947616250293cd
Author: Nicolas Bock  gentoo  org>
AuthorDate: Tue Jun 26 20:07:01 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Tue Jun 26 20:07:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9caf872a

media-gfx/shotwell: Version bump shotwell-0.29.3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.29.3.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 971c5e5d7ff..299ffd87046 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -3,3 +3,4 @@ DIST shotwell-0.28.2.tar.xz 5582276 BLAKE2B 
20d35f714543d35bd04fe81617040419664e
 DIST shotwell-0.28.3.tar.xz 5531900 BLAKE2B 
b585989434e3da9b2d5f43aabf41451e33b7b2f537a21305ff9decd9992d42e5422971d1f89836936630f641efdac1242dc21574d86f61a4c71562b657e0300d
 SHA512 
9a0c15bfe856dabaa85038fe875cc178be6a3e104397b36555005615212ac92579234fc6277f1a4a7bddba517e9ea0db5ed06e0fc30614453e3db1153b47dc16
 DIST shotwell-0.29.1.tar.xz 2368080 BLAKE2B 
b706229803528c55486219a4190d1145d98b513ff26a4a3d2989abd57ff3465ffab231b1779014b7babf7ce33cc875fa11905a95bbf108251c57d3692a5156a4
 SHA512 
25e7e7d303ecbe89ecf4eba219b6f10ad44d23209d2c2724c6d61afae47afc0a6e1a7a7fe99931888f7374419818c5d74e28bb6120383e191c038c967c84ce39
 DIST shotwell-0.29.2.tar.xz 2321576 BLAKE2B 
2dd3c959ca8aba6ecb7c3c15ca491291a2c6ead860fac9c1fb1b97ad22140ce9e67617dd268b2d4d362bb8a0c2606d97b5cc71c12e19fcb59fec0185f27c3f0f
 SHA512 
98c57d511a384ced717e2fb410af16326080e2291fce77ea953a377430459c7a81de73118925b2d42bf96b8b717efc93a898d0d859fbab1364c0c192dbb60311
+DIST shotwell-0.29.3.tar.xz 2416332 BLAKE2B 
8f95e3e1b71eb20b10571b5689e9817112935c4d31c8b7800157f7771df04adb4559acc9885ec43032a7619ffefb8899fd90a7740798de4a150c4c78033e890c
 SHA512 
f600db86adf5caece4ed4c8a3ca4309540f9eeb1caded8e3f062fd56fa54f2030568c8168fc662fcf80c9905e9b735d52a2578bc2401faf28876a6f5aed01121

diff --git a/media-gfx/shotwell/shotwell-0.29.3.ebuild 
b/media-gfx/shotwell/shotwell-0.29.3.ebuild
new file mode 100644
index 000..907f0fe8c50
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.29.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 meson vala
+
+DESCRIPTION="Shotwell is a photo manager for GNOME 3"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell/;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   app-crypt/gcr:=[gtk,vala]
+   dev-libs/libgdata:=[vala]
+   dev-libs/libgee:=
+   media-libs/gexiv2:=[introspection,vala]
+   media-libs/libexif:=
+   media-libs/libgphoto2:=
+   media-libs/libraw:=
+   net-libs/webkit-gtk:=
+   x11-libs/gtk+:=[X]
+"
+DEPEND="
+   ${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+"
+
+src_prepare() {
+   vala_src_prepare
+   eapply_user
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-05-22 Thread Nicolas Bock
commit: 4670b53d96e26a6d038e893b92fbf72add3c7c10
Author: Nicolas Bock  gentoo  org>
AuthorDate: Tue May 22 21:54:54 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Tue May 22 21:55:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4670b53d

media-gfx/shotwell: Version bump shotwell-0.29.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.29.2.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index fd6b284df7d..971c5e5d7ff 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -2,3 +2,4 @@ DIST shotwell-0.26.4.tar.xz 5619280 BLAKE2B 
0ca9ecf6e96019aa8e9bd4bae09d1b888902
 DIST shotwell-0.28.2.tar.xz 5582276 BLAKE2B 
20d35f714543d35bd04fe81617040419664e662664ae504cbfb0b3bb160d97a5469478e1e134b6432b174fc19bb4fc370b5eb38c576c805e876d00999fb7d979
 SHA512 
dc00f45e55eabadaaf825de5a4152d40db2eb652f966b870a08d36006887a18aacf570b05d232a9fc7ef7df097a468a497778022bf7b86ae2143877c02540cc0
 DIST shotwell-0.28.3.tar.xz 5531900 BLAKE2B 
b585989434e3da9b2d5f43aabf41451e33b7b2f537a21305ff9decd9992d42e5422971d1f89836936630f641efdac1242dc21574d86f61a4c71562b657e0300d
 SHA512 
9a0c15bfe856dabaa85038fe875cc178be6a3e104397b36555005615212ac92579234fc6277f1a4a7bddba517e9ea0db5ed06e0fc30614453e3db1153b47dc16
 DIST shotwell-0.29.1.tar.xz 2368080 BLAKE2B 
b706229803528c55486219a4190d1145d98b513ff26a4a3d2989abd57ff3465ffab231b1779014b7babf7ce33cc875fa11905a95bbf108251c57d3692a5156a4
 SHA512 
25e7e7d303ecbe89ecf4eba219b6f10ad44d23209d2c2724c6d61afae47afc0a6e1a7a7fe99931888f7374419818c5d74e28bb6120383e191c038c967c84ce39
+DIST shotwell-0.29.2.tar.xz 2321576 BLAKE2B 
2dd3c959ca8aba6ecb7c3c15ca491291a2c6ead860fac9c1fb1b97ad22140ce9e67617dd268b2d4d362bb8a0c2606d97b5cc71c12e19fcb59fec0185f27c3f0f
 SHA512 
98c57d511a384ced717e2fb410af16326080e2291fce77ea953a377430459c7a81de73118925b2d42bf96b8b717efc93a898d0d859fbab1364c0c192dbb60311

diff --git a/media-gfx/shotwell/shotwell-0.29.2.ebuild 
b/media-gfx/shotwell/shotwell-0.29.2.ebuild
new file mode 100644
index 000..ed1f7341421
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.29.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+   dev-libs/libgdata
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-05-16 Thread Agostino Sarubbo
commit: bfc68d7fb3396d9be37cba73acd231f3917f8592
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 16 12:21:11 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 16 12:21:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc68d7f

media-gfx/shotwell: amd64 stable wrt bug #655756

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 media-gfx/shotwell/shotwell-0.28.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.28.2.ebuild 
b/media-gfx/shotwell/shotwell-0.28.2.ebuild
index 5cb74b6dd24..5b1b6cd4fc1 100644
--- a/media-gfx/shotwell/shotwell-0.28.2.ebuild
+++ b/media-gfx/shotwell/shotwell-0.28.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-05-14 Thread Thomas Deutschmann
commit: 7ec6058ab94ee879db6dde9c7d0853e19a13d35e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 15 01:39:13 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 15 01:39:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec6058a

media-gfx/shotwell: x86 stable (bug #655756)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-gfx/shotwell/shotwell-0.28.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.28.2.ebuild 
b/media-gfx/shotwell/shotwell-0.28.2.ebuild
index ed1f7341421..5cb74b6dd24 100644
--- a/media-gfx/shotwell/shotwell-0.28.2.ebuild
+++ b/media-gfx/shotwell/shotwell-0.28.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-05-08 Thread Nicolas Bock
commit: b79dd7ec98a9a574fd14a4d44aacb3ccb514a02c
Author: Nicolas Bock  gentoo  org>
AuthorDate: Tue May  8 18:29:58 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Tue May  8 19:26:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79dd7ec

media-gfx/shotwell: Added shotwell-0.28.3

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.28.3.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 9469154b739..fd6b284df7d 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,3 +1,4 @@
 DIST shotwell-0.26.4.tar.xz 5619280 BLAKE2B 
0ca9ecf6e96019aa8e9bd4bae09d1b888902fc054633271854e09e1fa9b474774b7b5f2e6e3bcfed60a5b0f3ba30a2d89133d2676a94db5f4da6ee6a0af41102
 SHA512 
6a0772a40759d636807652ef27814306cbc2217119b071590db36c628b6e9d04f876ae1748c88476fbebc1db0c83e6a108c9f74261b7faa348c6bd37c1da198d
 DIST shotwell-0.28.2.tar.xz 5582276 BLAKE2B 
20d35f714543d35bd04fe81617040419664e662664ae504cbfb0b3bb160d97a5469478e1e134b6432b174fc19bb4fc370b5eb38c576c805e876d00999fb7d979
 SHA512 
dc00f45e55eabadaaf825de5a4152d40db2eb652f966b870a08d36006887a18aacf570b05d232a9fc7ef7df097a468a497778022bf7b86ae2143877c02540cc0
+DIST shotwell-0.28.3.tar.xz 5531900 BLAKE2B 
b585989434e3da9b2d5f43aabf41451e33b7b2f537a21305ff9decd9992d42e5422971d1f89836936630f641efdac1242dc21574d86f61a4c71562b657e0300d
 SHA512 
9a0c15bfe856dabaa85038fe875cc178be6a3e104397b36555005615212ac92579234fc6277f1a4a7bddba517e9ea0db5ed06e0fc30614453e3db1153b47dc16
 DIST shotwell-0.29.1.tar.xz 2368080 BLAKE2B 
b706229803528c55486219a4190d1145d98b513ff26a4a3d2989abd57ff3465ffab231b1779014b7babf7ce33cc875fa11905a95bbf108251c57d3692a5156a4
 SHA512 
25e7e7d303ecbe89ecf4eba219b6f10ad44d23209d2c2724c6d61afae47afc0a6e1a7a7fe99931888f7374419818c5d74e28bb6120383e191c038c967c84ce39

diff --git a/media-gfx/shotwell/shotwell-0.28.3.ebuild 
b/media-gfx/shotwell/shotwell-0.28.3.ebuild
new file mode 100644
index 000..ed1f7341421
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.28.3.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+   dev-libs/libgdata
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-04-25 Thread Nicolas Bock
commit: 21d0469e8aa61e74108ef6a1d2f43001e0e2b58c
Author: Nicolas Bock  gentoo  org>
AuthorDate: Wed Apr 25 11:46:23 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Wed Apr 25 12:30:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d0469e

media-gfx/shotwell: Remove shotwell-0.27.x

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/shotwell/Manifest   |  5 ---
 media-gfx/shotwell/shotwell-0.27.0.ebuild | 63 ---
 media-gfx/shotwell/shotwell-0.27.1.ebuild | 63 ---
 media-gfx/shotwell/shotwell-0.27.2.ebuild | 63 ---
 media-gfx/shotwell/shotwell-0.27.3.ebuild | 63 ---
 media-gfx/shotwell/shotwell-0.27.4.ebuild | 63 ---
 6 files changed, 320 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 1c8a006a408..4e55c325b84 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -5,10 +5,5 @@ DIST shotwell-0.26.1.tar.xz 5593092 BLAKE2B 
975872593e726922da721700e8ecb664cbc4
 DIST shotwell-0.26.2.tar.xz 5575388 BLAKE2B 
7a3b63d73d614e2aa85fe00710cceedd25c3545be57419ab40ec6532d2eed2f64fadf774bacbeb70b21099baa3d4511763acbd25acde2ce2a46768986bfe8ff7
 SHA512 
a38681cb1b192372381d67abdc6c088c80fcc1db0d8d328330ee8f1ab78608c742de5e33030ccb1b941f1583a2b7028caadf61ce10ba7f2a93863bd2c3019813
 DIST shotwell-0.26.3.tar.xz 5581204 BLAKE2B 
1b28be1bef1b5b9305020d92bca8b535b7a4f2bdbb5d2815e2679e20c6ae7944db2cfc971f8532eaa68a145f735d1b841c7d7a71d2f14d03fde3619db99e2068
 SHA512 
8d54ffec947b81517840f4f9d223edb6673e6ef66c6cc4333c2353b7c197c0630c10fbf7ae5d3ff5963322f19e5b7adfd6aac5e391262c6edb3b22a01de9a18f
 DIST shotwell-0.26.4.tar.xz 5619280 BLAKE2B 
0ca9ecf6e96019aa8e9bd4bae09d1b888902fc054633271854e09e1fa9b474774b7b5f2e6e3bcfed60a5b0f3ba30a2d89133d2676a94db5f4da6ee6a0af41102
 SHA512 
6a0772a40759d636807652ef27814306cbc2217119b071590db36c628b6e9d04f876ae1748c88476fbebc1db0c83e6a108c9f74261b7faa348c6bd37c1da198d
-DIST shotwell-0.27.0.tar.xz 5574988 BLAKE2B 
30ab9ebe5fa12f8d7be3775d044b983c644b1b88e6ca4a69522db0c3859f55846b785761ced8e1af8da8c4ec72c4b46925c6a77dd2f995936c12638913856c2c
 SHA512 
e7b5fe153fff96e04507588b4b8a1e71c121787cb6d28b7e14bb31824f1a09ca1948edc4bccfa069b2ffebe1ac753580257c1af4b7aec0ed49af74944ee91fbb
-DIST shotwell-0.27.1.tar.xz 5619824 BLAKE2B 
7ba1606b1604ca156aacd71d014bdec507abd2a5447696b60ce4400cf835dd484b39e737ec7659a8744e0a5f72b9e9a561fb297db6f256db7008ca5e4b2ae0d8
 SHA512 
b26c25b45af305903cf0698e65d5230820dda447b70175c92a66e25148e47d620847b3fa2b3bdb8d70656186d5b30d98edf3eee4138f07db9f8260e81a95a7d6
-DIST shotwell-0.27.2.tar.xz 5619692 BLAKE2B 
0a532d6d2f7391f0783cb0fb91fbc15a681e87041d12355ca75581d4b7f4ebe7fe3feeaca7fc12b0fd82710bf2d906c1d3abd382b61a5dfac3041cec482edd38
 SHA512 
a64fec52ff1ba3bca0e4b07be557ea3b838845998ae64ac7504cd9a8c976380cf0d7aae4aaccf931f1f40b5d247e081ec98472da8e8835363779dd39d9d2f69b
-DIST shotwell-0.27.3.tar.xz 5623408 BLAKE2B 
582c0b4bb0636dda4aab7e0a8ca69098b1af455d8c393bd8b5d37337cc85ae38036c6020eb54eeb9fc21f2fe603631305965351bb20f8824b50b5606829a7a47
 SHA512 
204fd348493f25fd855955735f575da9b6de7209f27e677670b5c016cb668558a6909b71e0b1a50fcda47e29a8ac9edc40619dfff2117f637ffebfe022e12275
-DIST shotwell-0.27.4.tar.xz 5626284 BLAKE2B 
2f17546c190dbd04bdf467e12a092c2558ec5bbac1e13a3054c746c391876a1ac4eeddbb4578a575cd0b73f402432ea3763fd90e214a2b0f11a6f281a77a8bac
 SHA512 
9f67893018a750199b51ac42e357c850195a356db8fdb5b1f8836375e01291d716f82257b2b030aa41e9ead59227b442fd38239fad5b5f46bf2701ec968e383f
 DIST shotwell-0.28.2.tar.xz 5582276 BLAKE2B 
20d35f714543d35bd04fe81617040419664e662664ae504cbfb0b3bb160d97a5469478e1e134b6432b174fc19bb4fc370b5eb38c576c805e876d00999fb7d979
 SHA512 
dc00f45e55eabadaaf825de5a4152d40db2eb652f966b870a08d36006887a18aacf570b05d232a9fc7ef7df097a468a497778022bf7b86ae2143877c02540cc0
 DIST shotwell-0.29.1.tar.xz 2368080 BLAKE2B 
b706229803528c55486219a4190d1145d98b513ff26a4a3d2989abd57ff3465ffab231b1779014b7babf7ce33cc875fa11905a95bbf108251c57d3692a5156a4
 SHA512 
25e7e7d303ecbe89ecf4eba219b6f10ad44d23209d2c2724c6d61afae47afc0a6e1a7a7fe99931888f7374419818c5d74e28bb6120383e191c038c967c84ce39

diff --git a/media-gfx/shotwell/shotwell-0.27.0.ebuild 
b/media-gfx/shotwell/shotwell-0.27.0.ebuild
deleted file mode 100644
index 0cafa2080fc..000
--- a/media-gfx/shotwell/shotwell-0.27.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 multilib toolchain-funcs vala versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-

[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-04-25 Thread Nicolas Bock
commit: 352ab0d02d138fad4f901f09a53cf43053ef244c
Author: Nicolas Bock  gentoo  org>
AuthorDate: Wed Apr 25 12:28:35 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Wed Apr 25 12:30:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352ab0d0

media-gfx/shotwell: Remove old versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/shotwell/Manifest |  2 -
 media-gfx/shotwell/shotwell-0.24.6.ebuild   | 60 
 media-gfx/shotwell/shotwell-0.25.0.1.ebuild | 62 -
 3 files changed, 124 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 4e55c325b84..5b92ffdc2ca 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,5 +1,3 @@
-DIST shotwell-0.24.6.tar.xz 5401300 BLAKE2B 
99d013c0703fe15ff3ab99767528f50c4c9a5eef186329bef889f66aff2f654a9e75a3659b2cde87896edf8784d7d6cc4972b1403e55fbac36bc008f21c9d0c7
 SHA512 
48f4595950700b3d193b7d73d4ff45abda1544de66c6252fcf98e94e58f284a0491b08d11045a96b8581f3370d759346739d3da1ef85311717908c33ab1c25c6
-DIST shotwell-0.25.0.1.tar.xz 5398404 BLAKE2B 
8e40b80369b04db44cc1fd6b13703b4d230f82f7367df625491d9e3741f11302317dc09363008d58fec47c2d95dfbc72952ceb78490cd7ae0dbb8994624c00da
 SHA512 
6a071b0b7d84bf78727b84e0ba707d6d7f5408a0b942962771b24a79381c102c58c06b4895eba69527215103279946f4e33b14410a1ce6dd58d3dba3870975df
 DIST shotwell-0.26.0.tar.xz 5583732 BLAKE2B 
db258833af0803c763e1ebcb71ea34a26cc92c9b43d2372c55d66706b2a1a92b8652d18a8aa56ffa615c132dfc1223912391a7c7a89765a027ebef4918e98704
 SHA512 
fd25bd24593360ae3d1f4cf5960d8ff2023f965e5d3bb70b80801a4c23103b570ae856e243c08e486b428c746b6f82bf3c3982a21689e72be7d2dfc3aec16ccf
 DIST shotwell-0.26.1.tar.xz 5593092 BLAKE2B 
975872593e726922da721700e8ecb664cbc43afcb5d689cf1001046b314457df5db16241b3b788571dc5566ed903108b1354cf4c335354e0045fc59fdb954fbf
 SHA512 
82cc95b3b173fbcd3cbb4f5d42f24fcb951b34039af1fdbd062d3f334aa2c305640833a7279cb79e02f0334da8b3a85cd8aadff45a80161ab0d2fbcd14278cd1
 DIST shotwell-0.26.2.tar.xz 5575388 BLAKE2B 
7a3b63d73d614e2aa85fe00710cceedd25c3545be57419ab40ec6532d2eed2f64fadf774bacbeb70b21099baa3d4511763acbd25acde2ce2a46768986bfe8ff7
 SHA512 
a38681cb1b192372381d67abdc6c088c80fcc1db0d8d328330ee8f1ab78608c742de5e33030ccb1b941f1583a2b7028caadf61ce10ba7f2a93863bd2c3019813

diff --git a/media-gfx/shotwell/shotwell-0.24.6.ebuild 
b/media-gfx/shotwell/shotwell-0.24.6.ebuild
deleted file mode 100644
index 46c72d688c8..000
--- a/media-gfx/shotwell/shotwell-0.24.6.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 multilib toolchain-funcs vala versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-db/sqlite-3.5.9:3
-   >=dev-libs/glib-2.30.0:2
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libgee-0.8.5:0.8
-   >=dev-libs/libxml2-2.6.32:2
-   gnome-base/dconf
-   >=media-libs/gexiv2-0.4.90
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   media-libs/gstreamer:1.0
-   media-libs/lcms:2
-   >=media-libs/libexif-0.6.16:=
-   >=media-libs/libgphoto2-2.5:=
-   >=media-libs/libraw-0.13.2:=
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   >=net-libs/libsoup-2.26.0:2.4
-   net-libs/webkit-gtk:4
-   virtual/libgudev:=[introspection]
-   >=x11-libs/gtk+-3.12.2:3[X]
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.7
-   >=sys-devel/m4-1.4.13
-   virtual/pkgconfig
-"
-
-# This probably comes from libraries that
-# shotwell-video-thumbnailer links to.
-# Nothing we can do at the moment. #435048
-QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
-
-src_prepare() {
-   vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}

diff --git a/media-gfx/shotwell/shotwell-0.25.0.1.ebuild 
b/media-gfx/shotwell/shotwell-0.25.0.1.ebuild
deleted file mode 100644
index c3827990765..000
--- a/media-gfx/shotwell/shotwell-0.25.0.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 multilib toolchain-funcs vala versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"

[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-04-25 Thread Nicolas Bock
commit: 9666cb8e2dadeeb06a6c6dc6f9efd71ec10e541c
Author: Nicolas Bock  gentoo  org>
AuthorDate: Wed Apr 25 12:29:50 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Wed Apr 25 12:30:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9666cb8e

media-gfx/shotwell: Remove old stable versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/shotwell/Manifest   |  4 --
 media-gfx/shotwell/shotwell-0.26.0.ebuild | 62 --
 media-gfx/shotwell/shotwell-0.26.1.ebuild | 62 --
 media-gfx/shotwell/shotwell-0.26.2.ebuild | 63 ---
 media-gfx/shotwell/shotwell-0.26.3.ebuild | 63 ---
 5 files changed, 254 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 5b92ffdc2ca..9469154b739 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,7 +1,3 @@
-DIST shotwell-0.26.0.tar.xz 5583732 BLAKE2B 
db258833af0803c763e1ebcb71ea34a26cc92c9b43d2372c55d66706b2a1a92b8652d18a8aa56ffa615c132dfc1223912391a7c7a89765a027ebef4918e98704
 SHA512 
fd25bd24593360ae3d1f4cf5960d8ff2023f965e5d3bb70b80801a4c23103b570ae856e243c08e486b428c746b6f82bf3c3982a21689e72be7d2dfc3aec16ccf
-DIST shotwell-0.26.1.tar.xz 5593092 BLAKE2B 
975872593e726922da721700e8ecb664cbc43afcb5d689cf1001046b314457df5db16241b3b788571dc5566ed903108b1354cf4c335354e0045fc59fdb954fbf
 SHA512 
82cc95b3b173fbcd3cbb4f5d42f24fcb951b34039af1fdbd062d3f334aa2c305640833a7279cb79e02f0334da8b3a85cd8aadff45a80161ab0d2fbcd14278cd1
-DIST shotwell-0.26.2.tar.xz 5575388 BLAKE2B 
7a3b63d73d614e2aa85fe00710cceedd25c3545be57419ab40ec6532d2eed2f64fadf774bacbeb70b21099baa3d4511763acbd25acde2ce2a46768986bfe8ff7
 SHA512 
a38681cb1b192372381d67abdc6c088c80fcc1db0d8d328330ee8f1ab78608c742de5e33030ccb1b941f1583a2b7028caadf61ce10ba7f2a93863bd2c3019813
-DIST shotwell-0.26.3.tar.xz 5581204 BLAKE2B 
1b28be1bef1b5b9305020d92bca8b535b7a4f2bdbb5d2815e2679e20c6ae7944db2cfc971f8532eaa68a145f735d1b841c7d7a71d2f14d03fde3619db99e2068
 SHA512 
8d54ffec947b81517840f4f9d223edb6673e6ef66c6cc4333c2353b7c197c0630c10fbf7ae5d3ff5963322f19e5b7adfd6aac5e391262c6edb3b22a01de9a18f
 DIST shotwell-0.26.4.tar.xz 5619280 BLAKE2B 
0ca9ecf6e96019aa8e9bd4bae09d1b888902fc054633271854e09e1fa9b474774b7b5f2e6e3bcfed60a5b0f3ba30a2d89133d2676a94db5f4da6ee6a0af41102
 SHA512 
6a0772a40759d636807652ef27814306cbc2217119b071590db36c628b6e9d04f876ae1748c88476fbebc1db0c83e6a108c9f74261b7faa348c6bd37c1da198d
 DIST shotwell-0.28.2.tar.xz 5582276 BLAKE2B 
20d35f714543d35bd04fe81617040419664e662664ae504cbfb0b3bb160d97a5469478e1e134b6432b174fc19bb4fc370b5eb38c576c805e876d00999fb7d979
 SHA512 
dc00f45e55eabadaaf825de5a4152d40db2eb652f966b870a08d36006887a18aacf570b05d232a9fc7ef7df097a468a497778022bf7b86ae2143877c02540cc0
 DIST shotwell-0.29.1.tar.xz 2368080 BLAKE2B 
b706229803528c55486219a4190d1145d98b513ff26a4a3d2989abd57ff3465ffab231b1779014b7babf7ce33cc875fa11905a95bbf108251c57d3692a5156a4
 SHA512 
25e7e7d303ecbe89ecf4eba219b6f10ad44d23209d2c2724c6d61afae47afc0a6e1a7a7fe99931888f7374419818c5d74e28bb6120383e191c038c967c84ce39

diff --git a/media-gfx/shotwell/shotwell-0.26.0.ebuild 
b/media-gfx/shotwell/shotwell-0.26.0.ebuild
deleted file mode 100644
index 5d5a82fa738..000
--- a/media-gfx/shotwell/shotwell-0.26.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 multilib toolchain-funcs vala versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
-   >=app-crypt/gcr-3[gtk]
-   >=dev-db/sqlite-3.5.9:3
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libgee-0.8.5:0.8
-   >=dev-libs/libxml2-2.6.32:2
-   gnome-base/dconf
-   >=media-libs/gexiv2-0.10.4
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   media-libs/gstreamer:1.0
-   media-libs/lcms:2
-   >=media-libs/libexif-0.6.16:=
-   >=media-libs/libgphoto2-2.5:=
-   >=media-libs/libraw-0.13.2:=
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   >=net-libs/libsoup-2.42.0:2.4
-   net-libs/webkit-gtk:4
-   virtual/libgudev:=[introspection]
-   >=x11-libs/gtk+-3.14.0:3[X]
-
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.7
-   >=sys-devel/m4-1.4.13
-   virtual/pkgconfig
-"
-
-# This probably comes from libraries that
-# shotwell-video-thumbnailer links to.
-# Nothing we can do at the moment. #435048
-QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
-
-src_prepare() {
-   

[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-04-24 Thread Nicolas Bock
commit: 24c956042019460576eff760c70b171da811d625
Author: Nicolas Bock  gentoo  org>
AuthorDate: Tue Apr 24 18:09:46 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Tue Apr 24 18:09:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c95604

media-gfx/shotwell: New unstable shotwell-0.29.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.29.1.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index b88fbf7fa8f..1c8a006a408 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -11,3 +11,4 @@ DIST shotwell-0.27.2.tar.xz 5619692 BLAKE2B 
0a532d6d2f7391f0783cb0fb91fbc15a681e
 DIST shotwell-0.27.3.tar.xz 5623408 BLAKE2B 
582c0b4bb0636dda4aab7e0a8ca69098b1af455d8c393bd8b5d37337cc85ae38036c6020eb54eeb9fc21f2fe603631305965351bb20f8824b50b5606829a7a47
 SHA512 
204fd348493f25fd855955735f575da9b6de7209f27e677670b5c016cb668558a6909b71e0b1a50fcda47e29a8ac9edc40619dfff2117f637ffebfe022e12275
 DIST shotwell-0.27.4.tar.xz 5626284 BLAKE2B 
2f17546c190dbd04bdf467e12a092c2558ec5bbac1e13a3054c746c391876a1ac4eeddbb4578a575cd0b73f402432ea3763fd90e214a2b0f11a6f281a77a8bac
 SHA512 
9f67893018a750199b51ac42e357c850195a356db8fdb5b1f8836375e01291d716f82257b2b030aa41e9ead59227b442fd38239fad5b5f46bf2701ec968e383f
 DIST shotwell-0.28.2.tar.xz 5582276 BLAKE2B 
20d35f714543d35bd04fe81617040419664e662664ae504cbfb0b3bb160d97a5469478e1e134b6432b174fc19bb4fc370b5eb38c576c805e876d00999fb7d979
 SHA512 
dc00f45e55eabadaaf825de5a4152d40db2eb652f966b870a08d36006887a18aacf570b05d232a9fc7ef7df097a468a497778022bf7b86ae2143877c02540cc0
+DIST shotwell-0.29.1.tar.xz 2368080 BLAKE2B 
b706229803528c55486219a4190d1145d98b513ff26a4a3d2989abd57ff3465ffab231b1779014b7babf7ce33cc875fa11905a95bbf108251c57d3692a5156a4
 SHA512 
25e7e7d303ecbe89ecf4eba219b6f10ad44d23209d2c2724c6d61afae47afc0a6e1a7a7fe99931888f7374419818c5d74e28bb6120383e191c038c967c84ce39

diff --git a/media-gfx/shotwell/shotwell-0.29.1.ebuild 
b/media-gfx/shotwell/shotwell-0.29.1.ebuild
new file mode 100644
index 000..ed1f7341421
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.29.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+   dev-libs/libgdata
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-04-13 Thread Nicolas Bock
commit: 50fca28a74f05c47df37e14346a40c1f86d241f1
Author: Nicolas Bock  gentoo  org>
AuthorDate: Fri Apr 13 11:10:42 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Fri Apr 13 11:13:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50fca28a

media-gfx/shotwell: Version bump to shotwell-0.28.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.28.2.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 7c963788019..b88fbf7fa8f 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -10,3 +10,4 @@ DIST shotwell-0.27.1.tar.xz 5619824 BLAKE2B 
7ba1606b1604ca156aacd71d014bdec507ab
 DIST shotwell-0.27.2.tar.xz 5619692 BLAKE2B 
0a532d6d2f7391f0783cb0fb91fbc15a681e87041d12355ca75581d4b7f4ebe7fe3feeaca7fc12b0fd82710bf2d906c1d3abd382b61a5dfac3041cec482edd38
 SHA512 
a64fec52ff1ba3bca0e4b07be557ea3b838845998ae64ac7504cd9a8c976380cf0d7aae4aaccf931f1f40b5d247e081ec98472da8e8835363779dd39d9d2f69b
 DIST shotwell-0.27.3.tar.xz 5623408 BLAKE2B 
582c0b4bb0636dda4aab7e0a8ca69098b1af455d8c393bd8b5d37337cc85ae38036c6020eb54eeb9fc21f2fe603631305965351bb20f8824b50b5606829a7a47
 SHA512 
204fd348493f25fd855955735f575da9b6de7209f27e677670b5c016cb668558a6909b71e0b1a50fcda47e29a8ac9edc40619dfff2117f637ffebfe022e12275
 DIST shotwell-0.27.4.tar.xz 5626284 BLAKE2B 
2f17546c190dbd04bdf467e12a092c2558ec5bbac1e13a3054c746c391876a1ac4eeddbb4578a575cd0b73f402432ea3763fd90e214a2b0f11a6f281a77a8bac
 SHA512 
9f67893018a750199b51ac42e357c850195a356db8fdb5b1f8836375e01291d716f82257b2b030aa41e9ead59227b442fd38239fad5b5f46bf2701ec968e383f
+DIST shotwell-0.28.2.tar.xz 5582276 BLAKE2B 
20d35f714543d35bd04fe81617040419664e662664ae504cbfb0b3bb160d97a5469478e1e134b6432b174fc19bb4fc370b5eb38c576c805e876d00999fb7d979
 SHA512 
dc00f45e55eabadaaf825de5a4152d40db2eb652f966b870a08d36006887a18aacf570b05d232a9fc7ef7df097a468a497778022bf7b86ae2143877c02540cc0

diff --git a/media-gfx/shotwell/shotwell-0.28.2.ebuild 
b/media-gfx/shotwell/shotwell-0.28.2.ebuild
new file mode 100644
index 000..ed1f7341421
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.28.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+   dev-libs/libgdata
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-02-22 Thread Agostino Sarubbo
commit: 4dc0cc739f22a2de3dc66d25973030bf2f6cddc2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb 22 12:03:42 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb 22 12:03:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc0cc73

media-gfx/shotwell: amd64 stable wrt bug #641984

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 media-gfx/shotwell/shotwell-0.26.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.26.4.ebuild 
b/media-gfx/shotwell/shotwell-0.26.4.ebuild
index 5cb74b6dd24..5b1b6cd4fc1 100644
--- a/media-gfx/shotwell/shotwell-0.26.4.ebuild
+++ b/media-gfx/shotwell/shotwell-0.26.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-02-13 Thread Thomas Deutschmann
commit: a40a8ecaf357ab2fba5773f34cf247acd54a0a21
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Feb 13 18:52:43 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Feb 13 20:11:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40a8eca

media-gfx/shotwell: x86 stable (bug #641984)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/shotwell/shotwell-0.26.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/shotwell/shotwell-0.26.4.ebuild 
b/media-gfx/shotwell/shotwell-0.26.4.ebuild
index 0cafa2080fc..5cb74b6dd24 100644
--- a/media-gfx/shotwell/shotwell-0.26.4.ebuild
+++ b/media-gfx/shotwell/shotwell-0.26.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-02-06 Thread Nicolas Bock
commit: 40fdfe14faef17082605d1c7914eccb5d6db70dc
Author: Nicolas Bock  gentoo  org>
AuthorDate: Tue Feb  6 11:02:46 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Tue Feb  6 11:02:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fdfe14

media-gfx/shotwell: Version bump to shotwell-0.27.4

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.27.4.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index b9ded129eb6..7c963788019 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -9,3 +9,4 @@ DIST shotwell-0.27.0.tar.xz 5574988 BLAKE2B 
30ab9ebe5fa12f8d7be3775d044b983c644b
 DIST shotwell-0.27.1.tar.xz 5619824 BLAKE2B 
7ba1606b1604ca156aacd71d014bdec507abd2a5447696b60ce4400cf835dd484b39e737ec7659a8744e0a5f72b9e9a561fb297db6f256db7008ca5e4b2ae0d8
 SHA512 
b26c25b45af305903cf0698e65d5230820dda447b70175c92a66e25148e47d620847b3fa2b3bdb8d70656186d5b30d98edf3eee4138f07db9f8260e81a95a7d6
 DIST shotwell-0.27.2.tar.xz 5619692 BLAKE2B 
0a532d6d2f7391f0783cb0fb91fbc15a681e87041d12355ca75581d4b7f4ebe7fe3feeaca7fc12b0fd82710bf2d906c1d3abd382b61a5dfac3041cec482edd38
 SHA512 
a64fec52ff1ba3bca0e4b07be557ea3b838845998ae64ac7504cd9a8c976380cf0d7aae4aaccf931f1f40b5d247e081ec98472da8e8835363779dd39d9d2f69b
 DIST shotwell-0.27.3.tar.xz 5623408 BLAKE2B 
582c0b4bb0636dda4aab7e0a8ca69098b1af455d8c393bd8b5d37337cc85ae38036c6020eb54eeb9fc21f2fe603631305965351bb20f8824b50b5606829a7a47
 SHA512 
204fd348493f25fd855955735f575da9b6de7209f27e677670b5c016cb668558a6909b71e0b1a50fcda47e29a8ac9edc40619dfff2117f637ffebfe022e12275
+DIST shotwell-0.27.4.tar.xz 5626284 BLAKE2B 
2f17546c190dbd04bdf467e12a092c2558ec5bbac1e13a3054c746c391876a1ac4eeddbb4578a575cd0b73f402432ea3763fd90e214a2b0f11a6f281a77a8bac
 SHA512 
9f67893018a750199b51ac42e357c850195a356db8fdb5b1f8836375e01291d716f82257b2b030aa41e9ead59227b442fd38239fad5b5f46bf2701ec968e383f

diff --git a/media-gfx/shotwell/shotwell-0.27.4.ebuild 
b/media-gfx/shotwell/shotwell-0.27.4.ebuild
new file mode 100644
index 000..ed1f7341421
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.27.4.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+   dev-libs/libgdata
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2018-01-09 Thread Nicolas Bock
commit: f6c1e0b71a45718cb72c700f6abaf05d974486d6
Author: Nicolas Bock  gentoo  org>
AuthorDate: Tue Jan  9 22:49:52 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Tue Jan  9 22:50:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c1e0b7

media-gfx/shotwell: Version bump to shotwell-0.27.3

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.27.3.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 8570abe1f8e..b9ded129eb6 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -8,3 +8,4 @@ DIST shotwell-0.26.4.tar.xz 5619280 BLAKE2B 
0ca9ecf6e96019aa8e9bd4bae09d1b888902
 DIST shotwell-0.27.0.tar.xz 5574988 BLAKE2B 
30ab9ebe5fa12f8d7be3775d044b983c644b1b88e6ca4a69522db0c3859f55846b785761ced8e1af8da8c4ec72c4b46925c6a77dd2f995936c12638913856c2c
 SHA512 
e7b5fe153fff96e04507588b4b8a1e71c121787cb6d28b7e14bb31824f1a09ca1948edc4bccfa069b2ffebe1ac753580257c1af4b7aec0ed49af74944ee91fbb
 DIST shotwell-0.27.1.tar.xz 5619824 BLAKE2B 
7ba1606b1604ca156aacd71d014bdec507abd2a5447696b60ce4400cf835dd484b39e737ec7659a8744e0a5f72b9e9a561fb297db6f256db7008ca5e4b2ae0d8
 SHA512 
b26c25b45af305903cf0698e65d5230820dda447b70175c92a66e25148e47d620847b3fa2b3bdb8d70656186d5b30d98edf3eee4138f07db9f8260e81a95a7d6
 DIST shotwell-0.27.2.tar.xz 5619692 BLAKE2B 
0a532d6d2f7391f0783cb0fb91fbc15a681e87041d12355ca75581d4b7f4ebe7fe3feeaca7fc12b0fd82710bf2d906c1d3abd382b61a5dfac3041cec482edd38
 SHA512 
a64fec52ff1ba3bca0e4b07be557ea3b838845998ae64ac7504cd9a8c976380cf0d7aae4aaccf931f1f40b5d247e081ec98472da8e8835363779dd39d9d2f69b
+DIST shotwell-0.27.3.tar.xz 5623408 BLAKE2B 
582c0b4bb0636dda4aab7e0a8ca69098b1af455d8c393bd8b5d37337cc85ae38036c6020eb54eeb9fc21f2fe603631305965351bb20f8824b50b5606829a7a47
 SHA512 
204fd348493f25fd855955735f575da9b6de7209f27e677670b5c016cb668558a6909b71e0b1a50fcda47e29a8ac9edc40619dfff2117f637ffebfe022e12275

diff --git a/media-gfx/shotwell/shotwell-0.27.3.ebuild 
b/media-gfx/shotwell/shotwell-0.27.3.ebuild
new file mode 100644
index 000..ed1f7341421
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.27.3.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+   dev-libs/libgdata
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-12-24 Thread Nicolas Bock
commit: ee82f539e45e70384b920dc7ddcd9e8e5f4f8010
Author: Nicolas Bock  gentoo  org>
AuthorDate: Sun Dec 24 14:34:42 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Sun Dec 24 14:35:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee82f539

media-gfx/shotwell: Version bump to shotwell-0.27.2

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.27.2.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index cf2e7619a3e..8570abe1f8e 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -7,3 +7,4 @@ DIST shotwell-0.26.3.tar.xz 5581204 BLAKE2B 
1b28be1bef1b5b9305020d92bca8b535b7a4
 DIST shotwell-0.26.4.tar.xz 5619280 BLAKE2B 
0ca9ecf6e96019aa8e9bd4bae09d1b888902fc054633271854e09e1fa9b474774b7b5f2e6e3bcfed60a5b0f3ba30a2d89133d2676a94db5f4da6ee6a0af41102
 SHA512 
6a0772a40759d636807652ef27814306cbc2217119b071590db36c628b6e9d04f876ae1748c88476fbebc1db0c83e6a108c9f74261b7faa348c6bd37c1da198d
 DIST shotwell-0.27.0.tar.xz 5574988 BLAKE2B 
30ab9ebe5fa12f8d7be3775d044b983c644b1b88e6ca4a69522db0c3859f55846b785761ced8e1af8da8c4ec72c4b46925c6a77dd2f995936c12638913856c2c
 SHA512 
e7b5fe153fff96e04507588b4b8a1e71c121787cb6d28b7e14bb31824f1a09ca1948edc4bccfa069b2ffebe1ac753580257c1af4b7aec0ed49af74944ee91fbb
 DIST shotwell-0.27.1.tar.xz 5619824 BLAKE2B 
7ba1606b1604ca156aacd71d014bdec507abd2a5447696b60ce4400cf835dd484b39e737ec7659a8744e0a5f72b9e9a561fb297db6f256db7008ca5e4b2ae0d8
 SHA512 
b26c25b45af305903cf0698e65d5230820dda447b70175c92a66e25148e47d620847b3fa2b3bdb8d70656186d5b30d98edf3eee4138f07db9f8260e81a95a7d6
+DIST shotwell-0.27.2.tar.xz 5619692 BLAKE2B 
0a532d6d2f7391f0783cb0fb91fbc15a681e87041d12355ca75581d4b7f4ebe7fe3feeaca7fc12b0fd82710bf2d906c1d3abd382b61a5dfac3041cec482edd38
 SHA512 
a64fec52ff1ba3bca0e4b07be557ea3b838845998ae64ac7504cd9a8c976380cf0d7aae4aaccf931f1f40b5d247e081ec98472da8e8835363779dd39d9d2f69b

diff --git a/media-gfx/shotwell/shotwell-0.27.2.ebuild 
b/media-gfx/shotwell/shotwell-0.27.2.ebuild
new file mode 100644
index 000..0cafa2080fc
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.27.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+   dev-libs/libgdata
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-11-10 Thread Nicolas Bock
commit: d8e8824fdd9fd0c78d7c3620aa2a4dd7a26b2b85
Author: Nicolas Bock  gentoo  org>
AuthorDate: Fri Nov 10 20:29:44 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Fri Nov 10 20:29:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e8824f

media-gfx/shotwell: Version bump to shotwell-0.26.4

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.26.4.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index ed1ec29d67e..607db59f770 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -4,5 +4,6 @@ DIST shotwell-0.26.0.tar.xz 5583732 SHA256 
305df4d49971eb10f2a04b577ebbd9448202f
 DIST shotwell-0.26.1.tar.xz 5593092 SHA256 
0a60cc8a132fd962ed8c73f82b3f8ad7cbf1014bb93e89eee83e5c9a8c0b5375 SHA512 
82cc95b3b173fbcd3cbb4f5d42f24fcb951b34039af1fdbd062d3f334aa2c305640833a7279cb79e02f0334da8b3a85cd8aadff45a80161ab0d2fbcd14278cd1
 WHIRLPOOL 
8cbf50548eec1bb7b53d6d2df75dacc3b464b7790a0bbcceed799c948e5e3f777ad6f7f547ae2ef74d42466c06db94368ebf8fa0125908cb57ca200c49456119
 DIST shotwell-0.26.2.tar.xz 5575388 SHA256 
4f65283d54772ef6344b8e8acb242f06b7f5b3f8e42ccb292b02c06a8dc2323b SHA512 
a38681cb1b192372381d67abdc6c088c80fcc1db0d8d328330ee8f1ab78608c742de5e33030ccb1b941f1583a2b7028caadf61ce10ba7f2a93863bd2c3019813
 WHIRLPOOL 
1b8ba18aa63b033c00d55f1cdc2e95d8232f32c8d1e438cbba90b7e2e8cfb3fe454934686363d81cdda56beb19e1494f8ed69c7edc29398b54ff23216516225d
 DIST shotwell-0.26.3.tar.xz 5581204 SHA256 
fb83e4b0b3d2fde62f3870e01294269fa099a94cfbcfcc614ab6b09387690ee5 SHA512 
8d54ffec947b81517840f4f9d223edb6673e6ef66c6cc4333c2353b7c197c0630c10fbf7ae5d3ff5963322f19e5b7adfd6aac5e391262c6edb3b22a01de9a18f
 WHIRLPOOL 
d5f6a4ecba5417ce66bf30479e5db7810c7887f044769de7d28c2effcd5da8e093dd4d485c9e433c73451b829385e99b7bf9e48616935aea60263aef635eb332
+DIST shotwell-0.26.4.tar.xz 5619280 SHA256 
70802d290419454e3194f6cf4a74db6c5a5ee2674f92809477083bcf58d32cd8 SHA512 
6a0772a40759d636807652ef27814306cbc2217119b071590db36c628b6e9d04f876ae1748c88476fbebc1db0c83e6a108c9f74261b7faa348c6bd37c1da198d
 WHIRLPOOL 
08180efc1c0daaf2bd0328e5e66bb4f88a77cb4b23e0894885e7bb3dfac8741162bdad9f3fc36dae3a22bce836993a2bef11c3ed6846061b59c7ad07a90ddf30
 DIST shotwell-0.27.0.tar.xz 5574988 SHA256 
42851935652986f000d96b4c6ac4180c96942fd63e437dee3179b249c2b87c0f SHA512 
e7b5fe153fff96e04507588b4b8a1e71c121787cb6d28b7e14bb31824f1a09ca1948edc4bccfa069b2ffebe1ac753580257c1af4b7aec0ed49af74944ee91fbb
 WHIRLPOOL 
bf188b53f841c65acc0d3589fce5ca39b1e6c0f7b867f88b7018104f211c5677f6f0906b037ab54aafdfc3bec87d29076f97ce3d286f50c852690862b8e919ea
 DIST shotwell-0.27.1.tar.xz 5619824 SHA256 
095d9f9784cb34889110cdde8110e67a592c6141318b7edae666070d363e5bc9 SHA512 
b26c25b45af305903cf0698e65d5230820dda447b70175c92a66e25148e47d620847b3fa2b3bdb8d70656186d5b30d98edf3eee4138f07db9f8260e81a95a7d6
 WHIRLPOOL 
4bd4ad2f5628cd1b2b46bf6bb87924452f1d4650fdce6c0d2be7b7fc9f9f958252dc88d131d7ee6066657676ae5895f99803b008d6c89d7b2b7937d3376cf2e9

diff --git a/media-gfx/shotwell/shotwell-0.26.4.ebuild 
b/media-gfx/shotwell/shotwell-0.26.4.ebuild
new file mode 100644
index 000..0cafa2080fc
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.26.4.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+   dev-libs/libgdata
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   

[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-10-24 Thread Nicolas Bock
commit: 25b1a6a578db2dd272b103495a25d22b6b023b0d
Author: Nicolas Bock  gentoo  org>
AuthorDate: Tue Oct 24 12:40:40 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Tue Oct 24 12:41:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b1a6a5

media-gfx/shotwell: Version bump to shotwell-0.27.1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.27.1.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 1b960fd0418..ed1ec29d67e 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -5,3 +5,4 @@ DIST shotwell-0.26.1.tar.xz 5593092 SHA256 
0a60cc8a132fd962ed8c73f82b3f8ad7cbf10
 DIST shotwell-0.26.2.tar.xz 5575388 SHA256 
4f65283d54772ef6344b8e8acb242f06b7f5b3f8e42ccb292b02c06a8dc2323b SHA512 
a38681cb1b192372381d67abdc6c088c80fcc1db0d8d328330ee8f1ab78608c742de5e33030ccb1b941f1583a2b7028caadf61ce10ba7f2a93863bd2c3019813
 WHIRLPOOL 
1b8ba18aa63b033c00d55f1cdc2e95d8232f32c8d1e438cbba90b7e2e8cfb3fe454934686363d81cdda56beb19e1494f8ed69c7edc29398b54ff23216516225d
 DIST shotwell-0.26.3.tar.xz 5581204 SHA256 
fb83e4b0b3d2fde62f3870e01294269fa099a94cfbcfcc614ab6b09387690ee5 SHA512 
8d54ffec947b81517840f4f9d223edb6673e6ef66c6cc4333c2353b7c197c0630c10fbf7ae5d3ff5963322f19e5b7adfd6aac5e391262c6edb3b22a01de9a18f
 WHIRLPOOL 
d5f6a4ecba5417ce66bf30479e5db7810c7887f044769de7d28c2effcd5da8e093dd4d485c9e433c73451b829385e99b7bf9e48616935aea60263aef635eb332
 DIST shotwell-0.27.0.tar.xz 5574988 SHA256 
42851935652986f000d96b4c6ac4180c96942fd63e437dee3179b249c2b87c0f SHA512 
e7b5fe153fff96e04507588b4b8a1e71c121787cb6d28b7e14bb31824f1a09ca1948edc4bccfa069b2ffebe1ac753580257c1af4b7aec0ed49af74944ee91fbb
 WHIRLPOOL 
bf188b53f841c65acc0d3589fce5ca39b1e6c0f7b867f88b7018104f211c5677f6f0906b037ab54aafdfc3bec87d29076f97ce3d286f50c852690862b8e919ea
+DIST shotwell-0.27.1.tar.xz 5619824 SHA256 
095d9f9784cb34889110cdde8110e67a592c6141318b7edae666070d363e5bc9 SHA512 
b26c25b45af305903cf0698e65d5230820dda447b70175c92a66e25148e47d620847b3fa2b3bdb8d70656186d5b30d98edf3eee4138f07db9f8260e81a95a7d6
 WHIRLPOOL 
4bd4ad2f5628cd1b2b46bf6bb87924452f1d4650fdce6c0d2be7b7fc9f9f958252dc88d131d7ee6066657676ae5895f99803b008d6c89d7b2b7937d3376cf2e9

diff --git a/media-gfx/shotwell/shotwell-0.27.1.ebuild 
b/media-gfx/shotwell/shotwell-0.27.1.ebuild
new file mode 100644
index 000..0cafa2080fc
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.27.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+   dev-libs/libgdata
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-10-04 Thread Nicolas Bock
commit: 0f00cab0a008eab267f53ce522e985d39b2c5c92
Author: Nicolas Bock  gentoo  org>
AuthorDate: Wed Oct  4 11:43:24 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Wed Oct  4 11:43:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f00cab0

media-gfx/shotwell: Fix indentation of metadata

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-gfx/shotwell/metadata.xml | 42 -
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/media-gfx/shotwell/metadata.xml b/media-gfx/shotwell/metadata.xml
index cdcc03cf8c1..b9e9ae86acf 100644
--- a/media-gfx/shotwell/metadata.xml
+++ b/media-gfx/shotwell/metadata.xml
@@ -1,26 +1,26 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-hwoar...@gentoo.org
-Markos Chandras
-  
-  
-nicolasb...@gentoo.org
-Nicolas Bock
-  
-  
-graph...@gentoo.org
-Gentoo Graphics Project
-  
-  
-gn...@gentoo.org
-Gentoo GNOME Project
-  
-  
-   Shotwell is a digital photo organizer designed for the GNOME desktop
-   environment. It allows you to import photos from disk or camera, 
organize
-   them in various ways, view them in full-window or fullscreen mode, and
-   export them to share with others.
+   
+   hwoar...@gentoo.org
+   Markos Chandras
+   
+   
+   nicolasb...@gentoo.org
+   Nicolas Bock
+   
+   
+   graph...@gentoo.org
+   Gentoo Graphics Project
+   
+   
+   gn...@gentoo.org
+   Gentoo GNOME Project
+   
+   
+   Shotwell is a digital photo organizer designed for the GNOME 
desktop
+   environment. It allows you to import photos from disk or 
camera, organize
+   them in various ways, view them in full-window or fullscreen 
mode, and
+   export them to share with others.

 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-08-11 Thread Nicolas Bock
commit: 0d49d5ca2a03279afaba00af30c7a5952597e343
Author: Nicolas Bock  gentoo  org>
AuthorDate: Fri Aug 11 11:21:24 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Fri Aug 11 11:21:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d49d5ca

media-gfx/shotwell: Version bump to shotwell-0.26.3

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.26.3.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 2c0bcd25261..1b960fd0418 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -3,4 +3,5 @@ DIST shotwell-0.25.0.1.tar.xz 5398404 SHA256 
e69c96b3ee650aed8f83dfe099e01d85f83
 DIST shotwell-0.26.0.tar.xz 5583732 SHA256 
305df4d49971eb10f2a04b577ebbd9448202f13d51aa02608e433b8613df1024 SHA512 
fd25bd24593360ae3d1f4cf5960d8ff2023f965e5d3bb70b80801a4c23103b570ae856e243c08e486b428c746b6f82bf3c3982a21689e72be7d2dfc3aec16ccf
 WHIRLPOOL 
df449129ee5d8b0a4ec5826b2a106e228fe3f9daca864038e02524b04d568d336b3c4acfa76ec57a510acaa5ccf839a3f0d2f2c35e5602e05a01690a8ce1fac5
 DIST shotwell-0.26.1.tar.xz 5593092 SHA256 
0a60cc8a132fd962ed8c73f82b3f8ad7cbf1014bb93e89eee83e5c9a8c0b5375 SHA512 
82cc95b3b173fbcd3cbb4f5d42f24fcb951b34039af1fdbd062d3f334aa2c305640833a7279cb79e02f0334da8b3a85cd8aadff45a80161ab0d2fbcd14278cd1
 WHIRLPOOL 
8cbf50548eec1bb7b53d6d2df75dacc3b464b7790a0bbcceed799c948e5e3f777ad6f7f547ae2ef74d42466c06db94368ebf8fa0125908cb57ca200c49456119
 DIST shotwell-0.26.2.tar.xz 5575388 SHA256 
4f65283d54772ef6344b8e8acb242f06b7f5b3f8e42ccb292b02c06a8dc2323b SHA512 
a38681cb1b192372381d67abdc6c088c80fcc1db0d8d328330ee8f1ab78608c742de5e33030ccb1b941f1583a2b7028caadf61ce10ba7f2a93863bd2c3019813
 WHIRLPOOL 
1b8ba18aa63b033c00d55f1cdc2e95d8232f32c8d1e438cbba90b7e2e8cfb3fe454934686363d81cdda56beb19e1494f8ed69c7edc29398b54ff23216516225d
+DIST shotwell-0.26.3.tar.xz 5581204 SHA256 
fb83e4b0b3d2fde62f3870e01294269fa099a94cfbcfcc614ab6b09387690ee5 SHA512 
8d54ffec947b81517840f4f9d223edb6673e6ef66c6cc4333c2353b7c197c0630c10fbf7ae5d3ff5963322f19e5b7adfd6aac5e391262c6edb3b22a01de9a18f
 WHIRLPOOL 
d5f6a4ecba5417ce66bf30479e5db7810c7887f044769de7d28c2effcd5da8e093dd4d485c9e433c73451b829385e99b7bf9e48616935aea60263aef635eb332
 DIST shotwell-0.27.0.tar.xz 5574988 SHA256 
42851935652986f000d96b4c6ac4180c96942fd63e437dee3179b249c2b87c0f SHA512 
e7b5fe153fff96e04507588b4b8a1e71c121787cb6d28b7e14bb31824f1a09ca1948edc4bccfa069b2ffebe1ac753580257c1af4b7aec0ed49af74944ee91fbb
 WHIRLPOOL 
bf188b53f841c65acc0d3589fce5ca39b1e6c0f7b867f88b7018104f211c5677f6f0906b037ab54aafdfc3bec87d29076f97ce3d286f50c852690862b8e919ea

diff --git a/media-gfx/shotwell/shotwell-0.26.3.ebuild 
b/media-gfx/shotwell/shotwell-0.26.3.ebuild
new file mode 100644
index 000..0cafa2080fc
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.26.3.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+   dev-libs/libgdata
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-07-16 Thread Nicolas Bock
commit: 6d2a1cd52ee54582c2ba249be2e3339df570f845
Author: Nicolas Bock  gentoo  org>
AuthorDate: Sun Jul 16 07:54:29 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Sun Jul 16 07:54:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2a1cd5

media-gfx/shotwell: Version bump to shotwell-0.27.0

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.27.0.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index dd0fa0902c8..2c0bcd25261 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -3,3 +3,4 @@ DIST shotwell-0.25.0.1.tar.xz 5398404 SHA256 
e69c96b3ee650aed8f83dfe099e01d85f83
 DIST shotwell-0.26.0.tar.xz 5583732 SHA256 
305df4d49971eb10f2a04b577ebbd9448202f13d51aa02608e433b8613df1024 SHA512 
fd25bd24593360ae3d1f4cf5960d8ff2023f965e5d3bb70b80801a4c23103b570ae856e243c08e486b428c746b6f82bf3c3982a21689e72be7d2dfc3aec16ccf
 WHIRLPOOL 
df449129ee5d8b0a4ec5826b2a106e228fe3f9daca864038e02524b04d568d336b3c4acfa76ec57a510acaa5ccf839a3f0d2f2c35e5602e05a01690a8ce1fac5
 DIST shotwell-0.26.1.tar.xz 5593092 SHA256 
0a60cc8a132fd962ed8c73f82b3f8ad7cbf1014bb93e89eee83e5c9a8c0b5375 SHA512 
82cc95b3b173fbcd3cbb4f5d42f24fcb951b34039af1fdbd062d3f334aa2c305640833a7279cb79e02f0334da8b3a85cd8aadff45a80161ab0d2fbcd14278cd1
 WHIRLPOOL 
8cbf50548eec1bb7b53d6d2df75dacc3b464b7790a0bbcceed799c948e5e3f777ad6f7f547ae2ef74d42466c06db94368ebf8fa0125908cb57ca200c49456119
 DIST shotwell-0.26.2.tar.xz 5575388 SHA256 
4f65283d54772ef6344b8e8acb242f06b7f5b3f8e42ccb292b02c06a8dc2323b SHA512 
a38681cb1b192372381d67abdc6c088c80fcc1db0d8d328330ee8f1ab78608c742de5e33030ccb1b941f1583a2b7028caadf61ce10ba7f2a93863bd2c3019813
 WHIRLPOOL 
1b8ba18aa63b033c00d55f1cdc2e95d8232f32c8d1e438cbba90b7e2e8cfb3fe454934686363d81cdda56beb19e1494f8ed69c7edc29398b54ff23216516225d
+DIST shotwell-0.27.0.tar.xz 5574988 SHA256 
42851935652986f000d96b4c6ac4180c96942fd63e437dee3179b249c2b87c0f SHA512 
e7b5fe153fff96e04507588b4b8a1e71c121787cb6d28b7e14bb31824f1a09ca1948edc4bccfa069b2ffebe1ac753580257c1af4b7aec0ed49af74944ee91fbb
 WHIRLPOOL 
bf188b53f841c65acc0d3589fce5ca39b1e6c0f7b867f88b7018104f211c5677f6f0906b037ab54aafdfc3bec87d29076f97ce3d286f50c852690862b8e919ea

diff --git a/media-gfx/shotwell/shotwell-0.27.0.ebuild 
b/media-gfx/shotwell/shotwell-0.27.0.ebuild
new file mode 100644
index 000..0cafa2080fc
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.27.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+   dev-libs/libgdata
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-06-01 Thread Nicolas Bock
commit: 7876c97aedfe6cd427a99109ac936bcf9c797b2e
Author: Nicolas Bock  gentoo  org>
AuthorDate: Fri Jun  2 01:28:19 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Fri Jun  2 01:28:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7876c97a

media-gfx/shotwell: Add missing dependency

Building from emtpy tree, I found that dev-lib/libgdata is necessary for
building shotwell. This change adds this dependency.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-gfx/shotwell/shotwell-0.26.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/shotwell/shotwell-0.26.2.ebuild 
b/media-gfx/shotwell/shotwell-0.26.2.ebuild
index 5d5a82fa738..0cafa2080fc 100644
--- a/media-gfx/shotwell/shotwell-0.26.2.ebuild
+++ b/media-gfx/shotwell/shotwell-0.26.2.ebuild
@@ -37,6 +37,7 @@ RDEPEND="
net-libs/webkit-gtk:4
virtual/libgudev:=[introspection]
>=x11-libs/gtk+-3.14.0:3[X]
+   dev-libs/libgdata
 
 "
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-06-01 Thread Nicolas Bock
commit: 3277e392df1c1b96b377434913e85de38b393080
Author: Nicolas Bock  gentoo  org>
AuthorDate: Thu Jun  1 19:19:57 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Thu Jun  1 20:02:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3277e392

media-gfx/shotwell: Version bump to 0.26.2

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.26.2.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index cf9969cce8b..dd0fa0902c8 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -2,3 +2,4 @@ DIST shotwell-0.24.6.tar.xz 5401300 SHA256 
ecbbe8be422f0a228eb5a9d42f948f14d0b4a
 DIST shotwell-0.25.0.1.tar.xz 5398404 SHA256 
e69c96b3ee650aed8f83dfe099e01d85f83ab19f56995a90d48681fdf26400a6 SHA512 
6a071b0b7d84bf78727b84e0ba707d6d7f5408a0b942962771b24a79381c102c58c06b4895eba69527215103279946f4e33b14410a1ce6dd58d3dba3870975df
 WHIRLPOOL 
7ab54b4b28d1db631e9a359ab803a6a4447a6642b44daf59ed4970e49ee40cf23208f7bf0754eaccfa6ed10ad4b3f02110769dad4f32ff13b1173f636c4d6b62
 DIST shotwell-0.26.0.tar.xz 5583732 SHA256 
305df4d49971eb10f2a04b577ebbd9448202f13d51aa02608e433b8613df1024 SHA512 
fd25bd24593360ae3d1f4cf5960d8ff2023f965e5d3bb70b80801a4c23103b570ae856e243c08e486b428c746b6f82bf3c3982a21689e72be7d2dfc3aec16ccf
 WHIRLPOOL 
df449129ee5d8b0a4ec5826b2a106e228fe3f9daca864038e02524b04d568d336b3c4acfa76ec57a510acaa5ccf839a3f0d2f2c35e5602e05a01690a8ce1fac5
 DIST shotwell-0.26.1.tar.xz 5593092 SHA256 
0a60cc8a132fd962ed8c73f82b3f8ad7cbf1014bb93e89eee83e5c9a8c0b5375 SHA512 
82cc95b3b173fbcd3cbb4f5d42f24fcb951b34039af1fdbd062d3f334aa2c305640833a7279cb79e02f0334da8b3a85cd8aadff45a80161ab0d2fbcd14278cd1
 WHIRLPOOL 
8cbf50548eec1bb7b53d6d2df75dacc3b464b7790a0bbcceed799c948e5e3f777ad6f7f547ae2ef74d42466c06db94368ebf8fa0125908cb57ca200c49456119
+DIST shotwell-0.26.2.tar.xz 5575388 SHA256 
4f65283d54772ef6344b8e8acb242f06b7f5b3f8e42ccb292b02c06a8dc2323b SHA512 
a38681cb1b192372381d67abdc6c088c80fcc1db0d8d328330ee8f1ab78608c742de5e33030ccb1b941f1583a2b7028caadf61ce10ba7f2a93863bd2c3019813
 WHIRLPOOL 
1b8ba18aa63b033c00d55f1cdc2e95d8232f32c8d1e438cbba90b7e2e8cfb3fe454934686363d81cdda56beb19e1494f8ed69c7edc29398b54ff23216516225d

diff --git a/media-gfx/shotwell/shotwell-0.26.2.ebuild 
b/media-gfx/shotwell/shotwell-0.26.2.ebuild
new file mode 100644
index 000..5d5a82fa738
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.26.2.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-05-20 Thread Nicolas Bock
commit: c8af52cff98d4f0cfce581412ddd0df1b97ef889
Author: Nicolas Bock  gentoo  org>
AuthorDate: Wed Mar 29 12:16:37 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Sat May 20 12:17:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8af52cf

media-gfx/shotwell: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/shotwell/Manifest   |  2 +
 media-gfx/shotwell/metadata.xml   |  4 ++
 media-gfx/shotwell/shotwell-0.26.0.ebuild | 62 +++
 media-gfx/shotwell/shotwell-0.26.1.ebuild | 62 +++
 4 files changed, 130 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 47999ef67d7..cf9969cce8b 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,2 +1,4 @@
 DIST shotwell-0.24.6.tar.xz 5401300 SHA256 
ecbbe8be422f0a228eb5a9d42f948f14d0b4ad4206dd503e3438be589595f947 SHA512 
48f4595950700b3d193b7d73d4ff45abda1544de66c6252fcf98e94e58f284a0491b08d11045a96b8581f3370d759346739d3da1ef85311717908c33ab1c25c6
 WHIRLPOOL 
a3f1127eb24ede554ccc1c08402aceb008728dff8ada56831f51729ae324f8c0bc425e6b04d210bd830ed3ce337a6805aef59f9d9bb9d7354127942c6794d141
 DIST shotwell-0.25.0.1.tar.xz 5398404 SHA256 
e69c96b3ee650aed8f83dfe099e01d85f83ab19f56995a90d48681fdf26400a6 SHA512 
6a071b0b7d84bf78727b84e0ba707d6d7f5408a0b942962771b24a79381c102c58c06b4895eba69527215103279946f4e33b14410a1ce6dd58d3dba3870975df
 WHIRLPOOL 
7ab54b4b28d1db631e9a359ab803a6a4447a6642b44daf59ed4970e49ee40cf23208f7bf0754eaccfa6ed10ad4b3f02110769dad4f32ff13b1173f636c4d6b62
+DIST shotwell-0.26.0.tar.xz 5583732 SHA256 
305df4d49971eb10f2a04b577ebbd9448202f13d51aa02608e433b8613df1024 SHA512 
fd25bd24593360ae3d1f4cf5960d8ff2023f965e5d3bb70b80801a4c23103b570ae856e243c08e486b428c746b6f82bf3c3982a21689e72be7d2dfc3aec16ccf
 WHIRLPOOL 
df449129ee5d8b0a4ec5826b2a106e228fe3f9daca864038e02524b04d568d336b3c4acfa76ec57a510acaa5ccf839a3f0d2f2c35e5602e05a01690a8ce1fac5
+DIST shotwell-0.26.1.tar.xz 5593092 SHA256 
0a60cc8a132fd962ed8c73f82b3f8ad7cbf1014bb93e89eee83e5c9a8c0b5375 SHA512 
82cc95b3b173fbcd3cbb4f5d42f24fcb951b34039af1fdbd062d3f334aa2c305640833a7279cb79e02f0334da8b3a85cd8aadff45a80161ab0d2fbcd14278cd1
 WHIRLPOOL 
8cbf50548eec1bb7b53d6d2df75dacc3b464b7790a0bbcceed799c948e5e3f777ad6f7f547ae2ef74d42466c06db94368ebf8fa0125908cb57ca200c49456119

diff --git a/media-gfx/shotwell/metadata.xml b/media-gfx/shotwell/metadata.xml
index a2b09843cfc..cdcc03cf8c1 100644
--- a/media-gfx/shotwell/metadata.xml
+++ b/media-gfx/shotwell/metadata.xml
@@ -5,6 +5,10 @@
 hwoar...@gentoo.org
 Markos Chandras
   
+  
+nicolasb...@gentoo.org
+Nicolas Bock
+  
   
 graph...@gentoo.org
 Gentoo Graphics Project

diff --git a/media-gfx/shotwell/shotwell-0.26.0.ebuild 
b/media-gfx/shotwell/shotwell-0.26.0.ebuild
new file mode 100644
index 000..5d5a82fa738
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.26.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}

diff --git a/media-gfx/shotwell/shotwell-0.26.1.ebuild 
b/media-gfx/shotwell/shotwell-0.26.1.ebuild
new file mode 100644
index 000..5d5a82fa738
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.26.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation

[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-04-27 Thread Mart Raudsepp
commit: ac8d48b3edcbdb43312af436000dac24cbfd5b8c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Apr 27 21:59:18 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Apr 27 21:59:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8d48b3

media-gfx/shotwell: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-gfx/shotwell/Manifest   |  1 -
 media-gfx/shotwell/shotwell-0.24.3.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index e756e0f191a..47999ef67d7 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,3 +1,2 @@
-DIST shotwell-0.24.3.tar.xz 5359588 SHA256 
9b8fb84c70cef67fe3763b176a1d310b004cdc75036dd3ff4826dd5d120f425b SHA512 
ca76310a59ffdcf02cec27b221cdad8ddb33911ae7f96e9331097dcd006ea7d64e0b9655f042f7661d1234c8a188e6c0fe2bde82f96dc4667b8f4773b90e7b60
 WHIRLPOOL 
db49c212a4131f65a33d082de6b0d89ac396b35c1b759fa7cc702e3c3cf02d48d65c196ff3680424a63787ef61bb1da8838a521b1bc200242cca32bb290b7057
 DIST shotwell-0.24.6.tar.xz 5401300 SHA256 
ecbbe8be422f0a228eb5a9d42f948f14d0b4ad4206dd503e3438be589595f947 SHA512 
48f4595950700b3d193b7d73d4ff45abda1544de66c6252fcf98e94e58f284a0491b08d11045a96b8581f3370d759346739d3da1ef85311717908c33ab1c25c6
 WHIRLPOOL 
a3f1127eb24ede554ccc1c08402aceb008728dff8ada56831f51729ae324f8c0bc425e6b04d210bd830ed3ce337a6805aef59f9d9bb9d7354127942c6794d141
 DIST shotwell-0.25.0.1.tar.xz 5398404 SHA256 
e69c96b3ee650aed8f83dfe099e01d85f83ab19f56995a90d48681fdf26400a6 SHA512 
6a071b0b7d84bf78727b84e0ba707d6d7f5408a0b942962771b24a79381c102c58c06b4895eba69527215103279946f4e33b14410a1ce6dd58d3dba3870975df
 WHIRLPOOL 
7ab54b4b28d1db631e9a359ab803a6a4447a6642b44daf59ed4970e49ee40cf23208f7bf0754eaccfa6ed10ad4b3f02110769dad4f32ff13b1173f636c4d6b62

diff --git a/media-gfx/shotwell/shotwell-0.24.3.ebuild 
b/media-gfx/shotwell/shotwell-0.24.3.ebuild
deleted file mode 100644
index 46c72d688c8..000
--- a/media-gfx/shotwell/shotwell-0.24.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 multilib toolchain-funcs vala versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-db/sqlite-3.5.9:3
-   >=dev-libs/glib-2.30.0:2
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libgee-0.8.5:0.8
-   >=dev-libs/libxml2-2.6.32:2
-   gnome-base/dconf
-   >=media-libs/gexiv2-0.4.90
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   media-libs/gstreamer:1.0
-   media-libs/lcms:2
-   >=media-libs/libexif-0.6.16:=
-   >=media-libs/libgphoto2-2.5:=
-   >=media-libs/libraw-0.13.2:=
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   >=net-libs/libsoup-2.26.0:2.4
-   net-libs/webkit-gtk:4
-   virtual/libgudev:=[introspection]
-   >=x11-libs/gtk+-3.12.2:3[X]
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.7
-   >=sys-devel/m4-1.4.13
-   virtual/pkgconfig
-"
-
-# This probably comes from libraries that
-# shotwell-video-thumbnailer links to.
-# Nothing we can do at the moment. #435048
-QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
-
-src_prepare() {
-   vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-04-23 Thread Agostino Sarubbo
commit: de5a36735a71c056ffb57f9c060ff7a4a92858a5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:21:22 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:21:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5a3673

media-gfx/shotwell: amd64 stable wrt bug #615406

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-gfx/shotwell/shotwell-0.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.24.6.ebuild 
b/media-gfx/shotwell/shotwell-0.24.6.ebuild
index a85efadc853..0ac8bba9d99 100644
--- a/media-gfx/shotwell/shotwell-0.24.6.ebuild
+++ b/media-gfx/shotwell/shotwell-0.24.6.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-04-11 Thread Mart Raudsepp
commit: 6dbd2cf969f4b34c1bb33a38e33984e1e6e1567d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Apr 12 00:29:27 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Apr 12 00:29:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dbd2cf9

media-gfx/shotwell: bump to 0.24.6

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.24.6.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 8891e4bd498..e756e0f191a 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,2 +1,3 @@
 DIST shotwell-0.24.3.tar.xz 5359588 SHA256 
9b8fb84c70cef67fe3763b176a1d310b004cdc75036dd3ff4826dd5d120f425b SHA512 
ca76310a59ffdcf02cec27b221cdad8ddb33911ae7f96e9331097dcd006ea7d64e0b9655f042f7661d1234c8a188e6c0fe2bde82f96dc4667b8f4773b90e7b60
 WHIRLPOOL 
db49c212a4131f65a33d082de6b0d89ac396b35c1b759fa7cc702e3c3cf02d48d65c196ff3680424a63787ef61bb1da8838a521b1bc200242cca32bb290b7057
+DIST shotwell-0.24.6.tar.xz 5401300 SHA256 
ecbbe8be422f0a228eb5a9d42f948f14d0b4ad4206dd503e3438be589595f947 SHA512 
48f4595950700b3d193b7d73d4ff45abda1544de66c6252fcf98e94e58f284a0491b08d11045a96b8581f3370d759346739d3da1ef85311717908c33ab1c25c6
 WHIRLPOOL 
a3f1127eb24ede554ccc1c08402aceb008728dff8ada56831f51729ae324f8c0bc425e6b04d210bd830ed3ce337a6805aef59f9d9bb9d7354127942c6794d141
 DIST shotwell-0.25.0.1.tar.xz 5398404 SHA256 
e69c96b3ee650aed8f83dfe099e01d85f83ab19f56995a90d48681fdf26400a6 SHA512 
6a071b0b7d84bf78727b84e0ba707d6d7f5408a0b942962771b24a79381c102c58c06b4895eba69527215103279946f4e33b14410a1ce6dd58d3dba3870975df
 WHIRLPOOL 
7ab54b4b28d1db631e9a359ab803a6a4447a6642b44daf59ed4970e49ee40cf23208f7bf0754eaccfa6ed10ad4b3f02110769dad4f32ff13b1173f636c4d6b62

diff --git a/media-gfx/shotwell/shotwell-0.24.6.ebuild 
b/media-gfx/shotwell/shotwell-0.24.6.ebuild
new file mode 100644
index 000..a85efadc853
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.24.6.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.30.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.4.90
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.26.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.12.2:3[X]
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-02-15 Thread Mart Raudsepp
commit: 8f7c536542f250a1f9501f8119f922c1b5a6cded
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Feb 15 20:13:02 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Feb 15 20:37:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7c5365

media-gfx/shotwell: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/shotwell/Manifest   |  2 -
 media-gfx/shotwell/shotwell-0.23.7.ebuild | 61 ---
 media-gfx/shotwell/shotwell-0.24.2.ebuild | 61 ---
 3 files changed, 124 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 8edc8d4a28..8891e4bd49 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,4 +1,2 @@
-DIST shotwell-0.23.7.tar.xz 5348360 SHA256 
daa627aa69f17b1b9bef4ad5d4813c32e9a05f5b5aa2762b4f91d837ed14c7aa SHA512 
b3d80d01ec5ac2f3245512926302e6b5e4e1d468e98d7567ec8788d35bdc9ecc839b43eca1a2fa2333deb047c760d165e2f2a9913951f0bcbbcd6404927374dc
 WHIRLPOOL 
6ff8722f7d4007c37d6b7e1da388dd28853921f8e5740f3ac6dd4e70cdc7fe0eafdc889a4c8493948c4643f409847f34c6e915d0b79b4f9039298de8f671d4aa
-DIST shotwell-0.24.2.tar.xz 5351736 SHA256 
5afdb2d3cbfe47dfbe49fa1cbd6ba391a3af4a4951be252fc2fa3cf461e55359 SHA512 
f24c3e5f0e209678668b3af33ba7eedbe1602fe32b7f54f83ceae0cc5e21eaa92e24714cd60a84b9cc8be8b2e3a04b4f69714d41d2669f4acb6a293e6657282c
 WHIRLPOOL 
75305df6f96364accb1e7213bc41a10d88623c2d2c66c84467470ebfc7028d7c4893b834e0b65bc2dc072cd28f52eaa5ae3e79e3deed2fa9c62d2bcfb467ad07
 DIST shotwell-0.24.3.tar.xz 5359588 SHA256 
9b8fb84c70cef67fe3763b176a1d310b004cdc75036dd3ff4826dd5d120f425b SHA512 
ca76310a59ffdcf02cec27b221cdad8ddb33911ae7f96e9331097dcd006ea7d64e0b9655f042f7661d1234c8a188e6c0fe2bde82f96dc4667b8f4773b90e7b60
 WHIRLPOOL 
db49c212a4131f65a33d082de6b0d89ac396b35c1b759fa7cc702e3c3cf02d48d65c196ff3680424a63787ef61bb1da8838a521b1bc200242cca32bb290b7057
 DIST shotwell-0.25.0.1.tar.xz 5398404 SHA256 
e69c96b3ee650aed8f83dfe099e01d85f83ab19f56995a90d48681fdf26400a6 SHA512 
6a071b0b7d84bf78727b84e0ba707d6d7f5408a0b942962771b24a79381c102c58c06b4895eba69527215103279946f4e33b14410a1ce6dd58d3dba3870975df
 WHIRLPOOL 
7ab54b4b28d1db631e9a359ab803a6a4447a6642b44daf59ed4970e49ee40cf23208f7bf0754eaccfa6ed10ad4b3f02110769dad4f32ff13b1173f636c4d6b62

diff --git a/media-gfx/shotwell/shotwell-0.23.7.ebuild 
b/media-gfx/shotwell/shotwell-0.23.7.ebuild
deleted file mode 100644
index c697174dad..00
--- a/media-gfx/shotwell/shotwell-0.23.7.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 multilib toolchain-funcs vala versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="
-   app-text/gnome-doc-utils
-   >=dev-db/sqlite-3.5.9:3
-   >=dev-libs/glib-2.30.0:2
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libgee-0.8.5:0.8
-   >=dev-libs/libxml2-2.6.32:2
-   >=dev-util/desktop-file-utils-0.13
-   gnome-base/dconf
-   >=media-libs/gexiv2-0.4.90
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   media-libs/gstreamer:1.0
-   media-libs/lcms:2
-   >=media-libs/libexif-0.6.16:=
-   >=media-libs/libgphoto2-2.5:=
-   >=media-libs/libraw-0.13.2:=
-   >=net-libs/libsoup-2.26.0:2.4
-   net-libs/webkit-gtk:4
-   virtual/libgudev:=[introspection]
-   >=x11-libs/gtk+-3.12.2:3[X]
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.7
-   >=sys-devel/m4-1.4.13
-"
-
-# This probably comes from libraries that
-# shotwell-video-thumbnailer links to.
-# Nothing we can do at the moment. #435048
-QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
-
-src_prepare() {
-   vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}

diff --git a/media-gfx/shotwell/shotwell-0.24.2.ebuild 
b/media-gfx/shotwell/shotwell-0.24.2.ebuild
deleted file mode 100644
index 46229c54f2..00
--- a/media-gfx/shotwell/shotwell-0.24.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 multilib toolchain-funcs vala versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-

[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-01-04 Thread Gilles Dartiguelongue
commit: 91f7929cc4821f830e8c9566ca644dbe904ccc8c
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:09:49 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f7929c

media-gfx/shotwell: bump to 0.24.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.24.3.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 2ebc2c6..b665531 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -2,4 +2,5 @@ DIST shotwell-0.23.7.tar.xz 5348360 SHA256 
daa627aa69f17b1b9bef4ad5d4813c32e9a05
 DIST shotwell-0.24.0.tar.xz 5344220 SHA256 
95d60e30b52c5f8a9633c98cbbcd1ad0889fe94b7a036bb4880450fa6d44fe75 SHA512 
151ba94b429e41f6ff7085dbecf008679e4522b5be19577a914996e11636ba67ceba978f8b223dd562014bbacefad4bdc1c477e660352c4a963a3c80794b7e32
 WHIRLPOOL 
79ad5052d2fd0ed095be010df061f63b7dab1f118386a659d908df38f884413266d44dca4a670051b9847a6646877c0b419c4dd0938985ffb5bc23cea8310dae
 DIST shotwell-0.24.1.tar.xz 5348976 SHA256 
60359b6203a78fc229d22aca3b643e267f012d4c3c5fe9524084147e3870f0d6 SHA512 
dfb51f6e039329101caa3398c9acc5fe073f8421d179750222a965193789d68b4233a9529ac90fbd8f6642620f29e5390fe5150eb6308edd3592daa8d8349a47
 WHIRLPOOL 
903160b622f540f4809512b1fd00368a63e0f626bb67bb099539f6f95051722f85b2be3cde75b65514e8707ba448016afee18929e92ef17f00b8d1e3b7f80444
 DIST shotwell-0.24.2.tar.xz 5351736 SHA256 
5afdb2d3cbfe47dfbe49fa1cbd6ba391a3af4a4951be252fc2fa3cf461e55359 SHA512 
f24c3e5f0e209678668b3af33ba7eedbe1602fe32b7f54f83ceae0cc5e21eaa92e24714cd60a84b9cc8be8b2e3a04b4f69714d41d2669f4acb6a293e6657282c
 WHIRLPOOL 
75305df6f96364accb1e7213bc41a10d88623c2d2c66c84467470ebfc7028d7c4893b834e0b65bc2dc072cd28f52eaa5ae3e79e3deed2fa9c62d2bcfb467ad07
+DIST shotwell-0.24.3.tar.xz 5359588 SHA256 
9b8fb84c70cef67fe3763b176a1d310b004cdc75036dd3ff4826dd5d120f425b SHA512 
ca76310a59ffdcf02cec27b221cdad8ddb33911ae7f96e9331097dcd006ea7d64e0b9655f042f7661d1234c8a188e6c0fe2bde82f96dc4667b8f4773b90e7b60
 WHIRLPOOL 
db49c212a4131f65a33d082de6b0d89ac396b35c1b759fa7cc702e3c3cf02d48d65c196ff3680424a63787ef61bb1da8838a521b1bc200242cca32bb290b7057
 DIST shotwell-0.25.0.1.tar.xz 5398404 SHA256 
e69c96b3ee650aed8f83dfe099e01d85f83ab19f56995a90d48681fdf26400a6 SHA512 
6a071b0b7d84bf78727b84e0ba707d6d7f5408a0b942962771b24a79381c102c58c06b4895eba69527215103279946f4e33b14410a1ce6dd58d3dba3870975df
 WHIRLPOOL 
7ab54b4b28d1db631e9a359ab803a6a4447a6642b44daf59ed4970e49ee40cf23208f7bf0754eaccfa6ed10ad4b3f02110769dad4f32ff13b1173f636c4d6b62

diff --git a/media-gfx/shotwell/shotwell-0.24.3.ebuild 
b/media-gfx/shotwell/shotwell-0.24.3.ebuild
new file mode 100644
index ..46229c5
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.24.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.30.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.4.90
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.26.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.12.2:3[X]
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2017-01-04 Thread Gilles Dartiguelongue
commit: 0f9282ac58d7f8ac7ec47755f6d069badffd6ec5
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Jan  4 22:03:29 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9282ac

media-gfx/shotwell: cleanup old revisions

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/shotwell/Manifest   |  2 -
 media-gfx/shotwell/shotwell-0.24.0.ebuild | 61 --
 media-gfx/shotwell/shotwell-0.24.1.ebuild | 62 ---
 3 files changed, 125 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index b665531..8edc8d4 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,6 +1,4 @@
 DIST shotwell-0.23.7.tar.xz 5348360 SHA256 
daa627aa69f17b1b9bef4ad5d4813c32e9a05f5b5aa2762b4f91d837ed14c7aa SHA512 
b3d80d01ec5ac2f3245512926302e6b5e4e1d468e98d7567ec8788d35bdc9ecc839b43eca1a2fa2333deb047c760d165e2f2a9913951f0bcbbcd6404927374dc
 WHIRLPOOL 
6ff8722f7d4007c37d6b7e1da388dd28853921f8e5740f3ac6dd4e70cdc7fe0eafdc889a4c8493948c4643f409847f34c6e915d0b79b4f9039298de8f671d4aa
-DIST shotwell-0.24.0.tar.xz 5344220 SHA256 
95d60e30b52c5f8a9633c98cbbcd1ad0889fe94b7a036bb4880450fa6d44fe75 SHA512 
151ba94b429e41f6ff7085dbecf008679e4522b5be19577a914996e11636ba67ceba978f8b223dd562014bbacefad4bdc1c477e660352c4a963a3c80794b7e32
 WHIRLPOOL 
79ad5052d2fd0ed095be010df061f63b7dab1f118386a659d908df38f884413266d44dca4a670051b9847a6646877c0b419c4dd0938985ffb5bc23cea8310dae
-DIST shotwell-0.24.1.tar.xz 5348976 SHA256 
60359b6203a78fc229d22aca3b643e267f012d4c3c5fe9524084147e3870f0d6 SHA512 
dfb51f6e039329101caa3398c9acc5fe073f8421d179750222a965193789d68b4233a9529ac90fbd8f6642620f29e5390fe5150eb6308edd3592daa8d8349a47
 WHIRLPOOL 
903160b622f540f4809512b1fd00368a63e0f626bb67bb099539f6f95051722f85b2be3cde75b65514e8707ba448016afee18929e92ef17f00b8d1e3b7f80444
 DIST shotwell-0.24.2.tar.xz 5351736 SHA256 
5afdb2d3cbfe47dfbe49fa1cbd6ba391a3af4a4951be252fc2fa3cf461e55359 SHA512 
f24c3e5f0e209678668b3af33ba7eedbe1602fe32b7f54f83ceae0cc5e21eaa92e24714cd60a84b9cc8be8b2e3a04b4f69714d41d2669f4acb6a293e6657282c
 WHIRLPOOL 
75305df6f96364accb1e7213bc41a10d88623c2d2c66c84467470ebfc7028d7c4893b834e0b65bc2dc072cd28f52eaa5ae3e79e3deed2fa9c62d2bcfb467ad07
 DIST shotwell-0.24.3.tar.xz 5359588 SHA256 
9b8fb84c70cef67fe3763b176a1d310b004cdc75036dd3ff4826dd5d120f425b SHA512 
ca76310a59ffdcf02cec27b221cdad8ddb33911ae7f96e9331097dcd006ea7d64e0b9655f042f7661d1234c8a188e6c0fe2bde82f96dc4667b8f4773b90e7b60
 WHIRLPOOL 
db49c212a4131f65a33d082de6b0d89ac396b35c1b759fa7cc702e3c3cf02d48d65c196ff3680424a63787ef61bb1da8838a521b1bc200242cca32bb290b7057
 DIST shotwell-0.25.0.1.tar.xz 5398404 SHA256 
e69c96b3ee650aed8f83dfe099e01d85f83ab19f56995a90d48681fdf26400a6 SHA512 
6a071b0b7d84bf78727b84e0ba707d6d7f5408a0b942962771b24a79381c102c58c06b4895eba69527215103279946f4e33b14410a1ce6dd58d3dba3870975df
 WHIRLPOOL 
7ab54b4b28d1db631e9a359ab803a6a4447a6642b44daf59ed4970e49ee40cf23208f7bf0754eaccfa6ed10ad4b3f02110769dad4f32ff13b1173f636c4d6b62

diff --git a/media-gfx/shotwell/shotwell-0.24.0.ebuild 
b/media-gfx/shotwell/shotwell-0.24.0.ebuild
deleted file mode 100644
index e178d0c..
--- a/media-gfx/shotwell/shotwell-0.24.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 multilib toolchain-funcs vala versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
-   app-text/gnome-doc-utils
-   >=dev-db/sqlite-3.5.9:3
-   >=dev-libs/glib-2.30.0:2
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libgee-0.8.5:0.8
-   >=dev-libs/libxml2-2.6.32:2
-   >=dev-util/desktop-file-utils-0.13
-   gnome-base/dconf
-   >=media-libs/gexiv2-0.4.90
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   media-libs/gstreamer:1.0
-   media-libs/lcms:2
-   >=media-libs/libexif-0.6.16:=
-   >=media-libs/libgphoto2-2.5:=
-   >=media-libs/libraw-0.13.2:=
-   >=net-libs/libsoup-2.26.0:2.4
-   net-libs/webkit-gtk:4
-   virtual/libgudev:=[introspection]
-   >=x11-libs/gtk+-3.12.2:3[X]
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.7
-   >=sys-devel/m4-1.4.13
-"
-
-# This probably comes from libraries that
-# shotwell-video-thumbnailer links to.
-# Nothing we can do at the moment. #435048
-QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
-
-src_prepare() {
-   vala_src_prepare
-   gnome2_src_prepare
-}
-

  1   2   >