Ravenports generated: 08 Feb 2023 00:14
[ravenports.git] / bucket_94 / liblqr
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               liblqr
4 VERSION=                0.4.2
5 REVISION=               1
6 KEYWORDS=               graphics
7 VARIANTS=               standard
8 SDESC[standard]=        Seam-carving C/C++ library called Liquid Rescaling
9 HOMEPAGE=               https://github.com/carlobaldassi/liblqr
10 CONTACT=                nobody
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            GITHUB/carlobaldassi:liblqr:v0.4.2
14                         http://liblqr.wdfiles.com/local--files/en:download-page/
15 DISTFILE[1]=            generated:main
16 DF_INDEX=               1
17 SPKGS[standard]=        complete
18                         primary
19                         docs
20
21 OPTIONS_AVAILABLE=      none
22 OPTIONS_STANDARD=       none
23
24 BUILD_DEPENDS=          libxslt:single:standard
25                         docbook-xsl:primary:standard
26                         docbook-xml:single:standard
27
28 USES=                   gmake pkgconfig libtool
29 GNOME_COMPONENTS=       glib
30
31 LICENSE=                LGPL3+:primary
32 LICENSE_TERMS=          primary:{{WRKDIR}}/TERMS
33 LICENSE_FILE=           LGPL3+:{{WRKSRC}}/COPYING.LESSER
34 LICENSE_AWK=            TERMS:"__LQR_H__"
35 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/lqr/lqr.h
36 LICENSE_SCHEME=         solo
37
38 FPC_EQUIVALENT=         graphics/liblqr-1
39
40 MUST_CONFIGURE=         gnu
41
42 INSTALL_TARGET=         install-strip
43 SOVERSION=              0.3.2
44
45 post-patch:
46         #${REINPLACE_CMD} -e '/^lqr_pkgconfigdir/ s|$$(libdir)|$${exec_prefix}/libdata|' \
47                 ${WRKSRC}/Makefile.in
48         ${REINPLACE_CMD} -e 's|/usr.*chunk\.xsl|${LOCALBASE}/share/xsl/docbook/html/chunk.xsl|' \
49                 ${WRKSRC}/docs/lqr_style.xsl
50         ${REINPLACE_CMD} -e 's|/usr.*docbookx.dtd|${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd|' \
51                 ${WRKSRC}/docs/liblqr_manual.docbook
52
53 post-install:
54         ${MKDIR} ${STAGEDIR}${STD_DOCDIR}
55         ${INSTALL_DATA} ${WRKSRC}/docs/html/* ${STAGEDIR}${STD_DOCDIR}
56
57 post-build:
58         (cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE} html)
59
60 [FILE:571:descriptions/desc.primary]
61 This site is about a seam-carving C/C++ library called Liquid
62 Rescale.
63
64 It is a free, open source implementation of the algorithm described
65 in the paper [1] by Shai Avidan and Ariel Shamir.
66
67 It aims at resizing pictures non uniformly while preserving their
68 features, i.e. avoiding distortion of the important parts.
69
70 The API is intended to be powerful, yet fast and easy to use. It
71 supports saving and loading of the carving information, real-time
72 scaling, manual feature selection, customizable progress report and
73 more.
74
75 [1] http://www.faculty.idc.ac.il/arik/imret.pdf
76
77
78 [FILE:112:distinfo]
79 1019a2d91f3935f1f817eb204a51ec977a060d39704c6dafa183b110fd6280b0       549360 carlobaldassi-liblqr-0.4.2.tar.gz
80
81
82 [FILE:366:manifests/plist.primary]
83 include/lqr-1/lqr.h
84 include/lqr-1/lqr/
85  lqr_base.h
86  lqr_carver_bias_pub.h
87  lqr_carver_list_pub.h
88  lqr_carver_pub.h
89  lqr_carver_rigmask_pub.h
90  lqr_cursor_pub.h
91  lqr_energy_pub.h
92  lqr_gradient_pub.h
93  lqr_progress_pub.h
94  lqr_rwindow_pub.h
95  lqr_vmap_list_pub.h
96  lqr_vmap_pub.h
97 lib/
98  liblqr-1.so
99  liblqr-1.so.%%SOMAJOR%%
100  liblqr-1.so.%%SOVERSION%%
101 lib/pkgconfig/lqr-1.pc
102
103
104 [FILE:2916:manifests/plist.docs]
105 share/doc/liblqr/
106  Introduction.html
107  about-this-doc.html
108  api-manual.html
109  app-deprecated.html
110  app-new-0-2.html
111  app-new-0-3.html
112  app-new.html
113  attach-images.html
114  basic.html
115  bias.html
116  energy.html
117  generate-multi-size.html
118  index.html
119  lqr.html
120  overview.html
121  progress.html
122  read-out.html
123  ref-bias.html
124  ref-carve.html
125  ref-energy.html
126  ref-lqr-carver-attach.html
127  ref-lqr-carver-bias-add.html
128  ref-lqr-carver-bias-clear.html
129  ref-lqr-carver-cancel.html
130  ref-lqr-carver-destroy.html
131  ref-lqr-carver-flatten.html
132  ref-lqr-carver-get-channels.html
133  ref-lqr-carver-get-col-depth.html
134  ref-lqr-carver-get-depth.html
135  ref-lqr-carver-get-energy.html
136  ref-lqr-carver-get-enl-step.html
137  ref-lqr-carver-get-height.html
138  ref-lqr-carver-get-image-type.html
139  ref-lqr-carver-get-orientation.html
140  ref-lqr-carver-get-ref-height.html
141  ref-lqr-carver-get-ref-width.html
142  ref-lqr-carver-get-width.html
143  ref-lqr-carver-init.html
144  ref-lqr-carver-list-current.html
145  ref-lqr-carver-list-foreach.html
146  ref-lqr-carver-list-next.html
147  ref-lqr-carver-list-start.html
148  ref-lqr-carver-new.html
149  ref-lqr-carver-resize.html
150  ref-lqr-carver-rigmask-add.html
151  ref-lqr-carver-rigmask-clear.html
152  ref-lqr-carver-scan-by-row.html
153  ref-lqr-carver-scan-line.html
154  ref-lqr-carver-scan-reset.html
155  ref-lqr-carver-scan.html
156  ref-lqr-carver-set-alpha-channel.html
157  ref-lqr-carver-set-black-channel.html
158  ref-lqr-carver-set-dump-vmaps.html
159  ref-lqr-carver-set-energy-function-builtin.html
160  ref-lqr-carver-set-energy-function.html
161  ref-lqr-carver-set-enl-step.html
162  ref-lqr-carver-set-gradient-function.html
163  ref-lqr-carver-set-image-type.html
164  ref-lqr-carver-set-preserve-input-image.html
165  ref-lqr-carver-set-progress.html
166  ref-lqr-carver-set-resize-order.html
167  ref-lqr-carver-set-side-switch-frequency.html
168  ref-lqr-carver-set-use-cache.html
169  ref-lqr-col-depth.html
170  ref-lqr-image-type.html
171  ref-lqr-progress-new.html
172  ref-lqr-progress-set-end-height-message.html
173  ref-lqr-progress-set-end-width-message.html
174  ref-lqr-progress-set-end.html
175  ref-lqr-progress-set-init-height-message.html
176  ref-lqr-progress-set-init-width-message.html
177  ref-lqr-progress-set-init.html
178  ref-lqr-progress-set-update-step.html
179  ref-lqr-progress-set-update.html
180  ref-lqr-ret-val.html
181  ref-lqr-rwindow-get-channels.html
182  ref-lqr-rwindow-get-radius.html
183  ref-lqr-rwindow-get-read-t.html
184  ref-lqr-rwindow-read.html
185  ref-lqr-vmap-destroy.html
186  ref-lqr-vmap-dump.html
187  ref-lqr-vmap-get-data.html
188  ref-lqr-vmap-get-depth.html
189  ref-lqr-vmap-get-height.html
190  ref-lqr-vmap-get-orientation.html
191  ref-lqr-vmap-get-width.html
192  ref-lqr-vmap-internal-dump.html
193  ref-lqr-vmap-list-current.html
194  ref-lqr-vmap-list-foreach.html
195  ref-lqr-vmap-list-next.html
196  ref-lqr-vmap-list-start.html
197  ref-lqr-vmap-load.html
198  ref-lqr-vmap-new.html
199  ref-pages.html
200  ref-progress.html
201  ref-rigmask.html
202  ref-vmaps.html
203  references.html
204  release.html
205  rigmask.html
206  seam-carve.html
207  tuning.html
208  vmaps.html
209