-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-video/haruna: new package, add 9999
Bug: https://bugs.gentoo.org/938705 Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Copyright 2025 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
KFMIN=6.9.0 | ||
QTMIN=6.8.1 | ||
inherit ecm kde.org xdg | ||
|
||
if [[ ${KDE_BUILD_TYPE} == release ]]; then | ||
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" | ||
KEYWORDS="~amd64" | ||
fi | ||
|
||
DESCRIPTION="Simple video player" | ||
HOMEPAGE="https://apps.kde.org/dragonplayer/" | ||
|
||
LICENSE="GPL-2+ || ( GPL-2 GPL-3 ) handbook? ( FDL-1.2 )" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
# TODO: unbundle dev-libs/kdsingleapplication | ||
DEPEND=" | ||
>=dev-qt/qt5compat-${QTMIN}:6[qml] | ||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] | ||
>=dev-qt/qtdeclarative-${QTMIN}:6 | ||
>=kde-frameworks/kcolorscheme-${KFMIN}:6 | ||
>=kde-frameworks/kconfig-${KFMIN}:6 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:6 | ||
>=kde-frameworks/kcrash-${KFMIN}:6 | ||
>=kde-frameworks/kdbusaddons-${KFMIN}:6 | ||
>=kde-frameworks/kfilemetadata-${KFMIN}:6 | ||
>=kde-frameworks/ki18n-${KFMIN}:6 | ||
>=kde-frameworks/kiconthemes-${KFMIN}:6 | ||
>=kde-frameworks/kio-${KFMIN}:6 | ||
>=kde-frameworks/kirigami-${KFMIN}:6 | ||
>=kde-frameworks/kjobwidgets-${KFMIN}:6 | ||
>=kde-frameworks/kparts-${KFMIN}:6 | ||
>=kde-frameworks/kservice-${KFMIN}:6 | ||
>=kde-frameworks/kwindowsystem-${KFMIN}:6 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:6 | ||
>=kde-frameworks/solid-${KFMIN}:6 | ||
media-libs/mpvqt:6 | ||
media-video/ffmpeg:= | ||
" | ||
RDEPEND="${DEPEND} | ||
net-misc/yt-dlp | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo KDE Project</name> | ||
</maintainer> | ||
<upstream> | ||
<bugs-to>https://bugs.kde.org/enter_bug.cgi?product=Haruna</bugs-to> | ||
<remote-id type="kde-invent">multimedia/haruna</remote-id> | ||
</upstream> | ||
</pkgmetadata> |