Hello, Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp> (20/07/2012): > 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, it looks good to me except for this part, seen by diffing testing and unstable packages: | --- texmacs-1.0.7.15/packages/macos/Base.xcconfig | +++ texmacs-1.0.7.15/packages/macos/Base.xcconfig | @@ -24,7 +24,7 @@ | TM_LDDL = -ldl | TM_LDX11 = -lXext -lX11 | TM_LDCOCOA = | -TM_LDQT = -L/usr/lib -lQtGui -lQtCore -lpthread | +TM_LDQT = -L/usr/lib/i386-linux-gnu -lQtGui -lQtCore -lpthread | TM_LDGUI = $(LDQT) | TM_LDAXEL = | TM_LDCAIRO = Where does that come from? Given the file name, I /guess/ it's not actually used in Debian builds, but that's still a strange thing to see. Mraw, KiBi.
Attachment:
signature.asc
Description: Digital signature