aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/GLIInstallProfile.py1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5a061a..e714015 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 2005-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 09 Apr 2008; Andrew Gaffney <agaffney@gentoo.org>
+ src/GLIInstallProfile.py:
+ Add alsa-utils to package list
+
07 Apr 2008; Andrew Gaffney <agaffney@gentoo.org> bin/installer-dialog,
bin/installer-gtk:
Pass on arguments from commandline
diff --git a/src/GLIInstallProfile.py b/src/GLIInstallProfile.py
index e11ee1b..d7279a7 100644
--- a/src/GLIInstallProfile.py
+++ b/src/GLIInstallProfile.py
@@ -609,6 +609,7 @@ class InstallProfile:
install_package_list = {
'Desktop': (_(u"Popular Desktop Applications"),
{"media-sound/audacious": _(u"GTK+ music player"),
+ "media-sound/alsa-utils": _(u"Utilities for ALSA, useful for enabling sound"),
"media-sound/easytag": _(u"A GTK+ tagging program for MP3, OGG, FLAC, and more"),
"mail-client/evolution": _(u"A GNOME groupware application, a Microsoft Outlook workalike"),
"net-im/gaim": _(u"GTK+ Instant Messenger client"),