# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # #************************************************************************* $(eval $(call gb_CppunitTest_CppunitTest,vcl_skia)) $(eval $(call gb_CppunitTest_add_exception_objects,vcl_skia, \ vcl/qa/cppunit/skia/skia \ )) $(eval $(call gb_CppunitTest_set_include,vcl_skia,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_CppunitTest_use_libraries,vcl_skia, \ basegfx \ comphelper \ cppu \ cppuhelper \ sal \ sfx \ subsequenttest \ test \ tl \ unotest \ vcl \ )) $(eval $(call gb_CppunitTest_use_externals,vcl_skia, \ boost_headers \ $(if $(filter SKIA,$(BUILD_TYPE)),skia) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,vcl_skia)) $(eval $(call gb_CppunitTest_use_ure,vcl_skia)) $(eval $(call gb_CppunitTest_use_vcl_non_headless,vcl_skia)) $(eval $(call gb_CppunitTest_use_rdb,vcl_skia,services)) $(eval $(call gb_CppunitTest_use_configuration,vcl_skia)) # vim: set noet sw=4 ts=4: ption value='distro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/libtiff
AgeCommit message (Expand)Author
2024-09-19libtiff: upgrade to release 4.7.0Michael Stahl
2024-05-25ofz#68840 another putcontig8bitYCbCr22tile issueCaolán McNamara
2024-05-06makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo)Christian Lohmaier
2023-12-20ofz#65182 putcontig8bitYCbCr22tile issueCaolán McNamara
2023-10-28upgrade libtiff to 4.6.0Caolán McNamara
2023-08-20ofz: Use-of-uninitialized-valueCaolán McNamara
2023-08-15set libtiff ac_cv_lib_jpeg_jpeg12_read_scanlines cache val to falseCaolán McNamara
2023-01-20ofz#54685 TimeoutCaolán McNamara
2022-12-14upgrade to libtiff 4.5.0Caolán McNamara
2022-06-10external/libtiff: Missing include for _byteswap_uint64 on WindowsStephan Bergmann
2022-06-09ofz#47901 fix read overflowCaolán McNamara
2022-06-08libtiff WASM: add Emscripten flags to fix NEH buildJan-Marek Glogowski
2022-06-03upgrade libtiff to 4.4.0Caolán McNamara
2022-05-24We actually want to divide by 257 hereCaolán McNamara
2022-05-23external/libtiff: Silence invalid-null-argumentStephan Bergmann
2022-05-23README libtiffJulien Nabet
2022-05-22tdf#131199 add some basic 16bitcielab supportCaolán McNamara
2022-05-21tiff: enable webpCaolán McNamara
2022-05-21libtiff: enable jpeg and zlibCaolán McNamara
2022-05-21explicitly disable some things that might otherwise get enabledCaolán McNamara
2022-05-20build libtiffJulien Nabet