wine: update to 2.5
This commit is contained in:
parent
50bda84551
commit
c4cff0f3f5
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=2.4
|
version=2.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-gstreamer"
|
configure_args="--without-gstreamer"
|
||||||
@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://www.winehq.org/"
|
homepage="http://www.winehq.org/"
|
||||||
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${version}.tar.xz"
|
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${version}.tar.xz"
|
||||||
checksum=87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e
|
checksum=13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2
|
||||||
|
|
||||||
CC="gcc"
|
CC="gcc"
|
||||||
CFLAGS="-O2 -pipe"
|
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
|
v4l-utils-devel fontconfig-devel gnutls-devel dbus-devel sane-devel
|
||||||
libpcap-devel cups-devel dbus-devel ocl-icd-devel"
|
libpcap-devel cups-devel dbus-devel ocl-icd-devel"
|
||||||
depends="libXi libXinerama libXcomposite libXcursor libOSMesa
|
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"
|
binfmts="/usr/bin/wine --magic MZ"
|
||||||
|
|
||||||
@ -45,7 +46,7 @@ fi
|
|||||||
if [ ${build_option_staging} ]; then
|
if [ ${build_option_staging} ]; then
|
||||||
makedepends+=" libva-devel gtk+3-devel"
|
makedepends+=" libva-devel gtk+3-devel"
|
||||||
distfiles+=" https://github.com/wine-compholio/wine-staging/archive/v${version}.tar.gz"
|
distfiles+=" https://github.com/wine-compholio/wine-staging/archive/v${version}.tar.gz"
|
||||||
checksum+=" 709cab12c0ebf7cf9504fd4a67eb851272309e00066ad81f184b0f55c63e9deb"
|
checksum+=" b5cf6fa38151ff47ab6d725077693b02b37bb07b2ab7fda55290bb1f63ac54ad"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user