File: README

package info (click to toggle)
gimp-gap 2.6.0%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 19,656 kB
  • ctags: 7,358
  • sloc: ansic: 119,801; sh: 3,890; makefile: 932; lisp: 97; pascal: 55
file content (39 lines) | stat: -rw-r--r-- 1,378 bytes parent folder | download | duplicates (7)
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
The libwawplay_client directory
contains copies of the client waveplay-1.4 clientcode parts 
but without the LessTif/MOTIF based gui stuff.
The sourcefiles with the wpc_ prefix are wrapper sources
(added by hof) to build the library and for conditional compile
respecting the -DGAP_DISABLE_WAV_AUDIOSUPPORT switch
without changing the original wavplay sourcecode parts.

The only change i did was replacing the deprecated usage of 
sys_errlist[errno] by g_strerror(errno)

gimp-gap optional uses this lib to act as client for waveplay-1.4
in the video Playback module. The audiosupport still depends on the
wavplay-1.4 serversoftware at runtime.
Therefore you need to install waveplay-1.4 if you have LINUX 
and want audiosupport at runtime.
For Compile and Link the wavplay-1.4 serversoftware is not required.
(even if compiled with audio support eg. without -DGAP_DISABLE_WAV_AUDIOSUPPORT)

If you run into trouble compiling libgapwavplayclient
you should run 
  autogen.sh --disable-audiosupport
at gimp-gap toplevel directory.


Notes:
- I dont know if wavplay will work on other Systems than Linux.

- Where to get the wavplay serversoftware:

                       Warren W. Gay VE3WWG
                         ve3wwg@home.com
                  http://members.home.net/ve3wwg

		    GNU GENERAL PUBLIC LICENSE
		       Version 2, June 1991

		        (See file COPYING)