mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
requires cmake & wine
This commit is contained in:
parent
98d2fe845d
commit
fe6741b247
2 changed files with 5 additions and 2 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue