From: Z572 via Guix-patches via <guix-patches@gnu.org>
To: attila.lendvai@gmail.com
Cc: 71810-done@debbugs.gnu.org, Attila Lendvai <attila@lendvai.name>
Subject: bug#71810: [PATCH v2 3/3] gnu: smplayer: Update to 23.12.0.
Date: Mon, 15 Jul 2024 21:41:01 +0800 [thread overview]
Message-ID: <tencent_E2A9D67CF32A552A6BF18F5DC7A8DCBBC405@qq.com> (raw)
Message-ID: <8734oahixe.fsf@qq.com> (raw)
In-Reply-To: <bd263d9e52c710871bd07e87be20628f42bfab09.1720886375.git.attila@lendvai.name> (attila lendvai's message of "Sat, 13 Jul 2024 17:59:36 +0200")
[-- Attachment #1: Type: text/plain, Size: 1802 bytes --]
attila.lendvai@gmail.com writes:
> From: Attila Lendvai <attila@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next prev parent reply other threads:[~2024-07-15 13:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-27 21:58 [bug#71810] [PATCH 1/3] gnu: smplayer: Update to 22.2.0 attila.lendvai
2024-06-27 21:58 ` [bug#71811] [PATCH 2/3] gnu: smplayer: Update to 22.7.0 attila.lendvai
2024-06-27 22:25 ` bug#71811: " Attila Lendvai
2024-07-13 15:59 ` [bug#71810] [PATCH v2 1/3] gnu: smplayer: Update to 22.2.0 attila.lendvai
2024-07-13 15:59 ` [bug#71810] [PATCH v2 2/3] gnu: smplayer: Update to 22.7.0 attila.lendvai
2024-07-13 15:59 ` [bug#71810] [PATCH v2 3/3] gnu: smplayer: Update to 23.12.0 attila.lendvai
2024-07-15 13:41 ` Z572 via Guix-patches via [this message]
2024-07-15 13:41 ` bug#71810: " Z572 via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tencent_E2A9D67CF32A552A6BF18F5DC7A8DCBBC405@qq.com \
--to=guix-patches@gnu.org \
--cc=71810-done@debbugs.gnu.org \
--cc=873216071@qq.com \
--cc=attila.lendvai@gmail.com \
--cc=attila@lendvai.name \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.