Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/xpra: xpra-0.14.12-r1.ebuild ChangeLog
Date: Sun, 01 Feb 2015 23:31:58
Message-Id: 20150201233153.A46E010DAF@oystercatcher.gentoo.org
1 mgorny 15/02/01 23:31:53
2
3 Modified: ChangeLog
4 Added: xpra-0.14.12-r1.ebuild
5 Log:
6 Introduce USE=libav to control the preferred implementation. Add subslot op to force rebuilds on ABI change.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.115 x11-wm/xpra/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/ChangeLog?rev=1.115&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/ChangeLog?rev=1.115&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/ChangeLog?r1=1.114&r2=1.115
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v
20 retrieving revision 1.114
21 retrieving revision 1.115
22 diff -u -r1.114 -r1.115
23 --- ChangeLog 27 Dec 2014 19:32:21 -0000 1.114
24 +++ ChangeLog 1 Feb 2015 23:31:53 -0000 1.115
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.114 2014/12/27 19:32:21 ago Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v 1.115 2015/02/01 23:31:53 mgorny Exp $
31 +
32 +*xpra-0.14.12-r1 (01 Feb 2015)
33 +
34 + 01 Feb 2015; Michał Górny <mgorny@g.o> +xpra-0.14.12-r1.ebuild:
35 + Introduce USE=libav to control the preferred implementation. Add subslot op to
36 + force rebuilds on ABI change.
37
38 27 Dec 2014; Agostino Sarubbo <ago@g.o> xpra-0.11.6.ebuild:
39 Stable for amd64, wrt bug #512864
40
41
42
43 1.1 x11-wm/xpra/xpra-0.14.12-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/xpra-0.14.12-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/xpra-0.14.12-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xpra-0.14.12-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2015 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.14.12-r1.ebuild,v 1.1 2015/02/01 23:31:53 mgorny Exp $
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 libav 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? (
85 !libav? ( >=media-video/ffmpeg-1.2.2:0= )
86 libav? ( media-video/libav:0= )
87 )
88 dec_av? (
89 !libav? ( >=media-video/ffmpeg-1.2.2:0= )
90 libav? ( media-video/libav:0= )
91 )
92 opengl? ( dev-python/pygtkglext )
93 pulseaudio? ( media-sound/pulseaudio )
94 sound? ( media-libs/gstreamer:0.10
95 media-libs/gst-plugins-base:0.10
96 dev-python/gst-python:0.10 )
97 vpx? ( media-libs/libvpx virtual/ffmpeg )
98 webp? ( media-libs/libwebp )
99 x264? ( media-libs/x264
100 !libav? ( >=media-video/ffmpeg-1.0.4:0= )
101 libav? ( media-video/libav:0= )
102 )"
103
104 RDEPEND="${COMMON_DEPEND}
105 dev-python/dbus-python[${PYTHON_USEDEP}]
106 dev-python/ipython[${PYTHON_USEDEP}]
107 dev-python/numpy[${PYTHON_USEDEP}]
108 virtual/python-imaging[${PYTHON_USEDEP}]
109 virtual/ssh
110 x11-apps/setxkbmap
111 x11-apps/xmodmap
112 server? ( x11-base/xorg-server[-minimal,xvfb]
113 x11-drivers/xf86-input-void
114 x11-drivers/xf86-video-dummy
115 )"
116 DEPEND="${COMMON_DEPEND}
117 virtual/pkgconfig
118 >=dev-python/cython-0.16[${PYTHON_USEDEP}]"
119
120 python_prepare_all() {
121 epatch \
122 "${FILESDIR}"/${PN}-0.13.1-ignore-gentoo-no-compile.patch \
123 "${FILESDIR}"/${PN}-0.14.0-prefix.patch
124
125 if use libav ; then
126 if ! has_version ">=media-video/libav-9" ; then
127 epatch patches/old-libav.patch
128 fi
129 fi
130
131 distutils-r1_python_prepare_all
132 }
133
134 python_configure_all() {
135 mydistutilsargs=(
136 $(use_with client)
137 $(use_with clipboard)
138 $(use_with csc csc_swscale)
139 $(use_with dec_av dec_avcodec)
140 $(use_with dec_av2 dec_avcodec2)
141 $(use_with opengl)
142 $(use_with rencode)
143 $(use_with server cymaths)
144 $(use_with server shadow)
145 $(use_with server)
146 $(use_with sound)
147 $(use_with vpx)
148 $(use_with webp)
149 $(use_with x264 enc_x264)
150 --with-Xdummy
151 --with-argb
152 --with-cyxor
153 --with-gtk2
154 --without-gtk3
155 --without-qt4
156 --with-strict
157 --with-warn
158 --with-x11
159 --without-PIC
160 --without-debug )
161 }