[PATCH] gnu: mediainfo: Update to 21.03.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
M
M
Michael Rohleder wrote on 3 May 2021 17:21
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20210503152103.31493-1-mike@rohleder.de
* gnu/packages/video.scm (mediainfo): Update to 21.03.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 481ab46b6e..bd38a6b417 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3870,7 +3870,7 @@ MPEG-2, MPEG-4, DVD (VOB)...
(define-public mediainfo
(package
(name "mediainfo")
- (version "20.09")
+ (version "21.03")
(source (origin
(method url-fetch)
;; Warning: This source has proved unreliable 1 time at least.
@@ -3881,7 +3881,7 @@ MPEG-2, MPEG-4, DVD (VOB)...
name "_" version ".tar.xz"))
(sha256
(base32
- "0rqg9z7s5bk7vlvjrs4gackzg7ib05a0dffi2ihsjf5a7kw7wcir"))))
+ "07h2a1lbw5ak6c9bcn8qydchl0wpgk945rf9sfcqjyv05h5wll6y"))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
--
2.31.1
L
L
Ludovic Courtès wrote on 11 May 2021 12:39
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 48196@debbugs.gnu.org)
87r1id1rme.fsf@gnu.org
After the libmediainfo upgrade I get:

Toggle snippet (12 lines)
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/gnu/store/mpa04aq8lblbcviyxywxcsb1zbi0mf39-ld-wrapper-0/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
./configure: line 11401: libzen-config: command not found
./configure: line 11496: libmediainfo-config: command not found
configure: error: libmediainfo configuration is not found
command "/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash" "./configure" "CONFIG_SHELL=/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash" "SHELL=/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash" "--prefix=/gnu/store/igfphawjf38ygh8g8xhv9b4zha23xk8q-mediainfo-21.03" "--enable-fast-install" "--build=x86_64-unknown-linux-gnu" failed with status 1
builder for `/gnu/store/kyx5i8pjc6987mw6j7qhvvc5cz3qw3ns-mediainfo-21.03.drv' failed with exit code 1

Could you take a look?

Thanks,
Ludo’.
L
L
Ludovic Courtès wrote on 14 May 2021 12:15
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 48196-done@debbugs.gnu.org)
87h7j5pqn8.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> skribis:

Toggle quote (2 lines)
> * gnu/packages/video.scm (mediainfo): Update to 21.03.

Applied! The build failure was due to

Thanks,
Ludo’.
Closed
?