-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
62 lines (51 loc) · 1.73 KB
/
README
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
===============
Fingertier
===============
Fingertier (German for the Aye-eye) is a minimal and finger friendly music
player for mobile devices. It is optimised for smart phones with small touch
screens, like the OpenMoko Freerunner.
-----------------
Dependencies:
-----------------
* Vala >= 0.7.2
* GLib-2.0
* GTK+-2.0
* GIO-2.0
* Gstreamer-0.10
* DBus-GLib-1
-----------------
Installation:
-----------------
./configure
make
sudo make install
-----------------
Configuration:
-----------------
* Edit 'LIBRARY_PATH' in ~/.fingertier/fingertier.conf to setup your music
library folder. The default music folder is ~/Music.
* Files called 'cover.jpg' or 'folder.jpg' in the same folder as your track
are displayed by the player. The list of accepted cover file names can be
configured in ~/.fingertier/fingertier.conf too.
* A click on the cover reveals the configuration menu, where you can change the volume.
-------------------
Packaging (opkg):
-------------------
You need a working OpenMoko toolchain.
HowTo: http://wiki.openmoko.org/wiki/Toolchain
Install the dependencies:
toolchain: opkg-target install gstreamer-0.10-dev gio-2.0-dev gtk+-2.0-dev glib-2.0-dev libdbus-glib-1-dev
on the Moko: opkg install libgio-2.0-0 gtk+ libglib-2.0-0 gstreamer gst-plugin-mad libdbus-glib-1-2 gst-plugin-base-meta
Extract fingertier into a folder 'fingertier'.
Run:
. /usr/local/openmoko/arm/bin/setup-env
. /usr/local/openmoko/arm/environment-setup
om-conf fingertier
cd fingertier
make
cd ..
om-make-ipkg fingertier
Copy the package on your Moko, install and run it:
scp fingertier_0.2.0_armv4t.ipk [email protected]:
ssh [email protected] opkg install fingertier_0.2.0_armv4t.ipk
ssh [email protected] DISPLAY=:0.0 fingertier