Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/xpra: xpra-0.11.1.ebuild ChangeLog
Date: Mon, 27 Jan 2014 07:39:36
Message-Id: 20140127073932.15D082004C@flycatcher.gentoo.org
1 xmw 14/01/27 07:39:31
2
3 Modified: ChangeLog
4 Added: xpra-0.11.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
9
10 Revision Changes Path
11 1.91 x11-wm/xpra/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/ChangeLog?rev=1.91&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/ChangeLog?rev=1.91&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/ChangeLog?r1=1.90&r2=1.91
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v
20 retrieving revision 1.90
21 retrieving revision 1.91
22 diff -u -r1.90 -r1.91
23 --- ChangeLog 23 Jan 2014 00:49:06 -0000 1.90
24 +++ ChangeLog 27 Jan 2014 07:39:31 -0000 1.91
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-wm/xpra
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v 1.90 2014/01/23 00:49:06 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v 1.91 2014/01/27 07:39:31 xmw Exp $
30 +
31 +*xpra-0.11.1 (27 Jan 2014)
32 +
33 + 27 Jan 2014; Michael Weber <xmw@g.o> +xpra-0.11.1.ebuild:
34 + Version bump
35
36 *xpra-0.11.0 (23 Jan 2014)
37
38
39
40
41 1.1 x11-wm/xpra/xpra-0.11.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/xpra-0.11.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/xpra-0.11.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xpra-0.11.1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/xpra-0.11.1.ebuild,v 1.1 2014/01/27 07:39:31 xmw Exp $
51
52 EAPI=5
53
54 PYTHON_COMPAT=( python{2_6,2_7} )
55 inherit distutils-r1 eutils
56
57 DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"
58 HOMEPAGE="http://xpra.org/ http://xpra.org/src/"
59 SRC_URI="http://xpra.org/src/${P}.tar.xz"
60
61 LICENSE="GPL-2 BSD"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
64 IUSE="+client +clipboard csc dec_av dec_av2 opengl pulseaudio +rencode server sound vpx webp x264"
65
66 REQUIRED_USE="${PYTHON_REQUIRED_USE}
67 clipboard? ( || ( server client ) )
68 opengl? ( client )
69 || ( client server )"
70
71 # x264/old-libav.path situation see bug 459218
72 COMMON_DEPEND=""${PYTHON_DEPS}"
73 dev-python/pygobject:2[${PYTHON_USEDEP}]
74 dev-python/pygtk:2[${PYTHON_USEDEP}]
75 x11-libs/gtk+:2
76 x11-libs/libX11
77 x11-libs/libXcomposite
78 x11-libs/libXdamage
79 x11-libs/libXfixes
80 x11-libs/libXrandr
81 x11-libs/libXtst
82 csc? ( || ( >=media-video/ffmpeg-1.2.2 media-video/libav ) )
83 dec_av? ( || ( >=media-video/ffmpeg-1.2.2 media-video/libav ) )
84 opengl? ( dev-python/pygtkglext )
85 pulseaudio? ( media-sound/pulseaudio )
86 sound? ( media-libs/gstreamer
87 media-libs/gst-plugins-base
88 dev-python/gst-python )
89 vpx? ( media-libs/libvpx virtual/ffmpeg )
90 webp? ( media-libs/libwebp )
91 x264? ( media-libs/x264
92 || ( >=media-video/ffmpeg-1.0.4:0 media-video/libav ) )"
93
94 RDEPEND="${COMMON_DEPEND}
95 dev-python/dbus-python[${PYTHON_USEDEP}]
96 dev-python/ipython[${PYTHON_USEDEP}]
97 dev-python/numpy[${PYTHON_USEDEP}]
98 virtual/python-imaging[${PYTHON_USEDEP}]
99 virtual/ssh
100 x11-apps/setxkbmap
101 x11-apps/xmodmap
102 server? ( x11-base/xorg-server[-minimal,xvfb]
103 x11-drivers/xf86-input-void
104 x11-drivers/xf86-video-dummy
105 )"
106 DEPEND="${COMMON_DEPEND}
107 virtual/pkgconfig
108 >=dev-python/cython-0.16[${PYTHON_USEDEP}]"
109
110 python_prepare_all() {
111 epatch \
112 "${FILESDIR}"/${PN}-0.7.1-ignore-gentoo-no-compile.patch \
113 "${FILESDIR}"/${PN}-0.10.1-prefix.patch
114
115 #assuming ffmpeg and libav mutual exclusive installs
116 if has_version "media-video/libav" ; then
117 if ! has_version ">=media-video/libav-9" ; then
118 epatch patches/old-libav.patch
119 fi
120 fi
121
122 distutils-r1_python_prepare_all
123 }
124
125 python_configure_all() {
126 mydistutilsargs=(
127 $(use_with client)
128 $(use_with clipboard)
129 $(use_with csc csc_swscale)
130 $(use_with dec_av dec_avcodec)
131 $(use_with dec_av2 dec_avcodec2)
132 $(use_with opengl)
133 $(use_with rencode)
134 $(use_with server cymaths)
135 $(use_with server shadow)
136 $(use_with server)
137 $(use_with sound)
138 $(use_with vpx)
139 $(use_with webp)
140 $(use_with x264 enc_x264)
141 --with-Xdummy
142 --with-argb
143 --with-cyxor
144 --with-gtk2
145 --without-gtk3
146 --without-qt4
147 --with-strict
148 --with-warn
149 --with-x11
150 --without-PIC
151 --without-debug )
152 }