diff options
author | jmcneill <jmcneill> | 2008-12-22 12:21:12 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2008-12-22 12:21:12 +0000 |
commit | fee7a117e810388aa9445b57cdc3da095da213fc (patch) | |
tree | 10401f19e1db954110f73db092162f472a0d6d61 /meta-pkgs/gnome | |
parent | d4366fb29635e754b835eb602d03b62e69ddb1b7 (diff) | |
download | pkgsrc-fee7a117e810388aa9445b57cdc3da095da213fc.tar.gz |
Since we use pulseaudio by default for GNOME, we should probably pull in
gst-plugins0.10-pulse here.
Diffstat (limited to 'meta-pkgs/gnome')
-rw-r--r-- | meta-pkgs/gnome/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/meta-pkgs/gnome/Makefile b/meta-pkgs/gnome/Makefile index 94b88f07334..a438b38af40 100644 --- a/meta-pkgs/gnome/Makefile +++ b/meta-pkgs/gnome/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.105 2008/12/04 16:47:59 wiz Exp $ +# $NetBSD: Makefile,v 1.106 2008/12/22 12:21:12 jmcneill Exp $ -DISTNAME= gnome-2.24.1.96 +DISTNAME= gnome-2.24.1.97 CATEGORIES= meta-pkgs x11 gnome MASTER_SITES= # empty @@ -12,6 +12,11 @@ META_PACKAGE= yes .include "../../lang/python/pyversion.mk" +PKG_OPTIONS_VAR= PKG_OPTIONS.gnome +PKG_SUPPORTED_OPTIONS= pulseaudio +PKG_SUGGESTED_OPTIONS= pulseaudio +.include "../../mk/bsd.options.mk" + # see http://ftp.gnome.org/pub/GNOME/desktop/2.24/2.24.2/sources/ DEPENDS+= alacarte>=0.11.6:../../x11/alacarte @@ -68,6 +73,9 @@ DEPENDS+= gnome-volume-manager>=2.24.0:../../sysutils/gnome-volume-manager DEPENDS+= gok>=2.24.0:../../misc/gok DEPENDS+= gst-plugins0.10-base>=0.10.21:../../multimedia/gst-plugins0.10-base DEPENDS+= gst-plugins0.10-good>=0.10.10:../../multimedia/gst-plugins0.10-good +.if !empty(PKG_OPTIONS:Mpulseaudio) +DEPENDS+= gst-plugins0.10-pulse>=0.10.11:../../audio/gst-plugins0.10-pulse +.endif DEPENDS+= gstreamer0.10>=0.10.21:../../multimedia/gstreamer0.10 DEPENDS+= gtk2-engines>=2.16.1:../../x11/gtk2-engines DEPENDS+= gtkhtml314>=3.24.2:../../www/gtkhtml314 |