gnu: sound-juicer: Update to 3.38.0.
* gnu/packages/gnome.scm (sound-juicer): Update to 3.38.0. [arguments]: New field. [native-inputs]: Sort. Replace intltool with gettext-minimal. Add glib:bin and python. [inputs]: Sort.
This commit is contained in:
parent
0ef4c18fba
commit
731b56f311
1 changed files with 20 additions and 7 deletions
|
|
@ -11163,7 +11163,7 @@ and uncluttered interface for the management of password databases.")
|
||||||
(define-public sound-juicer
|
(define-public sound-juicer
|
||||||
(package
|
(package
|
||||||
(name "sound-juicer")
|
(name "sound-juicer")
|
||||||
(version "3.24.0")
|
(version "3.38.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
@ -11172,18 +11172,31 @@ and uncluttered interface for the management of password databases.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19qg4xv0f9rkq34lragkmhii1llxsa87llbl28i759b0ks4f6sny"))))
|
"08d5d81rz9sj3m5paw8fwbgxmhlbr7bcjdzpmzj832qvg8smydxf"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system meson-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:glib-or-gtk? #t
|
||||||
|
#:phases #~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'disable-gtk-update-icon-cache
|
||||||
|
(lambda _
|
||||||
|
(setenv "DESTDIR" "/"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list desktop-file-utils intltool itstool pkg-config libxml2))
|
(list desktop-file-utils
|
||||||
|
gettext-minimal
|
||||||
|
`(,glib "bin")
|
||||||
|
itstool
|
||||||
|
libxml2
|
||||||
|
pkg-config
|
||||||
|
python))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+
|
(list brasero
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gstreamer
|
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gst-plugins-good
|
gst-plugins-good
|
||||||
|
gstreamer
|
||||||
|
gtk+
|
||||||
iso-codes
|
iso-codes
|
||||||
brasero
|
|
||||||
libcanberra
|
libcanberra
|
||||||
libdiscid
|
libdiscid
|
||||||
libmusicbrainz
|
libmusicbrainz
|
||||||
|
|
|
||||||
Reference in a new issue