Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/libvisual-plugins: ChangeLog libvisual-plugins-0.4.0-r2.ebuild
Date: Thu, 31 May 2012 19:44:47
Message-Id: 20120531194436.CFC6F2004B@flycatcher.gentoo.org
1 ssuominen 12/05/31 19:44:36
2
3 Modified: ChangeLog libvisual-plugins-0.4.0-r2.ebuild
4 Log:
5 Fix location of MKINSTALLDIRS sed wrt #417631 by Jeroen Roovers and Brett Royles. Remove --enable-static from econf and remove all libtool files since they are unrequired for dlopening these plugins. tidy
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.55 media-plugins/libvisual-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 17 May 2012 15:32:19 -0000 1.54
23 +++ ChangeLog 31 May 2012 19:44:36 -0000 1.55
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/libvisual-plugins
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.54 2012/05/17 15:32:19 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.55 2012/05/31 19:44:36 ssuominen Exp $
29 +
30 + 31 May 2012; Samuli Suominen <ssuominen@g.o>
31 + libvisual-plugins-0.4.0-r2.ebuild:
32 + Fix location of MKINSTALLDIRS sed wrt #417631 by Jeroen Roovers and Brett
33 + Royles. Remove --enable-static from econf and remove all libtool files since
34 + they are unrequired for dlopening these plugins.
35
36 17 May 2012; Alexis Ballier <aballier@g.o>
37 libvisual-plugins-0.4.0-r2.ebuild:
38
39
40
41 1.16 media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r2.ebuild?rev=1.16&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r2.ebuild?rev=1.16&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r2.ebuild?r1=1.15&r2=1.16
46
47 Index: libvisual-plugins-0.4.0-r2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r2.ebuild,v
50 retrieving revision 1.15
51 retrieving revision 1.16
52 diff -u -r1.15 -r1.16
53 --- libvisual-plugins-0.4.0-r2.ebuild 17 May 2012 15:32:19 -0000 1.15
54 +++ libvisual-plugins-0.4.0-r2.ebuild 31 May 2012 19:44:36 -0000 1.16
55 @@ -1,65 +1,62 @@
56 # Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r2.ebuild,v 1.15 2012/05/17 15:32:19 aballier Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r2.ebuild,v 1.16 2012/05/31 19:44:36 ssuominen Exp $
60
61 -EAPI=1
62 -inherit eutils autotools
63 +EAPI=4
64 +inherit autotools eutils
65
66 -PATCHLEVEL="4"
67 +PATCHLEVEL=4
68
69 -DESCRIPTION="Visualization plugins for use with the libvisual framework."
70 +DESCRIPTION="collection of visualization plugins for use with the libvisual framework"
71 HOMEPAGE="http://libvisual.sourceforge.net/"
72 SRC_URI="mirror://sourceforge/libvisual/${P}.tar.gz
73 mirror://gentoo/${P}-patches-${PATCHLEVEL}.tar.bz2
74 mirror://gentoo/${P}-m4-1.tar.bz2"
75 -LICENSE="GPL-2"
76
77 +LICENSE="GPL-2"
78 SLOT="0.4"
79 KEYWORDS="amd64 hppa ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
80 IUSE="alsa debug gtk jack mplayer opengl"
81
82 -RDEPEND="~media-libs/libvisual-${PV}
83 - opengl? ( virtual/opengl )
84 - jack? ( >=media-sound/jack-audio-connection-kit-0.98 )
85 - gtk? ( x11-libs/gtk+:2 )
86 +RDEPEND="media-libs/fontconfig
87 + ~media-libs/libvisual-${PV}
88 + x11-libs/libX11
89 + x11-libs/libXext
90 + x11-libs/libXrender
91 alsa? ( media-libs/alsa-lib )
92 - media-libs/fontconfig
93 - x11-libs/libX11
94 - x11-libs/libXext
95 - x11-libs/libXrender"
96 + gtk? ( x11-libs/gtk+:2 )
97 + jack? ( >=media-sound/jack-audio-connection-kit-0.109 )
98 + opengl? ( virtual/opengl )"
99 DEPEND="${RDEPEND}
100 - x11-libs/libXt
101 - virtual/pkgconfig"
102 + virtual/pkgconfig
103 + x11-libs/libXt"
104
105 -src_unpack() {
106 - unpack ${A}
107 - sed -i -e "s:@MKINSTALLDIRS@:${S}/mkinstalldirs:" "${S}"/po/Makefile.*
108 +DOCS="AUTHORS ChangeLog NEWS README TODO"
109
110 - cd "${S}"
111 +src_prepare() {
112 + EPATCH_SUFFIX=patch epatch "${WORKDIR}"/patches
113 + AT_M4DIR=${WORKDIR}/m4 eautoreconf
114
115 - EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
116 - AT_M4DIR="${WORKDIR}/m4" eautoreconf
117 + sed -i -e "s:@MKINSTALLDIRS@:${S}/mkinstalldirs:" po/Makefile.* || die
118 }
119
120 -src_compile() {
121 +src_configure() {
122 econf \
123 - $(use_enable debug) \
124 - $(use_enable debug inputdebug) \
125 + --disable-esd \
126 + $(use_enable jack) \
127 $(use_enable gtk gdkpixbuf-plugin) \
128 + --disable-gstreamer-plugin \
129 $(use_enable alsa) \
130 + $(use_enable mplayer) \
131 + $(use_enable debug inputdebug) \
132 $(use_enable opengl gltest) \
133 + $(use_enable opengl nastyfft) \
134 $(use_enable opengl madspin) \
135 $(use_enable opengl flower) \
136 - $(use_enable opengl nastyfft) \
137 - $(use_enable mplayer) \
138 - --disable-esd \
139 - $(use_enable jack) \
140 - --enable-static --disable-gstreamer-plugin
141 -
142 - emake || die
143 + $(use_enable debug)
144 }
145
146 src_install() {
147 - emake DESTDIR="${D}" install || die
148 - dodoc AUTHORS ChangeLog NEWS README TODO
149 + default
150 + find "${ED}"/usr -type f -name '*.la' -exec rm -f {} +
151 }