Ravenports generated: 20 Apr 2023 01:30
[ravenports.git] / bucket_89 / libwpd
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libwpd
4 VERSION=                0.10.3
5 KEYWORDS=               textproc
6 VARIANTS=               standard
7 SDESC[standard]=        Import filter and tools for WordPerfect Documents
8 HOMEPAGE=               https://libwpd.sourceforge.net/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            SF/libwpd/libwpd/libwpd-0.10.3
13 DISTFILE[1]=            libwpd-0.10.3.tar.bz2:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 BUILD_DEPENDS=          boost-libraries:dev:standard
21 BUILDRUN_DEPENDS=       librevenge:single:standard
22
23 USES=                   cpe libtool pkgconfig mbsdfix
24 GNOME_COMPONENTS=       libgsf
25
26 LICENSE=                MPL:single LGPL21:single
27 LICENSE_FILE=           MPL:{{WRKSRC}}/COPYING.MPL
28                         LGPL21:{{WRKSRC}}/COPYING.PGPL
29 LICENSE_SCHEME=         dual
30
31 CPE_VENDOR=             libwpd_project
32 FPC_EQUIVALENT=         textproc/libwpd010
33
34 MUST_CONFIGURE=         gnu
35 CONFIGURE_ARGS=         --disable-werror
36                         --without-docs
37
38 INSTALL_TARGET=         install-strip
39 SOVERSION=              10.0.3
40 PLIST_SUB=              VER=0.10
41
42 [FILE:148:descriptions/desc.single]
43 libwpd is a library for reading and writing WordPerfect(tm)
44 documents.
45
46 This package also includes utilities for converting to HTML
47 and plain text.
48
49
50 [FILE:100:distinfo]
51 2369a584d19991145f717cc9dc0e0bed4ca12f678dc671023623674ebd70fc54       669503 libwpd-0.10.3.tar.bz2
52
53
54 [FILE:209:manifests/plist.single]
55 bin/
56  wpd2html
57  wpd2raw
58  wpd2text
59 include/libwpd-%%VER%%/libwpd/
60  WPDocument.h
61  libwpd.h
62 lib/
63  libwpd-%%VER%%.so
64  libwpd-%%VER%%.so.%%SOMAJOR%%
65  libwpd-%%VER%%.so.%%SOVERSION%%
66 lib/pkgconfig/libwpd-%%VER%%.pc
67
68
69 [FILE:200:patches/patch-src_lib_WPXTable.h]
70 --- src/lib/WPXTable.h.orig     2018-12-25 16:19:19 UTC
71 +++ src/lib/WPXTable.h
72 @@ -36,6 +36,7 @@
73  #ifndef _WPXTABLE_H
74  #define _WPXTABLE_H
75  
76 +#include <stddef.h>
77  #include <vector>
78  
79  struct WPXTableCell
80