You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r2....

66 lines
1.7 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r2.ebuild,v 1.12 2012/03/18 13:19:17 ssuominen Exp $
EAPI=1
inherit eutils autotools
PATCHLEVEL="4"
DESCRIPTION="Visualization plugins for use with the libvisual framework."
HOMEPAGE="http://libvisual.sourceforge.net/"
SRC_URI="mirror://sourceforge/libvisual/${P}.tar.gz
mirror://gentoo/${P}-patches-${PATCHLEVEL}.tar.bz2
mirror://gentoo/${P}-m4-1.tar.bz2"
LICENSE="GPL-2"
SLOT="0.4"
KEYWORDS="amd64 ~hppa ~mips ppc ppc64 x86 ~x86-fbsd"
IUSE="alsa debug gtk jack mplayer opengl"
RDEPEND="~media-libs/libvisual-${PV}
opengl? ( virtual/opengl )
jack? ( >=media-sound/jack-audio-connection-kit-0.98 )
gtk? ( x11-libs/gtk+:2 )
alsa? ( media-libs/alsa-lib )
media-libs/fontconfig
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender"
DEPEND="${RDEPEND}
x11-libs/libXt
>=dev-util/pkgconfig-0.14"
src_unpack() {
unpack ${A}
sed -i -e "s:@MKINSTALLDIRS@:${S}/mkinstalldirs:" "${S}"/po/Makefile.*
cd "${S}"
EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
AT_M4DIR="${WORKDIR}/m4" eautoreconf
}
src_compile() {
econf \
$(use_enable debug) \
$(use_enable debug inputdebug) \
$(use_enable gtk gdkpixbuf-plugin) \
$(use_enable alsa) \
$(use_enable opengl gltest) \
$(use_enable opengl madspin) \
$(use_enable opengl flower) \
$(use_enable opengl nastyfft) \
$(use_enable mplayer) \
--disable-esd \
$(use_enable jack) \
--enable-static --disable-gstreamer-plugin
emake || die
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README TODO
}