Hi,

On Sun, 15 Jul 2012 22:25:06 +0200, Cyril Brulebois wrote:

> Thanks, if I understand it right, that means it's also needed to add
> '-o' given the current code does:
> 
> (converter svg-file png-file
>    (:require (url-exists-in-path? "rsvg"))
>    (:shell "rsvg" "-f png" from to))

On Sun, 15 Jul 2012 21:50:46 +0200, Cyril Brulebois wrote:

> If the above is correct, I would suggest something like this for the
> changelog entry, that would be a bit clearer:

So I rewrote a changelog as you suggested and the patch 
is as follows (debian/patchs/13_rsvg.patch):

--- texmacs-1.0.7.15/TeXmacs/progs/convert/images/init-images.scm~      
2012-03-27 15:18:06.000000000 +0900
+++ texmacs-1.0.7.15/TeXmacs/progs/convert/images/init-images.scm       
2012-07-10 12:36:46.000000000 +0900
@@ -55,8 +55,8 @@
   (:shell "inkscape" "-z" "-f" from "-P" to))
 
 (converter svg-file png-file
-   (:require (url-exists-in-path? "rsvg"))
-   (:shell "rsvg" "-f png" from to))
+   (:require (url-exists-in-path? "rsvg-convert"))
+   (:shell "rsvg-convert" "-f png" from "-o" to))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; Bitmap image formats

I just uploaded the package so please review it.
Thanks for your work.
Best regards,                   2012-7-20(Fri)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda <kohda AT debian.org>
 Department of Math., Univ. of Tokushima


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
http://lists.debian.org/[email protected]

Reply via email to