Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 519712 Details for
Bug 647860
app-text/dblatex-0.3.10: Error: 'insput' for SVG files
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Correct no-inkscape-dependency patch
dblatex-0.3.10-no-inkscape-dependency.patch (text/plain), 682 bytes, created by
Balint SZENTE
on 2018-02-16 15:08:08 UTC
(
hide
)
Description:
Correct no-inkscape-dependency patch
Filename:
MIME Type:
Creator:
Balint SZENTE
Created:
2018-02-16 15:08:08 UTC
Size:
682 bytes
patch
obsolete
>diff -Naur dblatex-0.3.10.orig/lib/dbtexmf/core/imagedata.py dblatex-0.3.10/lib/dbtexmf/core/imagedata.py >--- dblatex-0.3.10.orig/lib/dbtexmf/core/imagedata.py 2018-02-16 17:00:42.658484437 +0200 >+++ dblatex-0.3.10/lib/dbtexmf/core/imagedata.py 2018-02-16 16:52:56.339441569 +0200 >@@ -178,7 +178,7 @@ > class SvgConverter(ImageConverter): > def __init__(self, imgsrc, imgdst="", docformat="", backend=""): > ImageConverter.__init__(self, imgsrc="svg", imgdst=imgdst) >- self.add_command(["inkscape", "-z", "-D", "--export-%(dst)s=%(output)s", >+ self.add_command(["rsvg-convert", "-f", "%(dst)s", "-o","%(output)s", > "%(input)s"]) > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 647860
: 519712