blob: 9004be88871f075b4ce93c528df7598c4d501d9d (
plain)
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
60
61
62
63
64
65
66
67
68
|
GNOME Internet Radio Locator is a current app in progress.
==========
2017-04-26
==========
The GNOME 3 code effort has moved to the module gnome-internet-radio-locator
git clone git+ssh://$USERNAME@git.gnome.org/git/gnome-internet-radio-locator
==========
2017-04-17
==========
Audio playback of BBC World Service works as GIRL-PLAYER.c calls
gst-player functions gst_player_set_uri() and gst_player_stop().
Exiting the GTK+ 3 application gnome-internet-radio-locator also
works without any problems.
==========
2017-04-10
==========
The first attempt at audio playback with the code from gst-player.
==========
2017-03-17
==========
We now build the GTK+ 3.0 executable gnome-internet-radio-locator
in the GIRL 9.9 source tree without branching the git repository.
==========
2017-03-16
==========
You can download a GNOME 3 release for GTK+ 3.0, libchamplain and
GNOME Maps - https://people.gnome.org/~ole/girl/girl-9.9.0.tar.xz
and a GTK+ 2.0 backport with all files intact from
https://people.gnome.org/~ole/girl/girl-9.9.1.tar.xz
See HACKING and my first attempt of porting the files to GTK+ 3.0
src/GIRL.c
src/GIRL-GUI.c
src/GIRL-GUI.h
src/GIRL.h
src/GIRL-LISTENER.c
src/GIRL-LISTENER.h
src/GIRL-PROGRAM.c
src/GIRL-PROGRAM.h
src/GIRL-RUNNERS.c
src/GIRL-RUNNERS.h
src/GIRL-STATION.c
src/GIRL-STATION.h
src/GIRL-STATIONS-MAP.c
src/GIRL-STATIONS-MAP.h
src/GIRL-STREAMS.c
src/GIRL-STREAMS.h
src/GIRL-TZ.c
src/GIRL-TZ.h
Radio retransmitters MUST use GTK+ 2.0 (9.9.1) or not use GIRL
at all because my GNOME3 port not yet supports audio playback.
Enjoy Internet radio,
Ole Aamot <ole@src.gnome.org>
|