mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
kde-apps/krecorder: new pkg; add 9999
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
39
kde-apps/krecorder/krecorder-9999.ebuild
Normal file
39
kde-apps/krecorder/krecorder-9999.ebuild
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
ECM_TEST="false"
|
||||||
|
QTMIN=5.15.1
|
||||||
|
|
||||||
|
inherit ecm
|
||||||
|
|
||||||
|
DESCRIPTION="A convergent audio recording application for Plasma"
|
||||||
|
HOMEPAGE="https://invent.kde.org/plasma-mobile/krecorder"
|
||||||
|
|
||||||
|
if [[ "${PV}" == *9999* ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://invent.kde.org/plasma-mobile/${PN}.git"
|
||||||
|
else
|
||||||
|
SRC_URI=""
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
>=dev-qt/qtcore-${QTMIN}:5
|
||||||
|
>=dev-qt/qtgui-${QTMIN}:5
|
||||||
|
>=dev-qt/qtmultimedia-${QTMIN}:5
|
||||||
|
>=dev-qt/qtnetwork-${QTMIN}:5
|
||||||
|
>=dev-qt/qtquickcontrols2-${QTMIN}:5
|
||||||
|
>=dev-qt/qtwidgets-${QTMIN}:5
|
||||||
|
sys-devel/gettext
|
||||||
|
"
|
||||||
|
RDEPEND="
|
||||||
|
${DEPEND}
|
||||||
|
kde-frameworks/kconfig:5
|
||||||
|
kde-frameworks/ki18n:5
|
||||||
|
kde-frameworks/kirigami:5
|
||||||
|
"
|
||||||
16
kde-apps/krecorder/metadata.xml
Normal file
16
kde-apps/krecorder/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>xgqt@protonmail.com</email>
|
||||||
|
<name>Maciej Barć</name>
|
||||||
|
</maintainer>
|
||||||
|
<longdescription>
|
||||||
|
Krecorder is a convergent audio recording application for Plasma.
|
||||||
|
Features:
|
||||||
|
- Record audio with a visualizer, and pausing functionality
|
||||||
|
- Ability to select audio sources
|
||||||
|
- Ability to select encoding and container formats
|
||||||
|
- Audio playback with a visualizer
|
||||||
|
</longdescription>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user