]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
ffmpeg is now needed by mpd
authormaniacikarus <maniacikarus@ipfire.org>
Wed, 21 Jan 2009 17:25:54 +0000 (18:25 +0100)
committermaniacikarus <maniacikarus@ipfire.org>
Wed, 21 Jan 2009 17:25:54 +0000 (18:25 +0100)
doc/packages-list.txt
lfs/mpd
lfs/mpfire

index aa735d0ce3f3af6c0539344054fbcc8e197e5e4e..3731cbb93597796949647fdfaad7b0870ea3e0c4 100644 (file)
 * 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 a330364ef75072be17b2402535328b6c33472b43..91cbb21db3d2f4e16cc58abcf95c45a225d341b5 100644 (file)
--- 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
index 960fb34aee76ce52342509811d698c901ed6dad5..4403121051f9901ab1641cb3ab4643cdbf9fe0ed 100644 (file)
@@ -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