mgorny 14/06/07 21:45:00 Modified: ChangeLog Added: libvisual-plugins-0.4.0-r3.ebuild Log: Enable multilib support. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.62 media-plugins/libvisual-plugins/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog?rev=1.62&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog?r1=1.61&r2=1.62 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- ChangeLog 15 Jan 2014 12:46:20 -0000 1.61 +++ ChangeLog 7 Jun 2014 21:45:00 -0000 1.62 @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/libvisual-plugins # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.61 2014/01/15 12:46:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.62 2014/06/07 21:45:00 mgorny Exp $ + +*libvisual-plugins-0.4.0-r3 (07 Jun 2014) + + 07 Jun 2014; Michał Górny <[email protected]> + +libvisual-plugins-0.4.0-r3.ebuild: + Enable multilib support. 15 Jan 2014; Agostino Sarubbo <[email protected]> libvisual-plugins-0.4.0-r2.ebuild: 1.1 media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r3.ebuild?rev=1.1&content-type=text/plain Index: libvisual-plugins-0.4.0-r3.ebuild =================================================================== # Copyright 1999-2014 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-r3.ebuild,v 1.1 2014/06/07 21:45:00 mgorny Exp $ EAPI=5 inherit autotools eutils multilib-minimal PATCHLEVEL=4 DESCRIPTION="collection of 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="alsa debug gtk jack mplayer opengl" RDEPEND="media-libs/fontconfig[${MULTILIB_USEDEP}] ~media-libs/libvisual-${PV}[${MULTILIB_USEDEP}] x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/libXext[${MULTILIB_USEDEP}] x11-libs/libXrender[${MULTILIB_USEDEP}] alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) gtk? ( x11-libs/gtk+:2[${MULTILIB_USEDEP}] ) jack? ( >=media-sound/jack-audio-connection-kit-0.109[${MULTILIB_USEDEP}] ) opengl? ( virtual/glu[${MULTILIB_USEDEP}] virtual/opengl[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} virtual/pkgconfig[${MULTILIB_USEDEP}] x11-libs/libXt[${MULTILIB_USEDEP}]" DOCS="AUTHORS ChangeLog NEWS README TODO" src_prepare() { EPATCH_SUFFIX=patch epatch "${WORKDIR}"/patches AT_M4DIR=${WORKDIR}/m4 eautoreconf sed -i -e "s:@MKINSTALLDIRS@:${S}/mkinstalldirs:" po/Makefile.* || die } multilib_src_configure() { ECONF_SOURCE=${S} \ econf \ --disable-esd \ $(use_enable jack) \ $(use_enable gtk gdkpixbuf-plugin) \ --disable-gstreamer-plugin \ $(use_enable alsa) \ $(use_enable mplayer) \ $(use_enable debug inputdebug) \ $(use_enable opengl gltest) \ $(use_enable opengl nastyfft) \ $(use_enable opengl madspin) \ $(use_enable opengl flower) \ $(use_enable debug) } multilib_src_install_all() { einstalldocs prune_libtool_files --all }
