mathematical 1.6.12 → 1.6.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/ext/mathematical/CMakeLists.txt +48 -6
- data/ext/mathematical/extconf.rb +11 -8
- data/ext/mathematical/lasem/COPYING +2 -1
- data/ext/mathematical/lasem/NEWS +4 -2
- data/ext/mathematical/lasem/configure.ac +1 -1
- data/ext/mathematical/lasem/lasem.doap +2 -2
- data/ext/mathematical/lasem/po/LINGUAS +3 -0
- data/ext/mathematical/lasem/po/da.po +99 -0
- data/ext/mathematical/lasem/po/eu.po +66 -30
- data/ext/mathematical/lasem/po/it.po +68 -28
- data/ext/mathematical/lasem/po/ro.po +64 -0
- data/ext/mathematical/lasem/po/tr.po +68 -28
- data/ext/mathematical/lasem/src/lasemrender.c +2 -2
- data/ext/mathematical/lasem/src/lsm.c +2 -2
- data/ext/mathematical/lasem/src/lsm.h +2 -2
- data/ext/mathematical/lasem/src/lsmattributes.c +2 -2
- data/ext/mathematical/lasem/src/lsmattributes.h +2 -2
- data/ext/mathematical/lasem/src/lsmcairo.c +2 -2
- data/ext/mathematical/lasem/src/lsmcairo.h +2 -2
- data/ext/mathematical/lasem/src/lsmdebug.c +2 -2
- data/ext/mathematical/lasem/src/lsmdebug.h +2 -2
- data/ext/mathematical/lasem/src/lsmdom.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomcharacterdata.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomcharacterdata.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocument.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocument.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocumentfragment.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocumentfragment.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomentities.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomentities.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomimplementation.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomimplementation.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomnamednodemap.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomnamednodemap.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomnode.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomnode.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomnodelist.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomnodelist.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomparser.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomparser.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomtext.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomtext.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomtypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomview.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomview.h +2 -2
- data/ext/mathematical/lasem/src/lsmitex.c +2 -2
- data/ext/mathematical/lasem/src/lsmitex.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathml.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlactionelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlactionelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlaligngroupelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlaligngroupelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlalignmarkelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlalignmarkelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlattributes.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlattributes.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmldocument.c +3 -3
- data/ext/mathematical/lasem/src/lsmmathmldocument.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlencloseelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlencloseelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlenums.c +6 -2
- data/ext/mathematical/lasem/src/lsmmathmlenums.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlerrorelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlerrorelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfencedelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfencedelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfractionelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfractionelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlglyphtableams.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlglyphtableams.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlitexelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlitexelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmllayoututils.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmllayoututils.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlmathelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlmathelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatordictionary.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatordictionary.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatorelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatorelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpaddedelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpaddedelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlphantomelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlphantomelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationcontainer.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationcontainer.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationtoken.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationtoken.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlradicalelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlradicalelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlrowelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlrowelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlscriptelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlscriptelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlsemanticselement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlsemanticselement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlspaceelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlspaceelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstringelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstringelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyle.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyle.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyleelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyleelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablecellelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablecellelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltableelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltableelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablerowelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablerowelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltraits.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltraits.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlunderoverelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlunderoverelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlutils.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlutils.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlview.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlview.h +2 -2
- data/ext/mathematical/lasem/src/lsmproperties.c +2 -2
- data/ext/mathematical/lasem/src/lsmproperties.h +2 -2
- data/ext/mathematical/lasem/src/lsmstr.c +2 -2
- data/ext/mathematical/lasem/src/lsmstr.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvg.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgaelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgaelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgattributes.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcircleelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcircleelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgclippathelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgclippathelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcolors.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcolors.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdefselement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdefselement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdocument.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdocument.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgelement.h +2 -3
- data/ext/mathematical/lasem/src/lsmsvgellipseelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgellipseelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgenums.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgenums.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterblend.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterblend.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercolormatrix.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercolormatrix.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercomposite.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercomposite.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterconvolvematrix.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterconvolvematrix.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterdisplacementmap.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterdisplacementmap.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterflood.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterflood.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltergaussianblur.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltergaussianblur.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterimage.c +6 -4
- data/ext/mathematical/lasem/src/lsmsvgfilterimage.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermerge.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermerge.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermergenode.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermergenode.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermorphology.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermorphology.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilteroffset.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilteroffset.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterprimitive.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterprimitive.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterspecularlighting.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterspecularlighting.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltersurface.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltersurface.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltertile.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltertile.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterturbulence.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterturbulence.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvggelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvggelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvggradientelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvggradientelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgimageelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgimageelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvglength.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvglength.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineargradientelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineargradientelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmarkerelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmarkerelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmaskelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmaskelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmatrix.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmatrix.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpathelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpathelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpatternelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpatternelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolygonelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolygonelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolylineelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolylineelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgradialgradientelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgradialgradientelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgrectelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgrectelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstopelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstopelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstyle.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstyle.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsvgelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsvgelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgswitchelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgswitchelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsymbolelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsymbolelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtextelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtextelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtraits.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtraits.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtransformable.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtransformable.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtspanelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtspanelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvguseelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvguseelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgview.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgview.h +2 -2
- data/ext/mathematical/lasem/src/lsmtraits.c +2 -2
- data/ext/mathematical/lasem/src/lsmtraits.h +2 -2
- data/ext/mathematical/lasem/src/lsmtypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmutils.c +2 -2
- data/ext/mathematical/lasem/src/lsmutils.h +2 -2
- data/ext/mathematical/lasem/tests/lsmtest.c +1 -3
- data/ext/mathematical/lasem/tests/suite.c +1 -2
- data/ext/mathematical/lasem_overrides.c +3 -0
- data/ext/mathematical/lib/liblasem.dylib +0 -0
- data/ext/mathematical/lib/libmtex2MML.a +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeCache.txt +84 -79
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeCCompiler.cmake +15 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeCXXCompiler.cmake +17 -8
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CMakeSystem.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CompilerIdC/CMakeCCompilerId.c +135 -37
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CompilerIdC/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CompilerIdCXX/CMakeCXXCompilerId.cpp +143 -38
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CompilerIdCXX/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeDirectoryInformation.cmake +3 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeOutput.log +250 -939
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeRuleHashes.txt +33 -33
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile.cmake +113 -109
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile2 +149 -278
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/TargetDirectories.txt +41 -41
- data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/DependInfo.cmake +11 -10
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/build.make +39 -126
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/cmake_clean.cmake +6 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/C.includecache +42 -42
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/DependInfo.cmake +9 -9
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/build.make +39 -126
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/cmake_clean.cmake +6 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.internal +25 -25
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.make +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/link.txt +2 -2
- data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/build.make +6 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/DependInfo.cmake +10 -10
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/build.make +43 -142
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/cmake_clean.cmake +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/DependInfo.cmake +26 -26
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/build.make +113 -404
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/cmake_clean.cmake +11 -11
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CTestTestfile.cmake +3 -2
- data/ext/mathematical/mtex2MML/build/DartConfiguration.tcl +11 -18
- data/ext/mathematical/mtex2MML/build/Makefile +18 -18
- data/ext/mathematical/mtex2MML/build/cmake_install.cmake +63 -4
- data/ext/mathematical/mtex2MML/build/lexer.c +4104 -4048
- data/ext/mathematical/mtex2MML/build/libmtex2MML.a +0 -0
- data/ext/mathematical/mtex2MML/build/libmtex2MML.pc +1 -1
- data/ext/mathematical/mtex2MML/build/mtex2mml_export.h +1 -1
- data/ext/mathematical/mtex2MML/build/parser.c +3137 -3123
- data/ext/mathematical/mtex2MML/build/parser.h +32 -32
- data/ext/mathematical/mtex2MML/build/parser.output +13641 -12859
- data/lib/mathematical/version.rb +1 -1
- data/mathematical.gemspec +2 -3
- data/test/test_helper.rb +4 -1
- metadata +18 -44
- data/ext/mathematical/FindPackageHandleStandardArgs.cmake +0 -58
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeCCompiler.cmake +0 -68
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeCXXCompiler.cmake +0 -69
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CompilerIdC/CMakeCCompilerId.c +0 -561
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -533
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeSystem.cmake +0 -15
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdC/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdCXX/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c +0 -34
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx +0 -405
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 6c9a9a64bb84a969d6cca7682ced237b5cc6d817f404ef757020f4e2f459a546
|
4
|
+
data.tar.gz: b561d1e5f9c37dacde36dc91ab1b6e311dbbcd05c72fa7ae2b19e0311a313cf7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed1d1edb7f1af73da267857c8f8fb6d5019fb6a66ff55b0be4e1735c2e8c2d461a3c46a180a014fed5773675602f6a72226a2a2eda57a27f10c25ecdab49eaa6
|
7
|
+
data.tar.gz: 810156ade317c4134e363f05829228cf9ddb4dee1e3b9ba7df26a7c493f83a74cf6f7f11fadcc8a0722758d7b4abc1f6fb56fd0e06da6211f9925651c18fef37
|
@@ -7,11 +7,12 @@ project(lasem)
|
|
7
7
|
enable_language(C)
|
8
8
|
cmake_minimum_required(VERSION 2.8.7 FATAL_ERROR)
|
9
9
|
cmake_policy(SET CMP0015 NEW)
|
10
|
+
set(CMAKE_MACOSX_RPATH 1)
|
10
11
|
|
11
12
|
set(LIBRARY "lasem")
|
12
13
|
set(VERSION 0.6)
|
13
14
|
|
14
|
-
find_package(PkgConfig)
|
15
|
+
find_package(PkgConfig REQUIRED)
|
15
16
|
|
16
17
|
set(LASEM_SRC_DIR ${CMAKE_SOURCE_DIR}/lasem/src/)
|
17
18
|
set(MTEX2MML_SRC_DIR ${CMAKE_SOURCE_DIR}/mtex2MML/src/)
|
@@ -51,25 +52,66 @@ pkg_check_modules(PANGO_CAIRO REQUIRED pangocairo)
|
|
51
52
|
#
|
52
53
|
#
|
53
54
|
|
55
|
+
# Special MacOS Catalina changes
|
56
|
+
if(CMAKE_HOST_APPLE AND APPLE)
|
57
|
+
if(NOT CMAKE_XCRUN)
|
58
|
+
find_program(CMAKE_XCRUN NAMES xcrun)
|
59
|
+
endif()
|
60
|
+
if(CMAKE_XCRUN)
|
61
|
+
execute_process(COMMAND ${CMAKE_XCRUN} --show-sdk-path
|
62
|
+
OUTPUT_VARIABLE SDK_PATH
|
63
|
+
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
64
|
+
set(LIBXML2_MACOS_INCLUDE_DIRS ${SDK_PATH}/usr/include/libxml2)
|
65
|
+
message(STATUS "Found SDK libxml2")
|
66
|
+
endif()
|
67
|
+
endif()
|
68
|
+
|
69
|
+
set(GLIB_LIB_SUFFIX 2.0)
|
70
|
+
set(PANGO_LIB_SUFFIX 1.0)
|
71
|
+
set(GDK_PIXBUF_LIB_SUFFIX 2.0)
|
72
|
+
|
73
|
+
# find dependencies
|
74
|
+
# glib
|
75
|
+
find_path(GLIB_INCLUDE_DIR glib.h)
|
76
|
+
find_library(GLIB_GLIB_LIBRARY glib-${GLIB_LIB_SUFFIX})
|
77
|
+
find_library(GLIB_GIO_LIBRARY gio-${GLIB_LIB_SUFFIX})
|
78
|
+
find_library(GLIB_GMODULE_LIBRARY gmodule-${GLIB_LIB_SUFFIX})
|
79
|
+
find_library(GLIB_GOBJECT_LIBRARY gobject-${GLIB_LIB_SUFFIX})
|
80
|
+
set(GLIB_LIBRARIES ${GLIB_GLIB_LIBRARY} ${GLIB_GIO_LIBRARY} ${GLIB_GMODULE_LIBRARY} ${GLIB_GOBJECT_LIBRARY})
|
81
|
+
|
82
|
+
# pango
|
83
|
+
find_path(PANGO_INCLUDE_DIR pango/pango.h)
|
84
|
+
find_library(PANGO_LIBRARY pango-${PANGO_LIB_SUFFIX})
|
85
|
+
find_library(PANGO_CAIRO_LIBRARY pangocairo-${PANGO_LIB_SUFFIX})
|
86
|
+
set(PANGO_LIBRARIES ${PANGO_LIBRARY} ${PANGO_CAIRO_LIBRARY})
|
87
|
+
|
88
|
+
# cairo
|
89
|
+
find_library(CAIRO_LIBRARY cairo${CAIRO_LIB_SUFFIX})
|
90
|
+
find_library(CAIRO_GOBJECT_LIBRARY cairo-gobject${CAIRO_LIB_SUFFIX})
|
91
|
+
set(CAIRO_LIBRARIES ${CAIRO_LIBRARY} ${CAIRO_GOBJECT_LIBRARY})
|
92
|
+
find_path(CAIRO_INCLUDE_DIR cairo.h)
|
93
|
+
|
94
|
+
# gdk-pixbuf
|
95
|
+
find_path(GDK_PIXBUF_INCLUDE_DIR gdk-pixbuf/gdk-pixbuf.h)
|
96
|
+
find_library(GDK_PIXBUF_LIBRARY gdk_pixbuf-${GDK_PIXBUF_LIB_SUFFIX})
|
97
|
+
|
54
98
|
include_directories(${LIBRARY}
|
55
99
|
${INCLUDE_DIRS}
|
56
100
|
${GLIB2_INCLUDE_DIRS}
|
57
101
|
${CAIRO_INCLUDE_DIRS}
|
58
|
-
${PANGO_INCLUDE_DIRS}
|
59
102
|
${GDK-PIXBUF2_INCLUDE_DIRS}
|
60
103
|
${LIBXML2_INCLUDE_DIRS}
|
104
|
+
${LIBXML2_MACOS_INCLUDE_DIRS}
|
61
105
|
${GIO2_INCLUDE_DIRS}
|
62
106
|
${PANGO_CAIRO_INCLUDE_DIRS}
|
63
107
|
)
|
64
108
|
|
65
109
|
target_link_libraries(${LIBRARY}
|
66
|
-
${
|
110
|
+
${GLIB_LIBRARIES}
|
67
111
|
${CAIRO_LIBRARIES}
|
68
112
|
${PANGO_LIBRARIES}
|
69
|
-
${
|
113
|
+
${GDK_PIXBUF_LIBRARY}
|
70
114
|
${LIBXML2_LIBRARIES}
|
71
|
-
${GIO2_LIBRARIES}
|
72
|
-
${PANGO_CAIRO_LIBRARIES}
|
73
115
|
${RUBY_LIBRARY}
|
74
116
|
${MTEX2MML_BUILD_DIR}/libmtex2MML.a
|
75
117
|
)
|
data/ext/mathematical/extconf.rb
CHANGED
@@ -19,6 +19,9 @@ OS = case RbConfig::CONFIG['host_os']
|
|
19
19
|
LIBDIR = RbConfig::CONFIG['libdir']
|
20
20
|
INCLUDEDIR = RbConfig::CONFIG['includedir']
|
21
21
|
SHARED_EXT = OS == :macos ? 'dylib' : 'so'
|
22
|
+
# Starting in Catalina, libxml2 was moved elsewhere
|
23
|
+
SDKROOT = OS == :macos ? `/usr/bin/xcrun --show-sdk-path`.chomp : ''
|
24
|
+
RPATH = OS == :macos ? '-rpath @loader_path/../../ext/mathematical/lib'.chomp : ''
|
22
25
|
|
23
26
|
unless find_executable('cmake')
|
24
27
|
$stderr.puts "\n\n\n[ERROR]: cmake is required and not installed. Get it here: http://www.cmake.org/\n\n"
|
@@ -33,8 +36,6 @@ def using_system_mtex2mml?
|
|
33
36
|
arg_config('--use-system-mtex2MML', !!ENV['MATHEMATICAL_USE_SYSTEM_MTEX2MML'])
|
34
37
|
end
|
35
38
|
|
36
|
-
ROOT_TMP = File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'tmp'))
|
37
|
-
|
38
39
|
LASEM_DIR = File.expand_path(File.join(File.dirname(__FILE__), 'lasem'))
|
39
40
|
LASEM_BUILD_DIR = File.join(LASEM_DIR, 'build')
|
40
41
|
LASEM_SRC_DIR = File.expand_path(File.join(LASEM_DIR, 'src'))
|
@@ -52,15 +53,15 @@ end
|
|
52
53
|
# pre-compile checks
|
53
54
|
have_library('xml2')
|
54
55
|
have_library('pangocairo-1.0')
|
55
|
-
find_header('libxml/tree.h', '/include/libxml2', '/usr/include/libxml2', '/usr/local/include/libxml2')
|
56
|
-
find_header('libxml/parser.h', '/include/libxml2', '/usr/include/libxml2', '/usr/local/include/libxml2')
|
57
|
-
find_header('libxml/xpath.h', '/include/libxml2', '/usr/include/libxml2', '/usr/local/include/libxml2')
|
58
|
-
find_header('libxml/xpathInternals.h', '/include/libxml2', '/usr/include/libxml2', '/usr/local/include/libxml2')
|
56
|
+
find_header('libxml/tree.h', '/include/libxml2', '/usr/include/libxml2', '/usr/local/include/libxml2', "#{SDKROOT}/usr/include/libxml2")
|
57
|
+
find_header('libxml/parser.h', '/include/libxml2', '/usr/include/libxml2', '/usr/local/include/libxml2', "#{SDKROOT}/usr/include/libxml2")
|
58
|
+
find_header('libxml/xpath.h', '/include/libxml2', '/usr/include/libxml2', '/usr/local/include/libxml2', "#{SDKROOT}/usr/include/libxml2")
|
59
|
+
find_header('libxml/xpathInternals.h', '/include/libxml2', '/usr/include/libxml2', '/usr/local/include/libxml2', "#{SDKROOT}/usr/include/libxml2")
|
59
60
|
|
60
61
|
# TODO: we need to clear out the build dir that's erroneously getting packaged
|
61
62
|
# this causes problems, as Linux installation is expecting OS X output
|
62
63
|
def clean_dir(dir)
|
63
|
-
if File.directory?(dir)
|
64
|
+
if File.directory?(dir)
|
64
65
|
FileUtils.rm_rf(dir)
|
65
66
|
end
|
66
67
|
FileUtils.mkdir_p(dir)
|
@@ -110,6 +111,8 @@ else
|
|
110
111
|
end
|
111
112
|
end
|
112
113
|
|
114
|
+
puts '*** Library work completed ***'
|
115
|
+
|
113
116
|
LIB_DIRS = [MTEX2MML_LIB_DIR, LASEM_LIB_DIR]
|
114
117
|
HEADER_DIRS = [MTEX2MML_SRC_DIR, LASEM_SRC_DIR]
|
115
118
|
|
@@ -118,7 +121,7 @@ dir_config('mathematical', HEADER_DIRS, LIB_DIRS)
|
|
118
121
|
find_header('mtex2MML.h', MTEX2MML_SRC_DIR)
|
119
122
|
|
120
123
|
flag = ENV['TRAVIS'] ? '-O0' : '-O2'
|
121
|
-
$LDFLAGS << " #{`pkg-config --static --libs glib-2.0 gdk-pixbuf-2.0 cairo pango`.chomp}"
|
124
|
+
$LDFLAGS << " #{`pkg-config --static --libs glib-2.0 gdk-pixbuf-2.0 cairo pango`.chomp} #{RPATH}"
|
122
125
|
$CFLAGS << " #{flag} #{`pkg-config --cflags glib-2.0 gdk-pixbuf-2.0 cairo pango`.chomp}"
|
123
126
|
|
124
127
|
create_makefile('mathematical/mathematical')
|
@@ -2,7 +2,8 @@
|
|
2
2
|
Version 2, June 1991
|
3
3
|
|
4
4
|
Copyright (C) 1991 Free Software Foundation, Inc.
|
5
|
-
|
5
|
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
|
6
|
+
|
6
7
|
Everyone is permitted to copy and distribute verbatim copies
|
7
8
|
of this license document, but changing it is not allowed.
|
8
9
|
|
data/ext/mathematical/lasem/NEWS
CHANGED
@@ -9,11 +9,13 @@ Release 0.5.1
|
|
9
9
|
* svg: <feConvolveMatrix> support
|
10
10
|
* svg: <feTurbulence> support
|
11
11
|
* svg: <feDisplacementMap> support
|
12
|
-
* svg: use Mario Klingeman's stackblur algorithm for <feBlur>
|
12
|
+
* svg: use Mario Klingeman's stackblur algorithm for <feBlur>
|
13
13
|
* mathml: negative spacing constant support (Garen)
|
14
14
|
* mathml: minlabelspacing support for <mlabeledtr> (Garen)
|
15
|
+
* introspection: better python support (Emmanuel)
|
16
|
+
* cairo: avoid integer oveflow (RyuzakiKK)
|
15
17
|
* build: OSX compilation fix (Garen)
|
16
|
-
* translation updates (Мирослав, Aurimas, Balázs, Piotr, Tom, Anders, Daniel, Andika, Marek, Pedro, Duarte, Cédric, Samir)
|
18
|
+
* translation updates (Мирослав, Aurimas, Balázs, Piotr, Tom, Anders, Daniel, Andika, Marek, Pedro, Duarte, Cédric, Samir, Serdar, Ask, Milo, Rūdolfs, Nathan, Matej, Fabio, Aron, Mario, Rafael, Andika)
|
17
19
|
|
18
20
|
Release 0.5.0
|
19
21
|
=============
|
@@ -2,7 +2,7 @@ AC_PREREQ(2.63.0)
|
|
2
2
|
|
3
3
|
m4_define([lasem_version_major], [0])
|
4
4
|
m4_define([lasem_version_minor], [5])
|
5
|
-
m4_define([lasem_version_micro], [
|
5
|
+
m4_define([lasem_version_micro], [2])
|
6
6
|
m4_define([lasem_version], [lasem_version_major.lasem_version_minor.lasem_version_micro])
|
7
7
|
|
8
8
|
m4_define([lasem_libtool_current], m4_eval(100 * lasem_version_major + lasem_version_minor))
|
@@ -8,8 +8,8 @@
|
|
8
8
|
<shortdesc xml:lang="en">SVG and MathML rendering library</shortdesc>
|
9
9
|
<homepage rdf:resource="https://wiki.gnome.org/Projects/Lasem" />
|
10
10
|
<download-page rdf:resource="http://download.gnome.org/sources/lasem/" />
|
11
|
-
<bug-database rdf:resource="https://
|
12
|
-
<category rdf:resource="http://api.gnome.org/doap-extensions#development" />
|
11
|
+
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/lasem/issues/" />
|
12
|
+
<!-- <category rdf:resource="http://api.gnome.org/doap-extensions#development" /> -->
|
13
13
|
|
14
14
|
<maintainer>
|
15
15
|
<foaf:Person>
|
@@ -0,0 +1,99 @@
|
|
1
|
+
# Danish translation for lasem.
|
2
|
+
# Copyright (C) 2019 lasem's COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the lasem package.
|
4
|
+
# scootergrisen, 2019.
|
5
|
+
msgid ""
|
6
|
+
msgstr ""
|
7
|
+
"Project-Id-Version: lasem master\n"
|
8
|
+
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/lasem/issues\n"
|
9
|
+
"POT-Creation-Date: 2019-02-09 15:06+0000\n"
|
10
|
+
"PO-Revision-Date: 2019-02-19 00:00+0200\n"
|
11
|
+
"Last-Translator: scootergrisen\n"
|
12
|
+
"Language-Team: Danish\n"
|
13
|
+
"Language: da\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18
|
+
|
19
|
+
#: ../src/lasemrender.c:70
|
20
|
+
msgid "Output filename"
|
21
|
+
msgstr "Outputfilnavn"
|
22
|
+
|
23
|
+
#: ../src/lasemrender.c:72
|
24
|
+
msgid "Output format"
|
25
|
+
msgstr "Outputformat"
|
26
|
+
|
27
|
+
#: ../src/lasemrender.c:74
|
28
|
+
msgid "Pixel per inch"
|
29
|
+
msgstr "Pixel pr. inch"
|
30
|
+
|
31
|
+
#: ../src/lasemrender.c:76
|
32
|
+
msgid "Zoom"
|
33
|
+
msgstr "Zoom"
|
34
|
+
|
35
|
+
#: ../src/lasemrender.c:78
|
36
|
+
msgid "Element id"
|
37
|
+
msgstr "Element-id"
|
38
|
+
|
39
|
+
#: ../src/lasemrender.c:80
|
40
|
+
msgid "Offset"
|
41
|
+
msgstr "Forskydning"
|
42
|
+
|
43
|
+
#: ../src/lasemrender.c:82
|
44
|
+
msgid "Size"
|
45
|
+
msgstr "Størrelse"
|
46
|
+
|
47
|
+
#: ../src/lasemrender.c:84
|
48
|
+
msgid "Debug domains"
|
49
|
+
msgstr "Fejlretningsdomæner"
|
50
|
+
|
51
|
+
#: ../src/lasemrender.c:97
|
52
|
+
msgid "Invalid document type (SVG expected)"
|
53
|
+
msgstr "Ugyldig dokumenttype (SVG forventet)"
|
54
|
+
|
55
|
+
#: ../src/lasemrender.c:103
|
56
|
+
#, c-format
|
57
|
+
msgid "Element '%s' not found"
|
58
|
+
msgstr "Elementet “%s” blev ikke fundet"
|
59
|
+
|
60
|
+
#: ../src/lasemrender.c:154
|
61
|
+
msgid "Option parsing failed:"
|
62
|
+
msgstr "Fortolkning af tilvalg mislykkedes:"
|
63
|
+
|
64
|
+
#: ../src/lasemrender.c:161
|
65
|
+
msgid "Invalid zoom value"
|
66
|
+
msgstr "Ugyldig zoomværdi"
|
67
|
+
|
68
|
+
#: ../src/lasemrender.c:170
|
69
|
+
msgid "Invalid number of arguments for offset option"
|
70
|
+
msgstr "Ugyldigt antal argumenter for tilvalget forskydning"
|
71
|
+
|
72
|
+
#: ../src/lasemrender.c:180
|
73
|
+
msgid "Invalid number of arguments for size option"
|
74
|
+
msgstr "Ugyldigt antal argumenter for tilvalget størrelse"
|
75
|
+
|
76
|
+
#: ../src/lasemrender.c:185
|
77
|
+
msgid "Invalid export size"
|
78
|
+
msgstr "Ugyldig eksportstørrelse"
|
79
|
+
|
80
|
+
#: ../src/lasemrender.c:193
|
81
|
+
msgid "Missing input filename"
|
82
|
+
msgstr "Manglende inputfilnavn"
|
83
|
+
|
84
|
+
#: ../src/lasemrender.c:204
|
85
|
+
msgid "Unknown format:"
|
86
|
+
msgstr "Ukendt format:"
|
87
|
+
|
88
|
+
#: ../src/lasemrender.c:244
|
89
|
+
msgid ""
|
90
|
+
"Don't know which format to use, please either give a format (-f) or an "
|
91
|
+
"output filename (-o)"
|
92
|
+
msgstr ""
|
93
|
+
"Ved ikke hvilket format der skal bruges - angiv venligst enten et format (-f) "
|
94
|
+
"eller et outputfilnavn (-o)"
|
95
|
+
|
96
|
+
#: ../src/lasemrender.c:355
|
97
|
+
#, c-format
|
98
|
+
msgid "Can't load '%s'"
|
99
|
+
msgstr "Kan ikke indlæse “%s”"
|
@@ -3,64 +3,100 @@
|
|
3
3
|
# This file is distributed under the same license as the PACKAGE package.
|
4
4
|
#
|
5
5
|
# Iñaki Larrañaga Murgoitio <dooteo@zundan.com>, 2013.
|
6
|
+
# Asier Sarasua Garmendia <asier.sarasua@gmail.com>, 2019.
|
6
7
|
#
|
7
8
|
msgid ""
|
8
|
-
msgstr ""
|
9
|
-
"
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"
|
13
|
-
"
|
14
|
-
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@zundan.com>\n"
|
15
|
-
"Language-Team: Basque <librezale@librezale.org>\n"
|
9
|
+
msgstr "Project-Id-Version: lasem master\n"
|
10
|
+
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/lasem/issues\n"
|
11
|
+
"POT-Creation-Date: 2019-08-19 12:49+0000\n"
|
12
|
+
"PO-Revision-Date: 2019-10-27 10:00+0100\n"
|
13
|
+
"Last-Translator: Asier Sarasua Garmendia <asier.sarasua@gmail.com>\n"
|
14
|
+
"Language-Team: Basque <librezale@librezale.eus>\n"
|
16
15
|
"Language: eu\n"
|
17
16
|
"MIME-Version: 1.0\n"
|
18
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
18
|
"Content-Transfer-Encoding: 8bit\n"
|
20
19
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
21
|
-
"X-Generator: Lokalize 1.4\n"
|
22
20
|
|
23
|
-
#: ../src/lasemrender.c:
|
21
|
+
#: ../src/lasemrender.c:70
|
24
22
|
msgid "Output filename"
|
25
23
|
msgstr "Irteerako fitxategi-izena"
|
26
24
|
|
27
|
-
#: ../src/lasemrender.c:
|
25
|
+
#: ../src/lasemrender.c:72
|
28
26
|
msgid "Output format"
|
29
27
|
msgstr "Irteerako formatua"
|
30
28
|
|
31
|
-
#: ../src/lasemrender.c:
|
29
|
+
#: ../src/lasemrender.c:74
|
32
30
|
msgid "Pixel per inch"
|
33
31
|
msgstr "Pixel hazbeteko"
|
34
32
|
|
35
|
-
#: ../src/lasemrender.c:
|
33
|
+
#: ../src/lasemrender.c:76
|
36
34
|
msgid "Zoom"
|
37
35
|
msgstr "Zooma"
|
38
36
|
|
39
|
-
#: ../src/lasemrender.c:
|
37
|
+
#: ../src/lasemrender.c:78
|
38
|
+
msgid "Element id"
|
39
|
+
msgstr "Elementuaren IDa"
|
40
|
+
|
41
|
+
#: ../src/lasemrender.c:80
|
42
|
+
msgid "Offset"
|
43
|
+
msgstr "Desplazamendua"
|
44
|
+
|
45
|
+
#: ../src/lasemrender.c:82
|
46
|
+
msgid "Size"
|
47
|
+
msgstr "Tamaina"
|
48
|
+
|
49
|
+
#: ../src/lasemrender.c:84
|
40
50
|
msgid "Debug domains"
|
41
51
|
msgstr "Arazketaren domeinuak"
|
42
52
|
|
43
|
-
#: ../src/lasemrender.c:
|
44
|
-
|
45
|
-
|
46
|
-
msgstr "Huts egin du aukera aztertzean: %s\n"
|
53
|
+
#: ../src/lasemrender.c:97
|
54
|
+
msgid "Invalid document type (SVG expected)"
|
55
|
+
msgstr "Dokumentu mota baliogabea (SVG espero zen)"
|
47
56
|
|
48
|
-
#: ../src/lasemrender.c:
|
57
|
+
#: ../src/lasemrender.c:103
|
49
58
|
#, c-format
|
59
|
+
msgid "Element '%s' not found"
|
60
|
+
msgstr "'%s' elementua ez da aurkitu"
|
61
|
+
|
62
|
+
#: ../src/lasemrender.c:154
|
63
|
+
msgid "Option parsing failed:"
|
64
|
+
msgstr "Aukeren analisiak huts egin du:"
|
65
|
+
|
66
|
+
#: ../src/lasemrender.c:161
|
50
67
|
msgid "Invalid zoom value"
|
51
68
|
msgstr "Zoomaren baliogabeko balioa"
|
52
69
|
|
53
|
-
#: ../src/lasemrender.c:
|
54
|
-
|
55
|
-
|
56
|
-
msgstr "Sarrerako fitxategi-izen bat behar da\n"
|
70
|
+
#: ../src/lasemrender.c:170
|
71
|
+
msgid "Invalid number of arguments for offset option"
|
72
|
+
msgstr "Argumentu kopuru baliogabea desplazamenduaren aukerarako"
|
57
73
|
|
58
|
-
#: ../src/lasemrender.c:
|
59
|
-
|
60
|
-
|
61
|
-
|
74
|
+
#: ../src/lasemrender.c:180
|
75
|
+
msgid "Invalid number of arguments for size option"
|
76
|
+
msgstr "Argumentu kopuru baliogabea tamainaren aukerarako"
|
77
|
+
|
78
|
+
#: ../src/lasemrender.c:185
|
79
|
+
msgid "Invalid export size"
|
80
|
+
msgstr "Esportazio-tamaina baliogabea"
|
81
|
+
|
82
|
+
#: ../src/lasemrender.c:193
|
83
|
+
msgid "Missing input filename"
|
84
|
+
msgstr "Sarrerako fitxategi-izena falta da"
|
85
|
+
|
86
|
+
#: ../src/lasemrender.c:204
|
87
|
+
msgid "Unknown format:"
|
88
|
+
msgstr "Formatu ezezaguna:"
|
62
89
|
|
63
|
-
#: ../src/lasemrender.c:
|
90
|
+
#: ../src/lasemrender.c:244
|
91
|
+
msgid ""
|
92
|
+
"Don't know which format to use, please either give a format (-f) or an "
|
93
|
+
"output filename (-o)"
|
94
|
+
msgstr "Ez dakit zein formatu erabili, eman formatu bat (-f) edo irteerako fitxategi-izen bat (-o)"
|
95
|
+
|
96
|
+
#: ../src/lasemrender.c:355
|
64
97
|
#, c-format
|
65
|
-
msgid "Can't load '%s'
|
66
|
-
msgstr "Ezin da '%s' kargatu
|
98
|
+
msgid "Can't load '%s'"
|
99
|
+
msgstr "Ezin da '%s' kargatu"
|
100
|
+
|
101
|
+
#~ msgid "One input file name is required\n"
|
102
|
+
#~ msgstr "Sarrerako fitxategi-izen bat behar da\n"
|