summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/module_pdfimport.scp
blob: 25e0a92d4fcb51307b58e531c0e0675e3290a380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * 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/.
 */

// This module is normally included unconditionally in the core installation, it
// provides various import filters for both plain PDF and hybrid PDF/ODF.  For
// --with-system-poppler builds it can be advantageous though to package this
// module as an individual, optional part, so that the core installation does
// not feature a dependency on a poppler package.

// The /org.openoffice.TypeDetection.Types/Types/pdf_Portable_Document_Format
// configuration node contained in pdfimport.xcd needs to override a
// node with the same name but which lacks import functionality and
// which is duplicated across calc, draw, impress, math, writer .xcd
// files.  For this to work, there is a hack in
// postprocess/packregistry/makefile.mk to make pdfimport.xcd depend
// on all those other .xcd files (optionally, as not all of the other
// .xcd files need to be present in a given installation).

#include "macros.inc"

#include "AutoInstall/pdfimport"

Module gid_Module_Pdfimport
    Name = "PDF Import";
    Description = "PDF Import";
    PackageInfo = "packinfo_office.txt";
    ParentID = gid_Module_Root_Brand;
    Styles = (HIDDEN_ROOT);
    Dirs = (gid_Dir_Share_Xpdfimport);
    Files = (auto_pdfimport_ALL,
        gid_File_Xcd_Pdfimport);
End

Directory gid_Dir_Share_Xpdfimport
    ParentID = gid_Brand_Dir_Share;
    DosName = "xpdfimport";
End

File gid_File_Xcd_Pdfimport
    TXT_FILE_BODY;
    Dir = gid_Brand_Dir_Share_Registry;
    Name = "pdfimport.xcd";
    Styles = (PACKED);
End

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
15-01-26external/lib{odfgen,revenge}: Declare proper symbol visibilityStephan Bergmann 2015-01-26external/libodfgen: Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann 2015-01-02Library_odfgen: missing quotesMiklos Vajna 2015-01-01updates should not require touching ExternalPackage*David Tardon 2015-01-01define all needed macros for libodfgen build on windowsDavid Tardon 2015-01-01error C1083: Cannot open include file: 'config.h': No such file or directoryMiklos Vajna 2015-01-01upload libodfgen 0.1.3David Tardon 2014-11-25fdo#86664 VSDX import: handle metadataMiklos Vajna 2014-11-24upload libodfgen 0.1.2David Tardon 2014-11-10external: fortunately boost no longer requires config_host.mkMichael Stahl 2014-08-29Simplify some $ENABLE_DEBUG expressionsStephan Bergmann 2014-08-29external/libodfgen: Avoid undefined-behavior casts...Stephan Bergmann 2014-08-29Pass --enable-debug down to some externalsStephan Bergmann 2014-08-04fdo#82035 fix loader pathsDavid Tardon 2014-06-17external/librevenge,libmwaw,libodfgen,libwps: fix self-linked symlinks build ...Douglas Mencken 2014-06-03upload libodfgen 0.1.1David Tardon 2014-05-26rebase all import libsDavid Tardon 2014-05-26Let's make it fully clear what we wantTor Lillqvist 2014-05-26Don't build as shared library when DISABLE_DYNLOADINGTor Lillqvist 2014-05-25the other way around...David Tardon 2014-05-25build libodfgen as shared libDavid Tardon 2014-02-27normalize values of CROSS_COMPILINGMichael Stahl 2014-02-12normalize values of SYSTEM_BOOSTMichael Stahl 2013-12-04upload libodfgen-0.0.4David Tardon 2013-11-14more externals need config_host for boostMichael Stahl 2013-10-30update libodfgenDavid Tardon 2013-10-19fdo#70393: move libodfgen to a subdir of externalKhaled Hosny