diff options
author | rh <rh@pkgsrc.org> | 2001-05-14 17:47:27 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-05-14 17:47:27 +0000 |
commit | d98b1c936ead9ca1af5924cd1ef958f76a90c042 (patch) | |
tree | 9e6f5a4ad91fe144db558a71b6ccc909f595719a /graphics/librsvg | |
parent | 77f977691c5ebaffb531f7cac341ac4b07a08557 (diff) | |
download | pkgsrc-d98b1c936ead9ca1af5924cd1ef958f76a90c042.tar.gz |
Initial import of librsvg-1.0.0, a library for scalable vector graphics.
Diffstat (limited to 'graphics/librsvg')
-rw-r--r-- | graphics/librsvg/Makefile | 23 | ||||
-rw-r--r-- | graphics/librsvg/distinfo | 8 | ||||
-rw-r--r-- | graphics/librsvg/patches/patch-aa | 31 | ||||
-rw-r--r-- | graphics/librsvg/patches/patch-ab | 13 | ||||
-rw-r--r-- | graphics/librsvg/patches/patch-ac | 13 | ||||
-rw-r--r-- | graphics/librsvg/patches/patch-ad | 13 | ||||
-rw-r--r-- | graphics/librsvg/pkg/DESCR | 4 | ||||
-rw-r--r-- | graphics/librsvg/pkg/PLIST | 24 |
8 files changed, 129 insertions, 0 deletions
diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile new file mode 100644 index 00000000000..d32c0d9e1ff --- /dev/null +++ b/graphics/librsvg/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $ +# + +DISTNAME= librsvg-1.0.0 +CATEGORIES= graphics gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/librsvg/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.levien.com/svg/ +COMMENT= Raph's SVG library + +DEPENDS+= gnome-core>1.4.0:../../x11/gnome-core +DEPENDS+= freetype2>=2.0.1:../../graphics/freetype2 + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +USE_X11BASE= YES + +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/librsvg/distinfo b/graphics/librsvg/distinfo new file mode 100644 index 00000000000..c4e3b57baa1 --- /dev/null +++ b/graphics/librsvg/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $ + +SHA1 (librsvg-1.0.0.tar.bz2) = c72e2dcee7b1ab66c2317c393164524f86634a11 +Size (librsvg-1.0.0.tar.bz2) = 150475 bytes +SHA1 (patch-aa) = 6f10dfc22c8f5b67b0445cc1b0a57cad471a486c +SHA1 (patch-ab) = 653ab30ce9a0d5ed0f36ba1c271a877f79fb4390 +SHA1 (patch-ac) = 291ca6407261ea6e28bce7fca3f539b16a6636dd +SHA1 (patch-ad) = c4b5f9d211d18e1b71451e7ba8e24caca9079027 diff --git a/graphics/librsvg/patches/patch-aa b/graphics/librsvg/patches/patch-aa new file mode 100644 index 00000000000..21597082196 --- /dev/null +++ b/graphics/librsvg/patches/patch-aa @@ -0,0 +1,31 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $ + +--- configure.orig Tue May 8 01:13:07 2001 ++++ configure +@@ -1744,14 +1744,14 @@ + + + +-echo $ac_n "checking for poptParseArgvString in -lpopt""... $ac_c" 1>&6 +-echo "configure:1749: checking for poptParseArgvString in -lpopt" >&5 ++echo $ac_n "checking for poptParseArgvString in -lgnomesupport""... $ac_c" 1>&6 ++echo "configure:1749: checking for poptParseArgvString in -lgnomesupport" >&5 + ac_lib_var=`echo popt'_'poptParseArgvString | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpopt $LIBS" ++LIBS="-lgnomesupport $LIBS" + cat > conftest.$ac_ext <<EOF + #line 1757 "configure" + #include "confdefs.h" +@@ -1779,7 +1779,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- POPT_LIBS="-lpopt" ++ POPT_LIBS="-lgnomesupport" + else + echo "$ac_t""no" 1>&6 + fi diff --git a/graphics/librsvg/patches/patch-ab b/graphics/librsvg/patches/patch-ab new file mode 100644 index 00000000000..0bcdd7d083a --- /dev/null +++ b/graphics/librsvg/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $ + +--- test-ft-gtk.c.orig Wed Mar 28 20:44:42 2001 ++++ test-ft-gtk.c +@@ -25,7 +25,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <png.h> +-#include <popt.h> ++#include <popt-gnome.h> + #include <math.h> + #include <sys/time.h> + #include <unistd.h> diff --git a/graphics/librsvg/patches/patch-ac b/graphics/librsvg/patches/patch-ac new file mode 100644 index 00000000000..a87b74d6509 --- /dev/null +++ b/graphics/librsvg/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $ + +--- test-ft.c.orig Wed May 9 23:27:41 2001 ++++ test-ft.c +@@ -25,7 +25,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <png.h> +-#include <popt.h> ++#include <popt-gnome.h> + #include <math.h> + + #include <gdk-pixbuf/gdk-pixbuf.h> diff --git a/graphics/librsvg/patches/patch-ad b/graphics/librsvg/patches/patch-ad new file mode 100644 index 00000000000..9324d8b0bca --- /dev/null +++ b/graphics/librsvg/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $ + +--- test-rsvg.c.orig Wed Mar 28 20:44:42 2001 ++++ test-rsvg.c +@@ -25,7 +25,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <png.h> +-#include <popt.h> ++#include <popt-gnome.h> + + #include <gdk-pixbuf/gdk-pixbuf.h> + diff --git a/graphics/librsvg/pkg/DESCR b/graphics/librsvg/pkg/DESCR new file mode 100644 index 00000000000..d4088b8cd2d --- /dev/null +++ b/graphics/librsvg/pkg/DESCR @@ -0,0 +1,4 @@ + Raph's SVG library is the One of Eazel Extensions Library. +It was developed by hackers working on Nautilus. For the duration of +the Nautilus 1.0 development cycle, the code was internal to Nautilus +and its components. diff --git a/graphics/librsvg/pkg/PLIST b/graphics/librsvg/pkg/PLIST new file mode 100644 index 00000000000..c37c5018b59 --- /dev/null +++ b/graphics/librsvg/pkg/PLIST @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $ +bin/librsvg-config +include/librsvg/art_render.h +include/librsvg/art_render_gradient.h +include/librsvg/art_render_mask.h +include/librsvg/art_render_svp.h +include/librsvg/art_rgba.h +include/librsvg/librsvg-features.h +include/librsvg/rsvg-bpath-util.h +include/librsvg/rsvg-css.h +include/librsvg/rsvg-defs.h +include/librsvg/rsvg-ft.h +include/librsvg/rsvg-paint-server.h +include/librsvg/rsvg-path.h +include/librsvg/rsvg.h +lib/librsvg.a +lib/librsvg.la +lib/librsvg.so +lib/librsvg.so.1 +lib/librsvg.so.1.0 +lib/librsvgConf.sh +lib/pkgconfig/librsvg-1.0.pc +share/aclocal/librsvg.m4 +@dirrm include/librsvg |