diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-02-11 01:31:40 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-02-11 01:31:40 +0100 |
commit | 4fd50c1b676e4f89876e0d3e0ab3257df92582aa (patch) | |
tree | 6dd74879e47eefe384f7ff9af8bdf2d8f12cc42d /media-sound/bpmdetect | |
parent | media-sound/aeolus: Remove old (diff) | |
download | gentoo-4fd50c1b676e4f89876e0d3e0ab3257df92582aa.tar.gz gentoo-4fd50c1b676e4f89876e0d3e0ab3257df92582aa.tar.bz2 gentoo-4fd50c1b676e4f89876e0d3e0ab3257df92582aa.zip |
media-sound/bpmdetect: Remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-sound/bpmdetect')
-rw-r--r-- | media-sound/bpmdetect/bpmdetect-0.6.1.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/media-sound/bpmdetect/bpmdetect-0.6.1.ebuild b/media-sound/bpmdetect/bpmdetect-0.6.1.ebuild deleted file mode 100644 index 8f35e919c790..000000000000 --- a/media-sound/bpmdetect/bpmdetect-0.6.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 -inherit eutils multilib - -DESCRIPTION="Automatic BPM detection utility" -HOMEPAGE="http://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} - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc44_and_fmodex_path.patch - sed -i -e "s:-O2:${CXXFLAGS}:" src/SConscript || die "sed failed" -} - -src_configure() { :; } - -src_compile() { - export QTDIR="/usr/$(get_libdir)" - scons prefix=/usr || die "scons failed" -} - -src_install() { - dobin build/${PN} || die "dobin failed" - doicon src/${PN}-icon.png - domenu src/${PN}.desktop - dodoc authors readme todo -} |