GNU bug report logs -
#51126
[PATCH] gnu: kdenlive: Update to 21.08.2.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Mon, 11 Oct 2021 00:06:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 12 Oct 2021 11:15:07 -0400
with message-id <YWWmeyAr1Dp/j15C <at> jasmine.lan>
and subject line Re: [bug#51126] [PATCH] gnu: kdenlive: Update to 21.08.2.
has caused the debbugs.gnu.org bug report #51126,
regarding [PATCH] gnu: kdenlive: Update to 21.08.2.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
51126: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51126
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
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.
This bug report was last modified 3 years and 225 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.