Fixes to panucci.desktop and setup.py for Fremantle
[panucci.git] / README
blobe9bfa0c5c0fe251c9c948663f41c1060ceda4b3b
1 Panucci is a resuming podcast and audiobook player with bookmark support.
3 WEB SITE:
4         http://gpodder.org/panucci
6 GIT:
7         https://github.com/xerxes2/panucci
9 MAILING LIST:
10         https://lists.berlios.de/mailman/listinfo/gpodder-panucci
12 IRC:
13         #gpodder on irc.freenode.org
15 BUG REPORTS:
16         https://bugs.maemo.org/enter_bug.cgi?product=Panucci
18 AUTHOR:
19         Thomas Perl and Jens Persson with friends
21 REQUIREMENTS:
22         Python (2.x)
23         GStreamer (with python bindings)
24         Sqlite
25         Mutagen
26         GTK (2.x with python bindings)(optional)
27         Qt (4.7.x with PySide bindings)(optional)
29 INSTALL:
30         $ make install
32 CONTRIBUTE:
33         1. $ git clone git://github.com/xerxes2/panucci.git
34         2. $ cd panucci
35         3. Make your changes.
36         4. $ git diff HEAD > panucci.patch
37         5. Send the patch with personal information "fname lname <name@example.com>".