source: freewrt/package/mpd/Config.in@ c646bd13

freewrt_1_0 freewrt_2_0
Last change on this file since c646bd13 was 4c31398, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

add dependency to zlib

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@2327 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 918 bytes
Line 
1
2config FWRT_PACKAGE_MPD
3 prompt "mpd............................... Music Player Daemon"
4 tristate
5 select FWRT_PACKAGE_ZLIB
6 default n
7 help
8 MPD is a music player supporting flac, mp3 and ogg files.
9 It is typically controlled over a network using one of it's many
10 clients including mpc(console), gmpc(gnome), phpmp(php) etc.
11
12 http://www.musicpd.org/
13
14config FWRT_COMPILE_MPD_WITH_MP3
15 prompt " MP3 support"
16 bool
17 default y
18 depends FWRT_PACKAGE_MPD
19 select FWRT_PACKAGE_LIBMAD
20 select FWRT_PACKAGE_LIBID3TAG
21 help
22 Enable mp3 support (libmad).
23
24config FWRT_COMPILE_MPD_WITH_OGG
25 prompt " Ogg Support"
26 bool
27 default y
28 depends FWRT_PACKAGE_MPD
29 select FWRT_PACKAGE_LIBVORBISIDEC
30 help
31 Enable ogg support (tremor).
32
33config FWRT_COMPILE_MPD_WITH_FLAC
34 prompt " FLAC Support"
35 bool
36 default y
37 depends FWRT_PACKAGE_MPD
38 select FWRT_PACKAGE_LIBFLAC
39 help
40 Enable flac support (libflac).
41
Note: See TracBrowser for help on using the repository browser.