Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] gthumb: update to 3.8.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16977@inbox.vuxu.org>
  2019-12-25 10:30 ` [PR PATCH] [Updated] gthumb: update to 3.8.3 voidlinux-github
@ 2019-12-25 10:51 ` voidlinux-github
  2020-02-14 12:25 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-25 10:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

There is an updated pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages gthumb
https://github.com/void-linux/void-packages/pull/16977

gthumb: update to 3.8.3.


A patch file from https://github.com/void-linux/void-packages/pull/16977.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gthumb-16977.patch --]
[-- Type: text/x-diff, Size: 3790 bytes --]

From 201ba0321338f72034dadec026d73741bf8380e6 Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Sun, 1 Dec 2019 14:52:47 +0300
Subject: [PATCH] gthumb: update to 3.8.3.

---
 srcpkgs/gthumb/patches/exiv-0.27.patch | 25 ------------------
 srcpkgs/gthumb/template                | 35 +++++++++++---------------
 2 files changed, 15 insertions(+), 45 deletions(-)
 delete mode 100644 srcpkgs/gthumb/patches/exiv-0.27.patch

diff --git a/srcpkgs/gthumb/patches/exiv-0.27.patch b/srcpkgs/gthumb/patches/exiv-0.27.patch
deleted file mode 100644
index 1531c0e0eda..00000000000
--- a/srcpkgs/gthumb/patches/exiv-0.27.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -Nru a/extensions/exiv2_tools/exiv2-utils.cpp b/extensions/exiv2_tools/exiv2-utils.cpp
---- extensions/exiv2_tools/exiv2-utils.cpp	2018-06-17 08:24:44.000000000 +0200
-+++ extensions/exiv2_tools/exiv2-utils.cpp	2018-12-31 15:51:50.912329232 +0100
-@@ -32,7 +32,8 @@
- #include <sstream>
- #include <vector>
- #include <iomanip>
--#include <exiv2/xmp.hpp>
-+#include <exiv2/exiv2.hpp>
-+#include <exiv2/xmp_exiv2.hpp>
- #include <gthumb.h>
- #include "exiv2-utils.h"
- 
-@@ -1073,7 +1074,11 @@
- 
- 	try {
- 		if (exifData.empty()) {
-+#if EXIV2_TEST_VERSION(0,27,0)
-+			throw Exiv2::Error(Exiv2::kerErrorMessage, " No Exif data found in the file");
-+#else
- 			throw Exiv2::Error(1, " No Exif data found in the file");
-+#endif
- 		}
- 		Exiv2::ExifData::const_iterator end = exifData.end();
- 		for (Exiv2::ExifData::const_iterator i = exifData.begin(); i != end; ++i) {
diff --git a/srcpkgs/gthumb/template b/srcpkgs/gthumb/template
index 7b686db044b..30684656c84 100644
--- a/srcpkgs/gthumb/template
+++ b/srcpkgs/gthumb/template
@@ -1,33 +1,28 @@
 # Template file for 'gthumb'
 pkgname=gthumb
-version=3.6.2
-revision=3
-build_style=gnu-configure
-configure_args="--disable-schemas-compile --disable-static
- $(vopt_enable tiff) $(vopt_enable clutter)
- $(vopt_enable gstreamer)  $(vopt_enable soup libsoup)
- $(vopt_enable brasero libbrasero)"
-hostmakedepends="pkg-config intltool itstool glib-devel"
-makedepends="webkit2gtk-devel json-glib-devel gnome-desktop-devel
- libsecret-devel librsvg-devel libwebp-devel exiv2-devel
- $(vopt_if tiff tiff-devel) $(vopt_if clutter clutter-gtk-devel)
- $(vopt_if gstreamer gstreamer1-devel) $(vopt_if soup libsoup-gnome-devel)
- $(vopt_if brasero brasero-devel)"
+version=3.8.3
+revision=1
+build_style=meson
+hostmakedepends="pkg-config itstool glib-devel"
+makedepends="webkit2gtk-devel json-glib-devel libsecret-devel librsvg-devel
+ libwebp-devel exiv2-devel gtk+3-devel libraw-devel libchamplain-devel
+ colord-devel gsettings-desktop-schemas-devel $(vopt_if brasero brasero-devel)
+ $(vopt_if clutter 'clutter-devel clutter-gtk-devel') $(vopt_if gstreamer gstreamer1-devel)
+ $(vopt_if soup libsoup-devel)"
 short_desc='Image viewer and browser for the GNOME Desktop'
 maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
 license="GPL-2.0-or-later"
 homepage="http://live.gnome.org/gthumb"
-distfiles=${GNOME_SITE}/gthumb/${version%.*}/gthumb-${version}.tar.xz
-checksum=c9bf6bb7502659f5e990069527584bb96193f7f5f9492f0bf5f65828f5024b66
+distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
+checksum=eff9fc5ac2ee251bc780bbe327d1f06ef1f8029ba5aa7959f68a33c992d60fa8
 
-## Package build options
-build_options="brasero clutter gstreamer soup tiff"
+LDFLAGS="-fPIC"
+
+build_options="brasero clutter gstreamer soup"
 desc_option_brasero="Enable burning discs"
 desc_option_clutter="Enable clutter (for slideshows)"
 desc_option_soup="Enable webservices"
-build_options_default="clutter gstreamer soup tiff"
-
-LDFLAGS="-fPIC"
+build_options_default="clutter gstreamer soup"
 
 gthumb-devel_package() {
 	short_desc+=" - development files"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: gthumb: update to 3.8.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16977@inbox.vuxu.org>
  2019-12-25 10:30 ` [PR PATCH] [Updated] gthumb: update to 3.8.3 voidlinux-github
  2019-12-25 10:51 ` voidlinux-github
@ 2020-02-14 12:25 ` voidlinux-github
  2 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-02-14 12:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

There's a merged pull request on the void-packages repository

gthumb: update to 3.8.3.
https://github.com/void-linux/void-packages/pull/16977

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] gthumb: update to 3.8.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16977@inbox.vuxu.org>
@ 2019-12-25 10:30 ` voidlinux-github
  2019-12-25 10:51 ` voidlinux-github
  2020-02-14 12:25 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-25 10:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

There is an updated pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages gthumb
https://github.com/void-linux/void-packages/pull/16977

gthumb: update to 3.8.3.


A patch file from https://github.com/void-linux/void-packages/pull/16977.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gthumb-16977.patch --]
[-- Type: text/x-diff, Size: 3802 bytes --]

From e9e23d0ebc00170b9d19d907590aae1ff0481e68 Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Sun, 1 Dec 2019 14:52:47 +0300
Subject: [PATCH] gthumb: update to 3.8.3.

---
 srcpkgs/gthumb/patches/exiv-0.27.patch | 25 ------------------
 srcpkgs/gthumb/template                | 35 +++++++++++---------------
 2 files changed, 15 insertions(+), 45 deletions(-)
 delete mode 100644 srcpkgs/gthumb/patches/exiv-0.27.patch

diff --git a/srcpkgs/gthumb/patches/exiv-0.27.patch b/srcpkgs/gthumb/patches/exiv-0.27.patch
deleted file mode 100644
index 1531c0e0eda..00000000000
--- a/srcpkgs/gthumb/patches/exiv-0.27.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -Nru a/extensions/exiv2_tools/exiv2-utils.cpp b/extensions/exiv2_tools/exiv2-utils.cpp
---- extensions/exiv2_tools/exiv2-utils.cpp	2018-06-17 08:24:44.000000000 +0200
-+++ extensions/exiv2_tools/exiv2-utils.cpp	2018-12-31 15:51:50.912329232 +0100
-@@ -32,7 +32,8 @@
- #include <sstream>
- #include <vector>
- #include <iomanip>
--#include <exiv2/xmp.hpp>
-+#include <exiv2/exiv2.hpp>
-+#include <exiv2/xmp_exiv2.hpp>
- #include <gthumb.h>
- #include "exiv2-utils.h"
- 
-@@ -1073,7 +1074,11 @@
- 
- 	try {
- 		if (exifData.empty()) {
-+#if EXIV2_TEST_VERSION(0,27,0)
-+			throw Exiv2::Error(Exiv2::kerErrorMessage, " No Exif data found in the file");
-+#else
- 			throw Exiv2::Error(1, " No Exif data found in the file");
-+#endif
- 		}
- 		Exiv2::ExifData::const_iterator end = exifData.end();
- 		for (Exiv2::ExifData::const_iterator i = exifData.begin(); i != end; ++i) {
diff --git a/srcpkgs/gthumb/template b/srcpkgs/gthumb/template
index 7b686db044b..dda94ee7a2e 100644
--- a/srcpkgs/gthumb/template
+++ b/srcpkgs/gthumb/template
@@ -1,33 +1,28 @@
 # Template file for 'gthumb'
 pkgname=gthumb
-version=3.6.2
-revision=3
-build_style=gnu-configure
-configure_args="--disable-schemas-compile --disable-static
- $(vopt_enable tiff) $(vopt_enable clutter)
- $(vopt_enable gstreamer)  $(vopt_enable soup libsoup)
- $(vopt_enable brasero libbrasero)"
-hostmakedepends="pkg-config intltool itstool glib-devel"
-makedepends="webkit2gtk-devel json-glib-devel gnome-desktop-devel
- libsecret-devel librsvg-devel libwebp-devel exiv2-devel
- $(vopt_if tiff tiff-devel) $(vopt_if clutter clutter-gtk-devel)
- $(vopt_if gstreamer gstreamer1-devel) $(vopt_if soup libsoup-gnome-devel)
- $(vopt_if brasero brasero-devel)"
+version=3.8.3
+revision=1
+build_style=meson
+hostmakedepends="pkg-config itstool glib-devel"
+makedepends="webkit2gtk-devel json-glib-devel libsecret-devel librsvg-devel
+ libwebp-devel exiv2-devel gtk+3-devel libraw-devel libchamplain-devel lcms3-devel
+ colord-devel gsettings-desktop-schemas-devel $(vopt_if brasero brasero-devel)
+ $(vopt_if clutter 'clutter-devel clutter-gtk-devel') $(vopt_if gstreamer gstreamer1-devel)
+ $(vopt_if soup libsoup-devel)"
 short_desc='Image viewer and browser for the GNOME Desktop'
 maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
 license="GPL-2.0-or-later"
 homepage="http://live.gnome.org/gthumb"
-distfiles=${GNOME_SITE}/gthumb/${version%.*}/gthumb-${version}.tar.xz
-checksum=c9bf6bb7502659f5e990069527584bb96193f7f5f9492f0bf5f65828f5024b66
+distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
+checksum=eff9fc5ac2ee251bc780bbe327d1f06ef1f8029ba5aa7959f68a33c992d60fa8
 
-## Package build options
-build_options="brasero clutter gstreamer soup tiff"
+LDFLAGS="-fPIC"
+
+build_options="brasero clutter gstreamer soup"
 desc_option_brasero="Enable burning discs"
 desc_option_clutter="Enable clutter (for slideshows)"
 desc_option_soup="Enable webservices"
-build_options_default="clutter gstreamer soup tiff"
-
-LDFLAGS="-fPIC"
+build_options_default="clutter gstreamer soup"
 
 gthumb-devel_package() {
 	short_desc+=" - development files"

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-14 12:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16977@inbox.vuxu.org>
2019-12-25 10:30 ` [PR PATCH] [Updated] gthumb: update to 3.8.3 voidlinux-github
2019-12-25 10:51 ` voidlinux-github
2020-02-14 12:25 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).