File: README

package info (click to toggle)
streamtuner 0.99.99-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,192 kB
  • ctags: 2,974
  • sloc: ansic: 27,090; sh: 8,316; xml: 4,811; makefile: 437; python: 366
file content (98 lines) | stat: -rw-r--r-- 3,077 bytes parent folder | download | duplicates (3)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
-------------------------------------------------------------------------------
 streamtuner overview
-------------------------------------------------------------------------------

Index

	0. About this document
	1. About streamtuner
	2. Updating information
	3. Installation instructions

0. About this document

	$Id: README,v 1.39.2.7 2004/12/21 14:59:15 jylefort Exp $

	Copyright (c) 2002, 2003, 2004 Jean-Yves Lefort.

	This document is part of streamtuner.
	It may be distributed under the same terms as streamtuner.

1. About streamtuner

	streamtuner is a stream directory browser. Through the use of
	a plugin system, it offers an intuitive GTK+ 2.0 interface to
	Internet radio directories such as SHOUTcast and Live365.

2. Updating information

	This section provides updating information for users of
	previous versions of streamtuner.

	0.99.99	The STREAMTUNER_LIVE365_USER and
		STREAMTUNER_LIVE365_SESSION environment variables have
		been obsoleted. You can now set your Live365
		membership information from the streamtuner
		preferences.

		The Python plugin now requires Python version 2.3 or
		superior, and PyGTK.

	0.99	streamtuner now ships with all the plugins that were
		previously distributed separately. The Local plugin
		now depends on TagLib (optional). The Xiph plugin now
		requires libxml2. See the INSTALL file for more
		details.

	0.12.4	GTK+ version 2.4.0 or superior is required.

	0.12.2	libcurl version 7.10.8 or superior is required.

	0.12.0	The library requirements have been upgraded to GTK+
		version 2.2.2 or superior and libcurl version 7.10.5
		or superior.

		To install the documentation, ScrollKeeper version
		0.3.0 or superior is also needed.

		streamtuner-theme-convert was obsolete and has been
		removed.

	0.11.0	Multi-threading is now mandatory. This means that
		streamtuner will not function if the GLib library has
		been compiled without thread support.

	0.10.0	Native and Galeon theme support has been deprecated in
		favour of GTK+ theming. See
		streamtuner-theme-convert(1) for details.

	0.9.1	Galeon themes directories are now automatically
		detected: use the STREAMTUNER_THEMES_PATH environment
		variable if you need to explicitly specify extra
		themes directories to scan.

		The selected theme is now an absolute pathname: the
		first time you run streamtuner 0.9.1, your selection
		will be reset to the default theme.

		A bug (accessing freed memory) in the 0.9.0
		preferences UI code might have introduced bogus
		streamtuner settings on some platforms: for the sake
		of cleanliness, removing your old ~/.streamtuner
		directory before running streamtuner 0.9.1 for the
		first time is recommended.

	0.9.0	The settings format has changed: you should remove
		your ~/.streamtuner directory before running
		streamtuner.

		A new mandatory theme button has been introduced: the
		record button. The corresponding images are named
		record.png and record-prelight.png.

		The plugin API has changed: older plugins are not
		compatible.
		
3. Installation instructions

	See the INSTALL file.