mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
xpra: restore libvpx for armv6 too
This commit is contained in:
parent
57d2d47a13
commit
2fb94882bd
1 changed files with 1 additions and 8 deletions
|
@ -11,7 +11,7 @@ pycompile_module="xpra"
|
||||||
hostmakedepends="python pkg-config python-Cython"
|
hostmakedepends="python pkg-config python-Cython"
|
||||||
makedepends="ffmpeg-devel libXcomposite-devel libXdamage-devel libXrandr-devel
|
makedepends="ffmpeg-devel libXcomposite-devel libXdamage-devel libXrandr-devel
|
||||||
libXtst-devel libwebp-devel libxkbfile-devel pygtk-devel x264-devel
|
libXtst-devel libwebp-devel libxkbfile-devel pygtk-devel x264-devel
|
||||||
$(vopt_if vpx libvpx-devel)"
|
libvpx-devel"
|
||||||
depends="pygtk python-Pillow xorg-server-xvfb python-rencode python-lz4
|
depends="pygtk python-Pillow xorg-server-xvfb python-rencode python-lz4
|
||||||
python-cups xf86-video-dummy python-PyOpenGL-accelerate cups
|
python-cups xf86-video-dummy python-PyOpenGL-accelerate cups
|
||||||
python-dbus xauth python-numpy"
|
python-dbus xauth python-numpy"
|
||||||
|
@ -22,13 +22,6 @@ homepage="http://xpra.org/"
|
||||||
distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz"
|
distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=ca9e9622a9d435f9591bf60baec50ea02ebad4e0c0017e1df43dfddd6616e807
|
checksum=ca9e9622a9d435f9591bf60baec50ea02ebad4e0c0017e1df43dfddd6616e807
|
||||||
|
|
||||||
build_options="vpx"
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
armv6*) ;;
|
|
||||||
*) build_options_default+=" vpx" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/-Werror/-Wno-error/g' setup.py # ugh
|
sed -i 's/-Werror/-Wno-error/g' setup.py # ugh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue