Advertisement
Guest User

Untitled

a guest
Jan 27th, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. --- feeds/packages/sound/mpd/Makefile 2012-10-27 11:04:16.000000000 +0000
  2. +++ feeds/packages/sound/mpd/Makefile.new 2013-01-27 16:38:00.000000000 +0000
  3. @@ -31,7 +31,7 @@
  4. CATEGORY:=Sound
  5. TITLE:=Music Player Daemon
  6. URL:=http://www.musicpd.org/
  7. - DEPENDS:= +glib2 +libcurl +libpthread \
  8. + DEPENDS:= +glib2 +libcurl +libpthread +libid3tag \
  9. +libflac +BUILD_PATENTED:libmad +libvorbisidec
  10. endef
  11.  
  12. @@ -48,7 +48,7 @@
  13. TITLE+= (full)
  14. DEPENDS+= \
  15. +AUDIO_SUPPORT:alsa-lib \
  16. - +libaudiofile +BUILD_PATENTED:libfaad2 +libffmpeg +libid3tag \
  17. + +libaudiofile +BUILD_PATENTED:libfaad2 +libffmpeg \
  18. +libmms +libogg +libshout +libsndfile +libvorbis
  19. PROVIDES:=mpd
  20. VARIANT:=full
  21. @@ -129,6 +129,7 @@
  22. $(call autoconf_bool,CONFIG_AUDIO_SUPPORT,oss) \
  23. --enable-tcp \
  24. --enable-un \
  25. + --enable-id3 \
  26.  
  27. CONFIGURE_VARS += \
  28. FLAC_CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/FLAC" \
  29. @@ -150,7 +151,6 @@
  30. --enable-audiofile \
  31. --enable-fifo \
  32. --enable-ffmpeg \
  33. - --enable-id3 \
  34. --enable-lastfm \
  35. --enable-mms \
  36. --enable-oggflac \
  37. @@ -174,7 +174,6 @@
  38. --disable-audiofile \
  39. --disable-fifo \
  40. --disable-ffmpeg \
  41. - --disable-id3 \
  42. --disable-lastfm \
  43. --disable-mms \
  44. --disable-oggflac \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement