diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2008-01-01 06:49:28 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2008-01-01 06:49:28 +0000 |
commit | 26ea299c83c99795d4c3e05d5315a083c7680d28 (patch) | |
tree | bae0fb9a1025a09861c86e590af114dc220b2809 /media-plugins/libvisual-plugins | |
parent | Removed old versions. (diff) | |
download | gentoo-2-26ea299c83c99795d4c3e05d5315a083c7680d28.tar.gz gentoo-2-26ea299c83c99795d4c3e05d5315a083c7680d28.tar.bz2 gentoo-2-26ea299c83c99795d4c3e05d5315a083c7680d28.zip |
disabled problem lib and enabled static libs to conform to libvisual
(Portage version: 2.1.4_rc12)
Diffstat (limited to 'media-plugins/libvisual-plugins')
-rw-r--r-- | media-plugins/libvisual-plugins/ChangeLog | 11 | ||||
-rw-r--r-- | media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild | 7 |
2 files changed, 12 insertions, 6 deletions
diff --git a/media-plugins/libvisual-plugins/ChangeLog b/media-plugins/libvisual-plugins/ChangeLog index 2f145722fe98..04fbcf27b662 100644 --- a/media-plugins/libvisual-plugins/ChangeLog +++ b/media-plugins/libvisual-plugins/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-plugins/libvisual-plugins -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.39 2007/09/02 16:21:15 drac Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.40 2008/01/01 06:49:28 nerdboy Exp $ + + 01 Jan 2008; Steve Arnold <nerdboy@gentoo.org> + libvisual-plugins-0.4.0-r1.ebuild: + Disabled problematic nastyfft plugin (see bug #143810 for an example) and + enabled static libs to conform to libvisual. Should fix several reported + problems related to libvisual and gst-plugins. Report any new bugs per + usual... (gstreamer plugin needs updating to the new gstreamer 0.10 API) 02 Sep 2007; Samuli Suominen <drac@gentoo.org> +files/libvisual-plugins-0.4.0-qa.patch, 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 index d5885b10d251..543eed89d48c 100644 --- a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild +++ b/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.16 2007/09/03 02:33:17 mr_bones_ Exp $ +# $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" @@ -52,15 +52,14 @@ src_compile() { econf $(use_enable debug) \ $(use_enable debug inputdebug) \ $(use_enable gtk gdkpixbuf-plugin) \ - --disable-gstreamer-plugin \ $(use_enable alsa) \ $(use_enable opengl gltest) \ - $(use_enable opengl nastyfft) \ $(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" } |