mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
wine: disable hardware video decoding support
This commit is contained in:
parent
51bc266b7c
commit
ecb416b92c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=1.7.45
|
version=1.7.45
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-gstreamer"
|
configure_args="--without-gstreamer"
|
||||||
short_desc="Run Microsoft Windows applications"
|
short_desc="Run Microsoft Windows applications"
|
||||||
|
@ -37,7 +37,7 @@ if [ ${build_option_staging} ] || [ ${build_option_d3d9} ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${build_option_staging} ]; then
|
if [ ${build_option_staging} ]; then
|
||||||
makedepends+=" pulseaudio-devel libva-devel"
|
makedepends+=" pulseaudio-devel"
|
||||||
distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz"
|
distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz"
|
||||||
checksum+=" 06180e1189e8669892e8b3d640810306b0310c508842272eccc65034534e9411"
|
checksum+=" 06180e1189e8669892e8b3d640810306b0310c508842272eccc65034534e9411"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue