git: 9724b88f3c02 - main - multimedia/haruna: New port - Open source video player built with Qt/QML and libmpv
Tobias C. Berner
tcberner at FreeBSD.org
Thu May 6 17:31:06 UTC 2021
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9724b88f3c028fd916d34ba200cbca9e632aa09f
commit 9724b88f3c028fd916d34ba200cbca9e632aa09f
Author: Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-05-06 17:28:15 +0000
Commit: Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-05-06 17:30:54 +0000
multimedia/haruna: New port - Open source video player built with Qt/QML and libmpv
WWW: https://invent.kde.org/multimedia/haruna
---
multimedia/Makefile | 1 +
multimedia/haruna/Makefile | 26 ++++++++++++++++++++++++++
multimedia/haruna/distinfo | 5 +++++
multimedia/haruna/pkg-descr | 3 +++
multimedia/haruna/pkg-plist | 4 ++++
5 files changed, 39 insertions(+)
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 40e378caa672..c3d99ae6c588 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -128,6 +128,7 @@
SUBDIR += gtk-youtube-viewer
SUBDIR += gxine
SUBDIR += handbrake
+ SUBDIR += haruna
SUBDIR += harvid
SUBDIR += hypnotix
SUBDIR += imagination
diff --git a/multimedia/haruna/Makefile b/multimedia/haruna/Makefile
new file mode 100644
index 000000000000..d90bc5f0ab3c
--- /dev/null
+++ b/multimedia/haruna/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= haruna
+DISTVERSION= 0.6.3
+CATEGORIES= multimedia kde
+
+PATCH_SITES= https://invent.kde.org/berner/haruna/-/commit/
+PATCHFILES= 500d2af4c4b9d62e749f3949cf0f0919634680ed.diff:-p1
+
+MAINTAINER= kde at FreeBSD.org
+COMMENT= KDE video player
+
+LIB_DEPENDS= libmpv.so:multimedia/mpv
+RUN_DEPENDS= kio-extras>0:devel/kio-extras \
+ youtube-dl:www/youtube_dl
+
+USES= cmake compiler:c++11-lang kde:5 qt:5
+USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons \
+ filemetadata i18n iconthemes kirigami2 itemviews jobwidgets kio \
+ service solid widgetsaddons windowsystem xmlgui \
+ ecm_build doctools_build \
+ breeze_run breeze-icons_run qqc2-desktop-style_run
+KDE_INVENT= 588e747c6a683d1467300dfcc2f3a992b0c07a42
+USE_QT= concurrent core dbus declarative gui network quickcontrols2 \
+ widgets xml \
+ buildtools_build qmake_build
+
+.include <bsd.port.mk>
diff --git a/multimedia/haruna/distinfo b/multimedia/haruna/distinfo
new file mode 100644
index 000000000000..195a46db2ca3
--- /dev/null
+++ b/multimedia/haruna/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1620320768
+SHA256 (multimedia-haruna-588e747c6a683d1467300dfcc2f3a992b0c07a42_GL0.tar.gz) = 0c82a8722c708bd728c0b8d8dca4cbcc28e2cb73e39d924f9eb3ed6d239a18f3
+SIZE (multimedia-haruna-588e747c6a683d1467300dfcc2f3a992b0c07a42_GL0.tar.gz) = 2439519
+SHA256 (500d2af4c4b9d62e749f3949cf0f0919634680ed.diff) = f499be51600435e5a9a61239a4b18bafa2b813f7042b3d5269b03c7138fb2298
+SIZE (500d2af4c4b9d62e749f3949cf0f0919634680ed.diff) = 377
diff --git a/multimedia/haruna/pkg-descr b/multimedia/haruna/pkg-descr
new file mode 100644
index 000000000000..4da912192cd1
--- /dev/null
+++ b/multimedia/haruna/pkg-descr
@@ -0,0 +1,3 @@
+Haruna is an open source video player built with Qt/QML and libmpv.
+
+WWW: https://invent.kde.org/multimedia/haruna
diff --git a/multimedia/haruna/pkg-plist b/multimedia/haruna/pkg-plist
new file mode 100644
index 000000000000..2ae9e123f8a8
--- /dev/null
+++ b/multimedia/haruna/pkg-plist
@@ -0,0 +1,4 @@
+bin/haruna
+share/applications/com.georgefb.haruna.desktop
+share/icons/hicolor/256x256/apps/com.georgefb.haruna.svg
+share/metainfo/com.georgefb.haruna.appdata.xml
More information about the dev-commits-ports-all
mailing list