Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Testing
@ 2024-09-12 17:53 toadwastoast
  2024-09-14 18:38 ` [PR PATCH] [Updated] New package: mpvqt-1.0.1 and haruna-1.2.0 toadwastoast
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: toadwastoast @ 2024-09-12 17:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/toadwastoast/void-packages testing
https://github.com/void-linux/void-packages/pull/52197

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

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

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc) and (x86_64-musl)

`plasmatube` and `tokodon` can also be packaged with `mpvqt`, but `plasmatube` is a program that barely works as it is and I don't feel like it lives up to the Void standards of quality, while `tokodon` is broken on version 24.08.

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

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

From b51ab1b0bf3fdb852fe547f379b30a9798e355ad Mon Sep 17 00:00:00 2001
From: toadwastoast <toadwastoast@proton.me>
Date: Thu, 12 Sep 2024 14:23:49 -0300
Subject: [PATCH 1/3] New package: mpvqt_1.0.1_and_haruna_1.2.0

---
 srcpkgs/haruna/template | 19 +++++++++++++++++++
 srcpkgs/mpvqt/template  | 24 ++++++++++++++++++++++++
 2 files changed, 43 insertions(+)
 create mode 100644 srcpkgs/haruna/template
 create mode 100644 srcpkgs/mpvqt/template

diff --git a/srcpkgs/haruna/template b/srcpkgs/haruna/template
new file mode 100644
index 00000000000000..dc62ee82a6d3d2
--- /dev/null
+++ b/srcpkgs/haruna/template
@@ -0,0 +1,19 @@
+# Template file for 'haruna'
+pkgname=haruna
+version=1.2.0
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QMLDIR=lib/qt6/qml"
+hostmakedepends="extra-cmake-modules qt6-base qt6-declarative
+ kf6-kcoreaddons kf6-kconfig pkg-config gettext mpvqt"
+makedepends="mpv-devel mpvqt-devel ffmpeg6-devel qt6-base-devel
+ qt6-declarative-devel kf6-qqc2-desktop-style-devel kf6-kconfig-devel
+ kf6-kcoreaddons-devel kf6-kfilemetadata-devel kf6-ki18n-devel
+ kf6-kio-devel kf6-kirigami-devel gettext-devel"
+depends="breeze-qt6 kf6-sonnet kf6-qqc2-desktop-style yt-dlp"
+short_desc="Open source media player built with Qt/QML and libmpv"
+maintainer="toadtoast <toadwastoast@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://apps.kde.org/haruna/"
+distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
+checksum=4a9fd360d66e00d0f8d7a11e73dd9bfc55e486c0135e8d133de8abeb2ca09d88
diff --git a/srcpkgs/mpvqt/template b/srcpkgs/mpvqt/template
new file mode 100644
index 00000000000000..b39c7008860b18
--- /dev/null
+++ b/srcpkgs/mpvqt/template
@@ -0,0 +1,24 @@
+# Template file for 'mpvqt'
+pkgname=mpvqt
+version=1.0.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-declarative"
+makedepends="mpv-devel libglvnd-devel qt6-base-devel qt6-declarative-devel"
+short_desc="Libmpv wrapper for Qt Quick2/Qml"
+maintainer="toadtoast <toadwastoast@proton.me>"
+license="LGPL-2.1-only, LGPL-3.0-only"
+homepage="https://invent.kde.org/libraries/mpvqt"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=9f37b85f319c27f6244743c4259402b0aa2474ed851f0d833d9bd2a0731c178c
+
+mpvqt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/cmake
+		vmove usr/include
+		vmove "usr/lib/*.so"
+	}
+}

From b4b0e33b00ce9816a0d3d16ffb810684dbcac78d Mon Sep 17 00:00:00 2001
From: toadwastoast <toadwastoast@proton.me>
Date: Thu, 12 Sep 2024 14:44:06 -0300
Subject: [PATCH 2/3] New package: mpvqt_1.0.1_and_haruna_1.2.0

---
 srcpkgs/mpvqt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mpvqt/template b/srcpkgs/mpvqt/template
index b39c7008860b18..ac529bc8a9433e 100644
--- a/srcpkgs/mpvqt/template
+++ b/srcpkgs/mpvqt/template
@@ -7,7 +7,7 @@ configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-declarative"
 makedepends="mpv-devel libglvnd-devel qt6-base-devel qt6-declarative-devel"
 short_desc="Libmpv wrapper for Qt Quick2/Qml"
-maintainer="toadtoast <toadwastoast@proton.me>"
+maintainer="toadwastoast <toadwastoast@proton.me>"
 license="LGPL-2.1-only, LGPL-3.0-only"
 homepage="https://invent.kde.org/libraries/mpvqt"
 distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"

From 82e5f8b7aa7592ce269031a54658df3bb44c6966 Mon Sep 17 00:00:00 2001
From: toadwastoast <toadwastoast@proton.me>
Date: Thu, 12 Sep 2024 14:46:16 -0300
Subject: [PATCH 3/3] New package: mpvqt-1.0.1 and haruna-1.2.0

---
 srcpkgs/haruna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/haruna/template b/srcpkgs/haruna/template
index dc62ee82a6d3d2..acbfe25c050714 100644
--- a/srcpkgs/haruna/template
+++ b/srcpkgs/haruna/template
@@ -12,7 +12,7 @@ makedepends="mpv-devel mpvqt-devel ffmpeg6-devel qt6-base-devel
  kf6-kio-devel kf6-kirigami-devel gettext-devel"
 depends="breeze-qt6 kf6-sonnet kf6-qqc2-desktop-style yt-dlp"
 short_desc="Open source media player built with Qt/QML and libmpv"
-maintainer="toadtoast <toadwastoast@proton.me>"
+maintainer="toadwastoast <toadwastoast@proton.me>"
 license="GPL-3.0-or-later"
 homepage="https://apps.kde.org/haruna/"
 distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz"

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

* Re: [PR PATCH] [Updated] New package: mpvqt-1.0.1 and haruna-1.2.0
  2024-09-12 17:53 [PR PATCH] Testing toadwastoast
@ 2024-09-14 18:38 ` toadwastoast
  2024-09-19  2:47 ` toadwastoast
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: toadwastoast @ 2024-09-14 18:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/toadwastoast/void-packages testing
https://github.com/void-linux/void-packages/pull/52197

New package: mpvqt-1.0.1 and haruna-1.2.0
### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc) and (x86_64-musl)

`plasmatube` and `tokodon` can also be packaged with `mpvqt`, but `plasmatube` is a program that barely works as it is and I don't feel like it lives up to the Void standards of quality, while `tokodon` is broken on version 24.08.

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

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

From b51ab1b0bf3fdb852fe547f379b30a9798e355ad Mon Sep 17 00:00:00 2001
From: toadwastoast <toadwastoast@proton.me>
Date: Thu, 12 Sep 2024 14:23:49 -0300
Subject: [PATCH 1/3] New package: mpvqt_1.0.1_and_haruna_1.2.0

---
 srcpkgs/haruna/template | 19 +++++++++++++++++++
 srcpkgs/mpvqt/template  | 24 ++++++++++++++++++++++++
 2 files changed, 43 insertions(+)
 create mode 100644 srcpkgs/haruna/template
 create mode 100644 srcpkgs/mpvqt/template

diff --git a/srcpkgs/haruna/template b/srcpkgs/haruna/template
new file mode 100644
index 00000000000000..dc62ee82a6d3d2
--- /dev/null
+++ b/srcpkgs/haruna/template
@@ -0,0 +1,19 @@
+# Template file for 'haruna'
+pkgname=haruna
+version=1.2.0
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QMLDIR=lib/qt6/qml"
+hostmakedepends="extra-cmake-modules qt6-base qt6-declarative
+ kf6-kcoreaddons kf6-kconfig pkg-config gettext mpvqt"
+makedepends="mpv-devel mpvqt-devel ffmpeg6-devel qt6-base-devel
+ qt6-declarative-devel kf6-qqc2-desktop-style-devel kf6-kconfig-devel
+ kf6-kcoreaddons-devel kf6-kfilemetadata-devel kf6-ki18n-devel
+ kf6-kio-devel kf6-kirigami-devel gettext-devel"
+depends="breeze-qt6 kf6-sonnet kf6-qqc2-desktop-style yt-dlp"
+short_desc="Open source media player built with Qt/QML and libmpv"
+maintainer="toadtoast <toadwastoast@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://apps.kde.org/haruna/"
+distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
+checksum=4a9fd360d66e00d0f8d7a11e73dd9bfc55e486c0135e8d133de8abeb2ca09d88
diff --git a/srcpkgs/mpvqt/template b/srcpkgs/mpvqt/template
new file mode 100644
index 00000000000000..b39c7008860b18
--- /dev/null
+++ b/srcpkgs/mpvqt/template
@@ -0,0 +1,24 @@
+# Template file for 'mpvqt'
+pkgname=mpvqt
+version=1.0.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-declarative"
+makedepends="mpv-devel libglvnd-devel qt6-base-devel qt6-declarative-devel"
+short_desc="Libmpv wrapper for Qt Quick2/Qml"
+maintainer="toadtoast <toadwastoast@proton.me>"
+license="LGPL-2.1-only, LGPL-3.0-only"
+homepage="https://invent.kde.org/libraries/mpvqt"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=9f37b85f319c27f6244743c4259402b0aa2474ed851f0d833d9bd2a0731c178c
+
+mpvqt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/cmake
+		vmove usr/include
+		vmove "usr/lib/*.so"
+	}
+}

From b4b0e33b00ce9816a0d3d16ffb810684dbcac78d Mon Sep 17 00:00:00 2001
From: toadwastoast <toadwastoast@proton.me>
Date: Thu, 12 Sep 2024 14:44:06 -0300
Subject: [PATCH 2/3] New package: mpvqt_1.0.1_and_haruna_1.2.0

---
 srcpkgs/mpvqt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mpvqt/template b/srcpkgs/mpvqt/template
index b39c7008860b18..ac529bc8a9433e 100644
--- a/srcpkgs/mpvqt/template
+++ b/srcpkgs/mpvqt/template
@@ -7,7 +7,7 @@ configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-declarative"
 makedepends="mpv-devel libglvnd-devel qt6-base-devel qt6-declarative-devel"
 short_desc="Libmpv wrapper for Qt Quick2/Qml"
-maintainer="toadtoast <toadwastoast@proton.me>"
+maintainer="toadwastoast <toadwastoast@proton.me>"
 license="LGPL-2.1-only, LGPL-3.0-only"
 homepage="https://invent.kde.org/libraries/mpvqt"
 distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"

From 82e5f8b7aa7592ce269031a54658df3bb44c6966 Mon Sep 17 00:00:00 2001
From: toadwastoast <toadwastoast@proton.me>
Date: Thu, 12 Sep 2024 14:46:16 -0300
Subject: [PATCH 3/3] New package: mpvqt-1.0.1 and haruna-1.2.0

---
 srcpkgs/haruna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/haruna/template b/srcpkgs/haruna/template
index dc62ee82a6d3d2..acbfe25c050714 100644
--- a/srcpkgs/haruna/template
+++ b/srcpkgs/haruna/template
@@ -12,7 +12,7 @@ makedepends="mpv-devel mpvqt-devel ffmpeg6-devel qt6-base-devel
  kf6-kio-devel kf6-kirigami-devel gettext-devel"
 depends="breeze-qt6 kf6-sonnet kf6-qqc2-desktop-style yt-dlp"
 short_desc="Open source media player built with Qt/QML and libmpv"
-maintainer="toadtoast <toadwastoast@proton.me>"
+maintainer="toadwastoast <toadwastoast@proton.me>"
 license="GPL-3.0-or-later"
 homepage="https://apps.kde.org/haruna/"
 distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz"

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

* Re: [PR PATCH] [Updated] New package: mpvqt-1.0.1 and haruna-1.2.0
  2024-09-12 17:53 [PR PATCH] Testing toadwastoast
  2024-09-14 18:38 ` [PR PATCH] [Updated] New package: mpvqt-1.0.1 and haruna-1.2.0 toadwastoast
@ 2024-09-19  2:47 ` toadwastoast
  2024-10-28 19:04 ` toadwastoast
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: toadwastoast @ 2024-09-19  2:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/toadwastoast/void-packages testing
https://github.com/void-linux/void-packages/pull/52197

New package: mpvqt-1.0.1 and haruna-1.2.0
### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc) and (x86_64-musl)

`plasmatube` and `tokodon` can also be packaged with `mpvqt`, but `plasmatube` is a program that barely works as it is and I don't feel like it lives up to the Void standards of quality, while `tokodon` is broken on version 24.08.

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

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

From 050d4cca21e09957eeabcf850225bc9e36f71544 Mon Sep 17 00:00:00 2001
From: toadwastoast <toadwastoast@proton.me>
Date: Wed, 18 Sep 2024 23:33:43 -0300
Subject: [PATCH 1/2] New package: haruna-1.2.0

---
 srcpkgs/haruna/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/haruna/template

diff --git a/srcpkgs/haruna/template b/srcpkgs/haruna/template
new file mode 100644
index 00000000000000..acbfe25c050714
--- /dev/null
+++ b/srcpkgs/haruna/template
@@ -0,0 +1,19 @@
+# Template file for 'haruna'
+pkgname=haruna
+version=1.2.0
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QMLDIR=lib/qt6/qml"
+hostmakedepends="extra-cmake-modules qt6-base qt6-declarative
+ kf6-kcoreaddons kf6-kconfig pkg-config gettext mpvqt"
+makedepends="mpv-devel mpvqt-devel ffmpeg6-devel qt6-base-devel
+ qt6-declarative-devel kf6-qqc2-desktop-style-devel kf6-kconfig-devel
+ kf6-kcoreaddons-devel kf6-kfilemetadata-devel kf6-ki18n-devel
+ kf6-kio-devel kf6-kirigami-devel gettext-devel"
+depends="breeze-qt6 kf6-sonnet kf6-qqc2-desktop-style yt-dlp"
+short_desc="Open source media player built with Qt/QML and libmpv"
+maintainer="toadwastoast <toadwastoast@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://apps.kde.org/haruna/"
+distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
+checksum=4a9fd360d66e00d0f8d7a11e73dd9bfc55e486c0135e8d133de8abeb2ca09d88

From 0a817e283dfdbd8eb060d82b6956eabb666c03f6 Mon Sep 17 00:00:00 2001
From: toadwastoast <toadwastoast@proton.me>
Date: Wed, 18 Sep 2024 23:46:48 -0300
Subject: [PATCH 2/2] New package: mpvqt-1.0.1

---
 common/shlibs          |  1 +
 srcpkgs/mpvqt-devel    |  1 +
 srcpkgs/mpvqt/template | 24 ++++++++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/mpvqt-devel
 create mode 100644 srcpkgs/mpvqt/template

diff --git a/common/shlibs b/common/shlibs
index 1e27ac5df0d58c..91e65010d32f58 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4528,3 +4528,4 @@ libhwy.so.1 highway-1.2.0_1
 libscenefx.so.1 scenefx-0.1_1
 libnng.so.1 nng-1.5.2_1
 libsentry.so sentry-native-0.7.7_1
+libMpvQt.so.1 mpvqt-1.0.1_1
diff --git a/srcpkgs/mpvqt-devel b/srcpkgs/mpvqt-devel
new file mode 120000
index 00000000000000..d4c21961ab1d5d
--- /dev/null
+++ b/srcpkgs/mpvqt-devel
@@ -0,0 +1 @@
+mpvqt
\ No newline at end of file
diff --git a/srcpkgs/mpvqt/template b/srcpkgs/mpvqt/template
new file mode 100644
index 00000000000000..ac529bc8a9433e
--- /dev/null
+++ b/srcpkgs/mpvqt/template
@@ -0,0 +1,24 @@
+# Template file for 'mpvqt'
+pkgname=mpvqt
+version=1.0.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-declarative"
+makedepends="mpv-devel libglvnd-devel qt6-base-devel qt6-declarative-devel"
+short_desc="Libmpv wrapper for Qt Quick2/Qml"
+maintainer="toadwastoast <toadwastoast@proton.me>"
+license="LGPL-2.1-only, LGPL-3.0-only"
+homepage="https://invent.kde.org/libraries/mpvqt"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=9f37b85f319c27f6244743c4259402b0aa2474ed851f0d833d9bd2a0731c178c
+
+mpvqt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/cmake
+		vmove usr/include
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: mpvqt-1.0.1 and haruna-1.2.0
  2024-09-12 17:53 [PR PATCH] Testing toadwastoast
  2024-09-14 18:38 ` [PR PATCH] [Updated] New package: mpvqt-1.0.1 and haruna-1.2.0 toadwastoast
  2024-09-19  2:47 ` toadwastoast
@ 2024-10-28 19:04 ` toadwastoast
  2024-10-28 19:30 ` toadwastoast
  2024-10-28 19:30 ` [PR PATCH] [Closed]: " toadwastoast
  4 siblings, 0 replies; 6+ messages in thread
From: toadwastoast @ 2024-10-28 19:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/toadwastoast/void-packages testing
https://github.com/void-linux/void-packages/pull/52197

New package: mpvqt-1.0.1 and haruna-1.2.0
### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc) and (x86_64-musl)

`plasmatube` and `tokodon` can also be packaged with `mpvqt`, but `plasmatube` is a program that barely works as it is and I don't feel like it lives up to the Void standards of quality, while `tokodon` is broken on version 24.08.

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

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

From 9210a04c9ee4d1a724e1129931f5279200fc5a7b Mon Sep 17 00:00:00 2001
From: toadwastoast <toadwastoast@proton.me>
Date: Mon, 28 Oct 2024 16:00:07 -0300
Subject: [PATCH 1/2] New package: mpvqt-1.0.1

---
 common/shlibs          | 261 +++++++++++++++++++++--------------------
 srcpkgs/mpvqt-devel    |   1 +
 srcpkgs/mpvqt/template |  25 ++++
 3 files changed, 161 insertions(+), 126 deletions(-)
 create mode 120000 srcpkgs/mpvqt-devel
 create mode 100644 srcpkgs/mpvqt/template

diff --git a/common/shlibs b/common/shlibs
index 1e27ac5df0d58c..0cee855bdf7610 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -194,7 +194,7 @@ libtextstyle.so.0 gettext-0.21_3
 libgettextpo.so.0 gettext-0.21_3
 libattr.so.1 attr-2.4.43_1
 libacl.so.1 acl-2.2.47_1
-libpython2.7.so.1.0 python-2.7.18_3
+libpython2.7.so.1.0 python2-2.7.18.9_2
 libffi.so.7 libffi-3.3_1
 libffcall.so.0 ffcall-2.1_1
 libavcall.so.1 ffcall-2.1_1
@@ -679,7 +679,7 @@ libexempi.so.8 exempi-2.5.0_1
 libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
 libcpufreq.so.0 libcpufreq-007_1
-libcpuid.so.16 libcpuid-0.6.2_1
+libcpuid.so.17 libcpuid-0.7.0_1
 libgucharmap_2_90.so.7 gucharmap-3.0.0_1
 libgphoto2.so.6 libgphoto2-2.5.7_1
 libgphoto2_port.so.12 libgphoto2-2.5.7_1
@@ -1198,7 +1198,7 @@ libwayland-cursor.so.0 wayland-1.6.0_1
 libwayland-egl.so.1 wayland-1.15.0_4
 libvarlink.so.0 libvarlink-22_1
 libtomcrypt.so.1 libtomcrypt-1.18.0_1
-libHX.so.28 libHX-3.14_1
+libHX.so.32 libHX-4.24_1
 libxkbcommon.so.0 libxkbcommon-0.2.0_1
 libxkbcommon-x11.so.0 libxkbcommon-x11-0.4.2_1
 libxkbregistry.so.0 libxkbregistry-1.3.0_3
@@ -1954,6 +1954,8 @@ libQt5Bodymovin.so.5 qt5-lottie-5.15.2_3
 libQt5WebKit.so.5 qt5-webkit-5.6.0_1
 libQt5WebKitWidgets.so.5 qt5-webkit-5.6.0_1
 libx265.so.209 x265-3.6_1
+libQt5Xdg.so.3 libqt5xdg-3.2.0_1
+libQt5XdgIconLoader.so.3 libqt5xdg-3.2.0_1
 libQt6Xdg.so.4 libqtxdg-4.0.0_1
 libQt6XdgIconLoader.so.4 libqtxdg-4.0.0_1
 libqwt-qt5.so.6.2 qwt-6.2.0_2
@@ -2058,6 +2060,7 @@ libpolkit-qt5-core-1.so.1 polkit-qt5-0.112.0_1
 libpolkit-qt6-core-1.so.1 polkit-qt6-0.200.0_1
 libpolkit-qt6-gui-1.so.1 polkit-qt6-0.200.0_1
 libpolkit-qt6-agent-1.so.1 polkit-qt6-0.200.0_1
+libfm-qt.so.14 libfm-qt5-1.4.0_1
 libfm-qt6.so.14 libfm-qt-2.0.2_1
 libqtermwidget5.so.1 qtermwidget-1.0.0_1
 libqtermwidget6.so.2 qtermwidget-qt6-2.0.0_1
@@ -3174,7 +3177,7 @@ libykclient.so.3 ykclient-2.15_1
 libbooster.so.0 cppcms-1.0.5_1
 libcppcms.so.1 cppcms-1.0.5_1
 libcppdb.so.0 cppdb-0.3.1_1
-libtracker-sparql-3.0.so.0 libtracker-3.0.0_1
+libtinysparql-3.0.so.0 libtinysparql-3.8.0_1
 libdockapp.so.3 libdockapp-0.7.2_1
 libkrdccore.so.5 krdc-17.04.3_1
 libArcus.so.3 libArcus-3.1.0_1
@@ -3343,116 +3346,116 @@ libgnuradio-pdu.so.3.10.10 gnuradio-3.10.10.0_1
 libgnuradio-osmosdr.so.0.2.0 gnuradio-osmosdr-0.2.0_1
 libflann_cpp.so.1.9 flann-1.9.1_1
 libflann.so.1.9 flann-1.9.1_1
-libvtkCommonCore-9.2.so.1 vtk-9.2.2_1
-libvtksys-9.2.so.1 vtk-9.2.2_1
-libvtkCommonMisc-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingContext2D-9.2.so.1 vtk-9.2.2_1
-libvtkCommonTransforms-9.2.so.1 vtk-9.2.2_1
-libvtkCommonMath-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingLOD-9.2.so.1 vtk-9.2.2_1
-libvtkViewsInfovis-9.2.so.1 vtk-9.2.2_1
-libvtkIOIOSS-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingLabel-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersPoints-9.2.so.1 vtk-9.2.2_1
-libvtkCommonExecutionModel-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingHyperTreeGrid-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersGeometry-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersGeneral-9.2.so.1 vtk-9.2.2_1
-libvtkCommonDataModel-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersTopology-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersSources-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingVolumeOpenGL2-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingCore-9.2.so.1 vtk-9.2.2_1
-libvtkIOOggTheora-9.2.so.1 vtk-9.2.2_1
-libvtkIOExportGL2PS-9.2.so.1 vtk-9.2.2_1
-libvtkIOAMR-9.2.so.1 vtk-9.2.2_1
-libvtkIOCesium3DTiles-9.2.so.1 vtk-9.2.2_1
-libvtkIOSegY-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingVtkJS-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersTexture-9.2.so.1 vtk-9.2.2_1
-libvtkIOVideo-9.2.so.1 vtk-9.2.2_1
-libvtkImagingSources-9.2.so.1 vtk-9.2.2_1
-libvtkImagingStencil-9.2.so.1 vtk-9.2.2_1
-libvtkIOCGNSReader-9.2.so.1 vtk-9.2.2_1
-libvtkCommonComputationalGeometry-9.2.so.1 vtk-9.2.2_1
-libvtkIOVeraOut-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersHybrid-9.2.so.1 vtk-9.2.2_1
-libvtkInteractionImage-9.2.so.1 vtk-9.2.2_1
-libvtkChartsCore-9.2.so.1 vtk-9.2.2_1
-libvtkImagingStatistics-9.2.so.1 vtk-9.2.2_1
-libvtkImagingHybrid-9.2.so.1 vtk-9.2.2_1
-libvtkGeovisCore-9.2.so.1 vtk-9.2.2_1
-libvtkInteractionWidgets-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersImaging-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersVerdict-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersSMP-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingUI-9.2.so.1 vtk-9.2.2_1
-libvtkIOHDF-9.2.so.1 vtk-9.2.2_1
-libvtkCommonSystem-9.2.so.1 vtk-9.2.2_1
-libvtkImagingColor-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingSceneGraph-9.2.so.1 vtk-9.2.2_1
-libvtkParallelCore-9.2.so.1 vtk-9.2.2_1
-libvtkIOInfovis-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingOpenGL2-9.2.so.1 vtk-9.2.2_1
-libvtkImagingFourier-9.2.so.1 vtk-9.2.2_1
-libvtkCommonColor-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingAnnotation-9.2.so.1 vtk-9.2.2_1
-libvtkIOSQL-9.2.so.1 vtk-9.2.2_1
-libvtkIOImage-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersCore-9.2.so.1 vtk-9.2.2_1
-libvtkInfovisCore-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersExtraction-9.2.so.1 vtk-9.2.2_1
-libvtkIOGeometry-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersFlowPaths-9.2.so.1 vtk-9.2.2_1
-libvtkIOMovie-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingVolume-9.2.so.1 vtk-9.2.2_1
-libvtkIOEnSight-9.2.so.1 vtk-9.2.2_1
-libvtkDomainsChemistryOpenGL2-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersStatistics-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersSelection-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersModeling-9.2.so.1 vtk-9.2.2_1
-libvtkViewsCore-9.2.so.1 vtk-9.2.2_1
-libvtkIOMotionFX-9.2.so.1 vtk-9.2.2_1
-libvtkIOLSDyna-9.2.so.1 vtk-9.2.2_1
-libvtkIOParallel-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingContextOpenGL2-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingImage-9.2.so.1 vtk-9.2.2_1
-libvtkIOXMLParser-9.2.so.1 vtk-9.2.2_1
-libvtkImagingMorphological-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersParallel-9.2.so.1 vtk-9.2.2_1
-libvtkViewsContext2D-9.2.so.1 vtk-9.2.2_1
-libvtkIOImport-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingLICOpenGL2-9.2.so.1 vtk-9.2.2_1
-libvtkIOAsynchronous-9.2.so.1 vtk-9.2.2_1
-libvtkIOTecplotTable-9.2.so.1 vtk-9.2.2_1
-libvtkIOCityGML-9.2.so.1 vtk-9.2.2_1
-libvtkImagingMath-9.2.so.1 vtk-9.2.2_1
-libvtkIOParallelXML-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingGL2PSOpenGL2-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersGeneric-9.2.so.1 vtk-9.2.2_1
-libvtkIONetCDF-9.2.so.1 vtk-9.2.2_1
-libvtkImagingCore-9.2.so.1 vtk-9.2.2_1
-libvtkInfovisLayout-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersHyperTree-9.2.so.1 vtk-9.2.2_1
-libvtkIOExportPDF-9.2.so.1 vtk-9.2.2_1
-libvtkImagingGeneral-9.2.so.1 vtk-9.2.2_1
-libvtkIOXML-9.2.so.1 vtk-9.2.2_1
-libvtkIOChemistry-9.2.so.1 vtk-9.2.2_1
-libvtkInteractionStyle-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersAMR-9.2.so.1 vtk-9.2.2_1
-libvtkIOMINC-9.2.so.1 vtk-9.2.2_1
-libvtkTestingRendering-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersParallelImaging-9.2.so.1 vtk-9.2.2_1
-libvtkDomainsChemistry-9.2.so.1 vtk-9.2.2_1
-libvtkIOExport-9.2.so.1 vtk-9.2.2_1
-libvtkIOCore-9.2.so.1 vtk-9.2.2_1
-libvtkFiltersProgrammable-9.2.so.1 vtk-9.2.2_1
-libvtkIOCONVERGECFD-9.2.so.1 vtk-9.2.2_1
-libvtkIOLegacy-9.2.so.1 vtk-9.2.2_1
-libvtkRenderingFreeType-9.2.so.1 vtk-9.2.2_1
-libvtkIOPLY-9.2.so.1 vtk-9.2.2_1
-libvtkIOExodus-9.2.so.1 vtk-9.2.2_1
-libvtkkissfft-9.2.so.1 vtk-9.2.2_1
+libvtkCommonCore-9.3.so.1 vtk-9.3.0_1
+libvtksys-9.3.so.1 vtk-9.3.0_1
+libvtkCommonMisc-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingContext2D-9.3.so.1 vtk-9.3.0_1
+libvtkCommonTransforms-9.3.so.1 vtk-9.3.0_1
+libvtkCommonMath-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingLOD-9.3.so.1 vtk-9.3.0_1
+libvtkViewsInfovis-9.3.so.1 vtk-9.3.0_1
+libvtkIOIOSS-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingLabel-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersPoints-9.3.so.1 vtk-9.3.0_1
+libvtkCommonExecutionModel-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingHyperTreeGrid-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersGeometry-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersGeneral-9.3.so.1 vtk-9.3.0_1
+libvtkCommonDataModel-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersTopology-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersSources-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingVolumeOpenGL2-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingCore-9.3.so.1 vtk-9.3.0_1
+libvtkIOOggTheora-9.3.so.1 vtk-9.3.0_1
+libvtkIOExportGL2PS-9.3.so.1 vtk-9.3.0_1
+libvtkIOAMR-9.3.so.1 vtk-9.3.0_1
+libvtkIOCesium3DTiles-9.3.so.1 vtk-9.3.0_1
+libvtkIOSegY-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingVtkJS-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersTexture-9.3.so.1 vtk-9.3.0_1
+libvtkIOVideo-9.3.so.1 vtk-9.3.0_1
+libvtkImagingSources-9.3.so.1 vtk-9.3.0_1
+libvtkImagingStencil-9.3.so.1 vtk-9.3.0_1
+libvtkIOCGNSReader-9.3.so.1 vtk-9.3.0_1
+libvtkCommonComputationalGeometry-9.3.so.1 vtk-9.3.0_1
+libvtkIOVeraOut-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersHybrid-9.3.so.1 vtk-9.3.0_1
+libvtkInteractionImage-9.3.so.1 vtk-9.3.0_1
+libvtkChartsCore-9.3.so.1 vtk-9.3.0_1
+libvtkImagingStatistics-9.3.so.1 vtk-9.3.0_1
+libvtkImagingHybrid-9.3.so.1 vtk-9.3.0_1
+libvtkGeovisCore-9.3.so.1 vtk-9.3.0_1
+libvtkInteractionWidgets-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersImaging-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersVerdict-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersSMP-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingUI-9.3.so.1 vtk-9.3.0_1
+libvtkIOHDF-9.3.so.1 vtk-9.3.0_1
+libvtkCommonSystem-9.3.so.1 vtk-9.3.0_1
+libvtkImagingColor-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingSceneGraph-9.3.so.1 vtk-9.3.0_1
+libvtkParallelCore-9.3.so.1 vtk-9.3.0_1
+libvtkIOInfovis-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingOpenGL2-9.3.so.1 vtk-9.3.0_1
+libvtkImagingFourier-9.3.so.1 vtk-9.3.0_1
+libvtkCommonColor-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingAnnotation-9.3.so.1 vtk-9.3.0_1
+libvtkIOSQL-9.3.so.1 vtk-9.3.0_1
+libvtkIOImage-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersCore-9.3.so.1 vtk-9.3.0_1
+libvtkInfovisCore-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersExtraction-9.3.so.1 vtk-9.3.0_1
+libvtkIOGeometry-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersFlowPaths-9.3.so.1 vtk-9.3.0_1
+libvtkIOMovie-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingVolume-9.3.so.1 vtk-9.3.0_1
+libvtkIOEnSight-9.3.so.1 vtk-9.3.0_1
+libvtkDomainsChemistryOpenGL2-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersStatistics-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersSelection-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersModeling-9.3.so.1 vtk-9.3.0_1
+libvtkViewsCore-9.3.so.1 vtk-9.3.0_1
+libvtkIOMotionFX-9.3.so.1 vtk-9.3.0_1
+libvtkIOLSDyna-9.3.so.1 vtk-9.3.0_1
+libvtkIOParallel-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingContextOpenGL2-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingImage-9.3.so.1 vtk-9.3.0_1
+libvtkIOXMLParser-9.3.so.1 vtk-9.3.0_1
+libvtkImagingMorphological-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersParallel-9.3.so.1 vtk-9.3.0_1
+libvtkViewsContext2D-9.3.so.1 vtk-9.3.0_1
+libvtkIOImport-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingLICOpenGL2-9.3.so.1 vtk-9.3.0_1
+libvtkIOAsynchronous-9.3.so.1 vtk-9.3.0_1
+libvtkIOTecplotTable-9.3.so.1 vtk-9.3.0_1
+libvtkIOCityGML-9.3.so.1 vtk-9.3.0_1
+libvtkImagingMath-9.3.so.1 vtk-9.3.0_1
+libvtkIOParallelXML-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingGL2PSOpenGL2-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersGeneric-9.3.so.1 vtk-9.3.0_1
+libvtkIONetCDF-9.3.so.1 vtk-9.3.0_1
+libvtkImagingCore-9.3.so.1 vtk-9.3.0_1
+libvtkInfovisLayout-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersHyperTree-9.3.so.1 vtk-9.3.0_1
+libvtkIOExportPDF-9.3.so.1 vtk-9.3.0_1
+libvtkImagingGeneral-9.3.so.1 vtk-9.3.0_1
+libvtkIOXML-9.3.so.1 vtk-9.3.0_1
+libvtkIOChemistry-9.3.so.1 vtk-9.3.0_1
+libvtkInteractionStyle-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersAMR-9.3.so.1 vtk-9.3.0_1
+libvtkIOMINC-9.3.so.1 vtk-9.3.0_1
+libvtkTestingRendering-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersParallelImaging-9.3.so.1 vtk-9.3.0_1
+libvtkDomainsChemistry-9.3.so.1 vtk-9.3.0_1
+libvtkIOExport-9.3.so.1 vtk-9.3.0_1
+libvtkIOCore-9.3.so.1 vtk-9.3.0_1
+libvtkFiltersProgrammable-9.3.so.1 vtk-9.3.0_1
+libvtkIOCONVERGECFD-9.3.so.1 vtk-9.3.0_1
+libvtkIOLegacy-9.3.so.1 vtk-9.3.0_1
+libvtkRenderingFreeType-9.3.so.1 vtk-9.3.0_1
+libvtkIOPLY-9.3.so.1 vtk-9.3.0_1
+libvtkIOExodus-9.3.so.1 vtk-9.3.0_1
+libvtkkissfft-9.3.so.1 vtk-9.3.0_1
 libvolume_key.so.1 volume_key-0.3.9_1
 librand48_r.so.0 rand48_r-0.1_1
 libxxhash.so.0 libxxHash-0.6.5_2
@@ -3618,8 +3621,6 @@ libswitchboard-2.0.so.0 switchboard-2.3.2_1
 libcodecore.so.0 libio.elementary.code-3.0_1
 libpantheon-files-core.so.6 libio.elementary.files-6.0.0_1
 libpantheon-files-widgets.so.6 libio.elementary.files-6.0.0_1
-libwlroots.so.10 wlroots0.15-0.15.1_1
-libwlroots.so.11 wlroots0.16-0.16.0_1
 libwlroots.so.12 wlroots0.17-0.17.0_1
 libwlroots-0.18.so wlroots0.18-0.18.0_1
 libbaseencode.so.1 libbaseencode-1.0.9_1
@@ -3630,7 +3631,7 @@ libmanette-0.2.so.0 libmanette-0.2.1_1
 libfmt.so.9 fmt-9.0.0_1
 libelementary-calendar.so.0 libio.elementary.calendar-4.2.3_1
 libolm.so.3 olm-3.0.0_1
-libtls.so.29 libtls-3.9.1_1
+libtls.so.31 libtls-4.0.0_1
 libxmlb.so.2 libxmlb-0.2.1_1
 libvoikko.so.1 libvoikko-4.2_1
 libfstrcmp.so.0 libfstrcmp-0.7.D001_1
@@ -3726,11 +3727,11 @@ libqhttpengine.so.1 qhttpengine-1.0.1_1
 libqmdnsengine.so.0 qmdnsengine-0.1.0_1
 libyang.so.1 libyang-1.0r5_1
 libhtp.so.2 libhtp-0.5.30_1
-libgedit-47.so gedit-47.0_1
+libgedit-48.so gedit-48.0_1
 libgedit-amtk-5.so.0 libgedit-amtk-5.8.0_1
-libgedit-gtksourceview-300.so.1 libgedit-gtksourceview-299.2.1_1
+libgedit-gtksourceview-300.so.2 libgedit-gtksourceview-299.3.0_1
 libgedit-gfls-1.so.0 libgedit-gfls-0.1.0_1
-libgedit-tepl-6.so.0 libgedit-tepl-6.10.0_1
+libgedit-tepl-6.so.1 libgedit-tepl-6.11.0_1
 libchewing.so.3 libchewing-0.5.1_1
 libdwarves.so.1 pahole-1.12_1
 libdwarves_emit.so.1 pahole-1.12_1
@@ -4196,7 +4197,7 @@ libsword-1.8.1.so libsword-1.8.1_6
 libgivaro.so.9 givaro-4.1.1_1
 liblinbox.so.0 linbox-1.6.3_1
 libpari-gmp-tls.so.8 pari-2.15.0_1
-libtree-sitter.so.0 tree-sitter-0.19.0_1
+libtree-sitter.so.0.24 tree-sitter-0.24.3_1
 libplanarity.so.0 planarity-3.0.1.1_1
 libgap.so.9 gap-4.13.0_1
 libgtkdatabox.so.1 gtkdatabox3-1.0.0_1
@@ -4352,9 +4353,9 @@ libopensmtpd.so.0 libopensmtpd-0.7_1
 libiio.so.0 libiio-0.23_1
 libqtforkawesome.so.1 qtforkawesome-0.1.0_1
 libqtquickforkawesome.so.1 qtforkawesome-0.1.0_1
-libsyncthingwidgets.so.18 syncthingtray-1.6.2_1
-libsyncthingmodel.so.18 syncthingtray-1.6.2_1
-libsyncthingconnector.so.18 syncthingtray-1.6.2_1
+libsyncthingwidgets.so.19 syncthingtray-1.6.3_1
+libsyncthingmodel.so.19 syncthingtray-1.6.3_1
+libsyncthingconnector.so.19 syncthingtray-1.6.3_1
 libglibutil.so.1 libglibutil-1.0.64_1
 libgbinder.so.1 libgbinder-1.1.20_1
 libgxml-0.20.so.2.0.2 gxml-0.20.3_1
@@ -4516,8 +4517,8 @@ libliftoff.so.0 libliftoff-0.4.1_1
 libscfg.so libscfg-0.1.1_1
 libmsgraph-0.so.1 msgraph-0.2.1_1
 libgtk-session-lock.so.0 gtk-session-lock-0.2.0_1
-libcamera.so.0.2 libcamera-0.2.0_1
-libcamera-base.so.0.2 libcamera-0.2.0_1
+libcamera.so.0.3 libcamera-0.3.2_1
+libcamera-base.so.0.3 libcamera-0.3.2_1
 libKPim6MimeTreeParserCore.so.6 mimetreeparser-24.02.0_1
 libKPim6MimeTreeParserWidgets.so.6 mimetreeparser-24.02.0_1
 /usr/lib/lua/5.1/lpeg.so lua51-lpeg-1.1.0_2
@@ -4528,3 +4529,11 @@ libhwy.so.1 highway-1.2.0_1
 libscenefx.so.1 scenefx-0.1_1
 libnng.so.1 nng-1.5.2_1
 libsentry.so sentry-native-0.7.7_1
+libjose.so.0 libjose-14_1
+libluksmeta.so.0 libluksmeta-9_1
+libsfdo-basedir.so.0 libsfdo-0.1.3_1
+libsfdo-desktop.so.0 libsfdo-0.1.3_1
+libsfdo-desktop-file.so.0 libsfdo-0.1.3_1
+libsfdo-icon.so.0 libsfdo-0.1.3_1
+libKMahjongg6.so.6 libkmahjongg-24.08.2_1
+libMpvQt.so.1 mpvqt-1.0.1_1
diff --git a/srcpkgs/mpvqt-devel b/srcpkgs/mpvqt-devel
new file mode 120000
index 00000000000000..d4c21961ab1d5d
--- /dev/null
+++ b/srcpkgs/mpvqt-devel
@@ -0,0 +1 @@
+mpvqt
\ No newline at end of file
diff --git a/srcpkgs/mpvqt/template b/srcpkgs/mpvqt/template
new file mode 100644
index 00000000000000..5ebe41ed542c5a
--- /dev/null
+++ b/srcpkgs/mpvqt/template
@@ -0,0 +1,25 @@
+# Template file for 'mpvqt'
+pkgname=mpvqt
+version=1.0.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
+hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-declarative"
+makedepends="mpv-devel libglvnd-devel qt6-base-devel qt6-declarative-devel"
+short_desc="Libmpv wrapper for Qt Quick2/Qml"
+maintainer="toadwastoast <toadwastoast@proton.me>"
+license="LGPL-2.1-only, LGPL-3.0-only"
+homepage="https://invent.kde.org/libraries/mpvqt"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=9f37b85f319c27f6244743c4259402b0aa2474ed851f0d833d9bd2a0731c178c
+
+mpvqt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/cmake
+		vmove usr/include
+		vmove "usr/lib/*.so"
+	}
+}
+

From 4c2bbdf344567e27310d24873148325420236201 Mon Sep 17 00:00:00 2001
From: toadwastoast <toadwastoast@proton.me>
Date: Mon, 28 Oct 2024 16:00:43 -0300
Subject: [PATCH 2/2] :New package: haruna-1.2.1

---
 srcpkgs/haruna/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/haruna/template

diff --git a/srcpkgs/haruna/template b/srcpkgs/haruna/template
new file mode 100644
index 00000000000000..584a3d771fc94c
--- /dev/null
+++ b/srcpkgs/haruna/template
@@ -0,0 +1,20 @@
+# Template file for 'haruna'
+pkgname=haruna
+version=1.2.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QMLDIR=lib/qt6/qml
+ -DKF6_HOST_TOOLING=/usr/lib/cmake"
+hostmakedepends="extra-cmake-modules qt6-base qt6-declarative
+ qt6-declarative-host-tools kf6-kcoreaddons kf6-kconfig pkg-config gettext mpvqt"
+makedepends="mpv-devel mpvqt-devel ffmpeg6-devel qt6-base-devel
+ qt6-declarative-devel kf6-qqc2-desktop-style-devel kf6-kconfig-devel
+ kf6-kcoreaddons-devel kf6-kfilemetadata-devel kf6-ki18n-devel
+ kf6-kio-devel kf6-kirigami-devel gettext-devel"
+depends="breeze-qt6 kf6-sonnet kf6-qqc2-desktop-style"
+short_desc="Open source media player built with Qt/QML and libmpv"
+maintainer="toadwastoast <toadwastoast@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://apps.kde.org/haruna/"
+distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
+checksum=eb01261a3498c6e25c28064e6ccea37aeb38cd8aa5006f02c92760b124c362fb

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

* Re: [PR PATCH] [Closed]: New package: mpvqt-1.0.1 and haruna-1.2.0
  2024-09-12 17:53 [PR PATCH] Testing toadwastoast
                   ` (3 preceding siblings ...)
  2024-10-28 19:30 ` toadwastoast
@ 2024-10-28 19:30 ` toadwastoast
  4 siblings, 0 replies; 6+ messages in thread
From: toadwastoast @ 2024-10-28 19:30 UTC (permalink / raw)
  To: ml

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

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

New package: mpvqt-1.0.1 and haruna-1.2.0
https://github.com/void-linux/void-packages/pull/52197

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

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

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc) and (x86_64-musl)

`plasmatube` and `tokodon` can also be packaged with `mpvqt`, but `plasmatube` is a program that barely works as it is and I don't feel like it lives up to the Void standards of quality, while `tokodon` is broken on version 24.08.

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

* Re: [PR PATCH] [Updated] New package: mpvqt-1.0.1 and haruna-1.2.0
  2024-09-12 17:53 [PR PATCH] Testing toadwastoast
                   ` (2 preceding siblings ...)
  2024-10-28 19:04 ` toadwastoast
@ 2024-10-28 19:30 ` toadwastoast
  2024-10-28 19:30 ` [PR PATCH] [Closed]: " toadwastoast
  4 siblings, 0 replies; 6+ messages in thread
From: toadwastoast @ 2024-10-28 19:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/toadwastoast/void-packages testing
https://github.com/void-linux/void-packages/pull/52197

New package: mpvqt-1.0.1 and haruna-1.2.0
### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc) and (x86_64-musl)

`plasmatube` and `tokodon` can also be packaged with `mpvqt`, but `plasmatube` is a program that barely works as it is and I don't feel like it lives up to the Void standards of quality, while `tokodon` is broken on version 24.08.

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

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



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

end of thread, other threads:[~2024-10-28 19:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-12 17:53 [PR PATCH] Testing toadwastoast
2024-09-14 18:38 ` [PR PATCH] [Updated] New package: mpvqt-1.0.1 and haruna-1.2.0 toadwastoast
2024-09-19  2:47 ` toadwastoast
2024-10-28 19:04 ` toadwastoast
2024-10-28 19:30 ` toadwastoast
2024-10-28 19:30 ` [PR PATCH] [Closed]: " toadwastoast

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