2007-03-17 13:11:13 +01:00
|
|
|
_
|
|
|
|
| \ | |
|
|
|
|
_ |_/ _ _| _| _ _
|
|
|
|
/ \ | / \ / | / | /_| |
|
|
|
|
\_/ | \_/ \_| \_| \_ |
|
|
|
|
._/ http://gpodder.berlios.de/
|
2005-11-21 19:21:25 +01:00
|
|
|
|
|
|
|
- -- == === ================================= === == -- -
|
2007-03-17 13:11:13 +01:00
|
|
|
Copyright (c) 2005-2007 Thomas Perl <thp@perli.net>
|
2005-11-21 19:21:25 +01:00
|
|
|
|
2007-03-17 13:11:13 +01:00
|
|
|
==========================
|
|
|
|
License (see COPYING file)
|
|
|
|
==========================
|
2006-02-04 18:29:17 +01:00
|
|
|
|
2007-08-29 20:30:26 +02:00
|
|
|
gPodder is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
gPodder is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
2006-02-04 18:29:17 +01:00
|
|
|
|
2007-03-17 13:11:13 +01:00
|
|
|
============
|
|
|
|
Dependencies
|
|
|
|
============
|
2006-04-08 12:49:53 +02:00
|
|
|
|
2007-03-17 13:11:13 +01:00
|
|
|
* python (>= 2.3)
|
|
|
|
* python-glade2
|
|
|
|
* python-gtk2
|
2006-04-06 16:11:03 +02:00
|
|
|
|
2007-03-17 13:11:13 +01:00
|
|
|
Additional dependencies for iPod synchronization support:
|
2006-04-06 16:11:03 +02:00
|
|
|
|
2006-11-22 17:05:15 +01:00
|
|
|
* One of the following metadata libraries:
|
2007-03-17 13:11:13 +01:00
|
|
|
- python-pymad (preferred; MAD MP3 decoder Python bindings)
|
|
|
|
- python-eyed3 (alternative to pymad; eyeD3 Python bindings)
|
2006-04-06 16:11:03 +02:00
|
|
|
* python-gpod (libgpod's Python bindings)
|
2006-12-29 16:52:52 +01:00
|
|
|
* mplayer (OPTIONAL; if you want video podcast length detection)
|
2005-11-21 19:21:25 +01:00
|
|
|
|
2007-03-17 13:11:13 +01:00
|
|
|
Additional dependencies for "Update tags after download":
|
2006-02-04 18:29:17 +01:00
|
|
|
|
2007-03-17 13:11:13 +01:00
|
|
|
* python-eyed3 (for updating MP3 files)
|
|
|
|
* vorbis-tools (for updating OGG files)
|
2006-06-05 16:19:02 +02:00
|
|
|
|
2007-03-19 20:10:42 +01:00
|
|
|
Additional dependencies for converting OGGs to MP3s on iPod sync:
|
|
|
|
|
|
|
|
* oggdec (for decoding OGG files)
|
|
|
|
* lame (for encoding MP3 files)
|
|
|
|
|
2007-04-09 21:40:36 +02:00
|
|
|
Additional dependencies if you want direct BitTorrent download support:
|
|
|
|
|
|
|
|
* gnome-btdownload
|
|
|
|
|
2007-03-17 13:11:13 +01:00
|
|
|
Additional dependencies if you want to install from source:
|
2006-02-04 18:29:17 +01:00
|
|
|
|
2007-03-17 13:11:13 +01:00
|
|
|
* help2man
|
|
|
|
* python-dev
|
|
|
|
* intltool
|
|
|
|
* imagemagick
|
|
|
|
|
|
|
|
============
|
|
|
|
Installation
|
|
|
|
============
|
2005-11-21 19:21:25 +01:00
|
|
|
|
|
|
|
Extract the tar archive somewhere into your home directory and cd into
|
|
|
|
the directory where you extracted it, for example:
|
|
|
|
|
2007-10-28 16:29:57 +01:00
|
|
|
tar xzvf gpodder-0.10.1.tar.gz
|
|
|
|
cd gpodder-0.10.1/
|
2007-03-17 13:11:13 +01:00
|
|
|
make install
|
2006-02-04 18:29:17 +01:00
|
|
|
|
|
|
|
If you have any problems, please visit the gPodder website or mail the
|
|
|
|
gPodder mailing list (see below for more information).
|
2005-11-21 19:21:25 +01:00
|
|
|
|
|
|
|
=========================================
|
2007-03-17 13:11:13 +01:00
|
|
|
Feature requests, bug reports and patches
|
2005-11-21 19:21:25 +01:00
|
|
|
=========================================
|
|
|
|
|
|
|
|
Feel free to mail me about feature requests, bug reports, patches or nearly
|
|
|
|
anything that comes to your mind relating gPodder:
|
|
|
|
|
2006-12-29 16:52:52 +01:00
|
|
|
gPodder homepage: http://gpodder.berlios.de/
|
2006-02-04 18:29:17 +01:00
|
|
|
gPodder mailing list: gpodder-devel@berlios.de
|
2007-03-17 13:11:13 +01:00
|
|
|
Author's eMail: thp@perli.net
|
2005-11-21 19:21:25 +01:00
|
|
|
|
2007-03-17 13:11:13 +01:00
|
|
|
Have fun with gPodder!
|
2005-11-21 19:21:25 +01:00
|
|
|
|