mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
opencollada: update to 1.6.66
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
7774a90360
commit
31459cefdd
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'opencollada'
|
# Template file for 'opencollada'
|
||||||
pkgname=opencollada
|
pkgname=opencollada
|
||||||
version=1.6.64
|
version=1.6.66
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="OpenCOLLADA-${version}"
|
wrksrc="OpenCOLLADA-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -9,10 +9,10 @@ hostmakedepends="pkg-config"
|
||||||
makedepends="libxml2-devel pcre-devel"
|
makedepends="libxml2-devel pcre-devel"
|
||||||
short_desc="Stream based reader and writer library for COLLADA files"
|
short_desc="Stream based reader and writer library for COLLADA files"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/KhronosGroup/OpenCOLLADA"
|
homepage="https://github.com/KhronosGroup/OpenCOLLADA"
|
||||||
distfiles="https://github.com/KhronosGroup/OpenCOLLADA/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/KhronosGroup/OpenCOLLADA/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=82eec237890f1949f53a093eaf38e876c6f95fa55bc3119e6b63db6ea21db055
|
checksum=3b70781168f83482e69982f3904806242238b350162fea874e49343ea04da583
|
||||||
|
|
||||||
CXXFLAGS="-fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
|
CXXFLAGS="-fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue