Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/libvisual-plugins: libvisual-plugins-0.4.0-r3.ebuild ChangeLog
Date: Sat, 07 Jun 2014 21:45:04
Message-Id: 20140607214500.4FAB92004E@flycatcher.gentoo.org
1 mgorny 14/06/07 21:45:00
2
3 Modified: ChangeLog
4 Added: libvisual-plugins-0.4.0-r3.ebuild
5 Log:
6 Enable multilib support.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.62 media-plugins/libvisual-plugins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog?rev=1.62&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog?rev=1.62&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog?r1=1.61&r2=1.62
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v
20 retrieving revision 1.61
21 retrieving revision 1.62
22 diff -u -r1.61 -r1.62
23 --- ChangeLog 15 Jan 2014 12:46:20 -0000 1.61
24 +++ ChangeLog 7 Jun 2014 21:45:00 -0000 1.62
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-plugins/libvisual-plugins
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.61 2014/01/15 12:46:20 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.62 2014/06/07 21:45:00 mgorny Exp $
30 +
31 +*libvisual-plugins-0.4.0-r3 (07 Jun 2014)
32 +
33 + 07 Jun 2014; Michał Górny <mgorny@g.o>
34 + +libvisual-plugins-0.4.0-r3.ebuild:
35 + Enable multilib support.
36
37 15 Jan 2014; Agostino Sarubbo <ago@g.o>
38 libvisual-plugins-0.4.0-r2.ebuild:
39
40
41
42 1.1 media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libvisual-plugins-0.4.0-r3.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r3.ebuild,v 1.1 2014/06/07 21:45:00 mgorny Exp $
52
53 EAPI=5
54 inherit autotools eutils multilib-minimal
55
56 PATCHLEVEL=4
57
58 DESCRIPTION="collection of visualization plugins for use with the libvisual framework"
59 HOMEPAGE="http://libvisual.sourceforge.net/"
60 SRC_URI="mirror://sourceforge/libvisual/${P}.tar.gz
61 mirror://gentoo/${P}-patches-${PATCHLEVEL}.tar.bz2
62 mirror://gentoo/${P}-m4-1.tar.bz2"
63
64 LICENSE="GPL-2"
65 SLOT="0.4"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
67 IUSE="alsa debug gtk jack mplayer opengl"
68
69 RDEPEND="media-libs/fontconfig[${MULTILIB_USEDEP}]
70 ~media-libs/libvisual-${PV}[${MULTILIB_USEDEP}]
71 x11-libs/libX11[${MULTILIB_USEDEP}]
72 x11-libs/libXext[${MULTILIB_USEDEP}]
73 x11-libs/libXrender[${MULTILIB_USEDEP}]
74 alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
75 gtk? ( x11-libs/gtk+:2[${MULTILIB_USEDEP}] )
76 jack? ( >=media-sound/jack-audio-connection-kit-0.109[${MULTILIB_USEDEP}] )
77 opengl? (
78 virtual/glu[${MULTILIB_USEDEP}]
79 virtual/opengl[${MULTILIB_USEDEP}]
80 )"
81 DEPEND="${RDEPEND}
82 virtual/pkgconfig[${MULTILIB_USEDEP}]
83 x11-libs/libXt[${MULTILIB_USEDEP}]"
84
85 DOCS="AUTHORS ChangeLog NEWS README TODO"
86
87 src_prepare() {
88 EPATCH_SUFFIX=patch epatch "${WORKDIR}"/patches
89 AT_M4DIR=${WORKDIR}/m4 eautoreconf
90
91 sed -i -e "s:@MKINSTALLDIRS@:${S}/mkinstalldirs:" po/Makefile.* || die
92 }
93
94 multilib_src_configure() {
95 ECONF_SOURCE=${S} \
96 econf \
97 --disable-esd \
98 $(use_enable jack) \
99 $(use_enable gtk gdkpixbuf-plugin) \
100 --disable-gstreamer-plugin \
101 $(use_enable alsa) \
102 $(use_enable mplayer) \
103 $(use_enable debug inputdebug) \
104 $(use_enable opengl gltest) \
105 $(use_enable opengl nastyfft) \
106 $(use_enable opengl madspin) \
107 $(use_enable opengl flower) \
108 $(use_enable debug)
109 }
110
111 multilib_src_install_all() {
112 einstalldocs
113 prune_libtool_files --all
114 }