wine: enable hardware video decoding support

This commit is contained in:
Andrea Brancaleoni 2015-06-16 02:03:54 +02:00
parent 32d4cd1da5
commit 51bc266b7c
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'wine'
pkgname=wine
version=1.7.45
revision=2
revision=3
build_style=gnu-configure
configure_args="--without-gstreamer"
short_desc="Run Microsoft Windows applications"
@ -37,7 +37,7 @@ if [ ${build_option_staging} ] || [ ${build_option_d3d9} ]; then
fi
if [ ${build_option_staging} ]; then
makedepends+=" pulseaudio-devel"
makedepends+=" pulseaudio-devel libva-devel"
distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz"
checksum+=" 06180e1189e8669892e8b3d640810306b0310c508842272eccc65034534e9411"
fi