GNU bug report logs - #70468
[PATCH] gnu: vlc: Update to 3.0.20

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Fri, 19 Apr 2024 05:24:03 UTC

Owned by: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

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 70468 in the body.
You can then email your comments to 70468 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70468; Package guix-patches. (Fri, 19 Apr 2024 05:24:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 19 Apr 2024 05:24:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: vlc: Update to 3.0.20
Date: Thu, 18 Apr 2024 22:23:11 -0700
* gnu/packages/video.scm (vlc): update to 3.0.20

Change-Id: I7a57c739dc3a1025c8d0fba32a9a9c492fcd1778
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 00072055d3..9ec02101a8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2365,7 +2365,7 @@ (define-public ffmpeg-normalize
 (define-public vlc
   (package
     (name "vlc")
-    (version "3.0.18")
+    (version "3.0.20")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2374,7 +2374,7 @@ (define-public vlc
                     "/vlc-" version ".tar.xz"))
               (sha256
                (base32
-                "1v7db9icrb12yz7banq2wvpjpvqfrj031yj1kf5smn35qcwl82ap"))))
+                "1d99p93k8d86bbanym6b6jii1aiavb570lpb83gws8979mdjiixd"))))
     (build-system gnu-build-system)
     (native-inputs
      (list flex bison gettext-minimal pkg-config))

base-commit: 2126dab4cd81db4cbde4566d8c638e45a4c0077c
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#70468; Package guix-patches. (Mon, 22 Apr 2024 20:11:04 GMT) Full text and rfc822 format available.

Message #8 received at 70468 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 70468 <at> debbugs.gnu.org
Date: Mon, 22 Apr 2024 13:09:49 -0700
patch passes QA
https://qa.guix.gnu.org/issue/70468




Information forwarded to guix-patches <at> gnu.org:
bug#70468; Package guix-patches. (Mon, 22 Apr 2024 21:35:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>
To: 70468 <at> debbugs.gnu.org
Cc: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>, guix-patches <at> gnu.org,
 Andy Tai <atai <at> atai.org>
Subject: [PATCH v2] gnu: vlc: Update to 3.0.20
Date: Mon, 22 Apr 2024 22:34:01 +0100
From: Andy Tai <atai <at> atai.org>

* gnu/packages/video.scm (vlc): update to 3.0.20

Review:
  * Minimum change needed for a micro-version bump in a package
  * Lint, build-check and install all clean
  * Tested by watching an episode of Star Trek: The Next Generation

Reviewed-by: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>
Change-Id: I7a57c739dc3a1025c8d0fba32a9a9c492fcd1778
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 00072055d3..9ec02101a8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2365,7 +2365,7 @@ (define-public ffmpeg-normalize
 (define-public vlc
   (package
     (name "vlc")
-    (version "3.0.18")
+    (version "3.0.20")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2374,7 +2374,7 @@ (define-public vlc
                     "/vlc-" version ".tar.xz"))
               (sha256
                (base32
-                "1v7db9icrb12yz7banq2wvpjpvqfrj031yj1kf5smn35qcwl82ap"))))
+                "1d99p93k8d86bbanym6b6jii1aiavb570lpb83gws8979mdjiixd"))))
     (build-system gnu-build-system)
     (native-inputs
      (list flex bison gettext-minimal pkg-config))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#70468; Package guix-patches. (Mon, 22 Apr 2024 21:35:03 GMT) Full text and rfc822 format available.

Owner recorded as Dale Mellor <guix-devel-0brg6a <at> rdmp.org>. Request was from Dale Mellor <guix-devel-0brg6a <at> rdmp.org> to control <at> debbugs.gnu.org. (Mon, 22 Apr 2024 21:38:01 GMT) Full text and rfc822 format available.

Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Tue, 23 Apr 2024 09:00:04 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Tue, 23 Apr 2024 09:00:05 GMT) Full text and rfc822 format available.

Message #21 received at 70468-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Andy Tai <atai <at> atai.org>
Cc: 70468-done <at> debbugs.gnu.org
Subject: Re: [bug#70468] [PATCH] gnu: vlc: Update to 3.0.20
Date: Tue, 23 Apr 2024 16:58:48 +0800
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/video.scm (vlc): update to 3.0.20
>
> Change-Id: I7a57c739dc3a1025c8d0fba32a9a9c492fcd1778
> ---
>  gnu/packages/video.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
> index 00072055d3..9ec02101a8 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -2365,7 +2365,7 @@ (define-public ffmpeg-normalize
>  (define-public vlc
>    (package
>      (name "vlc")
> -    (version "3.0.18")
> +    (version "3.0.20")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append
> @@ -2374,7 +2374,7 @@ (define-public vlc
>                      "/vlc-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "1v7db9icrb12yz7banq2wvpjpvqfrj031yj1kf5smn35qcwl82ap"))))
> +                "1d99p93k8d86bbanym6b6jii1aiavb570lpb83gws8979mdjiixd"))))
>      (build-system gnu-build-system)
>      (native-inputs
>       (list flex bison gettext-minimal pkg-config))
>
> base-commit: 2126dab4cd81db4cbde4566d8c638e45a4c0077c

LGTM, push. see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=e5593155adae9bf8ba8f15e58f18afe0efc935a8
[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. (Tue, 21 May 2024 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 90 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.