osgearth: add missing dependencies (#3389)

This commit is contained in:
Philippe Renon
2018-02-15 05:49:20 +01:00
committed by Алексей
parent a0f75e1684
commit ca72cb65cb

View File

@@ -9,19 +9,19 @@ pkgrel=1
arch=('any')
license=('LGPL')
url="http://osgearth.org"
depends=("${MINGW_PACKAGE_PREFIX}-curl"
depends=("${MINGW_PACKAGE_PREFIX}-OpenSceneGraph"
"${MINGW_PACKAGE_PREFIX}-OpenSceneGraph-debug"
"${MINGW_PACKAGE_PREFIX}-osgQt"
"${MINGW_PACKAGE_PREFIX}-osgQt-debug"
"${MINGW_PACKAGE_PREFIX}-curl"
"${MINGW_PACKAGE_PREFIX}-gdal"
"${MINGW_PACKAGE_PREFIX}-geos"
"${MINGW_PACKAGE_PREFIX}-gdal"
"${MINGW_PACKAGE_PREFIX}-poco"
"${MINGW_PACKAGE_PREFIX}-protobuf"
"${MINGW_PACKAGE_PREFIX}-sqlite3")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-pkg-config"
"${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-osgQt"
"${MINGW_PACKAGE_PREFIX}-osgQt-debug"
"${MINGW_PACKAGE_PREFIX}-gdal")
"${MINGW_PACKAGE_PREFIX}-cmake")
options=('staticlibs' 'strip')
source=("https://github.com/gwaldron/osgearth/archive/${_realname}-${pkgver}.tar.gz")
sha256sums=('22aeef42bb700c1e669d9ba57ce4155c0668caf86cc738750a6b9d34c1eaf2a4')