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:
@@ -318,7 +318,7 @@ buffers.")
|
||||
(list at-spi2-core
|
||||
babl
|
||||
gegl
|
||||
gexiv2
|
||||
gexiv2-0.14
|
||||
glib
|
||||
glib-networking
|
||||
gtk+-2
|
||||
@@ -562,7 +562,7 @@ MyPaint.")
|
||||
(list cairo
|
||||
gdk-pixbuf
|
||||
gegl
|
||||
gexiv2
|
||||
gexiv2-0.14
|
||||
gimp
|
||||
gtk+
|
||||
pango))
|
||||
|
||||
@@ -7559,7 +7559,7 @@ classes for commonly used data structures.")
|
||||
(define-public gexiv2
|
||||
(package
|
||||
(name "gexiv2")
|
||||
(version "0.14.6")
|
||||
(version "0.16.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
@@ -7567,7 +7567,7 @@ classes for commonly used data structures.")
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12rbly3y4zw4zdqpcnyjcv4a3ifpzxymxgpar3skw7vvmsm2hv30"))))
|
||||
"1fvvlxs7802a9q30r38ajwr84kz8k94b4avvaxprd7sk4igqjvyr"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(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.")
|
||||
(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
|
||||
(package
|
||||
(name "shotwell")
|
||||
@@ -7626,7 +7640,7 @@ metadata in photo and video files of various formats.")
|
||||
vala))
|
||||
(inputs
|
||||
(list gcr-3
|
||||
gexiv2
|
||||
gexiv2-0.14
|
||||
gst-plugins-base
|
||||
gstreamer
|
||||
json-glib
|
||||
|
||||
@@ -996,7 +996,7 @@ including 2D color images.")
|
||||
(inputs
|
||||
;; GIMP and its dependencies.
|
||||
(modify-inputs inputs
|
||||
(prepend gexiv2 gdk-pixbuf gegl gimp pango)))
|
||||
(prepend gexiv2-0.14 gdk-pixbuf gegl gimp pango)))
|
||||
(arguments
|
||||
(substitute-keyword-arguments arguments
|
||||
((#:configure-flags flags)
|
||||
|
||||
@@ -262,7 +262,7 @@ for elementary OS and its desktop environment: Pantheon.")
|
||||
vala))
|
||||
(inputs
|
||||
(list geocode-glib
|
||||
gexiv2
|
||||
gexiv2-0.14
|
||||
granite-6
|
||||
gst-plugins-bad
|
||||
gst-plugins-base
|
||||
|
||||
@@ -178,7 +178,7 @@
|
||||
(inputs
|
||||
(list bash-minimal ;for wrap-program
|
||||
gdk-pixbuf
|
||||
gexiv2
|
||||
gexiv2-0.14
|
||||
gst-libav
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
@@ -889,7 +889,7 @@ such as Batch image processing.")
|
||||
(inputs
|
||||
(list bash-minimal
|
||||
gdk-pixbuf
|
||||
gexiv2
|
||||
gexiv2-0.14
|
||||
gst-plugins-base
|
||||
gstreamer
|
||||
gtk+
|
||||
|
||||
Reference in New Issue
Block a user