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
|
gr-framework for Debian
------------------------
There are some directories which was eliminated from archive.
* 3rdparty
Originally, gr-framework was intended to use with specific version
of 3rd-party libraries. These 3rd-party libraries will be downloaded
from https://gr-framework.org/downloads/.
In Debian, it was changed to use system's installed libraries which
is available on Debian, so repacked without 3rdparty directory.
* packaging
It seems that debian or redhat source for package is available, but
it doesn't match Debian's packaging policy, so repacked without
packaging directory.
* apps
It contains sample applications and jpeg2ps that seems distributed
by pdflib.com in the past. then, so repacked without apps directory.
* lib/gks/fonts
Most of *.pfb contains Adobe's non-free codes which license is
ambiguous. You can confirm it by t1disasm *.pfb which is provided
by t1utils.
See https://web.archive.org/web/20070403175721/http://partners.adobe.com/public/developer/opentype/index_ps_code3.html
As a workaround, linked with already packaged fonts.
Note that CMUSerif-Math.ttf was derived from CMU Serif Roman.
See https://github.com/sciapp/gr/issues/190.
-- Kentaro HAYASHI <kenhys@xdump.org> Sun, 04 Aug 2024 19:51:49 +0900
|