unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51126] [PATCH] gnu: kdenlive: Update to 21.08.2.
@ 2021-10-11  0:04 Vinicius Monego
  2021-10-12 15:15 ` bug#51126: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2021-10-11  0:04 UTC (permalink / raw)
  To: 51126; +Cc: Vinicius Monego

* gnu/packages/kde.scm (kdenlive): Update to 21.08.2.
---
 gnu/packages/kde.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 66a112d8b5..93ffa0f43a 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -219,7 +219,7 @@ browser for easy news reading.")
     (license license:gpl2+)))
 
 (define-public kdenlive
-  (let ((version "21.08.1"))
+  (let ((version "21.08.2"))
     (package
       (name "kdenlive")
       (version version)
@@ -231,7 +231,7 @@ browser for easy news reading.")
                (commit (string-append "v" version))))
          (file-name (string-append name "-" version "-checkout"))
          (sha256
-          (base32 "1fvy2aa86pn4crk8lgxjh1kdn2lxzi66krnrr9m91mp89mmc760k"))))
+          (base32 "1l78xjdf1bmj3s8kysaqqgh67mb3vrc96rsdnp0i4awlyfsh89d7"))))
       (build-system qt-build-system)
       (native-inputs
        `(("extra-cmake-modules" ,extra-cmake-modules)
@@ -269,7 +269,10 @@ browser for easy news reading.")
          ("qtwebkit" ,qtwebkit)
          ("shared-mime-info" ,shared-mime-info)))
       (arguments
-       `(#:tests? #f                    ;TODO needs X
+       ;; XXX: there is a single test that spawns other tests and
+       ;; 1/3 tests failed and 1/327 assertions failed.  It seems
+       ;; that individual tests can't be skipped.
+       `(#:tests? #f
          #:phases
          (modify-phases %standard-phases
            (add-after 'install 'wrap-executable
-- 
2.30.2





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

* bug#51126: [PATCH] gnu: kdenlive: Update to 21.08.2.
  2021-10-11  0:04 [bug#51126] [PATCH] gnu: kdenlive: Update to 21.08.2 Vinicius Monego
@ 2021-10-12 15:15 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-10-12 15:15 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 51126-done

On Mon, Oct 11, 2021 at 12:04:46AM +0000, Vinicius Monego wrote:
> * gnu/packages/kde.scm (kdenlive): Update to 21.08.2.

Pushed as 385c9a4e30e952207df3246acaf13e6519b01af2

>        (arguments
> -       `(#:tests? #f                    ;TODO needs X
> +       ;; XXX: there is a single test that spawns other tests and
> +       ;; 1/3 tests failed and 1/327 assertions failed.  It seems
> +       ;; that individual tests can't be skipped.
> +       `(#:tests? #f

Thank you for taking the time to investigate and write this comment.
It's important work for the long-term maintainability of the packages.




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

end of thread, other threads:[~2021-10-12 15:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11  0:04 [bug#51126] [PATCH] gnu: kdenlive: Update to 21.08.2 Vinicius Monego
2021-10-12 15:15 ` bug#51126: " Leo Famulari

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