summaryrefslogtreecommitdiff
path: root/media-sound/bpmdetect/bpmdetect-0.6.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/bpmdetect/bpmdetect-0.6.1-r1.ebuild')
-rw-r--r--media-sound/bpmdetect/bpmdetect-0.6.1-r1.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/media-sound/bpmdetect/bpmdetect-0.6.1-r1.ebuild b/media-sound/bpmdetect/bpmdetect-0.6.1-r1.ebuild
deleted file mode 100644
index 03402a37eec2..000000000000
--- a/media-sound/bpmdetect/bpmdetect-0.6.1-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils scons-utils toolchain-funcs
-
-DESCRIPTION="Automatic BPM detection utility"
-HOMEPAGE="https://sourceforge.net/projects/bpmdetect"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/taglib
- media-libs/id3lib
- >=media-libs/fmod-4.25.07-r1:1
- dev-qt/qtgui:4"
-DEPEND="${RDEPEND}
- sys-apps/sed
- dev-util/scons
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-PATCHES=(
- "${FILESDIR}/${P}-gcc44_and_fmodex_path.patch"
- "${FILESDIR}/${P}-fix-buildsystem.patch"
- "${FILESDIR}/${P}-fix-printf-format.patch"
-)
-
-src_configure() {
- myscons=(
- CC="$(tc-getCC)"
- CXX="$(tc-getCXX)"
- QTDIR="/usr/$(get_libdir)"
- prefix="${D}/usr"
- )
-}
-
-src_compile() {
- escons "${myscons[@]}"
-}
-
-src_install() {
- escons "${myscons[@]}" install
- dodoc authors readme todo
-}