# -*- 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_Package_Package,sysui_share,$(share_WORKDIR)/libreoffice)) $(eval $(call gb_Package_add_files,sysui_share,share/xdg,\ $(addsuffix .desktop,$(LAUNCHERLIST)) \ )) $(eval $(call gb_Package_use_custom_target,sysui_share,sysui/share)) # vim: set noet sw=4 ts=4: e/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/jpeg
AgeCommit message (Collapse)Author
2013-06-05there are no _inc packages anymoreDavid Tardon
Change-Id: Ib4142ce331abc2fd5bb1f2ecec7cb8100ce7c78d
2013-05-08jpeg: remove ExternalPackage_jpegMichael Stahl
Change-Id: I09a4b3a3ef816a8bf63d4aa0c7fe7bec2a67dbd8
2013-04-22DO NOT use internal headers of jpegDavid Tardon
They ARE NOT available when using system jpeg. Apart of that, I am not sure if it is all right to include parts of jpeg directly into our code. Change-Id: Ic19a22e73094d452ffd072b819020e4a46256406
2013-04-21Add jpegint.h to jpeg module. Fix warning in Exif.Tomaž Vajngerl
Change-Id: I098ad140d013f1bda057416b2e0622bc038d2a30
2013-04-03Remove Mac OS X for PowerPC supportTor Lillqvist
Change-Id: I10b15141e6a5f93365e1cfa6fbc0c7cc3ea49b15
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2012-11-15add jpeg to tail_buildMatúš Kukan
Change-Id: Id67be2a0722930094c61ad99912934ebce5a4631
2012-10-12do not play stupid games with jpeg vs. jpeglibDavid Tardon
Change-Id: I72ed637ecec5aff7528ff724b2665e22650c224b
2012-10-12deliver jpeg headers tooDavid Tardon
jpeg is used by dmake module gdk-pixbuf, so the delivery cannot be bypassed yet. Change-Id: I92d71c6807535b8f4fff75d62fc417d437792e33
2012-10-12gbuildification of jpegDavid Ostrovsky
Change-Id: I466f13f1132103bc20b9918411a54fd3106f4553
2012-05-19fdo#47035: Fix saving of jpeg files on Mac/PPCChristian Lohmaier
jpeg_compress_struct gets padded with the same effect as the jpeg_decompress_struct, so needs some reordering as well to make Mac/PPC happy (a27a399)
2012-05-19fdo#47035: Fix loading of jpeg files on Mac/PPCChristian Lohmaier
jpeg_decompress_struct gets padded when compiling libjpeg, but the jpeg filter in svtools assume non-padded size, resulting in a mismatch that makes libjpeg refuse to do its work.
2012-05-13duplicate SYSTEM_[LIBJPEG|JPEG] testsCaolán McNamara
we have both a SYSTEM_LIBJPEG and SYSTEM_JPEG but only SYSTEM_JPEG appears to be used Change-Id: Ib1a5da4c907222be33465ce06997f111c4fffe87
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-03-06more documentation and cleanups for various modules.Michael Meeks