mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xpra: enable HW acceleration
This commit is contained in:
parent
a73fcb06e7
commit
381f7815d0
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xpra'
|
# Template file for 'xpra'
|
||||||
pkgname=xpra
|
pkgname=xpra
|
||||||
version=0.17.0
|
version=0.17.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
make_build_args="--with-webp"
|
make_build_args="--with-webp"
|
||||||
make_install_args="--with-webp"
|
make_install_args="--with-webp"
|
||||||
|
@ -11,7 +11,8 @@ hostmakedepends="python pkg-config python-Cython"
|
||||||
makedepends="pygtk-devel libXtst-devel libXrandr-devel
|
makedepends="pygtk-devel libXtst-devel libXrandr-devel
|
||||||
libxkbfile-devel libXcomposite-devel libXdamage-devel x264-devel libwebp-devel
|
libxkbfile-devel libXcomposite-devel libXdamage-devel x264-devel libwebp-devel
|
||||||
libvpx-devel"
|
libvpx-devel"
|
||||||
depends="pygtk python-Pillow xorg-server-xvfb python-rencode"
|
depends="pygtk python-Pillow xorg-server-xvfb python-rencode
|
||||||
|
python-gtkglext libopencv-python python-cryptography" # Includes python modules needed for HW acceleration
|
||||||
short_desc="Like screen(1) for X"
|
short_desc="Like screen(1) for X"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue