Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kdenlive: add missing dependencies
@ 2023-01-22  0:44 oreo639
  2023-01-22  0:50 ` classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: oreo639 @ 2023-01-22  0:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages kdenlive
https://github.com/void-linux/void-packages/pull/41791

kdenlive: add missing dependencies
Fixes:
file:///usr/lib/qt5/qml/org/kde/newstuff/Action.qml:40:1: module "org.kde.kirigami" is not installed

kf.solid.backends.udisks2: Failed enumerating UDisks2 objects: "org.freedesktop.DBus.Error.ServiceUnknown"

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/41791.patch is attached

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

From 84b5ec6658be126cc347198ccbbf25465c877f19 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sat, 21 Jan 2023 16:39:21 -0800
Subject: [PATCH] kdenlive: add missing dependencies

Fixes:
file:///usr/lib/qt5/qml/org/kde/newstuff/Action.qml:40:1:
module "org.kde.kirigami" is not installed

kf.solid.backends.udisks2: Failed enumerating UDisks2 objects:
"org.freedesktop.DBus.Error.ServiceUnknown"
---
 srcpkgs/kdenlive/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kdenlive/template b/srcpkgs/kdenlive/template
index 8beba85981c9..06abbad7bef5 100644
--- a/srcpkgs/kdenlive/template
+++ b/srcpkgs/kdenlive/template
@@ -1,7 +1,7 @@
 # Template file for 'kdenlive'
 pkgname=kdenlive
 version=22.12.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="
  extra-cmake-modules kconfig kcoreaddons kdoctools pkg-config python3
@@ -10,7 +10,8 @@ makedepends="
  kdeclarative-devel kfilemetadata5-devel knewstuff-devel knotifyconfig-devel
  kplotting-devel mlt7-devel qt5-multimedia-devel qt5-webkit-devel purpose-devel
  v4l-utils-devel ksolid-devel qt5-quickcontrols2-devel qt5-networkauth-devel"
-depends="breeze-icons dvdauthor ffmpeg frei0r-plugins kinit qt5-quickcontrols"
+depends="breeze-icons dvdauthor ffmpeg frei0r-plugins kirigami2 udisks2 kinit
+ qt5-quickcontrols"
 checkdepends="$depends"
 short_desc="Non-linear video editor"
 maintainer="Orphaned <orphan@voidlinux.org>"

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

* Re: kdenlive: add missing dependencies
  2023-01-22  0:44 [PR PATCH] kdenlive: add missing dependencies oreo639
@ 2023-01-22  0:50 ` classabbyamp
  2023-01-22  0:51 ` [PR PATCH] [Updated] " oreo639
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-01-22  0:50 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41791#issuecomment-1399368413

Comment:
I don't think the udisk2 error is fatal, and I'll take care of this in #41792

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

* Re: [PR PATCH] [Updated] kdenlive: add missing dependencies
  2023-01-22  0:44 [PR PATCH] kdenlive: add missing dependencies oreo639
  2023-01-22  0:50 ` classabbyamp
@ 2023-01-22  0:51 ` oreo639
  2023-01-22  0:52 ` [PR PATCH] [Closed]: " oreo639
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2023-01-22  0:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages kdenlive
https://github.com/void-linux/void-packages/pull/41791

kdenlive: add missing dependencies
Fixes:
file:///usr/lib/qt5/qml/org/kde/newstuff/Action.qml:40:1: module "org.kde.kirigami" is not installed

kf.solid.backends.udisks2: Failed enumerating UDisks2 objects: "org.freedesktop.DBus.Error.ServiceUnknown"

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/41791.patch is attached

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

From 1ed206a630156f1b6238d65a17663859f1ed2bbc Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sat, 21 Jan 2023 16:39:21 -0800
Subject: [PATCH] kdenlive: add missing dependencies

Fixes:
file:///usr/lib/qt5/qml/org/kde/newstuff/Action.qml:40:1:
module "org.kde.kirigami" is not installed

qrc:/qml/TrackHead.qml:10:1: module "QtGraphicalEffects" is not installed

kf.solid.backends.udisks2: Failed enumerating UDisks2 objects:
"org.freedesktop.DBus.Error.ServiceUnknown"
---
 srcpkgs/kdenlive/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kdenlive/template b/srcpkgs/kdenlive/template
index 8beba85981c9..fbaabd718999 100644
--- a/srcpkgs/kdenlive/template
+++ b/srcpkgs/kdenlive/template
@@ -1,7 +1,7 @@
 # Template file for 'kdenlive'
 pkgname=kdenlive
 version=22.12.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="
  extra-cmake-modules kconfig kcoreaddons kdoctools pkg-config python3
@@ -10,7 +10,8 @@ makedepends="
  kdeclarative-devel kfilemetadata5-devel knewstuff-devel knotifyconfig-devel
  kplotting-devel mlt7-devel qt5-multimedia-devel qt5-webkit-devel purpose-devel
  v4l-utils-devel ksolid-devel qt5-quickcontrols2-devel qt5-networkauth-devel"
-depends="breeze-icons dvdauthor ffmpeg frei0r-plugins kinit qt5-quickcontrols"
+depends="breeze-icons dvdauthor ffmpeg frei0r-plugins kirigami2 udisks2 kinit
+ qt5-quickcontrols qt5-graphicaleffects"
 checkdepends="$depends"
 short_desc="Non-linear video editor"
 maintainer="Orphaned <orphan@voidlinux.org>"

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

* Re: [PR PATCH] [Closed]: kdenlive: add missing dependencies
  2023-01-22  0:44 [PR PATCH] kdenlive: add missing dependencies oreo639
  2023-01-22  0:50 ` classabbyamp
  2023-01-22  0:51 ` [PR PATCH] [Updated] " oreo639
@ 2023-01-22  0:52 ` oreo639
  2023-01-22  0:55 ` [PR PATCH] [Updated] " oreo639
  2023-01-22  0:55 ` [PR PATCH] [Closed]: " oreo639
  4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2023-01-22  0:52 UTC (permalink / raw)
  To: ml

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

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

kdenlive: add missing dependencies
https://github.com/void-linux/void-packages/pull/41791

Description:
Fixes:
file:///usr/lib/qt5/qml/org/kde/newstuff/Action.qml:40:1: module "org.kde.kirigami" is not installed

kf.solid.backends.udisks2: Failed enumerating UDisks2 objects: "org.freedesktop.DBus.Error.ServiceUnknown"

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: [PR PATCH] [Updated] kdenlive: add missing dependencies
  2023-01-22  0:44 [PR PATCH] kdenlive: add missing dependencies oreo639
                   ` (2 preceding siblings ...)
  2023-01-22  0:52 ` [PR PATCH] [Closed]: " oreo639
@ 2023-01-22  0:55 ` oreo639
  2023-01-22  0:55 ` [PR PATCH] [Closed]: " oreo639
  4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2023-01-22  0:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages kdenlive
https://github.com/void-linux/void-packages/pull/41791

kdenlive: add missing dependencies
Fixes:
file:///usr/lib/qt5/qml/org/kde/newstuff/Action.qml:40:1: module "org.kde.kirigami" is not installed

kf.solid.backends.udisks2: Failed enumerating UDisks2 objects: "org.freedesktop.DBus.Error.ServiceUnknown"

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/41791.patch is attached

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

From fa5d8ffc910bdecdb11c44504e1a9d91fee3f6c0 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sat, 21 Jan 2023 16:39:21 -0800
Subject: [PATCH] kdenlive: add missing dependencies

Fixes:
file:///usr/lib/qt5/qml/org/kde/newstuff/Action.qml:40:1:
module "org.kde.kirigami" is not installed

kf.solid.backends.udisks2: Failed enumerating UDisks2 objects:
"org.freedesktop.DBus.Error.ServiceUnknown"
---
 srcpkgs/kdenlive/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kdenlive/template b/srcpkgs/kdenlive/template
index 8beba85981c9..06abbad7bef5 100644
--- a/srcpkgs/kdenlive/template
+++ b/srcpkgs/kdenlive/template
@@ -1,7 +1,7 @@
 # Template file for 'kdenlive'
 pkgname=kdenlive
 version=22.12.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="
  extra-cmake-modules kconfig kcoreaddons kdoctools pkg-config python3
@@ -10,7 +10,8 @@ makedepends="
  kdeclarative-devel kfilemetadata5-devel knewstuff-devel knotifyconfig-devel
  kplotting-devel mlt7-devel qt5-multimedia-devel qt5-webkit-devel purpose-devel
  v4l-utils-devel ksolid-devel qt5-quickcontrols2-devel qt5-networkauth-devel"
-depends="breeze-icons dvdauthor ffmpeg frei0r-plugins kinit qt5-quickcontrols"
+depends="breeze-icons dvdauthor ffmpeg frei0r-plugins kirigami2 udisks2 kinit
+ qt5-quickcontrols"
 checkdepends="$depends"
 short_desc="Non-linear video editor"
 maintainer="Orphaned <orphan@voidlinux.org>"

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

* Re: [PR PATCH] [Closed]: kdenlive: add missing dependencies
  2023-01-22  0:44 [PR PATCH] kdenlive: add missing dependencies oreo639
                   ` (3 preceding siblings ...)
  2023-01-22  0:55 ` [PR PATCH] [Updated] " oreo639
@ 2023-01-22  0:55 ` oreo639
  4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2023-01-22  0:55 UTC (permalink / raw)
  To: ml

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

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

kdenlive: add missing dependencies
https://github.com/void-linux/void-packages/pull/41791

Description:
Fixes:
file:///usr/lib/qt5/qml/org/kde/newstuff/Action.qml:40:1: module "org.kde.kirigami" is not installed

kf.solid.backends.udisks2: Failed enumerating UDisks2 objects: "org.freedesktop.DBus.Error.ServiceUnknown"

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-01-22  0:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22  0:44 [PR PATCH] kdenlive: add missing dependencies oreo639
2023-01-22  0:50 ` classabbyamp
2023-01-22  0:51 ` [PR PATCH] [Updated] " oreo639
2023-01-22  0:52 ` [PR PATCH] [Closed]: " oreo639
2023-01-22  0:55 ` [PR PATCH] [Updated] " oreo639
2023-01-22  0:55 ` [PR PATCH] [Closed]: " oreo639

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