Beta 7
- DAPS now supports EPS (will be converted to PDF and PNG) and PDF images; SVG sources can also be converted into PDF - new dependencies for EPS and PDF support in spec file: ghostscript-library, poppler tools - completely revised images.mk to increase readability and improved inline documentation - sped up png optimization with optipng by using optimization level 2 rather than 8: almost no difference in file-size, but huge difference in speed - Bugfixes: - rewrote profiling, since the changes from beta6 introduced an error that prevented profiling on changed files OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=44
This commit is contained in:
parent
7942e0dc08
commit
a6fa0d4aae
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:107131dc5b9ed62d19a280725f9e31ef3a211420906ac4e77157ae5e40ac40dc
|
|
||||||
size 752557
|
|
3
daps-0.9beta7.tar.bz2
Normal file
3
daps-0.9beta7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2844a4e78cd7a833cbeae1d68ce12c587747a96296b045e8857bc7794942f55
|
||||||
|
size 753215
|
18
daps.changes
18
daps.changes
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 15 20:32:09 UTC 2011 - fsundermeyer@opensuse.org
|
||||||
|
|
||||||
|
Beta 7
|
||||||
|
|
||||||
|
- DAPS now supports EPS (will be converted to PDF and PNG) and
|
||||||
|
PDF images; SVG sources can also be converted into PDF
|
||||||
|
- new dependencies for EPS and PDF support in spec file:
|
||||||
|
ghostscript-library, poppler tools
|
||||||
|
- completely revised images.mk to increase readability and improved
|
||||||
|
inline documentation
|
||||||
|
- sped up png optimization with optipng by using optimization level
|
||||||
|
2 rather than 8: almost no difference in file-size, but huge
|
||||||
|
difference in speed
|
||||||
|
- Bugfixes:
|
||||||
|
- rewrote profiling, since the changes from beta6 introduced
|
||||||
|
an error that prevented profiling on changed files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 12 13:44:08 UTC 2011 - fsundermeyer@opensuse.org
|
Mon Sep 12 13:44:08 UTC 2011 - fsundermeyer@opensuse.org
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: daps
|
Name: daps
|
||||||
Version: 0.9beta6
|
Version: 0.9beta7
|
||||||
|
|
||||||
%define dtdversion 1.0
|
%define dtdversion 1.0
|
||||||
%define dtdname novdoc
|
%define dtdname novdoc
|
||||||
@ -54,11 +54,13 @@ BuildRequires: xorg-x11-devel
|
|||||||
# the requirements for installation
|
# the requirements for installation
|
||||||
BuildRequires: dejavu
|
BuildRequires: dejavu
|
||||||
BuildRequires: freefont
|
BuildRequires: freefont
|
||||||
|
BuildRequires: ghostscript-library
|
||||||
BuildRequires: java
|
BuildRequires: java
|
||||||
BuildRequires: liberation-fonts
|
BuildRequires: liberation-fonts
|
||||||
BuildRequires: LinuxLibertine
|
BuildRequires: LinuxLibertine
|
||||||
BuildRequires: mplus-fonts
|
BuildRequires: mplus-fonts
|
||||||
BuildRequires: opensp
|
BuildRequires: opensp
|
||||||
|
BuildRequires: poppler-tools
|
||||||
BuildRequires: subversion
|
BuildRequires: subversion
|
||||||
BuildRequires: xalan-j2
|
BuildRequires: xalan-j2
|
||||||
BuildRequires: xml-commons-resolver
|
BuildRequires: xml-commons-resolver
|
||||||
@ -90,6 +92,7 @@ Requires: docbook_4
|
|||||||
Requires: docbook-xsl-stylesheets >= 1.75
|
Requires: docbook-xsl-stylesheets >= 1.75
|
||||||
Requires: exiftool
|
Requires: exiftool
|
||||||
Requires: freefont
|
Requires: freefont
|
||||||
|
Requires: ghostscript-library
|
||||||
Requires: ImageMagick
|
Requires: ImageMagick
|
||||||
Requires: inkscape
|
Requires: inkscape
|
||||||
Requires: java
|
Requires: java
|
||||||
@ -100,6 +103,7 @@ Requires: make
|
|||||||
Requires: mplus-fonts
|
Requires: mplus-fonts
|
||||||
Requires: opensp
|
Requires: opensp
|
||||||
Requires: optipng
|
Requires: optipng
|
||||||
|
Requires: poppler-tools
|
||||||
Requires: sgml-skel
|
Requires: sgml-skel
|
||||||
Requires: subversion
|
Requires: subversion
|
||||||
Requires: svg-dtd
|
Requires: svg-dtd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user