lib2geom: update to 1.4.
This commit is contained in:
parent
a92c24bd6f
commit
4ce7758c81
|
@ -4487,7 +4487,7 @@ libtext-engine-0.1.so.0 text-engine-0.1.1_1
|
||||||
libvmaf.so.1 vmaf-2.3.1_1
|
libvmaf.so.1 vmaf-2.3.1_1
|
||||||
liblc3.so.1 liblc3-1.0.3_1
|
liblc3.so.1 liblc3-1.0.3_1
|
||||||
libmimalloc.so.2 mimalloc-2.1.2_1
|
libmimalloc.so.2 mimalloc-2.1.2_1
|
||||||
lib2geom.so.1.3.0 lib2geom-1.3_1
|
lib2geom.so.1.4.0 lib2geom-1.4_1
|
||||||
libdbi.so.1 libdbi-0.9.0_1
|
libdbi.so.1 libdbi-0.9.0_1
|
||||||
libchafa.so.0 libchafa-1.12.5_1
|
libchafa.so.0 libchafa-1.12.5_1
|
||||||
libcppdap.so cppdap-1.58.0+a_1
|
libcppdap.so cppdap-1.58.0+a_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lib2geom'
|
# Template file for 'lib2geom'
|
||||||
pkgname=lib2geom
|
pkgname=lib2geom
|
||||||
version=1.3
|
version=1.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-D2GEOM_BUILD_SHARED=ON"
|
configure_args="-D2GEOM_BUILD_SHARED=ON"
|
||||||
hostmakedepends="pkg-config python3-Cython ragel samurai"
|
hostmakedepends="pkg-config python3-Cython ragel samurai"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
|
||||||
license="LGPL-2.1-or-later, MPL-1.1"
|
license="LGPL-2.1-or-later, MPL-1.1"
|
||||||
homepage="https://gitlab.com/inkscape/lib2geom"
|
homepage="https://gitlab.com/inkscape/lib2geom"
|
||||||
distfiles="https://gitlab.com/inkscape/lib2geom/-/archive/${version}/lib2geom-${version}.tar.bz2"
|
distfiles="https://gitlab.com/inkscape/lib2geom/-/archive/${version}/lib2geom-${version}.tar.bz2"
|
||||||
checksum=bd07f2a1322fcad16a55a1901207faa55dffdecebc56a00eabd4575f62e043c9
|
checksum=717a87ce7f2192271a789c1273ae7b432856c522647b9fe33bb4dd662942b3ea
|
||||||
|
|
||||||
if [ -n "$XBPS_CHECK_PKGS" ]; then
|
if [ -n "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -D2GEOM_TESTING=ON"
|
configure_args+=" -D2GEOM_TESTING=ON"
|
||||||
|
@ -22,8 +22,8 @@ fi
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64-musl) _fail='circle-test' ;;
|
x86_64-musl) _fail='(circle|line)-test' ;;
|
||||||
i686) _fail='(angle|bezier|ellipse|elliptical-arc|self-intersections)-test' ;;
|
i686) _fail='(angle|bezier|ellipse|elliptical-arc|self-intersections|line|polynomial)-test' ;;
|
||||||
esac
|
esac
|
||||||
ctest --test-dir build --output-on-failure "$makejobs" -E "$_fail"
|
ctest --test-dir build --output-on-failure "$makejobs" -E "$_fail"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue