File: README

package info (click to toggle)
bluemindo 0.3-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 1,316 kB
  • ctags: 789
  • sloc: python: 5,276; makefile: 56; sh: 4
file content (40 lines) | stat: -rw-r--r-- 1,233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Bluemindo 0.3
A really simple but powerful audio player in Python/PyGTK, using GStreamer.

Project site:
 * http://bluemindo.codingteam.net

SVN Browse:
 * http://svn.codingteam.net/bluemindo
 * http://codingteam.net/project/bluemindo/browse

 ************
   CREDITS
 ************

Author informations are in the ~/AUTHORS.
For the list of contributors, see ~/THANKS.

Bluemindo's sources include these libs:
 * PyScrobbler        http://svn.berlios.de/wsvn/sonata/trunk/audioscrobbler.py
   From: Sonata
   Author: Andy Theyers <andy@isotoma.com>
   License: GPLv3

 ************
   TRANSLATION
 ************
 
 → Create the POT model:
    find . -name '*.py' | grep -v '.svn/' > file_list.txt && find . -name '*.glade' | grep -v '.svn/' >> file_list.txt
    xgettext -f file_list.txt --from-code=utf-8 --keyword=_ -o locale/bluemindo.pot
    rm file_list.txt

 → Create a PO file for your language:
    msginit -i locale/bluemindo.pot -o locale/$LANG/LC_MESSAGES/bluemindo.po --locale=$LL_CC

 → Update a PO file for your language:
    msgmerge -U locale/$LANG/LC_MESSAGES/bluemindo.po locale/bluemindo.pot

 → Compile a MO file:
    msgfmt locale/$LANG/LC_MESSAGES/bluemindo.po -o locale/$LANG/LC_MESSAGES/bluemindo.mo -v