mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
xpra: add more deps, build against ffmpeg.
This commit is contained in:
parent
c49344b1d1
commit
81bb3dc801
1 changed files with 5 additions and 7 deletions
|
@ -1,17 +1,15 @@
|
||||||
# Template file for 'xpra'
|
# Template file for 'xpra'
|
||||||
pkgname=xpra
|
pkgname=xpra
|
||||||
version=0.17.3
|
version=0.17.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
make_build_args="--with-webp"
|
|
||||||
make_install_args="--with-webp"
|
|
||||||
conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf"
|
conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf"
|
||||||
pycompile_module="xpra"
|
pycompile_module="xpra"
|
||||||
hostmakedepends="python pkg-config python-Cython"
|
hostmakedepends="python pkg-config python-Cython"
|
||||||
makedepends="pygtk-devel libXtst-devel libXrandr-devel
|
makedepends="ffmpeg-devel libXcomposite-devel libXdamage-devel libXrandr-devel
|
||||||
libxkbfile-devel libXcomposite-devel libXdamage-devel x264-devel libwebp-devel
|
libXtst-devel libvpx-devel libwebp-devel libxkbfile-devel pygtk-devel
|
||||||
libvpx-devel"
|
x264-devel"
|
||||||
depends="pygtk python-Pillow xorg-server-xvfb python-rencode"
|
depends="pygtk python-Pillow xorg-server-xvfb python-rencode python-lz4"
|
||||||
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