summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-21 14:33:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-21 18:13:18 +0200
commitb3eac707d1284338e76de08accc633925e7401a9 (patch)
tree9d1a0940ed1d1c4f80c97c8090c09f8d4e6d7c73 /media-sound/audex/audex-0.95_pre20190721.ebuild
parentmedia-video/ffmpeg: arm64 stable (bug #689422) (diff)
downloadgentoo-b3eac707d1284338e76de08accc633925e7401a9.tar.gz
gentoo-b3eac707d1284338e76de08accc633925e7401a9.tar.bz2
gentoo-b3eac707d1284338e76de08accc633925e7401a9.zip
media-sound/audex: 0.95_pre20190721 snapshot bump
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/audex/audex-0.95_pre20190721.ebuild')
-rw-r--r--media-sound/audex/audex-0.95_pre20190721.ebuild46
1 files changed, 46 insertions, 0 deletions
diff --git a/media-sound/audex/audex-0.95_pre20190721.ebuild b/media-sound/audex/audex-0.95_pre20190721.ebuild
new file mode 100644
index 000000000000..877d451e4adc
--- /dev/null
+++ b/media-sound/audex/audex-0.95_pre20190721.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+COMMIT="1389389e7341a749f95b313045f9d0cd809748b4"
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Tool for ripping compact discs"
+HOMEPAGE="https://userbase.kde.org/Audex"
+SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep solid)
+ $(add_kdeapps_dep libkcddb)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtscript)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ $(add_qt_dep qtxml)
+ media-sound/cdparanoia
+"
+RDEPEND="${DEPEND}
+ !media-sound/audex:4
+"
+
+S="${WORKDIR}/${PN}-${COMMIT}"