Github messages for voidlinux
 help / color / mirror / Atom feed
From: toadwastoast <toadwastoast@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: mpvqt-1.0.1 and haruna-1.2.0
Date: Thu, 19 Sep 2024 04:47:56 +0200	[thread overview]
Message-ID: <20240919024756.C5378304DC@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52197@inbox.vuxu.org>

[-- 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"
+	}
+}

  parent reply	other threads:[~2024-09-19  2:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2024-10-28 19:04 ` toadwastoast
2024-10-28 19:30 ` toadwastoast
2024-10-28 19:30 ` [PR PATCH] [Closed]: " toadwastoast

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240919024756.C5378304DC@inbox.vuxu.org \
    --to=toadwastoast@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).