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