From 241678d9bc4332fa77de073fe16cf12b130ce6f6 Mon Sep 17 00:00:00 2001 From: Olivier Huber Date: Tue, 27 Jan 2009 22:41:31 +0100 Subject: [PATCH] [etc/apt/source.list] Ajout du repo multimedia pour mdr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Création du groupe multimedia pour les machines nécessitant d'avoir le repo multimedia (eg egon et mdr à ce jour) darcs-hash:20090127214131-8fbb1-dc7fcc1d7e9c86a5cdb8ae48d8ea4ddbd439b086.gz --- Metadata/groups.xml | 10 ++++++++-- Python/etc/apt/sources.list | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Metadata/groups.xml b/Metadata/groups.xml index 5e78479..e3ef4ff 100644 --- a/Metadata/groups.xml +++ b/Metadata/groups.xml @@ -96,7 +96,8 @@ - + + + - + + + + diff --git a/Python/etc/apt/sources.list b/Python/etc/apt/sources.list index 72ff26e..0f850f3 100644 --- a/Python/etc/apt/sources.list +++ b/Python/etc/apt/sources.list @@ -46,8 +46,8 @@ else: # if has("need-volatile"): source("%s/debian-volatile %s/volatile main contrib" % (repo, distro)) - if has("2B"): - @# Mplayer... + if has("multimedia"): + @# Mplayer, generation des vignettes source("%s/debian-multimedia %s main" % (repo, distro)) @# Paquets construits à la main