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. - benoƮt
? .Makefile.swp ? w-notification-daemon-0.4.0 Index: Makefile =================================================================== RCS file: /cvs/openbsd/ports/sysutils/notification-daemon/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 17 Dec 2008 12:25:59 -0000 1.4 +++ Makefile 6 Feb 2009 13:12:44 -0000 @@ -2,7 +2,7 @@ COMMENT= send small notifications to your desktop -DISTNAME= notification-daemon-0.4.0 +DISTNAME= notification-daemon-0.4.0p0 CATEGORIES= sysutils net HOMEPAGE= http://www.galago-project.org/ @@ -33,7 +33,9 @@ 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
