From ecb416b92c1b2bb7399d5480a3b01c3aff938f25 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 16 Jun 2015 02:11:05 +0200 Subject: [PATCH] wine: disable hardware video decoding support --- srcpkgs/wine/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index a91d2e5d2c..199dd7c332 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,7 +1,7 @@ # Template file for 'wine' pkgname=wine version=1.7.45 -revision=3 +revision=4 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 libva-devel" + makedepends+=" pulseaudio-devel" distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz" checksum+=" 06180e1189e8669892e8b3d640810306b0310c508842272eccc65034534e9411" fi