From: phantomjinx <pha...@us...> - 2012-07-29 19:01:04
|
commit 967887e0b02a88e3585f3f22683d75d05730ad55 Author: Jonathan Neuschäfer <j.n...@gm...> Date: Sun Jul 29 20:00:14 2012 +0100 INSTALL: fix indentation in the Optional Packages section INSTALL | 60 ++++++++++++++++++++++++++++++------------------------------ 1 files changed, 30 insertions(+), 30 deletions(-) --- diff --git a/INSTALL b/INSTALL index a737c78..b0833d3 100644 --- a/INSTALL +++ b/INSTALL @@ -29,36 +29,36 @@ How to compile/install gtkpod: libid3tag (at least 0.15) libgnome-vfs-2.0 > 2.6 (for iPod autodetection under GNOME) - Optional Packages - - For web browser plugin: - webkitgtk (version 1 or 3 depending on version of gtk) - - 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 - libogg - libvorbis - lame - faad2 - - For opengl coverart display (clarity) plugin: - clutter-gtk - - For download of coverart: - libcurl - - For sjcd (sound-juicer) plugin: - libcanberra - libbrasero-media3 - musicbrainz3 + Optional Packages + + For web browser plugin: + webkitgtk (version 1 or 3 depending on version of gtk) + + 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 + libogg + libvorbis + lame + faad2 + + For opengl coverart display (clarity) plugin: + clutter-gtk + + 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: |