wine: update to 2.5

This commit is contained in:
Sir_Boops 2017-04-10 05:17:21 -06:00 committed by Andrea Brancaleoni
parent 50bda84551
commit c4cff0f3f5

View file

@ -1,6 +1,6 @@
# Template file for 'wine'
pkgname=wine
version=2.4
version=2.5
revision=1
build_style=gnu-configure
configure_args="--without-gstreamer"
@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="LGPL-2.1"
homepage="http://www.winehq.org/"
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${version}.tar.xz"
checksum=87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e
checksum=13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2
CC="gcc"
CFLAGS="-O2 -pipe"
@ -28,7 +28,8 @@ makedepends="gettext-devel lcms2-devel zlib-devel ncurses-devel
v4l-utils-devel fontconfig-devel gnutls-devel dbus-devel sane-devel
libpcap-devel cups-devel dbus-devel ocl-icd-devel"
depends="libXi libXinerama libXcomposite libXcursor libOSMesa
desktop-file-utils hicolor-icon-theme liberation-fonts-ttf"
desktop-file-utils hicolor-icon-theme liberation-fonts-ttf
gnutls"
binfmts="/usr/bin/wine --magic MZ"
@ -45,7 +46,7 @@ fi
if [ ${build_option_staging} ]; then
makedepends+=" libva-devel gtk+3-devel"
distfiles+=" https://github.com/wine-compholio/wine-staging/archive/v${version}.tar.gz"
checksum+=" 709cab12c0ebf7cf9504fd4a67eb851272309e00066ad81f184b0f55c63e9deb"
checksum+=" b5cf6fa38151ff47ab6d725077693b02b37bb07b2ab7fda55290bb1f63ac54ad"
fi
post_extract() {