GNU bug report logs -
#78511
[PATCH] gnu: mediainfo: Update to 25.04.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#78511: [PATCH] gnu: mediainfo: Update to 25.04.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 78511 <at> debbugs.gnu.org.
--
78511: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78511
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
* 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
This bug report was last modified 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.