xpra: update to 3.0.5.
This commit is contained in:
parent
121a52d5eb
commit
540c04a9b7
1 changed files with 10 additions and 9 deletions
|
@ -1,28 +1,29 @@
|
||||||
# Template file for 'xpra'
|
# Template file for 'xpra'
|
||||||
pkgname=xpra
|
pkgname=xpra
|
||||||
version=2.5.3
|
version=3.0.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
pycompile_module="xpra"
|
hostmakedepends="pkg-config python3-Cython"
|
||||||
hostmakedepends="pkg-config python-Cython"
|
|
||||||
makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel
|
makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel
|
||||||
libvpx-devel libwebp-devel libxkbfile-devel pygtk-devel x264-devel"
|
libvpx-devel libwebp-devel libxkbfile-devel python3-gobject-devel x264-devel
|
||||||
depends="cups pygtk python-Pillow python-cups python-dbus python-lz4
|
gtk+3-devel"
|
||||||
python-paramiko python-rencode xauth xf86-video-dummy xorg-server-xvfb"
|
depends="cups python3-Pillow python3-cups python3-dbus
|
||||||
|
python3-lz4 python3-paramiko python3-rencode xauth xf86-video-dummy
|
||||||
|
xorg-server-xvfb"
|
||||||
short_desc="Like screen(1) for X"
|
short_desc="Like screen(1) for X"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://xpra.org/"
|
homepage="https://xpra.org/"
|
||||||
changelog="https://xpra.org/svn/Xpra/trunk/debian/changelog"
|
changelog="https://xpra.org/svn/Xpra/trunk/debian/changelog"
|
||||||
distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz"
|
distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=daaf3de7ec6e21be216316c56ec3d42e787d4b0137e9c91855032424242d43fb
|
checksum=7f0f941c1c9767cb16560528b09ee8204825a4a21eedc1fbf200488035c2c4ff
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/xpra/xpra.conf
|
/etc/xpra/xpra.conf
|
||||||
/etc/xpra/xorg.conf
|
/etc/xpra/xorg.conf
|
||||||
/etc/xpra/conf.d/*"
|
/etc/xpra/conf.d/*"
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
depends+=" python-PyOpenGL-accelerate"
|
depends+=" python3-PyOpenGL-accelerate libopencv-python3"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue