pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics Update librsvg2 and librsvg2-gtk2 to 2.6.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7150111ee5b0
branches:  trunk
changeset: 475378:7150111ee5b0
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat May 15 12:01:07 2004 +0000

description:
Update librsvg2 and librsvg2-gtk2 to 2.6.5:

== librsvg 2.6.5 ==

        * configure.in: Bump version
        * *.pc.in: Remove bogus dependencies
        * rsvg-styles.c: Make #140797 less poignant

== librsvg 2.6.4 ==

2004-03-28  Caleb Moore <c.moore%student.unsw.edu.au@localhost>

        * rsvg-paint-server.c: Fixed linear gradient transformation bug

2004-03-25  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * rsvg-styles.c: Memleak was in libcroco and not librsvg. Dodji fixed
        it there, and now we cause SEGVs. Bug 138084

2004-03-18  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * rsvg-styles.c: Fix CSS memory leak

2004-03-15  Caleb Moore <c.moore%student.unsw.edu.au@localhost>

        * rsvg-bpath-util.c: Applied double move fix contributed by ross
        alexander.

2004-03-15  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * rsvg-css.c: Work around something for jimmac

2004-03-11  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * rsvg.c: More work on 105316

2004-03-07  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * rsvg.c: Do something for clahey (bug #105316)

2004-03-05  Dodji Seketeli  <dodji%gnome.org@localhost>

        * rsvg-styles.c:
        (ccss_property): changed the signature of this function
        to comply with the new signature of CRDocHandler::property()
        in libcroco.

2004-03-04  Glynn Foster  <glynn.foster%sun.com@localhost>

        * Makefile.am, configure.in, librsvg-2.0-uninstalled.pc.in:
        Add uninstalled pkg-config file.

2004-02-19  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * Makefile.am: disable vector text path code for the 2.6 release

2004-02-18  Brian Koebbe  <brian%koebbe.org@localhost>

        * rsvg-css.c (rsvg_css_parse_list): fix a loop run amuck (#134801)

2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>

        * rsvg-gz.c: (rsvg_handle_gz_close_impl):
          catch read error from gsf_input_read
          break from infinite loops that do not manage to write (#134653)

2004-02-16  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * configure.in: Fix bug #134492

2004-02-15  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * configure.in, rsvg-styles.c: Fix bug #134292

2004-02-14  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * rsvg.c: Fix bug #133947

2004-01-31  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * rsvg-css.*: Hopefully fix bug #113538

2004-01-29  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * configure.in: bug #132569

2004-01-15  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * rsvg-css.c:
        * test-rsvg.c: Fix bug #131644

2004-01-12  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * rsvg-shapes.c: Fix bug #124075

2004-01-06  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * Makefile.am: Fix bug #130687

2004-01-05  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * rsvg-text.c:
        * rsvg-text-vectors.c: Factor out bitmap vs. vector text routines

2004-01-04  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * rsvg-text-vectors.c: Start of work toward representing text as
        vector paths. Mad props go to the boys @ the Gimp for pointing me in
        the right direction here (bug #107668).

2003-12-13  Caleb Moore <calebmm%tpg.com.au@localhost>

        * rsvg-bpath-util.c: Fixed double move bug in path

2003-12-10  Federico Mena Quintero  <federico%ximian.com@localhost>

        * rsvg-defs.c: #include <glib/gmessages.h>

2003-12-09  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * rsvg-defs.c (rsvg_defs_set): Bug 128690

2003-12-07  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * configure.in: Bump version number

2003-12-07  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * rsvg.c:
        * rsvg-paint-server.c: Fix userspace gradients (Caleb Moore)

2003-11-27  Caleb Moore <calebmm%tpg.com.au@localhost>

        * *: Implement bounding box based gradients

2003-11-25  Caleb Moore <calebmm%tpg.com.au@localhost>

        * rsvg-styles.c: Fix opacity inheritance. Fixes a few bugs

2003-11-25  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * moz-plugin/*: Start of work on a RSVG Mozilla/Netscape plugin.
        Doesn't work quite yet - needs some help along.

2003-11-24  Dom Lachowicz <cinamod%hotmail.com@localhost>

        * rsvg-styles.c
        * rsvg-styles.h
        * rsvg-shape.c: Fix Sodipodi flags, implement fill rules. From
        "Caleb Moore" <calebmm%tpg.com.au@localhost>

2003-10-16  Sven Neumann  <sven%gimp.org@localhost>

        * rsvg.c: fixed inline docs.

        * doc/Makefile.am: ignore internal header files.

        * doc/rsvg-sections.txt
        * doc/tmpl/rsvg.sgml: added new functions.

2003-09-23  Sven Neumann  <sven%gimp.org@localhost>

        * rsvg.c (rsvg_start_svg): respect viewBox offsets by applying an
        appropriate translation.

2003-09-21  Tor Lillqvist  <tml%iki.fi@localhost>

        * librsvg-zip.in: New file.

        * configure.in: Check for Win32, set OS_WIN32 automake
        variable. Check for strtok_r. Expand librsvg-zip.

        * Makefile.am: Use -lm only on Unix. Add LIBGSF_LIBS and
        LIBCROCO_LIBS to librsvg_2_la_LIBADD. Distribute librsvg-zip.in.

        * rsvg-css.c: Use G_PI instead of M_PI.
        (strtok_r): Implement strtok_r here if not available. (Very
        suboptimal implementation.)

2003-09-19  Sven Neumann  <sven%gimp.org@localhost>

        * rsvg-file-util.c: implemented missing GError handling for file
        operations.

2003-09-18  Sven Neumann  <sven%gimp.org@localhost>

        * Makefile.am
        * configure.in
        * gimp-plugin/Makefile.am
        * gimp-plugin/svg.c: removed GIMP plug-in; it now lives in the
        GIMP source tree. Thanks a lot for the nice work you've done!

2003-09-12  Sven Neumann  <sven%gimp.org@localhost>

        * configure.in
        * rsvg-styles.c (rsvg_real_parse_cssbuffer): removed the #warning
        here and instead output it when configure is run (bug #122119).

2003-09-12  Sven Neumann  <sven%gimp.org@localhost>

        * configure.in: depend on Pango version 1.2.0 or newer.

        * rsvg-text.c (rsvg_text_handler_characters): don't use
        pango_ft2_get_context() which is deprecated in Pango HEAD, but
        create the Pango context from the fontmap instead (bug #122121).

        * rsvg-path.c (rsvg_parse_path_do_cmd): fixed storage of
        reflection point in Q command which caused the next T command to
        create a wrong stroke (bug #122118).

2003-09-11  Sven Neumann  <sven%gimp.org@localhost>

        * gimp-plugin/svg.c: Sprinkled the code with const qualifiers.
        Fixed transfer of pixel data from pixbuf to pixel region. The
        old code was wrong for pixbufs with rowstride != width * bpp.

diffstat:

 graphics/librsvg2-gtk2/Makefile   |   3 +--
 graphics/librsvg2-gtk2/PLIST      |   4 +---
 graphics/librsvg2/Makefile        |   3 +--
 graphics/librsvg2/Makefile.common |   7 ++++---
 graphics/librsvg2/PLIST           |  21 +++++++++++++++++----
 graphics/librsvg2/distinfo        |   6 +++---
 6 files changed, 27 insertions(+), 17 deletions(-)

diffs (118 lines):

diff -r d86b08ea8999 -r 7150111ee5b0 graphics/librsvg2-gtk2/Makefile
--- a/graphics/librsvg2-gtk2/Makefile   Sat May 15 11:34:12 2004 +0000
+++ b/graphics/librsvg2-gtk2/Makefile   Sat May 15 12:01:07 2004 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2004/04/19 15:05:00 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2004/05/15 12:01:07 jmmv Exp $
 #
 
 .include "../../graphics/librsvg2/Makefile.common"
 
 PKGNAME=               ${DISTNAME:S/-/2-gtk2-/}
-PKGREVISION=           1
 COMMENT+=              (GTK2 modules)
 
 CONFIGURE_ARGS+=       --enable-pixbuf-loader
diff -r d86b08ea8999 -r 7150111ee5b0 graphics/librsvg2-gtk2/PLIST
--- a/graphics/librsvg2-gtk2/PLIST      Sat May 15 11:34:12 2004 +0000
+++ b/graphics/librsvg2-gtk2/PLIST      Sat May 15 12:01:07 2004 +0000
@@ -1,11 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2004/04/01 18:37:09 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/05/15 12:01:07 jmmv Exp $
 lib/gtk-2.0/2.4.0/engines/libsvg.a
 lib/gtk-2.0/2.4.0/engines/libsvg.la
 lib/gtk-2.0/2.4.0/engines/libsvg.so
 lib/gtk-2.0/2.4.0/loaders/svg_loader.a
 lib/gtk-2.0/2.4.0/loaders/svg_loader.la
 lib/gtk-2.0/2.4.0/loaders/svg_loader.so
-@comment in gtk2: libdata/gtk-2.0/gdk-pixbuf.loaders
 @comment in gtk2: @dirrm lib/gtk-2.0/2.4.0/loaders
 @comment in gtk2: @dirrm lib/gtk-2.0/2.4.0/engines
-@comment in gtk2: @dirrm lib/gtk-2.0/2.4.0
diff -r d86b08ea8999 -r 7150111ee5b0 graphics/librsvg2/Makefile
--- a/graphics/librsvg2/Makefile        Sat May 15 11:34:12 2004 +0000
+++ b/graphics/librsvg2/Makefile        Sat May 15 12:01:07 2004 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2004/05/05 14:07:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.28 2004/05/15 12:01:07 jmmv Exp $
 #
 
 .include "Makefile.common"
 
 PKGNAME=               ${DISTNAME:S/-/2-/}
-PKGREVISION=           2
 
 CONFIGURE_ARGS+=       --disable-pixbuf-loader
 
diff -r d86b08ea8999 -r 7150111ee5b0 graphics/librsvg2/Makefile.common
--- a/graphics/librsvg2/Makefile.common Sat May 15 11:34:12 2004 +0000
+++ b/graphics/librsvg2/Makefile.common Sat May 15 12:01:07 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.5 2004/04/01 18:37:09 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.6 2004/05/15 12:01:07 jmmv Exp $
 #
 
-DISTNAME=      librsvg-2.6.3
+DISTNAME=      librsvg-2.6.5
 CATEGORIES=    graphics gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/librsvg/2.6/}
 EXTRACT_SUFX=  .tar.bz2
@@ -21,6 +21,7 @@
 
 CONFIGURE_ARGS+=       --disable-gtk-doc
 CONFIGURE_ARGS+=       --with-gimp=no
-CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc/html/librsvg2
+CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc/librsvg2
+CONFIGURE_ARGS+=       --with-tags=
 
 .include "../../x11/gtk2/buildlink3.mk"
diff -r d86b08ea8999 -r 7150111ee5b0 graphics/librsvg2/PLIST
--- a/graphics/librsvg2/PLIST   Sat May 15 11:34:12 2004 +0000
+++ b/graphics/librsvg2/PLIST   Sat May 15 12:01:07 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/04/01 18:37:09 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/05/15 12:01:07 jmmv Exp $
 bin/rsvg
 include/librsvg-2/librsvg/librsvg-features.h
 include/librsvg-2/librsvg/rsvg-gz.h
@@ -7,10 +7,23 @@
 lib/librsvg-2.la
 lib/librsvg-2.so
 lib/librsvg-2.so.8
-lib/librsvg-2.so.8.3
+lib/librsvg-2.so.8.5
 lib/pkgconfig/librsvg-2.0.pc
 man/man1/rsvg.1
-@exec ${MKDIR} %D/share/doc/html/librsvg2
-@dirrm share/doc/html/librsvg2
+share/doc/librsvg2/home.png
+share/doc/librsvg2/i1073.html
+share/doc/librsvg2/index.html
+share/doc/librsvg2/index.sgml
+share/doc/librsvg2/left.png
+share/doc/librsvg2/r22.html
+share/doc/librsvg2/r436.html
+share/doc/librsvg2/r473.html
+share/doc/librsvg2/right.png
+share/doc/librsvg2/rsvg-convenience-functions.html
+share/doc/librsvg2/rsvg-core-api.html
+share/doc/librsvg2/rsvg-creating-a-svgz-reader.html
+share/doc/librsvg2/rsvg.html
+share/doc/librsvg2/up.png
+@dirrm share/doc/librsvg2
 @dirrm include/librsvg-2/librsvg
 @dirrm include/librsvg-2
diff -r d86b08ea8999 -r 7150111ee5b0 graphics/librsvg2/distinfo
--- a/graphics/librsvg2/distinfo        Sat May 15 11:34:12 2004 +0000
+++ b/graphics/librsvg2/distinfo        Sat May 15 12:01:07 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2004/04/01 18:37:09 jmmv Exp $
+$NetBSD: distinfo,v 1.8 2004/05/15 12:01:07 jmmv Exp $
 
-SHA1 (librsvg-2.6.3.tar.bz2) = 639a35424fc257e37162d3979111e89bcb302ba9
-Size (librsvg-2.6.3.tar.bz2) = 221687 bytes
+SHA1 (librsvg-2.6.5.tar.bz2) = edfffbc14463177a122381f53a942d4f316ba48c
+Size (librsvg-2.6.5.tar.bz2) = 294229 bytes
 SHA1 (patch-aa) = c8bf42abf7c1a862f0f7867d07ef10c590afafdf
 SHA1 (patch-ab) = 3485670e7746ff1d4dfdacc5aee3c17744b18454
 SHA1 (patch-ac) = 581c50cf81ad96958fce37e44545fe54755179e1



Home | Main Index | Thread Index | Old Index