- add sound-theme-freedesktop to run_depends to enable desktop sounds
- fix WANTLIB Warning: with GNOME 2.24, no option is provided to automatically start esound with the session ; either use 'aucat -l' in rc.local to use libsndio or add 'esd -unix -noterminate -nobeeps &' in your xinirc/xsession to keep using esound.
This commit is contained in:
parent
cdb5525552
commit
387772a735
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2008/11/23 22:59:08 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2008/12/14 19:22:55 ajacoutot Exp $
|
||||
|
||||
# XXX
|
||||
# fix gconftool-2 calls in PLIST (remove 2>&1 ; also in gnome-settings-daemon)
|
||||
@ -8,7 +8,7 @@ COMMENT= GNOME control center
|
||||
|
||||
GNOME_PROJECT= gnome-control-center
|
||||
GNOME_VERSION= 2.24.0.1
|
||||
PKGNAME= control-center2-${VERSION}p0
|
||||
PKGNAME= control-center2-${VERSION}p1
|
||||
SHARED_LIBS += gnome-window-settings 2.0 # .1.0
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -31,7 +31,7 @@ WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
|
||||
pango-1.0 pangocairo-1.0 pangoft2-1.0 pangoxft-1.0 \
|
||||
pcre pixman-1 plc4 plds4 png popt pthread smime3 softokn3 \
|
||||
soup-2.4 sqlite3 ssl ssl3 startup-notification-1 util \
|
||||
vorbis vorbisfile xkbfile xml2 z
|
||||
vorbis vorbisfile xkbfile xml2 z sndio
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
@ -53,7 +53,8 @@ RUN_DEPENDS= :shared-mime-info->=0.21:misc/shared-mime-info \
|
||||
::multimedia/gstreamer-0.10/plugins-good,-esd \
|
||||
::multimedia/gstreamer-0.10/plugins-good,-gconf \
|
||||
::textproc/scrollkeeper \
|
||||
::x11/gnome/settings-daemon
|
||||
::x11/gnome/settings-daemon \
|
||||
::audio/sound-theme-freedesktop
|
||||
|
||||
USE_X11= Yes
|
||||
MODGNOME_HELP_FILES= Yes
|
||||
|
Loading…
Reference in New Issue
Block a user