diff options
author | Johannes Huber <johu@gentoo.org> | 2017-03-02 17:20:05 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-03-02 17:20:05 +0100 |
commit | f9943ce68d444ffcc4d19f3756fcf6ae1549d592 (patch) | |
tree | fcf6a4d883759c9dcea188fddc2af4452c2772b9 | |
parent | net-proxy/3proxy-0.8.9-r0: add ~alpha keyword (diff) | |
download | gentoo-f9943ce68d444ffcc4d19f3756fcf6ae1549d592.tar.gz gentoo-f9943ce68d444ffcc4d19f3756fcf6ae1549d592.tar.bz2 gentoo-f9943ce68d444ffcc4d19f3756fcf6ae1549d592.zip |
media-libs/alure: Remove 1.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r-- | media-libs/alure/alure-1.2.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/media-libs/alure/alure-1.2.ebuild b/media-libs/alure/alure-1.2.ebuild deleted file mode 100644 index 104edbbb3370..000000000000 --- a/media-libs/alure/alure-1.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit cmake-utils eutils - -DESCRIPTION="The OpenAL Utility Toolkit" -HOMEPAGE="http://kcat.strangesoft.net/alure.html" -SRC_URI="http://kcat.strangesoft.net/alure-releases/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis" - -RDEPEND=">=media-libs/openal-1.1 - dumb? ( media-libs/dumb ) - flac? ( media-libs/flac ) - fluidsynth? ( >=media-sound/fluidsynth-1.1.1 ) - mp3? ( media-sound/mpg123 ) - sndfile? ( media-libs/libsndfile ) - vorbis? ( media-libs/libvorbis )" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${P}-include-unistd.patch" - sed -i -e "/DESTINATION/s:doc/alure:doc/${PF}:" CMakeLists.txt || die -} - -src_configure() { - # FIXME: libmodplug/sndfile.h from libmodplug conflict with sndfile.h from libsndfile - local mycmakeargs=( - $(cmake-utils_use dumb) - $(cmake-utils_use_build examples) - $(cmake-utils_use flac) - $(cmake-utils_use fluidsynth) - -DMODPLUG=OFF - $(cmake-utils_use mp3 MPG123) - $(cmake-utils_use sndfile) - $(cmake-utils_use_build static-libs STATIC) - $(cmake-utils_use vorbis) - ) - - cmake-utils_src_configure -} |