1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: gexiv2: Update to 0.16.0.

* gnu/packages/gnome.scm (gexiv2): Update to 0.16.0.
(gexiv2-0.14): New variable.
(shotwell) [inputs]: Replace gexiv2 with gexiv2-0.14.
* gnu/packages/gimp.scm (gimp-2, gimp-resynthesizer)
* gnu/packages/image-processing.scm (gmic-qt-gimp)
* gnu/packages/pantheon.scm (pantheon-photos)
* gnu/packages/photo.scm (rapid-photo-downloader, entangle): Likewise.

Change-Id: I58f5fea110905cd50b2aad5e1731de94bc82f01d
This commit is contained in:
Maxim Cournoyer
2026-03-27 12:50:17 +09:00
parent 06090bafcc
commit 52a517dde7
5 changed files with 23 additions and 9 deletions

View File

@@ -318,7 +318,7 @@ buffers.")
(list at-spi2-core (list at-spi2-core
babl babl
gegl gegl
gexiv2 gexiv2-0.14
glib glib
glib-networking glib-networking
gtk+-2 gtk+-2
@@ -562,7 +562,7 @@ MyPaint.")
(list cairo (list cairo
gdk-pixbuf gdk-pixbuf
gegl gegl
gexiv2 gexiv2-0.14
gimp gimp
gtk+ gtk+
pango)) pango))

View File

@@ -7559,7 +7559,7 @@ classes for commonly used data structures.")
(define-public gexiv2 (define-public gexiv2
(package (package
(name "gexiv2") (name "gexiv2")
(version "0.14.6") (version "0.16.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7567,7 +7567,7 @@ classes for commonly used data structures.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"12rbly3y4zw4zdqpcnyjcv4a3ifpzxymxgpar3skw7vvmsm2hv30")))) "1fvvlxs7802a9q30r38ajwr84kz8k94b4avvaxprd7sk4igqjvyr"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list gcr-3 (list gcr-3
@@ -7590,6 +7590,20 @@ allows for GNOME applications to easily inspect and update EXIF, IPTC, and XMP
metadata in photo and video files of various formats.") metadata in photo and video files of various formats.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public gexiv2-0.14
(package
(inherit gexiv2)
(name "gexiv2")
(version "0.14.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"12rbly3y4zw4zdqpcnyjcv4a3ifpzxymxgpar3skw7vvmsm2hv30"))))))
(define-public shotwell (define-public shotwell
(package (package
(name "shotwell") (name "shotwell")
@@ -7626,7 +7640,7 @@ metadata in photo and video files of various formats.")
vala)) vala))
(inputs (inputs
(list gcr-3 (list gcr-3
gexiv2 gexiv2-0.14
gst-plugins-base gst-plugins-base
gstreamer gstreamer
json-glib json-glib

View File

@@ -996,7 +996,7 @@ including 2D color images.")
(inputs (inputs
;; GIMP and its dependencies. ;; GIMP and its dependencies.
(modify-inputs inputs (modify-inputs inputs
(prepend gexiv2 gdk-pixbuf gegl gimp pango))) (prepend gexiv2-0.14 gdk-pixbuf gegl gimp pango)))
(arguments (arguments
(substitute-keyword-arguments arguments (substitute-keyword-arguments arguments
((#:configure-flags flags) ((#:configure-flags flags)

View File

@@ -262,7 +262,7 @@ for elementary OS and its desktop environment: Pantheon.")
vala)) vala))
(inputs (inputs
(list geocode-glib (list geocode-glib
gexiv2 gexiv2-0.14
granite-6 granite-6
gst-plugins-bad gst-plugins-bad
gst-plugins-base gst-plugins-base

View File

@@ -178,7 +178,7 @@
(inputs (inputs
(list bash-minimal ;for wrap-program (list bash-minimal ;for wrap-program
gdk-pixbuf gdk-pixbuf
gexiv2 gexiv2-0.14
gst-libav gst-libav
gst-plugins-base gst-plugins-base
gst-plugins-good gst-plugins-good
@@ -889,7 +889,7 @@ such as Batch image processing.")
(inputs (inputs
(list bash-minimal (list bash-minimal
gdk-pixbuf gdk-pixbuf
gexiv2 gexiv2-0.14
gst-plugins-base gst-plugins-base
gstreamer gstreamer
gtk+ gtk+