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.14.18.ebuild ChangeLog
Date: Wed, 04 Feb 2015 01:16:35
Message-Id: 20150204011630.C691A1100B@oystercatcher.gentoo.org
1 xmw 15/02/04 01:16:30
2
3 Modified: ChangeLog
4 Added: xpra-0.14.18.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
9
10 Revision Changes Path
11 1.116 x11-wm/xpra/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/ChangeLog?rev=1.116&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/ChangeLog?rev=1.116&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/ChangeLog?r1=1.115&r2=1.116
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v
20 retrieving revision 1.115
21 retrieving revision 1.116
22 diff -u -r1.115 -r1.116
23 --- ChangeLog 1 Feb 2015 23:31:53 -0000 1.115
24 +++ ChangeLog 4 Feb 2015 01:16:30 -0000 1.116
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-wm/xpra
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v 1.115 2015/02/01 23:31:53 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v 1.116 2015/02/04 01:16:30 xmw Exp $
30 +
31 +*xpra-0.14.18 (04 Feb 2015)
32 +
33 + 04 Feb 2015; Michael Weber <xmw@g.o> +xpra-0.14.18.ebuild:
34 + Version bump
35
36 *xpra-0.14.12-r1 (01 Feb 2015)
37
38
39
40
41 1.1 x11-wm/xpra/xpra-0.14.18.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/xpra-0.14.18.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/xpra-0.14.18.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xpra-0.14.18.ebuild
47 ===================================================================
48 # Copyright 1999-2015 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.14.18.ebuild,v 1.1 2015/02/04 01:16:30 xmw Exp $
51 EAPI=5
52
53 # PyCObject_Check and PyCObject_AsVoidPtr vanished with python 3.3, and setup.py not python3.2 copmat
54 PYTHON_COMPAT=( python2_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 libav 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? (
83 !libav? ( >=media-video/ffmpeg-1.2.2:0= )
84 libav? ( media-video/libav:0= )
85 )
86 dec_av? (
87 !libav? ( >=media-video/ffmpeg-1.2.2:0= )
88 libav? ( media-video/libav:0= )
89 )
90 opengl? ( dev-python/pygtkglext )
91 pulseaudio? ( media-sound/pulseaudio )
92 sound? ( media-libs/gstreamer:0.10
93 media-libs/gst-plugins-base:0.10
94 dev-python/gst-python:0.10 )
95 vpx? ( media-libs/libvpx virtual/ffmpeg )
96 webp? ( media-libs/libwebp )
97 x264? ( media-libs/x264
98 !libav? ( >=media-video/ffmpeg-1.0.4:0= )
99 libav? ( media-video/libav:0= )
100 )"
101
102 RDEPEND="${COMMON_DEPEND}
103 dev-python/dbus-python[${PYTHON_USEDEP}]
104 dev-python/ipython[${PYTHON_USEDEP}]
105 dev-python/numpy[${PYTHON_USEDEP}]
106 virtual/python-imaging[${PYTHON_USEDEP}]
107 virtual/ssh
108 x11-apps/setxkbmap
109 x11-apps/xmodmap
110 server? ( x11-base/xorg-server[-minimal,xvfb]
111 x11-drivers/xf86-input-void
112 x11-drivers/xf86-video-dummy
113 )"
114 DEPEND="${COMMON_DEPEND}
115 virtual/pkgconfig
116 >=dev-python/cython-0.16[${PYTHON_USEDEP}]"
117
118 python_prepare_all() {
119 epatch \
120 "${FILESDIR}"/${PN}-0.13.1-ignore-gentoo-no-compile.patch \
121 "${FILESDIR}"/${PN}-0.14.0-prefix.patch
122
123 if use libav ; then
124 if ! has_version ">=media-video/libav-9" ; then
125 epatch patches/old-libav.patch
126 fi
127 fi
128
129 distutils-r1_python_prepare_all
130 }
131
132 python_configure_all() {
133 mydistutilsargs=(
134 $(use_with client)
135 $(use_with clipboard)
136 $(use_with csc csc_swscale)
137 $(use_with dec_av dec_avcodec)
138 $(use_with dec_av2 dec_avcodec2)
139 $(use_with opengl)
140 $(use_with rencode)
141 $(use_with server cymaths)
142 $(use_with server shadow)
143 $(use_with server)
144 $(use_with sound)
145 $(use_with vpx)
146 $(use_with webp)
147 $(use_with x264 enc_x264)
148 --with-Xdummy
149 --with-argb
150 --with-cyxor
151 --with-gtk2
152 --without-gtk3
153 --without-qt4
154 --with-strict
155 --with-warn
156 --with-x11
157 --without-PIC
158 --without-debug )
159 }