Opened 18 years ago

Closed 17 years ago

Last modified 17 years ago

#2135 closed task (fixed)

librsvg-2.16.0

Reported by: Randy McMurchy Owned by: djensen@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Version increment to 2.16.0

Change History (11)

comment:1 by Randy McMurchy, 18 years ago

Milestone: 6.2future

Marking this as future as I'm not sure it is backwards compatible with the book version of GLib/GTK+.

comment:2 by Randy McMurchy, 17 years ago

Milestone: future6.2.1

comment:3 by djensen@…, 17 years ago

now at 2.16.1. be sure to rip out the Libart_lgpl dependency, they went to cairo in 2005.

comment:4 by djensen@…, 17 years ago

Rip out the popt dependency too, it is gone in favor of glib's GOption, The mozilla plugin doesn't build with seamonkey, it should with firefox.

ln -s seamonkey-config /usr/bin/mozilla-config

gets it to build with seamonkey, I dont know if it works. but I expect it does.

comment:5 by dnicholson@…, 17 years ago

The librsvg plugin for mozilla is deprecated since there is native svg rendering code in gecko now (through cairo, I think). So long as you pass --enable-svg, anyway, which is commented in the book's example .mozconfig's. Nice to know, though.

comment:6 by djensen@…, 17 years ago

I can't see that the native code works. It built, but seems to have no effect. Can anyone verify it works? The plugin does work.

sed -i 's:firefox:seamonkey-config &:' configure
sed -i 's:mozilla:seamonkey[version]:' moz-plugin/Makefile.in

replace [version] with -1.1.1 for the latest of course.

comment:7 by dnicholson@…, 17 years ago

I've never had any problems with the native plugin in Firefox. So, you can't view any of the SVG samples below without the librsvg plugin?

http://www.croczilla.com/svg/samples/

comment:8 by djensen@…, 17 years ago

OK, I finally got it going. We can rip the Mozilla dependency out too.

Now it's Python. The /usr/bin/rsvg is just a python wrapper giving legacy support to the new /usr/bin/rsvg-convert. There is a man page for rsvg but not for rsvg-convert, grrr.. Running each with --help will show the differences.

So I suppose one should say Python is an optional requirement.

comment:9 by djensen@…, 17 years ago

Owner: changed from blfs-book@… to djensen@…
Status: newassigned

comment:10 by Randy McMurchy, 17 years ago

Resolution: fixed
Status: assignedclosed

Closing this ticket for David as librsvg has been updated.

comment:11 by (none), 17 years ago

Milestone: 6.2.1

Milestone 6.2.1 deleted

Note: See TracTickets for help on using tickets.