diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-06-29 11:53:22 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-06-29 11:53:22 +0000 |
commit | 2af7cdada5813030058bfc1c999a678731d791f8 (patch) | |
tree | 4466cf39c0a5c0c5d4c3ce94aaf3d70ec1aeac8d /media-plugins/libvisual-plugins | |
parent | Added libtool-2.2* compatibility patch (fixes bug #229901). (diff) | |
download | gentoo-2-2af7cdada5813030058bfc1c999a678731d791f8.tar.gz gentoo-2-2af7cdada5813030058bfc1c999a678731d791f8.tar.bz2 gentoo-2-2af7cdada5813030058bfc1c999a678731d791f8.zip |
remove old
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'media-plugins/libvisual-plugins')
3 files changed, 6 insertions, 81 deletions
diff --git a/media-plugins/libvisual-plugins/ChangeLog b/media-plugins/libvisual-plugins/ChangeLog index 3a2b73703a3b..87f7325ad29c 100644 --- a/media-plugins/libvisual-plugins/ChangeLog +++ b/media-plugins/libvisual-plugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/libvisual-plugins # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.46 2008/06/21 23:00:50 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.47 2008/06/29 11:53:21 aballier Exp $ + + 29 Jun 2008; Alexis Ballier <aballier@gentoo.org> + -files/libvisual-plugins-0.4.0-qa.patch, + -libvisual-plugins-0.4.0-r1.ebuild: + remove old 21 Jun 2008; Thomas Anderson <gentoofan23@gentoo.org> libvisual-plugins-0.4.0-r2.ebuild: diff --git a/media-plugins/libvisual-plugins/files/libvisual-plugins-0.4.0-qa.patch b/media-plugins/libvisual-plugins/files/libvisual-plugins-0.4.0-qa.patch deleted file mode 100644 index dce843da39ef..000000000000 --- a/media-plugins/libvisual-plugins/files/libvisual-plugins-0.4.0-qa.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- libvisual-plugins-0.4.0/plugins/actor/oinksie/gfx-scope.c 2006-01-22 13:25:26.000000000 +0000 -+++ libvisual-plugins-0.4.0-fix/plugins/actor/oinksie/gfx-scope.c 2007-08-31 15:57:25.000000000 +0000 -@@ -21,6 +21,7 @@ - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -+#include "math.h" - #include "common.h" - #include "screen.h" - #include "audio.h" diff --git a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild b/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild deleted file mode 100644 index 543eed89d48c..000000000000 --- a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2008 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-r1.ebuild,v 1.17 2008/01/01 06:49:28 nerdboy Exp $ - -WANT_AUTOMAKE="latest" -WANT_AUTOCONF="latest" - -inherit eutils autotools - -PATCHLEVEL="3" - -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 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="alsa debug esd gtk jack mplayer opengl" - -RDEPEND="~media-libs/libvisual-${PV} - opengl? ( virtual/opengl ) - esd? ( media-sound/esound ) - 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 "${FILESDIR}"/${P}-qa.patch - - 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 mplayer) \ - $(use_enable esd) \ - $(use_enable jack) \ - --enable-static --disable-nastyfft --disable-gstreamer \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO -} |