pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/pidgin With the gstreamer option enabled, pidgin ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/46211a989fd4
branches: trunk
changeset: 568855:46211a989fd4
user: dsainty <dsainty%pkgsrc.org@localhost>
date: Tue Dec 22 06:54:28 2009 +0000
description:
With the gstreamer option enabled, pidgin looks for GSTINTERFACES, provided
by multimedia/gst-plugins0.10-base. Even if it doesn't find what it's
looking for, it still has a tendency to attempt to link in gstinterfaces-0.10,
which fails. Fix this by buildlinking in multimedia/gst-plugins0.10-base.
Bump PKGREVISION, since gstreamer is a default option and there is possibly
something not quite right about versions of this package where the build
was successful without the apparently required buildlinking.
diffstat:
chat/pidgin/Makefile | 3 ++-
chat/pidgin/options.mk | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 203e0bb017a4 -r 46211a989fd4 chat/pidgin/Makefile
--- a/chat/pidgin/Makefile Tue Dec 22 04:39:58 2009 +0000
+++ b/chat/pidgin/Makefile Tue Dec 22 06:54:28 2009 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2009/09/06 21:06:45 abs Exp $
+# $NetBSD: Makefile,v 1.20 2009/12/22 06:54:28 dsainty Exp $
#
# XXX appease pkglint
#PKGNAME= pidgin-${PIDGIN_VERSION}
COMMENT= Multi-protocol Instant Messaging client GTK frontend
+PKGREVISION= 1
PKG_DESTDIR_SUPPORT= user-destdir
diff -r 203e0bb017a4 -r 46211a989fd4 chat/pidgin/options.mk
--- a/chat/pidgin/options.mk Tue Dec 22 04:39:58 2009 +0000
+++ b/chat/pidgin/options.mk Tue Dec 22 06:54:28 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2009/12/08 12:45:42 wiz Exp $
+# $NetBSD: options.mk,v 1.9 2009/12/22 06:54:28 dsainty Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pidgin
PKG_SUPPORTED_OPTIONS+= dbus debug farsight gstreamer gtkspell
@@ -36,6 +36,7 @@
.if !empty(PKG_OPTIONS:Mgstreamer)
CONFIGURE_ARGS+= --enable-gstreamer
. include "../../multimedia/gstreamer0.10/buildlink3.mk"
+. include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mdebug)
Home |
Main Index |
Thread Index |
Old Index