Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/libvisual-plugins: libvisual-plugins-0.4.0-r1.ebuild ChangeLog
Date: Tue, 01 Jan 2008 06:49:38
Message-Id: E1J9awK-0002TG-Tj@stork.gentoo.org
1 nerdboy 08/01/01 06:49:28
2
3 Modified: libvisual-plugins-0.4.0-r1.ebuild ChangeLog
4 Log:
5 disabled problem lib and enabled static libs to conform to libvisual
6 (Portage version: 2.1.4_rc12)
7
8 Revision Changes Path
9 1.17 media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild?r1=1.16&r2=1.17
14
15 Index: libvisual-plugins-0.4.0-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- libvisual-plugins-0.4.0-r1.ebuild 3 Sep 2007 02:33:17 -0000 1.16
22 +++ libvisual-plugins-0.4.0-r1.ebuild 1 Jan 2008 06:49:28 -0000 1.17
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 WANT_AUTOMAKE="latest"
31 WANT_AUTOCONF="latest"
32 @@ -52,15 +52,14 @@
33 econf $(use_enable debug) \
34 $(use_enable debug inputdebug) \
35 $(use_enable gtk gdkpixbuf-plugin) \
36 - --disable-gstreamer-plugin \
37 $(use_enable alsa) \
38 $(use_enable opengl gltest) \
39 - $(use_enable opengl nastyfft) \
40 $(use_enable opengl madspin) \
41 $(use_enable opengl flower) \
42 $(use_enable mplayer) \
43 $(use_enable esd) \
44 $(use_enable jack) \
45 + --enable-static --disable-nastyfft --disable-gstreamer \
46 || die "econf failed"
47 emake || die "emake failed"
48 }
49
50
51
52 1.40 media-plugins/libvisual-plugins/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog?rev=1.40&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog?rev=1.40&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog?r1=1.39&r2=1.40
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v
61 retrieving revision 1.39
62 retrieving revision 1.40
63 diff -u -r1.39 -r1.40
64 --- ChangeLog 2 Sep 2007 16:21:15 -0000 1.39
65 +++ ChangeLog 1 Jan 2008 06:49:28 -0000 1.40
66 @@ -1,6 +1,13 @@
67 # ChangeLog for media-plugins/libvisual-plugins
68 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.39 2007/09/02 16:21:15 drac Exp $
70 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.40 2008/01/01 06:49:28 nerdboy Exp $
72 +
73 + 01 Jan 2008; Steve Arnold <nerdboy@g.o>
74 + libvisual-plugins-0.4.0-r1.ebuild:
75 + Disabled problematic nastyfft plugin (see bug #143810 for an example) and
76 + enabled static libs to conform to libvisual. Should fix several reported
77 + problems related to libvisual and gst-plugins. Report any new bugs per
78 + usual... (gstreamer plugin needs updating to the new gstreamer 0.10 API)
79
80 02 Sep 2007; Samuli Suominen <drac@g.o>
81 +files/libvisual-plugins-0.4.0-qa.patch,
82
83
84
85 --
86 gentoo-commits@g.o mailing list