Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kdenlive: update to 20.12.1.
@ 2021-02-01 15:19 andry-dev
  2021-02-03  4:56 ` ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: andry-dev @ 2021-02-01 15:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1590 bytes --]

There is a new pull request by andry-dev against master on the void-packages repository

https://github.com/andry-dev/void-packages kdenlive
https://github.com/void-linux/void-packages/pull/28390

kdenlive: update to 20.12.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



A patch file from https://github.com/void-linux/void-packages/pull/28390.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kdenlive-28390.patch --]
[-- Type: text/x-diff, Size: 1051 bytes --]

From 8eec0d70158b3f99a5e3f3898addb31c0305ac2a Mon Sep 17 00:00:00 2001
From: andry-dev <andry-dev@users.noreply.github.com>
Date: Mon, 1 Feb 2021 14:58:57 +0100
Subject: [PATCH] kdenlive: update to 20.12.1.

---
 srcpkgs/kdenlive/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kdenlive/template b/srcpkgs/kdenlive/template
index 6dad06ea807..8595ca6d447 100644
--- a/srcpkgs/kdenlive/template
+++ b/srcpkgs/kdenlive/template
@@ -1,6 +1,6 @@
 # Template file for 'kdenlive'
 pkgname=kdenlive
-version=20.08.3
+version=20.12.1
 revision=1
 build_style=cmake
 hostmakedepends="
@@ -17,7 +17,7 @@ maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://kdenlive.org"
 distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=9f8f3636f65f42a73fd1a97e29f8493fbcb8297ca755852eae93258ce12ceda0
+checksum=9b6e22ad311c33457e7f7147ad873286945fc6c3b610129856fd01cbb51da458
 
 # needed for mlt to work on musl
 CXXFLAGS="-DHAVE_LOCALE_H=1"

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

* Re: kdenlive: update to 20.12.1.
  2021-02-01 15:19 [PR PATCH] kdenlive: update to 20.12.1 andry-dev
@ 2021-02-03  4:56 ` ericonr
  2021-02-03 19:20 ` [PR PATCH] [Updated] " andry-dev
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-02-03  4:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 610 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28390#issuecomment-772228358

Comment:
```
diff --git a/srcpkgs/kdenlive/template b/srcpkgs/kdenlive/template
index 8595ca6d44..1dbc21964d 100644
--- a/srcpkgs/kdenlive/template
+++ b/srcpkgs/kdenlive/template
@@ -21,3 +21,7 @@ checksum=9b6e22ad311c33457e7f7147ad873286945fc6c3b610129856fd01cbb51da458
 
 # needed for mlt to work on musl
 CXXFLAGS="-DHAVE_LOCALE_H=1"
+
+pre_check() {
+	export QT_QPA_PLATFORM=offscreen
+}
```

For that part, but there are still other failing tests.

@jnbr 

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

* Re: [PR PATCH] [Updated] kdenlive: update to 20.12.1.
  2021-02-01 15:19 [PR PATCH] kdenlive: update to 20.12.1 andry-dev
  2021-02-03  4:56 ` ericonr
@ 2021-02-03 19:20 ` andry-dev
  2021-02-03 19:33 ` jnbr
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: andry-dev @ 2021-02-03 19:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1751 bytes --]

There is an updated pull request by andry-dev against master on the void-packages repository

https://github.com/andry-dev/void-packages kdenlive
https://github.com/void-linux/void-packages/pull/28390

kdenlive: update to 20.12.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

#### Build status

It doesn't build in CI because the `do_check` doesn't pass since there's no X session running in the container:
```
qt.qpa.xcb: could not connect to display 
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
```

A patch file from https://github.com/void-linux/void-packages/pull/28390.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kdenlive-28390.patch --]
[-- Type: text/x-diff, Size: 1111 bytes --]

From 024fba0bd376818087be9ffb6cc3a2890a7f9b10 Mon Sep 17 00:00:00 2001
From: andry-dev <andry-dev@users.noreply.github.com>
Date: Mon, 1 Feb 2021 14:58:57 +0100
Subject: [PATCH] kdenlive: update to 20.12.1.

---
 srcpkgs/kdenlive/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kdenlive/template b/srcpkgs/kdenlive/template
index 6dad06ea807..1dbc21964d1 100644
--- a/srcpkgs/kdenlive/template
+++ b/srcpkgs/kdenlive/template
@@ -1,6 +1,6 @@
 # Template file for 'kdenlive'
 pkgname=kdenlive
-version=20.08.3
+version=20.12.1
 revision=1
 build_style=cmake
 hostmakedepends="
@@ -17,7 +17,11 @@ maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://kdenlive.org"
 distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=9f8f3636f65f42a73fd1a97e29f8493fbcb8297ca755852eae93258ce12ceda0
+checksum=9b6e22ad311c33457e7f7147ad873286945fc6c3b610129856fd01cbb51da458
 
 # needed for mlt to work on musl
 CXXFLAGS="-DHAVE_LOCALE_H=1"
+
+pre_check() {
+	export QT_QPA_PLATFORM=offscreen
+}

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

* Re: kdenlive: update to 20.12.1.
  2021-02-01 15:19 [PR PATCH] kdenlive: update to 20.12.1 andry-dev
  2021-02-03  4:56 ` ericonr
  2021-02-03 19:20 ` [PR PATCH] [Updated] " andry-dev
@ 2021-02-03 19:33 ` jnbr
  2021-02-03 20:56 ` andry-dev
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jnbr @ 2021-02-03 19:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/28390#issuecomment-772765939

Comment:
Thanks for bumping the package.
I only had a quick look but I think the remaining fail is a bug in the test harness.
In case you don't feel like tracking this down, I recommend disabling tests, but please keep the QT_QPA_PLATFORM=offscreen.

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

* Re: kdenlive: update to 20.12.1.
  2021-02-01 15:19 [PR PATCH] kdenlive: update to 20.12.1 andry-dev
                   ` (2 preceding siblings ...)
  2021-02-03 19:33 ` jnbr
@ 2021-02-03 20:56 ` andry-dev
  2021-02-04  5:55 ` ericonr
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: andry-dev @ 2021-02-03 20:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

New comment by andry-dev on void-packages repository

https://github.com/void-linux/void-packages/pull/28390#issuecomment-772817537

Comment:
> In case you don't feel like tracking this down, I recommend disabling tests

Yeah I'm kinda busy right now so I'll pass, sorry about that. To disable them I just create an empty `do_check` and that's it, right?

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

* Re: kdenlive: update to 20.12.1.
  2021-02-01 15:19 [PR PATCH] kdenlive: update to 20.12.1 andry-dev
                   ` (3 preceding siblings ...)
  2021-02-03 20:56 ` andry-dev
@ 2021-02-04  5:55 ` ericonr
  2021-02-04 12:36 ` [PR PATCH] [Updated] " andry-dev
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-02-04  5:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28390#issuecomment-773051310

Comment:
@andry-dev yes!

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

* Re: [PR PATCH] [Updated] kdenlive: update to 20.12.1.
  2021-02-01 15:19 [PR PATCH] kdenlive: update to 20.12.1 andry-dev
                   ` (4 preceding siblings ...)
  2021-02-04  5:55 ` ericonr
@ 2021-02-04 12:36 ` andry-dev
  2021-02-04 12:46 ` andry-dev
  2021-02-04 21:54 ` [PR PATCH] [Merged]: " jnbr
  7 siblings, 0 replies; 9+ messages in thread
From: andry-dev @ 2021-02-04 12:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1751 bytes --]

There is an updated pull request by andry-dev against master on the void-packages repository

https://github.com/andry-dev/void-packages kdenlive
https://github.com/void-linux/void-packages/pull/28390

kdenlive: update to 20.12.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

#### Build status

It doesn't build in CI because the `do_check` doesn't pass since there's no X session running in the container:
```
qt.qpa.xcb: could not connect to display 
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
```

A patch file from https://github.com/void-linux/void-packages/pull/28390.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kdenlive-28390.patch --]
[-- Type: text/x-diff, Size: 1134 bytes --]

From d812e0d0f3767e5befaef7119d9ac9e717bb6acc Mon Sep 17 00:00:00 2001
From: andry-dev <andry-dev@users.noreply.github.com>
Date: Mon, 1 Feb 2021 14:58:57 +0100
Subject: [PATCH] kdenlive: update to 20.12.1.

---
 srcpkgs/kdenlive/template | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kdenlive/template b/srcpkgs/kdenlive/template
index 6dad06ea807..251b4d09844 100644
--- a/srcpkgs/kdenlive/template
+++ b/srcpkgs/kdenlive/template
@@ -1,6 +1,6 @@
 # Template file for 'kdenlive'
 pkgname=kdenlive
-version=20.08.3
+version=20.12.1
 revision=1
 build_style=cmake
 hostmakedepends="
@@ -17,7 +17,14 @@ maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://kdenlive.org"
 distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=9f8f3636f65f42a73fd1a97e29f8493fbcb8297ca755852eae93258ce12ceda0
+checksum=9b6e22ad311c33457e7f7147ad873286945fc6c3b610129856fd01cbb51da458
 
 # needed for mlt to work on musl
 CXXFLAGS="-DHAVE_LOCALE_H=1"
+
+pre_check() {
+	export QT_QPA_PLATFORM=offscreen
+}
+
+do_check() {
+}

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

* Re: [PR PATCH] [Updated] kdenlive: update to 20.12.1.
  2021-02-01 15:19 [PR PATCH] kdenlive: update to 20.12.1 andry-dev
                   ` (5 preceding siblings ...)
  2021-02-04 12:36 ` [PR PATCH] [Updated] " andry-dev
@ 2021-02-04 12:46 ` andry-dev
  2021-02-04 21:54 ` [PR PATCH] [Merged]: " jnbr
  7 siblings, 0 replies; 9+ messages in thread
From: andry-dev @ 2021-02-04 12:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1751 bytes --]

There is an updated pull request by andry-dev against master on the void-packages repository

https://github.com/andry-dev/void-packages kdenlive
https://github.com/void-linux/void-packages/pull/28390

kdenlive: update to 20.12.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

#### Build status

It doesn't build in CI because the `do_check` doesn't pass since there's no X session running in the container:
```
qt.qpa.xcb: could not connect to display 
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
```

A patch file from https://github.com/void-linux/void-packages/pull/28390.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kdenlive-28390.patch --]
[-- Type: text/x-diff, Size: 1268 bytes --]

From 8e4248e0481cf234e7e0b167a8783db4a19ceddb Mon Sep 17 00:00:00 2001
From: andry-dev <andry-dev@users.noreply.github.com>
Date: Mon, 1 Feb 2021 14:58:57 +0100
Subject: [PATCH] kdenlive: update to 20.12.1.

---
 srcpkgs/kdenlive/template | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kdenlive/template b/srcpkgs/kdenlive/template
index 6dad06ea807..0f39d8061bb 100644
--- a/srcpkgs/kdenlive/template
+++ b/srcpkgs/kdenlive/template
@@ -1,6 +1,6 @@
 # Template file for 'kdenlive'
 pkgname=kdenlive
-version=20.08.3
+version=20.12.1
 revision=1
 build_style=cmake
 hostmakedepends="
@@ -17,7 +17,18 @@ maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://kdenlive.org"
 distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=9f8f3636f65f42a73fd1a97e29f8493fbcb8297ca755852eae93258ce12ceda0
+checksum=9b6e22ad311c33457e7f7147ad873286945fc6c3b610129856fd01cbb51da458
 
 # needed for mlt to work on musl
 CXXFLAGS="-DHAVE_LOCALE_H=1"
+
+pre_check() {
+	export QT_QPA_PLATFORM=offscreen
+}
+
+do_check() {
+	# Intentionally disable checks since tests won't run.
+	# See: https://github.com/void-linux/void-packages/pull/28390
+
+	true
+}

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

* Re: [PR PATCH] [Merged]: kdenlive: update to 20.12.1.
  2021-02-01 15:19 [PR PATCH] kdenlive: update to 20.12.1 andry-dev
                   ` (6 preceding siblings ...)
  2021-02-04 12:46 ` andry-dev
@ 2021-02-04 21:54 ` jnbr
  7 siblings, 0 replies; 9+ messages in thread
From: jnbr @ 2021-02-04 21:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1590 bytes --]

There's a merged pull request on the void-packages repository

kdenlive: update to 20.12.1.
https://github.com/void-linux/void-packages/pull/28390

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

#### Build status

It doesn't build in CI because the `do_check` doesn't pass since there's no X session running in the container:
```
qt.qpa.xcb: could not connect to display 
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
```

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

end of thread, other threads:[~2021-02-04 21:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01 15:19 [PR PATCH] kdenlive: update to 20.12.1 andry-dev
2021-02-03  4:56 ` ericonr
2021-02-03 19:20 ` [PR PATCH] [Updated] " andry-dev
2021-02-03 19:33 ` jnbr
2021-02-03 20:56 ` andry-dev
2021-02-04  5:55 ` ericonr
2021-02-04 12:36 ` [PR PATCH] [Updated] " andry-dev
2021-02-04 12:46 ` andry-dev
2021-02-04 21:54 ` [PR PATCH] [Merged]: " jnbr

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 NNTP newsgroup(s).