unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44523] [PATCH] gnu: avidemux: Update to 2.7.6.
@ 2020-11-08 19:12 Leo Famulari
  2020-11-15 10:46 ` Efraim Flashner
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2020-11-08 19:12 UTC (permalink / raw)
  To: 44523

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#44523] [PATCH] gnu: avidemux: Update to 2.7.6.
  2020-11-08 19:12 [bug#44523] [PATCH] gnu: avidemux: Update to 2.7.6 Leo Famulari
@ 2020-11-15 10:46 ` Efraim Flashner
  2020-11-15 19:28   ` bug#44523: " Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Efraim Flashner @ 2020-11-15 10:46 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 44523

[-- Attachment #1: Type: text/plain, Size: 265 bytes --]

Looks good to me. It built without any problems.


-- 
Efraim Flashner   <efraim@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#44523: [PATCH] gnu: avidemux: Update to 2.7.6.
  2020-11-15 10:46 ` Efraim Flashner
@ 2020-11-15 19:28   ` Leo Famulari
  2020-11-15 22:51     ` [bug#44523] " Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2020-11-15 19:28 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 44523-done

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#44523] [PATCH] gnu: avidemux: Update to 2.7.6.
  2020-11-15 19:28   ` bug#44523: " Leo Famulari
@ 2020-11-15 22:51     ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2020-11-15 22:51 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 44523-done

[-- Attachment #1: Type: text/plain, Size: 358 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-15 22:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-08 19:12 [bug#44523] [PATCH] gnu: avidemux: Update to 2.7.6 Leo Famulari
2020-11-15 10:46 ` Efraim Flashner
2020-11-15 19:28   ` bug#44523: " Leo Famulari
2020-11-15 22:51     ` [bug#44523] " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).