-
Notifications
You must be signed in to change notification settings - Fork 2
/
HPUX.Install
100 lines (69 loc) · 2.74 KB
/
HPUX.Install
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
99
Package name: xosd
Version number: 0.3.0
Original author: Spoonboy <[email protected]>
Original URL: http://www.ignavus.net/software.html
HP-UX URL: http://hpux.connect.org.uk/hppd/cgi-bin/search?package=&term=xosd-
Dependencies: audiofile esound glib gtk+ xmms
Install tree: /opt/xosd
Report bugs to: [email protected]
Tested on: HP 9000/780/C160 running HP-UX 11.00
C compiler used: Version A.11.01.21505.GP
Purpose:
Library to display text on your root window. It is unmanaged and shaped, so it
appears transparent. This gives the effect of an On Screen Display, like your
TV. The package also includes an xmms plugin, which automatically displays
various interesting things as they change, e.g. Song title, volume. The xmms
plugin does not build on 10.20.
Date archived: Wed 29 Nov 2000
-------------------------------------------------------------------------------
System:
======
HP-UX shin B.11.00 A 9000/780
URL:
====
Probably from Freshmeat. Yep:
http://freshmeat.net/appindex/X11/Utilities.html
HP Porting Changes:
===================
Configuration Files:
Makefile -> I'v mucked it about to produce what seem to be
sensible targets - two shared libs (one vanilla
and one with xmms support), and the demo(?),
depending what kind of HP OS your on.
I never figured out what osd_cat.o is/was used for.
Building:
=========
First unpack the software:
% gunzip -c pkg-version.tar.gz | tar -xvf -
Run "make" in the top level dir.
Use "make -n install" to check the defaults, then "make install"
You can build it on hpux 10.20 *without* the XMMS bits *IF* you
have GNU pthreads. Use my Makefile if you *LIKE* - Its a hack :)
Running:
========
Try the modified "testprog", (It puts up an HPUX Banner).
I cant say i'v tested the xmms plugin code with XMMS itself,
(how to??) and I still needed to link in libxosd.a to make
a binary test prog (see Makefile).
Comments:
=========
Exciting idea, but more hints from the Author urgently required.
The testprog is working fine.
Binary Package users: Compile $(prefix)/bin/testprog.c as usual
to get the demo (below).
##Makefile snippet ...
%.o: %.c
$(CC) -c -o $@ $< $(CFLAGS)
SOLFLAGS=-L/usr/X11R6/lib -lXext -lpthread -lXt -lX11
testprog: testprog.o
$(CC) -o $@ testprog.o $(SOLFLAGS) -lrt libxosd.a
##
Installed:
==========
By
-- [[email protected]]
On
-- [ 29/11/00 ]
©HPUX Porting and Archive Centre, Connect, Liverpool University.
__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/
__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/