summaryrefslogtreecommitdiff
path: root/media-sound/karlyriceditor/karlyriceditor-2.2-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/karlyriceditor/karlyriceditor-2.2-r1.ebuild')
-rw-r--r--media-sound/karlyriceditor/karlyriceditor-2.2-r1.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/media-sound/karlyriceditor/karlyriceditor-2.2-r1.ebuild b/media-sound/karlyriceditor/karlyriceditor-2.2-r1.ebuild
deleted file mode 100644
index a0b4b5ff69a7..000000000000
--- a/media-sound/karlyriceditor/karlyriceditor-2.2-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop qmake-utils
-
-DESCRIPTION="Application to edit and synchronize lyrics with karaoke songs in various formats"
-HOMEPAGE="https://www.ulduzsoft.com/linux/karaoke-lyrics-editor/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libav"
-
-RDEPEND="
- dev-libs/openssl:0=
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtmultimedia:5
- dev-qt/qtwidgets:5
- libav? ( media-video/libav:= )
- !libav? ( media-video/ffmpeg:0= )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}/${P}-ffmpeg-4.patch" )
-
-src_configure() {
- eqmake5 "${PN}.pro"
-}
-
-src_install() {
- dodoc Changelog
- dobin bin/${PN}
- doicon packages/${PN}.png
- make_desktop_entry ${PN} 'Karaoke Lyrics Editor'
-}