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.1.ebuild ChangeLog
Date: Fri, 30 May 2014 15:47:18
Message-Id: 20140530154712.CDE002004E@flycatcher.gentoo.org
1 xmw 14/05/30 15:47:12
2
3 Modified: ChangeLog
4 Added: xpra-0.13.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
9
10 Revision Changes Path
11 1.106 x11-wm/xpra/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/ChangeLog?rev=1.106&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/ChangeLog?rev=1.106&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/ChangeLog?r1=1.105&r2=1.106
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v
20 retrieving revision 1.105
21 retrieving revision 1.106
22 diff -u -r1.105 -r1.106
23 --- ChangeLog 30 May 2014 14:34:23 -0000 1.105
24 +++ ChangeLog 30 May 2014 15:47:12 -0000 1.106
25 @@ -1,6 +1,12 @@
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.105 2014/05/30 14:34:23 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v 1.106 2014/05/30 15:47:12 xmw Exp $
30 +
31 +*xpra-0.13.1 (30 May 2014)
32 +
33 + 30 May 2014; Michael Weber <xmw@g.o>
34 + +files/xpra-0.13.1-ignore-gentoo-no-compile.patch, +xpra-0.13.1.ebuild:
35 + Version bump
36
37 *xpra-0.12.7 (30 May 2014)
38
39
40
41
42 1.1 x11-wm/xpra/xpra-0.13.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/xpra-0.13.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/xpra-0.13.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xpra-0.13.1.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/x11-wm/xpra/xpra-0.13.1.ebuild,v 1.1 2014/05/30 15:47:12 xmw Exp $
52
53 EAPI=5
54
55 # PyCObject_Check and PyCObject_AsVoidPtr vanished with python 3.3, and setup.py not python3.2 copmat
56 PYTHON_COMPAT=( python2_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:0.10
89 media-libs/gst-plugins-base:0.10
90 dev-python/gst-python:0.10 )
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.13.1-ignore-gentoo-no-compile.patch \
115 "${FILESDIR}"/${PN}-0.12.0-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 }