pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnome-control-center Pull in gst-plugins0.10-hal>=...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43606ce9d2b4
branches:  trunk
changeset: 550743:43606ce9d2b4
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Thu Nov 27 18:14:46 2008 +0000

description:
Pull in gst-plugins0.10-hal>=0.10.11 if the hal option is set;
gnome-sound-properties can use this. Bump PKGREVISION.

diffstat:

 x11/gnome-control-center/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 6ae50f35d8af -r 43606ce9d2b4 x11/gnome-control-center/Makefile
--- a/x11/gnome-control-center/Makefile Thu Nov 27 18:01:17 2008 +0000
+++ b/x11/gnome-control-center/Makefile Thu Nov 27 18:14:46 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2008/11/24 14:05:40 jmcneill Exp $
+# $NetBSD: Makefile,v 1.19 2008/11/27 18:14:46 jmcneill Exp $
 #
 
 DISTNAME=      gnome-control-center-2.24.0.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    x11 gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-control-center/2.24/}
 EXTRACT_SUFX=  .tar.bz2
@@ -89,6 +89,9 @@
 .endif
 .include "../../multimedia/gstreamer0.10/buildlink3.mk"
 .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+.if !empty(PKG_OPTIONS:Mhal)
+DEPENDS+=      gst-plugins0.10-hal>=0.10.11:../../multimedia/gst-plugins0.10-hal
+.endif
 .include "../../net/ORBit2/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../sysutils/dbus/buildlink3.mk"



Home | Main Index | Thread Index | Old Index