unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71810] [PATCH 2/3] gnu: smplayer: Update to 22.7.0
       [not found] <5708714cc9e486ffdadcb2408cf6479ecbecd220.1719527223.git.attila@lendvai.name>
@ 2024-06-27 22:27 ` attila.lendvai
  2024-06-27 22:27 ` [bug#71810] [PATCH 3/3] gnu: smplayer: Update to 23.12.0 attila.lendvai
  1 sibling, 0 replies; 2+ messages in thread
From: attila.lendvai @ 2024-06-27 22:27 UTC (permalink / raw)
  To: 71810; +Cc: Attila Lendvai

From: Attila Lendvai <attila@lendvai.name>

Change-Id: Iec24da98806b87f482b280036e61e40e9d66cb5e
---
 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 731403f5291..1f29731ee06 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.2.0")
+    (version "22.7.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2719,7 +2719,7 @@ (define-public smplayer
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 "0mcvpm86n9l0nwavnaa1n2jfalgrzdfh92sdjnwx1iga89m4k55s"))))
+               (base32 "0qs9vz440bdvnyghi7f4frsan7n9xiy3afw9lhmf5m8xxa37325c"))))
     (build-system qt-build-system)
     (native-inputs
      (list qttools-5))
-- 
2.45.1





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

* [bug#71810] [PATCH 3/3] gnu: smplayer: Update to 23.12.0
       [not found] <5708714cc9e486ffdadcb2408cf6479ecbecd220.1719527223.git.attila@lendvai.name>
  2024-06-27 22:27 ` [bug#71810] [PATCH 2/3] gnu: smplayer: Update to 22.7.0 attila.lendvai
@ 2024-06-27 22:27 ` attila.lendvai
  1 sibling, 0 replies; 2+ messages in thread
From: attila.lendvai @ 2024-06-27 22:27 UTC (permalink / raw)
  To: 71810; +Cc: Attila Lendvai

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 1f29731ee06..fdfad4cea2a 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)
-- 
2.45.1





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

end of thread, other threads:[~2024-06-28  6:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <5708714cc9e486ffdadcb2408cf6479ecbecd220.1719527223.git.attila@lendvai.name>
2024-06-27 22:27 ` [bug#71810] [PATCH 2/3] gnu: smplayer: Update to 22.7.0 attila.lendvai
2024-06-27 22:27 ` [bug#71810] [PATCH 3/3] gnu: smplayer: Update to 23.12.0 attila.lendvai

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