summaryrefslogtreecommitdiff
path: root/multimedia/gxine/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-11-30 18:21:01 +0000
committerdrochner <drochner@pkgsrc.org>2010-11-30 18:21:01 +0000
commit01efe79c0a757d7e89b067d53e1cadf3ce7f9a54 (patch)
tree0ab92fc71281d1bed11fec0250527ae409d97584 /multimedia/gxine/Makefile
parent9d6affda728537e1e4777ab5947aea0cdf241a91 (diff)
downloadpkgsrc-01efe79c0a757d7e89b067d53e1cadf3ce7f9a54.tar.gz
librsvg-2.23.x doesn't come with the "rsvg" tool anymore which was
used in gxine build to convert svg into png. There is a replacement "rsvg-convert" with different cmd line syntax, but it seems to me that this is all unnecessary -- gxine can display the svg files as well. So, to keep things simple, fix the PLIST to reflect the status quo and drop the useless build dependency.
Diffstat (limited to 'multimedia/gxine/Makefile')
-rw-r--r--multimedia/gxine/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile
index ae664960ef0..3cd0fac378b 100644
--- a/multimedia/gxine/Makefile
+++ b/multimedia/gxine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2010/11/15 22:58:05 abs Exp $
+# $NetBSD: Makefile,v 1.49 2010/11/30 18:21:01 drochner Exp $
DISTNAME= gxine-0.5.905
PKGREVISION= 3
@@ -20,7 +20,8 @@ CONFIGURE_ARGS+= --disable-lirc
BROKEN_GETTEXT_DETECTION= yes
PTHREAD_OPTS+= require
# for svg->png icon conversion
-BUILD_DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg
+# XXX librsvg>=2.32 doesn't install the "rsvg" tool
+#BUILD_DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg
EGDIR= ${PREFIX}/share/examples/gxine
PKG_SYSCONFSUBDIR= gxine