Fix some path problems when running from source
[panucci.git] / README
blob0026a82450fc46cbceba15ddeee50a44d5a989b8
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 with friends
21 REQUIREMENTS:
22         GTK (2.x with python bindings)
23         Python (2.x)
24         GStreamer (with python bindings)
25         Sqlite
26         Mutagen
28 INSTALL:
29         $ make install
31 CONTRIBUTE:
32         1. $ git clone git://github.com/xerxes2/panucci.git
33         2. $ cd panucci
34         3. Make your changes.
35         4. $ git diff HEAD > panucci.patch
36         5. Send the patch with personal information "fname lname <name@example.com>".