GNU bug report logs -
#71810
[PATCH 1/3] gnu: smplayer: Update to 22.2.0
Previous Next
Reported by: attila.lendvai <at> gmail.com
Date: Thu, 27 Jun 2024 22:01:02 UTC
Severity: normal
Tags: patch
Done: Z572 <873216071 <at> qq.com>
Bug is archived. No further changes may be made.
Full log
Message #25 received at 71810-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
attila.lendvai <at> gmail.com writes:
> From: Attila Lendvai <attila <at> lendvai.name>
>
> * gnu/packages/video.scm (smplayer) [inputs]: Add qtdeclarative-5.
>
> Change-Id: I6b727f6fe368bd70bf9fc3d61f7c0b5efe56c3a1
> ---
> gnu/packages/video.scm | 10 +++++++---
> 1 file changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
> index 2d1424fb8ec..1fa4ab15ff5 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -2711,7 +2711,7 @@ (define-public mpv
> (define-public smplayer
> (package
> (name "smplayer")
> - (version "22.7.0")
> + (version "23.12.0")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -2719,12 +2719,16 @@ (define-public smplayer
> (commit (string-append "v" version))))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "0qs9vz440bdvnyghi7f4frsan7n9xiy3afw9lhmf5m8xxa37325c"))))
> + (base32 "0yrm57rib910h9m4avhg6mkmkzy9xjb3f185c5zr6jls100az8h1"))))
> (build-system qt-build-system)
> (native-inputs
> (list qttools-5))
> (inputs
> - (list bash-minimal qtbase-5 zlib mpv))
> + (list bash-minimal
> + qtbase-5
> + qtdeclarative-5
> + zlib
> + mpv))
> (arguments
> (list #:tests? #false ; no tests
> #:make-flags #~(list (string-append "PREFIX=" #$output)
push, see
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=8c86eaeac6a20edad6c3c938df3815a6bcb86270
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=7e703ae7506251952b775e645785b095c183f8e8
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3689faac5c10249f052c979b527cba26054170d8
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 308 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.