diff --git a/common/shlibs b/common/shlibs index c8d2548ef5f..9d2de2a056b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1846,6 +1846,7 @@ libexttextcat-2.0.so.0 libexttextcat-3.4.3_1 libledger.so.3 libledger-3.1_1 libksba.so.8 libksba-1.3.1_1 libgltf-0.0.so.0 libgltf-0.0.2_1 +libgltf-0.1.so.1 libgltf-0.1.0_1 libabw-0.1.so.1 libabw-0.1.0_1 libcmis-0.5.so.5 libcmis-0.5.0_1 libcmis-c-0.5.so.5 libcmis-0.5.0_1 diff --git a/srcpkgs/libgltf/template b/srcpkgs/libgltf/template index 1e2ab3c1696..fbb79e5ee1f 100644 --- a/srcpkgs/libgltf/template +++ b/srcpkgs/libgltf/template @@ -1,16 +1,16 @@ # Template file for 'libgltf' pkgname=libgltf -version=0.0.2 -revision=3 +version=0.1.0 +revision=1 build_style=gnu-configure hostmakedepends="pkg-config" -makedepends="boost-devel glew-devel glu-devel glm" +makedepends="boost-devel glew-devel glu-devel glm libepoxy-devel" short_desc="C++ Library for rendering OpenGL models stored in glTF format" maintainer="Enno Boland " license="MPL" homepage="http://www.libreoffice.org" -distfiles="http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=d1cc7297ed1921aa969e26413b4c4e18afc882ce4d2f5a2aa2a2905706f7206b +distfiles="http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${version}.tar.gz" +checksum=119e730fbf002dd0eaafa4930167267d7d910aa17f29979ca9ca8b66625fd2da libgltf-devel_package() { depends="libgltf>=${version}_${revision} $makedepends"