pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/totem Configure checks for the gstreamer so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc2bdaa31312
branches:  trunk
changeset: 400713:fc2bdaa31312
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 25 13:25:51 2009 +0000

description:
Configure checks for the gstreamer soup plugin, so depend on
gst-plugins0.10-soup.

diffstat:

 multimedia/totem/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4d76fed8ee40 -r fc2bdaa31312 multimedia/totem/Makefile
--- a/multimedia/totem/Makefile Sun Oct 25 13:23:49 2009 +0000
+++ b/multimedia/totem/Makefile Sun Oct 25 13:25:51 2009 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.37 2009/10/21 18:56:15 drochner Exp $
+# $NetBSD: Makefile,v 1.38 2009/10/25 13:25:51 wiz Exp $
 #
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 .include "Makefile.common"
 
+DEPENDS+=      gst-plugins0.10-soup-[0-9]*:../../net/gst-plugins0.10-soup
+
 COMMENT+=      (using GStreamer)
 
 CONFLICTS+=    totem-xine-[0-9]*



Home | Main Index | Thread Index | Old Index