summaryrefslogtreecommitdiff
path: root/filter/Configuration_filter.mk
AgeCommit message (Collapse)Author
2012-12-29rethink external executable setupDavid Tardon
Change-Id: I5293fea9b5404b82e72761407d325c408a2e45ca
2012-12-02move setting up of ext. executables out of gbuild.mkDavid Tardon
Change-Id: Icacd44abfa5bf5f75f0ee719b39fba6821976a8a
2012-11-30Revert "filter: try to use the Python implementation of FCFGMerge"Markus Mohrhard
This reverts commit ebb4150463ef97571d8f4ffc0b8189ff94d5cf1a.
2012-11-30filter: try to use the Python implementation of FCFGMergeMichael Stahl
... seems to work here, and if nobody complains about broken filter configurations we can remove the Java FCFGMerge implementation. Change-Id: I0cf2de604bb9c34678174bdf951e70d499ea7df1
2012-11-30filter: add missing dependencies on pythonMichael Stahl
Change-Id: Ibaf38ad8000f7c4276aed91250c4bff1c78dd091
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann
...which can be attractive for installation sets that use --with-system-poppler but do not want the LO core package to depend on a poppler package. See the comment at the top of scp2/source/ooo/module_pdfimport.scp for details. The build-time --disable-pdfimport configure switch is gone, PDF Import is built unconditionally for all platforms but Android and iOS now. (The ENABLE_PDFIMPORT variable now uses TRUE/FALSE rather than YES/NO, to increase consistency across those variables.) Change-Id: I6509d0b2e770b276cd54540408fb1ec5a7dda058
2012-11-24Turn PDF import from bundled extension to plain codeStephan Bergmann
No need for dirty hacks linking in basegfx objects statically any more. To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed all relevant UNO implementation identifiers from com.sun.star.comp.documents.* to org.libreoffice.comp.documents.*. Also, existing installations of the extension are explicitly not migrated to new user profiles. The xpdfimport executable is now in program/, its xpdfimport_err.pdf in share/xpdfimport/. To simplify finding the _err.pdf from xpdfimport, its full pathname is now given as additional second argument to xpdfimport. To find xpdfimport executable from CppunitTest, CppunitTest creates a symlink from solver's unittest/installation/program to solver's bin, so that "$BRAND_BASE_DIR/program/xpdfimport" works there (as CppunitTest now sets BRAND_BASE_DIR to solver's unittest/installation). The sdext/source/pdfipmort/dialogs/ Basic stuff appeared to be unused (even though it was included in the .oxt) and has been removed. The --disable-ext-pdfimport configure switch is renamed to --disable-pdfimport. Having it still conditional requires some pdf_Portable_Document_Format vs. pdf_Portable_Document_Format_import foo in module filter. Change-Id: Iee58c2f6187142a418decc9ea3a5df10eb7e0523
2012-11-09binfilter.die.die.dieNorbert Thiebaud
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-09-23migrate readlicense_oo to gbuildDavid Ostrovsky
Change-Id: I8698d2da889d74a9f806c01f520ac0cbcca67b03
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I0cba9316e229362fa82a45d9e4d4763a6cf29540
2012-06-05Adding Microsoft Publisher Import filterFridrich Štrba
Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0
2012-05-25Removed Lotus 1.2.3 filter/type for Writer.Kohei Yoshida
Lotus 1.2.3 is a spreadsheet. We don't need this for Writer. Change-Id: I7fce85a6e211c0bf1ef6e95e758b4dc8cfcae033
2012-05-25Removed writer_Text_encoded type; merged it with generic_Text.Kohei Yoshida
Change-Id: I95c04f954026047e48976451eb755340d005d773
2012-05-25Removed writer_Text type; combined it with generic_Text.Kohei Yoshida
Change-Id: Id7d5744af4800ef5ac6bd70b97f79a76299a2e6b
2012-05-25Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida
Change-Id: Ica6aef56733c7c71568e37166a2f78d6aa05a118
2012-05-23Removed obsolete Excel filters for (Star)Writer, which we don't need.Kohei Yoshida
Change-Id: If4b946ef4407279f3b260a0f8a8d8309522aa594
2012-05-22Renamed writer_web_HTML to generic_HTML.Kohei Yoshida
This should reflect the fact that this type was already used as a generic HTML type. Change-Id: I0a209d51ed229f07aff001075c39bfc82d4c3088
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
2012-04-19Stub CMX importerFridrich Štrba
2011-12-12Use OUTDIR_FOR_BUILD for cross-compiling goodnessTor Lillqvist
2011-12-08CDR importer: fixing some build and esthetic issuesFridrich Štrba
2011-12-08Stub Corel Draw importerFridrich Štrba
2011-10-23no need for SRCDIR parameter hereMatúš Kukan
2011-10-12remove comment obsoleted by fcf6c0a19f1a8cdff34e95ca0787277399a82c3cMichael Stahl
2011-09-20I don't think we need to check CROSS_COMPILING here?Tor Lillqvist
2011-09-16Use gb_Helper_abbreviate_dirs_native instead of gb_Helper_abbreviate_dirsTor Lillqvist
2011-09-15adapt Configuration_filter.mk to ause130 changesMichael Stahl
2011-09-15filter: adapt filter configuration to LO changesMichael Stahl
2011-09-15filter: convert filter configuration to gbuildMichael Stahl