libetonyek: bump version

This commit is contained in:
Jérôme Duval
2024-12-10 19:39:46 +01:00
parent c82b02db49
commit ca5c0fba39

View File

@@ -4,9 +4,9 @@ Keynote documents. It supports Keynote versions 2-5."
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
COPYRIGHT="Fridrich Strba, David Tardon"
LICENSE="MPL v2.0"
REVISION="3"
REVISION="1"
SOURCE_URI="https://dev-www.libreoffice.org/src/libetonyek/libetonyek-$portVersion.tar.xz"
CHECKSUM_SHA256="e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a"
CHECKSUM_SHA256="b9fa82fbeb8cb7a701101060e4f3e1e4ef7c38f574b2859d3ecbe43604c21f83"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -18,7 +18,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
commandBinDir=$prefix/bin
fi
libVersion="1.0.9"
libVersion="1.0.12"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
portVers="${portVersion%.*}"
@@ -65,7 +65,7 @@ BUILD_REQUIRES="
devel:librevenge_stream_0.0$secondaryArchSuffix
devel:libxml2$secondaryArchSuffix
devel:libz$secondaryArchSuffix
devel:mdds >= 1.4
devel:mdds >= 2.1
"
BUILD_PREREQUIRES="
cmd:aclocal
@@ -93,9 +93,9 @@ defineDebugInfoPackage libetonyek$secondaryArchSuffix \
BUILD()
{
autoreconf -fi
export CXXFLAGS="-std=gnu++17 -DBOOST_PHOENIX_STL_TUPLE_H_"
runConfigure --omit-dirs binDir ./configure --bindir="$commandBinDir" \
--with-mdds=1.4
--with-mdds=2.1
make $jobArgs
}