From 27a16a1037f6e568166cd8a46ead79962c1defef Mon Sep 17 00:00:00 2001 From: maniacikarus Date: Wed, 21 Jan 2009 18:25:54 +0100 Subject: [PATCH] ffmpeg is now needed by mpd --- doc/packages-list.txt | 1 - lfs/mpd | 4 ++-- lfs/mpfire | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/packages-list.txt b/doc/packages-list.txt index aa735d0ce3..3731cbb935 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -272,7 +272,6 @@ * sqlite-3.6.10 * squashfs3.4 * squid-2.7.STABLE5 -* squidGuard-1.3 * squidGuard-1.4 * squidclamav-3.9 * sshfs-fuse-2.2 diff --git a/lfs/mpd b/lfs/mpd index a330364ef7..91cbb21db3 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2009 Michael Tremer & Christian Schmidt # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd PAK_VER = 5 -DEPS = "" +DEPS = "alsa ffmpeg libshout libogg libmad libid3tag libvorbis" ############################################################################### # Top-level Rules diff --git a/lfs/mpfire b/lfs/mpfire index 960fb34aee..4403121051 100644 --- a/lfs/mpfire +++ b/lfs/mpfire @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2009 Michael Tremer & Christian Schmidt # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -32,7 +32,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpfire PAK_VER = 6 -DEPS = "mpd mpc alsa libshout libogg libmad libid3tag libvorbis" +DEPS = "mpd mpc" ############################################################################### # Top-level Rules -- 2.39.2