GNU bug report logs -
#72702
[PATCH gnome-team 00/20] Update core-ish packages
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72702 in the body.
You can then email your comments to 72702 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:13:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
.
(Sun, 18 Aug 2024 17:13:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Guix,
this series updates core gnome packages, starting from
gsettings-desktop-schemas, which believe it or not,
is an inkscape rebuilder. *sigh*
Anyhow, we update the GTK stack, GStreamer, ungraft ibus,
all that good stuff.
Cheers
Liliana Marie Prikler (20):
gnu: gsettings-desktop-schemas: Update to 46.0.
gnu: pango: Update to 1.54.0.
gnu: librsvg: Disable rtl_tspan_svg test.
gnu: vala: Update to 0.56.17.
gnu: at-spi2-core: Update to 2.52.0.
gnu: atkmm: Update to 2.36.3.
gnu: gtkmm: Update to 4.14.0.
gnu: pangomm: Update to 2.54.0.
gnu: gtk+: Update to 3.24.41.
gnu: gtk: Update to 4.14.5.
gnu: gtk-doc: Update to 1.34.0.
gnu: Ungraft ibus-minimal.
gnu: gstreamer: Update to 1.24.6.
gnu: gst-plugins-base: Update to 1.24.6.
gnu: gst-plugins-good: Update to 1.24.6.
gnu: gst-plugins-bad: Update to 1.24.6.
gnu: gst-plugins-ugly: Update to 1.24.6.
gnu: gst-libav: Update to 1.24.6.
gnu: gst-editing-services: Update to 1.24.6.
gnu: python-gst: Update to 1.24.6.
gnu/packages/gnome.scm | 13 +++++++------
gnu/packages/gstreamer.scm | 32 ++++++++++++++++----------------
gnu/packages/gtk.scm | 32 ++++++++++++++++----------------
gnu/packages/ibus.scm | 23 +++--------------------
4 files changed, 42 insertions(+), 58 deletions(-)
base-commit: ba8358236b25ad81f74a2ef4a36dbff5cfbb3572
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 46.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 33d6a2b1b9..2aabdb3269 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2780,7 +2780,7 @@ (define-public evince
(define-public gsettings-desktop-schemas
(package
(name "gsettings-desktop-schemas")
- (version "44.0")
+ (version "46.0")
(source
(origin
(method url-fetch)
@@ -2789,7 +2789,7 @@ (define-public gsettings-desktop-schemas
name "-" version ".tar.xz"))
(sha256
(base32
- "03pc3wlfmf07586x89h63fr42pdpvqx64ak4ks298nchmmff8bgb"))))
+ "0xc5dy3wavj91yqd1lgvbwnw95nfg4m66bx7gbaqhqqv2shlcfj9"))))
(build-system meson-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gtk.scm (pango): Update to 1.54.0.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index c15630fe3b..7a9ac44152 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -383,7 +383,7 @@ (define-public libthai
(define-public pango
(package
(name "pango")
- (version "1.50.14")
+ (version "1.54.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/pango/"
@@ -392,7 +392,7 @@ (define-public pango
(patches (search-patches "pango-skip-libthai-test.patch"))
(sha256
(base32
- "1s41sprfgkc944fva36zjmkmdpv8hn1bdpyg55xc4663pw2z4rqx"))))
+ "1n0y5l5wfq2a86dimraazvz1v9dvqdjkmpqgzkbk9rqy09syv7la"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (vala): Update to 0.56.17.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0e85b995be..c7748169db 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4567,7 +4567,7 @@ (define-public seahorse
(define-public vala
(package
(name "vala")
- (version "0.56.16")
+ (version "0.56.17")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vala/"
@@ -4575,7 +4575,7 @@ (define-public vala
"vala-" version ".tar.xz"))
(sha256
(base32
- "16yaiff5nl2dfyvs3bj8y7wvzh9riz6wqlx7csgg1lpm01b7nj05"))))
+ "0spd6ill4nnfpj13qm6700yqhrgmgkcl1wbmj9hrq17h9r70q416"))))
(build-system glib-or-gtk-build-system)
(arguments
(list
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:03 GMT)
Full text and
rfc822 format available.
Message #17 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (librsvg)[#:phases]<loosen-test-boundaries>: Also
disable rtl_tspan_svg test.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2aabdb3269..0e85b995be 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3693,9 +3693,10 @@ (define-public librsvg
;; Increase reftest tolerance a bit to account for different
;; harfbuzz, pango, etc.
(setenv "RSVG_TEST_TOLERANCE" "20")
- ;; This test fails even after loosening the tolerance.
+ ;; These tests fail even after loosening the tolerance.
(substitute* "tests/src/reference.rs"
- ((".*svg1_1_text_align_03_b_svg.*") ""))))
+ ((".*svg1_1_text_align_03_b_svg.*") "")
+ ((".*rtl_tspan_svg.*") ""))))
(add-before 'configure 'pre-configure
(lambda* (#:key outputs #:allow-other-keys)
(substitute* "gdk-pixbuf-loader/Makefile.in"
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:03 GMT)
Full text and
rfc822 format available.
Message #20 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.52.0.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 7a9ac44152..f42fc105fc 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -817,7 +817,7 @@ (define-public at-spi2-core
(hidden-package
(package
(name "at-spi2-core")
- (version "2.48.4")
+ (version "2.52.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -825,7 +825,7 @@ (define-public at-spi2-core
name "-" version ".tar.xz"))
(sha256
(base32
- "05d5azffbglnvqzwk8ngg61jksm3brrwhmfpymsrccz8j8lv3v19"))))
+ "1azmbzik0gl2s03c9lq3dff3h1iql1zvlwn28yhizl68421zrhqa"))))
(build-system meson-build-system)
(arguments
(list
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:04 GMT)
Full text and
rfc822 format available.
Message #23 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gtk.scm (atkmm): Update to 2.36.3.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f42fc105fc..f8a7a9d769 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1805,7 +1805,7 @@ (define-public pangomm-2.46
(define-public atkmm
(package
(name "atkmm")
- (version "2.36.2")
+ (version "2.36.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1813,7 +1813,7 @@ (define-public atkmm
name "-" version ".tar.xz"))
(sha256
(base32
- "0yg0v8f0xms2cfj1r9q6yrl4757wrivpb4q56rbmx626yycxsqkg"))))
+ "0x2rdjmgmxza83lznss69nz7z6ny1cbh1ih2fbdhmpn4l3m69hkf"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:04 GMT)
Full text and
rfc822 format available.
Message #26 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gtk.scm (gtkmm): Update to 4.14.0.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f8a7a9d769..9f534ca36d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1873,7 +1873,7 @@ (define-public atkmm-2.28
(define-public gtkmm
(package
(name "gtkmm")
- (version "4.6.1")
+ (version "4.14.0")
(source
(origin
(method url-fetch)
@@ -1882,7 +1882,7 @@ (define-public gtkmm
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1q6iycd7jfbn6rp4sq6r7ndm96dc21inq8mq1d9xsky6kv5gwphd"))))
+ (base32 "1npcf6i07riw20rg5x6rnqi0jlh7cwdvsvjqd7fa6k3l9d2a0l4k"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:05 GMT)
Full text and
rfc822 format available.
Message #29 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gtk.scm (pangomm): Update to 2.54.0.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 9f534ca36d..eac0617a17 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1743,7 +1743,7 @@ (define-public cairomm-1.14
(define-public pangomm
(package
(name "pangomm")
- (version "2.50.1")
+ (version "2.54.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1751,7 +1751,7 @@ (define-public pangomm
name "-" version ".tar.xz"))
(sha256
(base32
- "054jglmnbig14fs99qqi5y174z9j90r6dprpyszw42742cs95jfc"))))
+ "1kvs9vbqikwlcfm7v8hhzc48xjpamfsq5skpabs1lyn4nz8iynsa"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:05 GMT)
Full text and
rfc822 format available.
Message #32 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gtk.scm (gtk+): Update to 3.24.41.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index eac0617a17..174fd189ae 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1019,7 +1019,7 @@ (define-public gtk+
(package
(inherit gtk+-2)
(name "gtk+")
- (version "3.24.41")
+ (version "3.24.43")
(source
(origin
(method url-fetch)
@@ -1028,7 +1028,7 @@ (define-public gtk+
name "-" version ".tar.xz"))
(sha256
(base32
- "1ymna7b8p668wxbca1pgjqpw02ya4p86yaa9pja7l27kg9463nj7"))
+ "1izky8dxaxp4bg5nii4n58dgpkw79mvmvbkldf04n0qmhmjg013y"))
(patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
;; There is no "doc" output, because adding gtk-doc here would introduce a
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:06 GMT)
Full text and
rfc822 format available.
Message #35 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gtk.scm (gtk): Update to 4.14.5.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 174fd189ae..54cc29c2d6 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1140,7 +1140,7 @@ (define-public gtk+
(define-public gtk
(package
(name "gtk")
- (version "4.14.2")
+ (version "4.14.5")
(source
(origin
(method url-fetch)
@@ -1148,7 +1148,7 @@ (define-public gtk
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0wp0w259rkwf6g8sk2b9jkms47vx5gp7mfs345grx9wq53plqq12"))
+ (base32 "0kg286za53qhl6ngw4rrvbpm3q04g30qf2q77sck7c86y2wz4ism"))
(patches
(search-patches "gtk4-respect-GUIX_GTK4_PATH.patch"))
(modules '((guix build utils)))))
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:06 GMT)
Full text and
rfc822 format available.
Message #38 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gtk.scm (gtk-doc): Update to 1.34.0.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 54cc29c2d6..16e1f658bd 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2250,7 +2250,7 @@ (define-public girara
(define-public gtk-doc
(package
(name "gtk-doc")
- (version "1.33.2")
+ (version "1.34.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -2258,7 +2258,7 @@ (define-public gtk-doc
name "-" version ".tar.xz"))
(sha256
(base32
- "0hxza8qp52lrq7s1vbilz2vh4170cail560zi8khl0zb42d706yc"))
+ "0746lwxgybc5ss3hzdd0crjjghk0ck0x9jbmz73iig405arp42xj"))
(patches
(search-patches "gtk-doc-respect-xml-catalog.patch"))))
(build-system meson-build-system)
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:07 GMT)
Full text and
rfc822 format available.
Message #41 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ibus.scm (ibus-minimal/fixed): Delete variable, inlining
changes into…
(ibus-minimal): … this.
---
gnu/packages/ibus.scm | 23 +++--------------------
1 file changed, 3 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index a2775b2f84..8cac1ab602 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -81,8 +81,7 @@ (define-module (gnu packages ibus)
(define-public ibus-minimal
(package
(name "ibus")
- (replacement ibus-minimal/fixed)
- (version "1.5.27")
+ (version "1.5.29")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/ibus/ibus/"
@@ -90,7 +89,7 @@ (define-public ibus-minimal
version "/ibus-" version ".tar.gz"))
(sha256
(base32
- "1pwppcy0xpidxa7db9lykjjjj1rcjrqf5l88f77hgxlnvdddmyvf"))))
+ "0vjybn3xq5sz616fdy21f5c4b4ajrj4wmfnbjqz6584xw887yiaa"))))
(build-system glib-or-gtk-build-system)
(outputs '("out" "doc"))
(arguments
@@ -196,6 +195,7 @@ (define-public ibus-minimal
gtk+
iso-codes
json-glib
+ libdbusmenu
libnotify
libx11
libxkbcommon
@@ -280,23 +280,6 @@ (define-public ibus
(package-native-search-paths ibus-minimal)))
(properties (alist-delete 'hidden? (package-properties ibus-minimal)))))
-(define-public ibus-minimal/fixed
- ;; Fixes <https://github.com/ibus/ibus/issues/2476>.
- ;; Ungraft on gnome-team, core-updates or a dedicated ungrafing branch.
- (package
- (inherit ibus-minimal)
- (version "1.5.29")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/ibus/ibus/"
- "releases/download/"
- version "/ibus-" version ".tar.gz"))
- (sha256
- (base32
- "0vjybn3xq5sz616fdy21f5c4b4ajrj4wmfnbjqz6584xw887yiaa"))))
- (inputs (modify-inputs (package-inputs ibus-minimal)
- (prepend libdbusmenu)))))
-
(define-public ibus-libpinyin
(package
(name "ibus-libpinyin")
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:07 GMT)
Full text and
rfc822 format available.
Message #44 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.24.6.
---
gnu/packages/gstreamer.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index ad08285181..ff0ad6c422 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -457,7 +457,7 @@ (define %common-gstreamer-phases
(define-public gstreamer
(package
(name "gstreamer")
- (version "1.22.3")
+ (version "1.24.6")
(source
(origin
(method url-fetch)
@@ -466,7 +466,7 @@ (define-public gstreamer
version ".tar.xz"))
(sha256
(base32
- "0x2rdl6vfpbr7wnh1nk0rllw28cgx0js4g9vxfank7rz0naspzlz"))))
+ "178vrkriw525pqckd1dhjgnl2fxcynj3igp36mmf7yf6sxh20d34"))))
(build-system meson-build-system)
(arguments
(list #:disallowed-references (list python)
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:08 GMT)
Full text and
rfc822 format available.
Message #47 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.24.6.
---
gnu/packages/gstreamer.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index ff0ad6c422..5fd73fb86b 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -538,7 +538,7 @@ (define-public gstreamer
(define-public gst-plugins-base
(package
(name "gst-plugins-base")
- (version "1.22.3")
+ (version "1.24.6")
(source
(origin
(method url-fetch)
@@ -546,7 +546,7 @@ (define-public gst-plugins-base
name "-" version ".tar.xz"))
(sha256
(base32
- "1ww9xx6c4mwvgn9k56d1xfnd3i1jm4v8rfiy4f07686ll24n4n8w"))))
+ "1d99qbn27371950v5arnw711fqzh6j7q34b8fmscjznfl0svalng"))))
(build-system meson-build-system)
(propagated-inputs
(list glib ;required by gstreamer-sdp-1.0.pc
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:08 GMT)
Full text and
rfc822 format available.
Message #50 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.24.6.
---
gnu/packages/gstreamer.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 5fd73fb86b..65bb322193 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -637,7 +637,7 @@ (define-public gst-plugins-base
(define-public gst-plugins-good
(package
(name "gst-plugins-good")
- (version "1.22.3")
+ (version "1.24.6")
(source
(origin
(method url-fetch)
@@ -646,7 +646,7 @@ (define-public gst-plugins-good
"https://gstreamer.freedesktop.org/src/" name "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0wq2f5q395vs7hnwjqpc2gysdvkgd4jmyfdszv9g9wrf795ib0dg"))))
+ (base32 "0bds42wpbsnrmqh1jk8ix157v8g5hrh8nw84wcxx8vi43n6rqswr"))))
(build-system meson-build-system)
(arguments
(list
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:09 GMT)
Full text and
rfc822 format available.
Message #53 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.24.6.
---
gnu/packages/gstreamer.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 65bb322193..84effb47ee 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -756,14 +756,14 @@ (define-public gst-plugins-good-qt
(define-public gst-plugins-bad
(package
(name "gst-plugins-bad")
- (version "1.22.3")
+ (version "1.24.6")
(source (origin
(method url-fetch)
(uri (string-append "https://gstreamer.freedesktop.org/src/"
name "/" name "-" version ".tar.xz"))
(sha256
(base32
- "1n116sphawmlqyjp1b8sv07vz4rjk1zn07286w37y4l65pp8yyg1"))
+ "0k5nqlcrl0p5gy2n9zkl34vjp0gj9sg787kwahgpr0p72darckcg"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:09 GMT)
Full text and
rfc822 format available.
Message #56 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.24.6.
---
gnu/packages/gstreamer.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 84effb47ee..114df177ba 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -954,7 +954,7 @@ (define-public gst-plugins-bad
(define-public gst-plugins-ugly
(package
(name "gst-plugins-ugly")
- (version "1.22.3")
+ (version "1.24.6")
(source
(origin
(method url-fetch)
@@ -962,7 +962,7 @@ (define-public gst-plugins-ugly
(string-append "https://gstreamer.freedesktop.org/src/"
name "/" name "-" version ".tar.xz"))
(sha256
- (base32 "0q53snvh7kr8g7qqxy4v5ska0d78kgc5bkp6qjrnhcr9qbaqxj9x"))))
+ (base32 "1i3m9b48ab7h385qlbxn7p43zfdpymf8gkamf9ijwa5bg0lvpzax"))))
(build-system meson-build-system)
(arguments
(list #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:10 GMT)
Full text and
rfc822 format available.
Message #59 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gstreamer.scm (gst-editing-services): Update to 1.24.6.
---
gnu/packages/gstreamer.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 5fc9646674..3ffc176a7d 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1034,7 +1034,7 @@ (define-public gst-libav
(define-public gst-editing-services
(package
(name "gst-editing-services")
- (version "1.22.3")
+ (version "1.24.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1042,7 +1042,7 @@ (define-public gst-editing-services
"gst-editing-services-" version ".tar.xz"))
(sha256
(base32
- "18nfq3av5ksz17048l2b4r4zbh11yd0yq2asx0jy3c894pkbr98m"))))
+ "0rm2w7g1rgbzh3i659lw61hgzfhqk8cmx9y0zkjzwnwxmdfa53qk"))))
(build-system meson-build-system)
(arguments
(list
--
2.45.2
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Sun, 18 Aug 2024 17:24:10 GMT)
Full text and
rfc822 format available.
Message #62 received at 72702 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gstreamer.scm (python-gst): Update to 1.24.6.
---
gnu/packages/gstreamer.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 3ffc176a7d..ea85d8e42f 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1102,7 +1102,7 @@ (define-public gst-plugins-bad-minimal
(define-public python-gst
(package
(name "python-gst")
- (version "1.22.3")
+ (version "1.24.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1110,7 +1110,7 @@ (define-public python-gst
"gst-python-" version ".tar.xz"))
(sha256
(base32
- "073kii36ncgsyq0b5njbsvprrg1k3kmydr3dxwiccjv3pvxd7gkh"))))
+ "006pbf148lj00wclm1vzn8bhm6khbjax0drdz7jk0yq91s18hbk9"))))
(build-system meson-build-system)
(arguments
(list
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72702
; Package
guix-patches
.
(Mon, 19 Aug 2024 16:50:02 GMT)
Full text and
rfc822 format available.
Message #65 received at 72702 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2024-08-18 19:08, Liliana Marie Prikler wrote:
> Hi Guix,
>
> this series updates core gnome packages, starting from
> gsettings-desktop-schemas, which believe it or not,
> is an inkscape rebuilder. *sigh*
>
> Anyhow, we update the GTK stack, GStreamer, ungraft ibus,
> all that good stuff.
Looks good to me, thank you for working on the update!
>
> Cheers
>
> Liliana Marie Prikler (20):
> gnu: gsettings-desktop-schemas: Update to 46.0.
> gnu: pango: Update to 1.54.0.
> gnu: librsvg: Disable rtl_tspan_svg test.
> gnu: vala: Update to 0.56.17.
> gnu: at-spi2-core: Update to 2.52.0.
> gnu: atkmm: Update to 2.36.3.
> gnu: gtkmm: Update to 4.14.0.
> gnu: pangomm: Update to 2.54.0.
> gnu: gtk+: Update to 3.24.41.
> gnu: gtk: Update to 4.14.5.
> gnu: gtk-doc: Update to 1.34.0.
> gnu: Ungraft ibus-minimal.
> gnu: gstreamer: Update to 1.24.6.
> gnu: gst-plugins-base: Update to 1.24.6.
> gnu: gst-plugins-good: Update to 1.24.6.
> gnu: gst-plugins-bad: Update to 1.24.6.
> gnu: gst-plugins-ugly: Update to 1.24.6.
> gnu: gst-libav: Update to 1.24.6.
> gnu: gst-editing-services: Update to 1.24.6.
> gnu: python-gst: Update to 1.24.6.
>
> gnu/packages/gnome.scm | 13 +++++++------
> gnu/packages/gstreamer.scm | 32 ++++++++++++++++----------------
> gnu/packages/gtk.scm | 32 ++++++++++++++++----------------
> gnu/packages/ibus.scm | 23 +++--------------------
> 4 files changed, 42 insertions(+), 58 deletions(-)
>
>
> base-commit: ba8358236b25ad81f74a2ef4a36dbff5cfbb3572
--
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]
bug closed, send any further explanations to
72702 <at> debbugs.gnu.org and Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Request was from
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Sun, 09 Mar 2025 06:56:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 06 Apr 2025 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.