diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-02-24 23:46:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-02-24 23:46:16 +0000 |
commit | 42fa862b72086b6b5231e54269db739325ad142c (patch) | |
tree | 722fc6a61c350c6e9a83a16eb92471e14b3ea3f5 /media-plugins | |
parent | version bump for gecko-sharp (diff) | |
download | gentoo-2-42fa862b72086b6b5231e54269db739325ad142c.tar.gz gentoo-2-42fa862b72086b6b5231e54269db739325ad142c.tar.bz2 gentoo-2-42fa862b72086b6b5231e54269db739325ad142c.zip |
Add lots of useflags, automagic patch, update linking patch
(Portage version: 2.1.2-r11)
Diffstat (limited to 'media-plugins')
4 files changed, 31 insertions, 22 deletions
diff --git a/media-plugins/libvisual-plugins/ChangeLog b/media-plugins/libvisual-plugins/ChangeLog index d0f6ee2bb72e..2adc052ff57a 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.27 2007/02/04 17:23:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.28 2007/02/24 23:46:16 aballier Exp $ + + 24 Feb 2007; Alexis Ballier <aballier@gentoo.org> + -files/libvisual-plugins-0.4.0-libs.patch, + libvisual-plugins-0.4.0-r1.ebuild: + Add lots of useflags, automagic patch, update linking patch 04 Feb 2007; Alexis Ballier <aballier@gentoo.org> +files/libvisual-plugins-0.4.0-libs.patch, diff --git a/media-plugins/libvisual-plugins/files/digest-libvisual-plugins-0.4.0-r1 b/media-plugins/libvisual-plugins/files/digest-libvisual-plugins-0.4.0-r1 index ba9ea9e2ec66..f703ed6feb96 100644 --- a/media-plugins/libvisual-plugins/files/digest-libvisual-plugins-0.4.0-r1 +++ b/media-plugins/libvisual-plugins/files/digest-libvisual-plugins-0.4.0-r1 @@ -1,6 +1,6 @@ -MD5 1016263015262e807dfbf9e3ad93f09e libvisual-plugins-0.4.0-patches.tar.bz2 9634 -RMD160 fd5e7cfa2e36d09f6a02e6f82f0ee124c4a1a195 libvisual-plugins-0.4.0-patches.tar.bz2 9634 -SHA256 0c5be2c71a2c8257da5a2ff836ca61db93ce03f084f0927ae0c6d451ec9c541a libvisual-plugins-0.4.0-patches.tar.bz2 9634 +MD5 0526b25a92b31a216cb81b28476ddaa8 libvisual-plugins-0.4.0-patches-2.tar.bz2 10398 +RMD160 aaec75e85ff43f5915f9b3cdc3849bcab9951a38 libvisual-plugins-0.4.0-patches-2.tar.bz2 10398 +SHA256 8770f5450a7125b7fc71d31fb9d09b882702134a193ef7c5df82624c25d5dac9 libvisual-plugins-0.4.0-patches-2.tar.bz2 10398 MD5 4330e9287f9d6fae02f482f428a1e77b libvisual-plugins-0.4.0.tar.gz 828631 RMD160 f7a82f4a9e4dec3e877833612ece570ffbf2404d libvisual-plugins-0.4.0.tar.gz 828631 SHA256 8b783a111d54b92502085199c351979d0452b950fcddddd1eae28a16d8508e9b libvisual-plugins-0.4.0.tar.gz 828631 diff --git a/media-plugins/libvisual-plugins/files/libvisual-plugins-0.4.0-libs.patch b/media-plugins/libvisual-plugins/files/libvisual-plugins-0.4.0-libs.patch deleted file mode 100644 index 979b93bc2de4..000000000000 --- a/media-plugins/libvisual-plugins/files/libvisual-plugins-0.4.0-libs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libvisual-plugins-0.4.0/plugins/actor/gstreamer/Makefile.am.old 2007-02-04 18:14:53.000000000 +0100 -+++ libvisual-plugins-0.4.0/plugins/actor/gstreamer/Makefile.am 2007-02-04 18:15:15.000000000 +0100 -@@ -2,7 +2,7 @@ - - actor_plugin_LTLIBRARIES = actor_gstreamer.la - --LIBADD = $(LIBVISUAL_LIBS) $(GSTREAMER_LIBS) -+actor_gstreamer_la_LIBADD = $(LIBVISUAL_LIBS) $(GSTREAMER_LIBS) - - AM_CFLAGS = $(LIBVISUAL_CFLAGS) $(GSTREAMER_CFLAGS) - 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 5872159641b9..67eda3bdf195 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 # 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.2 2007/02/04 17:23:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild,v 1.3 2007/02/24 23:46:16 aballier Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -10,18 +10,20 @@ inherit eutils autotools 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.tar.bz2" + mirror://gentoo/${P}-patches-2.tar.bz2" LICENSE="GPL-2" SLOT="0.4" KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="debug esd gtk jack opengl" +IUSE="alsa debug esd gtk gstreamer 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 ) + gstreamer? ( >=media-libs/gstreamer-0.8 ) + alsa? ( media-libs/alsa-lib ) media-libs/fontconfig || ( ( x11-libs/libX11 @@ -45,16 +47,29 @@ src_unpack() { epatch "${WORKDIR}/${P}-64bit.patch" epatch "${WORKDIR}/${P}-analyzer.patch" epatch "${WORKDIR}/${P}-gforce.patch" - epatch "${FILESDIR}/${P}-libs.patch" + epatch "${WORKDIR}/${P}-automagic.patch" + epatch "${WORKDIR}/${P}-gstreamer.patch" eautoreconf } src_compile() { - econf $(use_enable debug) || die - emake || die + econf $(use_enable debug) \ + $(use_enable debug inputdebug) \ + $(use_enable gtk gdkpixbuf-plugin) \ + $(use_enable gstreamer 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) \ + || die "econf failed" + emake || die "emake failed" } src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README TODO } |