22 lines
798 B
Bash
22 lines
798 B
Bash
# Template file for 'xpra'
|
|
pkgname=xpra
|
|
version=0.17.5
|
|
revision=3
|
|
build_style=python2-module
|
|
conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf"
|
|
pycompile_module="xpra"
|
|
hostmakedepends="python pkg-config python-Cython"
|
|
makedepends="ffmpeg-devel libXcomposite-devel libXdamage-devel libXrandr-devel
|
|
libXtst-devel libvpx-devel libwebp-devel libxkbfile-devel pygtk-devel
|
|
x264-devel"
|
|
depends="pygtk python-Pillow xorg-server-xvfb python-rencode python-lz4"
|
|
short_desc="Like screen(1) for X"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://xpra.org/"
|
|
distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz"
|
|
checksum=716c655d2acf8dfe040957d6a9ee639407e570462f36e5e8ba402041ba8a6506
|
|
|
|
post_extract() {
|
|
sed -i 's/-Werror/-Wno-error/g' setup.py # ugh
|
|
}
|