commit 1dda08a1b3343b141054c36887349fe15026dd78
Author: phantomjinx <p.g...@ph...>
Date: Sat Feb 4 15:46:40 2012 +0000
Update INSTALL file with sjcd plugin details
INSTALL | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index 70fee14..48c3dfc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -38,7 +38,11 @@ How to compile/install gtkpod:
For audio player plugin:
gstreamer
+ gstreamer-base
+ gstreamer-plugins-base
+ gstreamer-interfaces
gstreamer-plugins (plugins to support mp3 / mp4 playback)
+ gstreamer-pbutils
For filetype conversion:
flac
@@ -54,6 +58,11 @@ How to compile/install gtkpod:
For download of coverart:
libcurl
+ For sjcd (sound-juicer) plugin:
+ libcanberra
+ libbrasero-media3
+ musicbrainz3
+
The following can be used for installing the dependencies on ubuntu 11.10:
apt-get groupinstall Development\ Tools
|