summaryrefslogtreecommitdiffstats
path: root/gnome2-apps
diff options
context:
space:
mode:
authorFlorian Franzmann2021-07-30 23:47:58 +0200
committerFlorian Franzmann2021-07-31 12:06:09 +0200
commit16add654d6d51e615c2e7f34fde1e8e3dea8a585 (patch)
tree9e9b3b9b02aacb6ee2c4095d56408e268bce3ed1 /gnome2-apps
parent64ea7f7ce90e24bb54d8ad8fb1966d123247b362 (diff)
gnome2-apps/gthumb2: version 3.11.3
Diffstat (limited to 'gnome2-apps')
-rwxr-xr-xgnome2-apps/gthumb2/CONFIGURE1
-rwxr-xr-xgnome2-apps/gthumb2/DEPENDS92
-rwxr-xr-xgnome2-apps/gthumb2/DETAILS5
-rw-r--r--gnome2-apps/gthumb2/HISTORY3
4 files changed, 58 insertions, 43 deletions
diff --git a/gnome2-apps/gthumb2/CONFIGURE b/gnome2-apps/gthumb2/CONFIGURE
new file mode 100755
index 0000000000..9f48d22f39
--- /dev/null
+++ b/gnome2-apps/gthumb2/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/gnome2-apps/gthumb2/DEPENDS b/gnome2-apps/gthumb2/DEPENDS
index 665beeb4fa..aa855ea78c 100755
--- a/gnome2-apps/gthumb2/DEPENDS
+++ b/gnome2-apps/gthumb2/DEPENDS
@@ -1,3 +1,5 @@
+depends meson &&
+
depends atk &&
depends bzip2 &&
depends cairo &&
@@ -40,68 +42,76 @@ depends libunique &&
depends xz-utils &&
depends zlib &&
-optional_depends rarian \
- "--enable-scrollkeeper" \
- "--disable-scrollkeeper" \
- "Enable use of scrollkeeper?" &&
+depends JPEG &&
+
optional_depends clutter \
- "--enable-clutter" \
- "--disable-clutter" \
+ "clutter=true" \
+ "clutter=false" \
"for addition slideshow effects" &&
if is_depends_enabled $SPELL clutter; then
depends clutter-gtk
fi &&
optional_depends exiv2 \
- "--enable-exiv2" \
- "--disable-exiv2" \
+ "exiv2=true" \
+ "exiv2=false" \
"to view EXIF data attached to images" &&
optional_depends gstreamer \
- "--enable-gstreamer" \
- "--disable-gstreamer" \
+ "gstreamer=true" \
+ "gstreamer=false" \
"for video support" &&
if is_depends_enabled $SPELL gstreamer; then
depends gst-plugins-base
fi &&
+optional_depends libchamplain \
+ "champlain=true" \
+ "champlain=false" \
+ "to show the location an image refers to" &&
+
+optional_depends lcms2 \
+ "lcms2=true" \
+ "lcms2=false" \
+ "for colour management" &&
+
+optional_depends colord \
+ "colord=true" \
+ "colord=false" \
+ "for reading monitor color profiles" &&
+
optional_depends tiff \
- "--enable-tiff" \
- "--disable-tiff" \
- "to save images in TIFF format" &&
-
-optional_depends JPEG \
- "--enable-jpeg" \
- "--disable-jpeg" \
- "to have more saving options for the JPEG format" &&
-
-optional_depends libgphoto2 \
- "--enable-gphoto2" \
- "--disable-gphoto2" \
- "to import photos directly from the camera" &&
-
-optional_depends libopenraw \
- "--enable-libopenraw" \
- "--disable-libopenraw" \
- "support for RAW photos" &&
-
-optional_depends gnome-keyring \
- "--enable-gnome-keyring" \
- "--disable-gnome-keyring" \
- "use gnome-keyring to store passwords" &&
+ "libtiff=true" \
+ "libtiff=false" \
+ "to load images in TIFF format" &&
+
+optional_depends libwebp \
+ "libwebp=true" \
+ "libwebp=false" \
+ "to load images in WebP format" &&
+
+optional_depends libraw \
+ "libraw=true" \
+ "libraw=false" \
+ "to load images in RAW format" &&
+
+optional_depends libsecret \
+ "libsecret=true" \
+ "libsecret=false" \
+ "for saving web service account data" &&
optional_depends brasero \
- "--enable-libbrasero" \
- "--disable-libbrasero" \
- "use libbrasero for buring CDs" &&
+ "libbrasero=true" \
+ "libbrasero=false" \
+ "use libbrasero for burning CDs" &&
optional_depends libsoup \
- "--enable-libsoup" \
- "--disable-libsoup" \
- "enable SOAP support" &&
+ "webservices=true" \
+ "webservices=false" \
+ "enable SOAP web services support" &&
optional_depends librsvg2 \
- "--enable-librsvg" \
- "--disable-librsvg" \
+ "librsvg=true" \
+ "librsvg=false" \
"support for rsvg"
diff --git a/gnome2-apps/gthumb2/DETAILS b/gnome2-apps/gthumb2/DETAILS
index 2537e981e6..e6ed3eb4fa 100755
--- a/gnome2-apps/gthumb2/DETAILS
+++ b/gnome2-apps/gthumb2/DETAILS
@@ -1,10 +1,11 @@
+source "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=gthumb2
- VERSION=3.2.2
+ VERSION=3.11.3
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=gthumb-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gthumb-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/gthumb/$BRANCH/$SOURCE
- SOURCE_HASH[0]=sha512:ed4002c48c0ebd2187f980e40375e94bb7136fd4791b87f067a2a306e3b0980c756176d1dfc4aba891e95b287168723b35eeaf5063ace19d87516640722ee1fb
+ SOURCE_HASH[0]=sha256:2d4920b980037388715e4835fa902c8c5ff83d29b0fa20f1d393b5aa6a647b85:UPSTREAM_HASH
LICENSE[0]=GPL
WEB_SITE=http://gthumb.sourceforge.net
ENTERED=20020519
diff --git a/gnome2-apps/gthumb2/HISTORY b/gnome2-apps/gthumb2/HISTORY
index e6f16c2dd5..70635c9edf 100644
--- a/gnome2-apps/gthumb2/HISTORY
+++ b/gnome2-apps/gthumb2/HISTORY
@@ -1,3 +1,6 @@
+2021-07-30 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS, DEPENDS: version 3.11.3
+
2013-06-08 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 3.2.2