GNU bug report logs -
#44523
[PATCH] gnu: avidemux: Update to 2.7.6.
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Sun, 8 Nov 2020 19:14:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44523 in the body.
You can then email your comments to 44523 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#44523
; Package
guix-patches
.
(Sun, 08 Nov 2020 19:14:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo Famulari <leo <at> famulari.name>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 08 Nov 2020 19:14:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/video.scm (avidemux): Update to 2.7.6.
[arguments]: Adjust to update of bundled FFmpeg.
[inputs]: Add libaom.
---
gnu/packages/video.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b3926af8bbe..4680b4f3f08 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2649,7 +2649,7 @@ for use with HTML5 video.")
(define-public avidemux
(package
(name "avidemux")
- (version "2.7.4")
+ (version "2.7.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2657,7 +2657,7 @@ for use with HTML5 video.")
"avidemux_" version ".tar.gz"))
(sha256
(base32
- "1acdb3m37vdzzbm8mwyibcn8msi7birb5v30qfi7jli5r00src3x"))
+ "1kwkn976ppahrcr74bnv6sqx75pzl9y21m1mvr5ksi1m6lgp924s"))
(patches (search-patches "avidemux-install-to-lib.patch"))))
(build-system cmake-build-system)
(native-inputs
@@ -2675,6 +2675,7 @@ for use with HTML5 video.")
("glu" ,glu)
("jack" ,jack-1)
("lame" ,lame)
+ ("libaom" ,libaom)
("libva" ,libva)
("libvdpau" ,libvdpau)
("libvorbis" ,libvorbis)
@@ -2689,7 +2690,7 @@ for use with HTML5 video.")
#:phases
;; Make sure files inside the included ffmpeg tarball are
;; patch-shebanged.
- (let ((ffmpeg "ffmpeg-4.1.4"))
+ (let ((ffmpeg "ffmpeg-4.2.3"))
(modify-phases %standard-phases
(add-before 'patch-source-shebangs 'unpack-ffmpeg
(lambda _
--
2.29.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#44523
; Package
guix-patches
.
(Sun, 15 Nov 2020 10:48:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 44523 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Looks good to me. It built without any problems.
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Sun, 15 Nov 2020 19:29:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Leo Famulari <leo <at> famulari.name>
:
bug acknowledged by developer.
(Sun, 15 Nov 2020 19:29:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 44523-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Sun, Nov 15, 2020 at 12:46:57PM +0200, Efraim Flashner wrote:
> Looks good to me. It built without any problems.
Thanks for the review! Pushed as eea31f5537af335cd4ffcd824fbe580a73d44b4b
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#44523
; Package
guix-patches
.
(Sun, 15 Nov 2020 22:53:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 44523-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Sun, Nov 15, 2020 at 02:28:21PM -0500, Leo Famulari wrote:
> On Sun, Nov 15, 2020 at 12:46:57PM +0200, Efraim Flashner wrote:
> > Looks good to me. It built without any problems.
>
> Thanks for the review! Pushed as eea31f5537af335cd4ffcd824fbe580a73d44b4b
Hm, it didn't go through!
Pushed for real as 66a087d5d3dc86d31f99a40b9f5f4faf2e57dfb3
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 14 Dec 2020 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 245 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.