requires cmake & wine

This commit is contained in:
Michel Zou 2016-01-03 18:03:08 +01:00
parent 98d2fe845d
commit fe6741b247
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,5 @@
# Generated by mksrcinfo v8
# Sun Jan 3 17:03:08 UTC 2016
pkgbase = mingw-w64-openexr
pkgdesc = An high dynamic-range image file format library (mingw-w64)
pkgver = 2.2.0
@ -5,7 +7,8 @@ pkgbase = mingw-w64-openexr
url = http://www.openexr.com/
arch = any
license = BSD
makedepends = mingw-w64-configure
makedepends = mingw-w64-cmake
makedepends = wine
depends = mingw-w64-crt
depends = mingw-w64-zlib
depends = mingw-w64-ilmbase

View file

@ -7,7 +7,7 @@ url="http://www.openexr.com/"
arch=(any)
license=('BSD')
depends=('mingw-w64-crt' 'mingw-w64-zlib' 'mingw-w64-ilmbase')
makedepends=('mingw-w64-configure')
makedepends=('mingw-w64-cmake' 'wine')
options=('staticlibs' '!buildflags' '!strip')
source=("http://download.savannah.nongnu.org/releases/openexr/openexr-${pkgver}.tar.gz" openexr-2.1.0_aligned-malloc.patch openexr-2.1.0_cast.patch)
md5sums=('b64e931c82aa3790329c21418373db4e' SKIP SKIP)