On Fri, Feb 06, 2009 at 02:15:13PM +0100, Benoit Chesneau wrote:
> Hi,
>
> I just installed on latest current (amd64) the notification-daemon
> port. I tryed to run it but got error :
>
> GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)'
> failed
>
> After some search I found that gstreamer-plugins-good dependency is
> missing. Find a patch that fix it.
>
This is a corrected version.
Ciao,
David
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/notification-daemon/Makefile,v
retrieving revision 1.4
diff -p -u -r1.4 Makefile
--- Makefile 17 Dec 2008 12:25:59 -0000 1.4
+++ Makefile 6 Feb 2009 13:40:33 -0000
@@ -3,6 +3,7 @@
COMMENT= send small notifications to your desktop
DISTNAME= notification-daemon-0.4.0
+PKGNAME= ${DISTNAME}p0
CATEGORIES= sysutils net
HOMEPAGE= http://www.galago-project.org/
@@ -33,7 +34,9 @@ LIB_DEPENDS= gconf-2::devel/gconf2 \
gstreamer-0.10::multimedia/gstreamer-0.10/core \
wnck-1::devel/libwnck \
sexy::x11/libsexy
-RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
+RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
+
:gstreamer-plugins-base->=0.10.19:multimedia/gstreamer-0.10/plugins-base,-gnome
\
+
:gstreamer-plugins-good->=0.10.8:multimedia/gstreamer-0.10/plugins-good,-gconf
USE_GMAKE= Yes
USE_LIBTOOL= Yes