]> git.pld-linux.org Git - packages/poppler0.61.git/blob - poppler-qt.patch
- missing file from CVS, cairo includes fix
[packages/poppler0.61.git] / poppler-qt.patch
1 --- poppler-0.3.0/qt/poppler-private.h.orig     1970-01-01 01:00:00.000000000 +0100
2 +++ poppler-0.3.0/qt/poppler-private.h  2005-04-24 00:09:12.548011968 +0200
3 @@ -0,0 +1,32 @@
4 +/* poppler-private.h: qt interface to poppler
5 + * Copyright (C) 2005, Net Integration Technologies, Inc.
6 + *
7 + * This program is free software; you can redistribute it and/or modify
8 + * it under the terms of the GNU General Public License as published by
9 + * the Free Software Foundation; either version 2, or (at your option)
10 + * any later version.
11 + *
12 + * This program is distributed in the hope that it will be useful,
13 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 + * GNU General Public License for more details.
16 + *
17 + * You should have received a copy of the GNU General Public License
18 + * along with this program; if not, write to the Free Software
19 + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 + */
21 +
22 +#include <PDFDoc.h>
23 +
24 +namespace Poppler {
25 +
26 +class DocumentData {
27 +  public:
28 +    DocumentData(GooString *filePath, GooString *password) : doc(filePath,password) {}
29 +  class PDFDoc doc;
30 +  bool locked;
31 +};
32 +
33 +}
34 +
35 +
36 --- poppler-0.3.0/qt/Makefile.am.orig   2005-04-06 16:39:40.000000000 +0200
37 +++ poppler-0.3.0/qt/Makefile.am        2005-04-24 00:14:16.023876624 +0200
38 @@ -1,3 +1,8 @@
39 +if BUILD_CAIRO_OUTPUT
40 +cairo_includes =                               \
41 +       $(CAIRO_CFLAGS)
42 +endif
43 +
44  INCLUDES =                                     \
45         -I$(top_srcdir)                         \
46         -I$(top_srcdir)/poppler                 \
This page took 0.141017 seconds and 3 git commands to generate.