pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/gnome Since we use pulseaudio by default for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64b5ab7b291f
branches:  trunk
changeset: 552006:64b5ab7b291f
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Mon Dec 22 12:21:12 2008 +0000

description:
Since we use pulseaudio by default for GNOME, we should probably pull in
gst-plugins0.10-pulse here.

diffstat:

 meta-pkgs/gnome/Makefile |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 0cbfbe2e8bbf -r 64b5ab7b291f meta-pkgs/gnome/Makefile
--- a/meta-pkgs/gnome/Makefile  Mon Dec 22 11:06:15 2008 +0000
+++ b/meta-pkgs/gnome/Makefile  Mon Dec 22 12:21:12 2008 +0000
@@ -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 @@
 
 .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+=      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



Home | Main Index | Thread Index | Old Index