GNU bug report logs -
#78511
[PATCH] gnu: mediainfo: Update to 25.04.
Previous Next
To reply to this bug, email your comments to 78511 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78511
; Package
guix-patches
.
(Tue, 20 May 2025 16:31:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sergey Trofimov <sarg <at> sarg.org.ru>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 20 May 2025 16:31:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/video.scm (libmediainfo): Update to 25.04.
(mediainfo): Ditto.
Change-Id: Ic92fd32989edbf75e82be58b0e9d12ef240155f1
---
gnu/packages/video.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b945974cdc..8a14d97b37 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5212,7 +5212,7 @@ (define-public libmp4v2
(define-public libmediainfo
(package
(name "libmediainfo")
- (version "23.11")
+ (version "25.04")
(source (origin
(method url-fetch)
(uri (string-append "https://mediaarea.net/download/source/"
@@ -5220,7 +5220,7 @@ (define-public libmediainfo
name "_" version ".tar.xz"))
(sha256
(base32
- "0gc5brnwagdgaknkpyhkbpwc52q19vf5i3sayifhsg4yqzy58zhr"))))
+ "1cdvh4nsl2irwlkq39c3m26sl9lmmn5shp440fl7m05pkmyfsidd"))))
;; TODO add a Big Buck Bunny webm for tests.
(native-inputs
(list autoconf automake libtool pkg-config))
@@ -5275,7 +5275,7 @@ (define-public libmediainfo
(define-public mediainfo
(package
(name "mediainfo")
- (version "23.11")
+ (version "25.04")
(source (origin
(method url-fetch)
;; Warning: This source has proved unreliable 1 time at least.
@@ -5286,7 +5286,7 @@ (define-public mediainfo
name "_" version ".tar.xz"))
(sha256
(base32
- "1hy9m2l94ymhpcrhlqqjpgl24lz33qm239pcdlic3z5zs6qb2740"))))
+ "1bikda1a9c6d04w8cnwc229x9x3sp2v63zm5mhxjscq4j7z569ab"))))
(native-inputs
(list autoconf automake libtool pkg-config))
(inputs
base-commit: e7d73a08d569904f8a71db5b84f5fafaf0dff188
--
2.49.0
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Thu, 22 May 2025 16:50:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sergey Trofimov <sarg <at> sarg.org.ru>
:
bug acknowledged by developer.
(Thu, 22 May 2025 16:50:05 GMT)
Full text and
rfc822 format available.
Message #10 received at 78511-done <at> debbugs.gnu.org (full text, mbox):
On Tue, May 20, 2025 at 06:29:46PM +0200, Sergey Trofimov wrote:
> * gnu/packages/video.scm (libmediainfo): Update to 25.04.
> (mediainfo): Ditto.
Thanks! Pushed as 4629439a3008d11fdc3d32efbb3e67fbe272ff17
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.