unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70468] [PATCH] gnu: vlc: Update to 3.0.20
@ 2024-04-19  5:23 Andy Tai
  2024-04-22 20:09 ` [bug#70468] Andy Tai
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andy Tai @ 2024-04-19  5:23 UTC (permalink / raw)
  To: 70468; +Cc: Andy Tai

* 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





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

* [bug#70468]
  2024-04-19  5:23 [bug#70468] [PATCH] gnu: vlc: Update to 3.0.20 Andy Tai
@ 2024-04-22 20:09 ` Andy Tai
  2024-04-22 21:34 ` [bug#70468] [PATCH v2] gnu: vlc: Update to 3.0.20 Dale Mellor
  2024-04-23  8:58 ` bug#70468: [PATCH] " Z572
  2 siblings, 0 replies; 4+ messages in thread
From: Andy Tai @ 2024-04-22 20:09 UTC (permalink / raw)
  To: 70468

patch passes QA
https://qa.guix.gnu.org/issue/70468




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

* [bug#70468] [PATCH v2] gnu: vlc: Update to 3.0.20
  2024-04-19  5:23 [bug#70468] [PATCH] gnu: vlc: Update to 3.0.20 Andy Tai
  2024-04-22 20:09 ` [bug#70468] Andy Tai
@ 2024-04-22 21:34 ` Dale Mellor
  2024-04-23  8:58 ` bug#70468: [PATCH] " Z572
  2 siblings, 0 replies; 4+ messages in thread
From: Dale Mellor @ 2024-04-22 21:34 UTC (permalink / raw)
  To: 70468; +Cc: guix-devel-0brg6a, atai

From: Andy Tai <atai@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@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





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

* bug#70468: [PATCH] gnu: vlc: Update to 3.0.20
  2024-04-19  5:23 [bug#70468] [PATCH] gnu: vlc: Update to 3.0.20 Andy Tai
  2024-04-22 20:09 ` [bug#70468] Andy Tai
  2024-04-22 21:34 ` [bug#70468] [PATCH v2] gnu: vlc: Update to 3.0.20 Dale Mellor
@ 2024-04-23  8:58 ` Z572
  2 siblings, 0 replies; 4+ messages in thread
From: Z572 @ 2024-04-23  8:58 UTC (permalink / raw)
  To: Andy Tai; +Cc: 70468-done

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

Andy Tai <atai@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

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

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

end of thread, other threads:[~2024-04-23  9:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-19  5:23 [bug#70468] [PATCH] gnu: vlc: Update to 3.0.20 Andy Tai
2024-04-22 20:09 ` [bug#70468] Andy Tai
2024-04-22 21:34 ` [bug#70468] [PATCH v2] gnu: vlc: Update to 3.0.20 Dale Mellor
2024-04-23  8:58 ` bug#70468: [PATCH] " Z572

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).