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