~ubuntu-branches/ubuntu/vivid/gpodder/vivid-proposed

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill
  • Date: 2010-12-05 17:08:02 UTC
  • mfrom: (5.3.2 experimental) (5.2.10 sid)
  • Revision ID: james.westby@ubuntu.com-20101205170802-qbsq7r331j21np1i
Tags: 2.10-1
* New upstream release
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
   * python (>= 2.5) with sqlite3 support
33
33
   * python-gtk2 (>= 2.12)
34
34
   * python-feedparser
35
 
   * python-mygpoclient (>= 1.4; http://thpinfo.com/2010/mygpoclient/)
 
35
   * python-mygpoclient (>= 1.4; http://thp.io/2010/mygpoclient/)
36
36
   * python-dbus (optional, but highly recommended)
37
37
 
38
38
 If your Python installation does not come with "sqlite3" support,
41
41
 
42
42
 Additional dependencies for iPod synchronization support:
43
43
 
44
 
   * One of the following metadata libraries:
45
 
     - python-pymad (preferred; MAD MP3 decoder Python bindings)
46
 
     - python-eyed3 (alternative to pymad; eyeD3 Python bindings)
47
44
   * python-gpod (libgpod's Python bindings)
48
 
   * mplayer (OPTIONAL; if you want video podcast length detection)
 
45
   * At least one of the following packages:
 
46
     - python-gst0.10 (GStreamer Python bindings)
 
47
     - mplayer (recommended for video podcasts)
 
48
     - python-eyed3 (eyeD3 library)
49
49
 
50
50
 Additional dependencies for MTP-based device synchronization support:
51
51
 
52
 
   * python-pymtp (libmtp's Python bindings; nick125.com/projects/pymtp)
 
52
   * libmtp (>= 1.0.0)
 
53
     Please note that the previously-required "pymtp" module is now included in
 
54
     the gPodder distribution as "gpodder.gpopymtp", and therefore no longer
 
55
     needed as special dependency. You still need a recent version of libmtp.
53
56
 
54
57
 Additional dependencies for converting OGGs to MP3s on iPod sync:
55
58
 
99
102
 Extract the tar archive somewhere into your home directory and cd into 
100
103
 the directory where you extracted it, for example:
101
104
 
102
 
   tar xzvf gpodder-2.7.tar.gz
103
 
   cd gpodder-2.7/
 
105
   tar xzvf gpodder-2.10.tar.gz
 
106
   cd gpodder-2.10/
104
107
   make install
105
108
 
106
109
 If you have any problems, please visit the gPodder website or mail the 
143
146
   IRC Channel:    #gpodder on FreeNode (irc.freenode.net)
144
147
 
145
148
 Have fun with gPodder!
146
 
 Thomas Perl <thpinfo.com>
 
149
 Thomas Perl <thp.io>
147
150