View | Details | Raw Unified | Return to bug 61738
Collapse All | Expand All

(-)clanlib/Makefile (-73 / +29 lines)
Lines 2-98 Link Here
2
# Date created:				10 May 2000
2
# Date created:				10 May 2000
3
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
3
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
4
#
4
#
5
# $FreeBSD: ports/devel/clanlib/Makefile,v 1.11 2003/12/20 16:37:54 naddy Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	clanlib
8
PORTNAME=	clanlib
9
PORTVERSION=	0.7.5.2
9
PORTVERSION=	0.6.5.1
10
PORTREVISION=	1
10
PORTEPOCH=	1
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	http://clanlib.org/~sphair/download/
12
MASTER_SITES=	http://clanlib.org/~sphair/download/
13
DISTNAME=	ClanLib-${PORTVERSION:R}-${PORTVERSION:E}
13
DISTNAME=	ClanLib-${PORTVERSION:R}-${PORTVERSION:E}
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	jylefort@brutele.be
16
COMMENT=	Cross-platform game SDK
16
COMMENT=	Cross-platform game SDK
17
17
18
LIB_DEPENDS=	Hermes.1:${PORTSDIR}/graphics/Hermes \
18
LIB_DEPENDS=	Hermes:${PORTSDIR}/graphics/Hermes \
19
		jpeg.9:${PORTSDIR}/graphics/jpeg \
19
		jpeg:${PORTSDIR}/graphics/jpeg \
20
		png.5:${PORTSDIR}/graphics/png
20
		png:${PORTSDIR}/graphics/png \
21
		freetype:${PORTSDIR}/print/freetype2 \
22
		mikmod:${PORTSDIR}/audio/libmikmod \
23
		vorbis:${PORTSDIR}/audio/libvorbis
24
25
# conflicts with devel/clanlib-devel
26
CONFLICTS=	clanlib-0.7.*
21
27
22
WRKSRC=		${WRKDIR}/ClanLib-${PORTVERSION:R}
28
WRKSRC=		${WRKDIR}/ClanLib-${PORTVERSION:R}
23
29
24
USE_BZIP2=	yes
25
USE_PERL5_BUILD=	yes
26
USE_XLIB=	yes
30
USE_XLIB=	yes
27
USE_GNOME=	gnomehack gnometarget pkgconfig
31
USE_GL=		yes
32
GNU_CONFIGURE=	yes
28
USE_GMAKE=	yes
33
USE_GMAKE=	yes
29
USE_LIBTOOL=	yes
30
USE_REINPLACE=	yes
34
USE_REINPLACE=	yes
31
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
35
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
32
CONFIGURE_ARGS=	--disable-clanJavaScript --disable-docs
36
		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
37
CONFIGURE_ARGS=	--disable-directfb --disable-lua --disable-smalljpeg
33
INSTALLS_SHLIB=	yes
38
INSTALLS_SHLIB=	yes
34
39
35
CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
40
.if !defined(NOPORTDOCS)
36
LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
41
USE_PERL5_BUILD=	yes
37
42
ALL_TARGET=	all docs
38
.include <bsd.port.pre.mk>
43
INSTALL_TARGET=	install docs_install
39
40
.if ${OSVERSION} < 500032
41
BUILD_DEPENDS+=	${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
42
RUN_DEPENDS+=	${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
43
CPPFLAGS+=	-I${LOCALBASE}/include/stlport
44
LDFLAGS+=	-lstlport_gcc
45
CFLAGS+=	-O0
46
.endif
47
48
.if defined(WITHOUT_SDL)
49
CONFIGURE_ARGS+=	--disable-clanSDL
50
PLIST_SUB+=	SDL="@comment "
51
.else
52
USE_SDL=	yes
53
CONFIGURE_ARGS+=	--disable-sdltest
54
PLIST_SUB+=	SDL=""
55
.endif
56
57
.if defined(WITHOUT_OPENGL)
58
CONFIGURE_ARGS+=	--disable-clanGL
59
PLIST_SUB+=	OPENGL="@comment "
60
.else
61
USE_MESA=	yes
62
PLIST_SUB+=	OPENGL=""
63
.endif
64
65
.if defined(WITHOUT_MIKMOD)
66
CONFIGURE_ARGS+=	--disable-clanMikMod
67
PLIST_SUB+=	LIBMIKMOD="@comment "
68
.else
69
LIB_DEPENDS+=	mikmod.2:${PORTSDIR}/audio/libmikmod
70
PLIST_SUB+=	LIBMIKMOD=""
71
.endif
72
73
.if defined(WITHOUT_VORBIS)
74
CONFIGURE_ARGS+=	--disable-clanVorbis
75
PLIST_SUB+=	LIBVORBIS="@comment "
76
.else
77
LIB_DEPENDS+=	vorbis.3:${PORTSDIR}/audio/libvorbis
78
PLIST_SUB+=	LIBVORBIS=""
79
.endif
80
81
pre-everything::
82
	@${ECHO_MSG} "ClanLib has the following tunables option(s):"
83
	@${ECHO_MSG} ""
84
	@${ECHO_MSG} "	WITHOUT_SDL=yes		Turns off SDL support"
85
	@${ECHO_MSG} "	WITHOUT_OPENGL=yes	Turns off OpenGL support"
86
	@${ECHO_MSG} "	WITHOUT_MIKMOD=yes	Turns off libmikmod support"
87
	@${ECHO_MSG} "	WITHOUT_VORBIS=yes	Turns off libvorbis support"
88
	@${ECHO_MSG} ""
89
44
90
post-patch:
45
post-patch:
91
	@${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
46
	@${REINPLACE_CMD} -e 's|%%PERL%%|${PERL}|' \
92
		's|SDL/SDL|SDL|g'
47
		${WRKSRC}/Documentation/FAQ.theme \
93
	@${REINPLACE_CMD} -e 's|-lpthread||g' \
48
		${WRKSRC}/Documentation/Reference/pce2 \
94
		${WRKSRC}/Sources/Core/Makefile.in
49
		${WRKSRC}/Documentation/Utilities/transform.sh
95
	@${REINPLACE_CMD} -e 's|@perl_exec@|${PERL}|g' \
50
	@${REINPLACE_CMD} -e 's|@perl_exec@|${PERL}|' \
96
		${WRKSRC}/Documentation/Utilities/webbuilder.pl.in
51
		${WRKSRC}/Documentation/Utilities/webbuilder.pl.in
52
.endif
97
53
98
.include <bsd.port.post.mk>
54
.include <bsd.port.mk>
(-)clanlib/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ClanLib-0.7.5-2.tar.bz2) = 40f56ddae5e136d126e6066dc4b6ef1a
1
MD5 (ClanLib-0.6.5-1.tar.gz) = 7115921953ef6fa45102c28622493650
(-)clanlib/files/patch-Documentation::FAQ.theme (+8 lines)
Line 0 Link Here
1
--- Documentation/FAQ.theme.orig	Thu Jan 22 15:35:29 2004
2
+++ Documentation/FAQ.theme	Thu Jan 22 15:35:39 2004
3
@@ -1,3 +1,5 @@
4
+#! %%PERL%%
5
+
6
 #
7
 # ClanSoft Documentation: FAQ theme,
8
 # Copyright (c) 1999 by Magnus Norddahl / ClanSoft & Kenneth Gangstoe.
(-)clanlib/files/patch-Documentation::Makefile.in (+28 lines)
Line 0 Link Here
1
--- Documentation/Makefile.in.orig	Thu Jan 22 15:34:28 2004
2
+++ Documentation/Makefile.in	Thu Jan 22 15:51:08 2004
3
@@ -1,6 +1,4 @@
4
-prefix=@prefix@/share/
5
-
6
-HTML_PREFIX = $(prefix)/doc/ClanLib-docs-@version_minor@/Documentation
7
+HTML_PREFIX = @prefix@/share/doc/clanlib
8
 
9
 all: faq
10
 	Utilities/webbuilder.pl documentation.theme index.xml
11
@@ -10,14 +8,15 @@
12
 #	cd Tutorial; make
13
 
14
 faq:
15
-	perl FAQ.theme
16
+	chmod +x FAQ.theme
17
+	./FAQ.theme
18
 
19
 install:
20
 	@install -d $(HTML_PREFIX)
21
 	@install -d $(HTML_PREFIX)/Images
22
 	@install -m 0644 Images/*.gif $(HTML_PREFIX)/Images
23
 	@install -m 0644 *.html $(HTML_PREFIX)
24
-	
25
+
26
 #	cd Reference; make man_install
27
 	cd Reference; make html_install
28
 	cd Overview; make install
(-)clanlib/files/patch-Documentation::Overview::Makefile.in (+18 lines)
Line 0 Link Here
1
--- Documentation/Overview/Makefile.in.orig	Thu Jan 22 14:53:10 2004
2
+++ Documentation/Overview/Makefile.in	Thu Jan 22 14:53:33 2004
3
@@ -1,6 +1,4 @@
4
-prefix=@prefix@/share
5
-
6
-HTML_PREFIX = $(prefix)/doc/ClanLib-docs-@version_minor@/Documentation
7
+HTML_PREFIX = @prefix@/share/doc/clanlib
8
 
9
 all:	index.html
10
 
11
@@ -26,6 +24,6 @@
12
 	@install -m 0644 Images/*.png $(HTML_PREFIX)/Overview/Images
13
 distclean: clean
14
 	rm Makefile
15
-	
16
+
17
 clean:
18
 	rm -f *.html
(-)clanlib/files/patch-Documentation::Reference::Makefile.in (+27 lines)
Line 0 Link Here
1
--- Documentation/Reference/Makefile.in.orig	Thu Jan 22 14:52:33 2004
2
+++ Documentation/Reference/Makefile.in	Thu Jan 22 15:11:07 2004
3
@@ -1,13 +1,11 @@
4
-
5
-prefix=@prefix@/share
6
-HTML_PREFIX = $(prefix)/doc/ClanLib-docs-@version_minor@/Documentation
7
+HTML_PREFIX = @prefix@/share/doc/clanlib
8
 
9
 all:	html
10
 
11
 html:
12
 	@echo 'Type "make html_install" to install the html reference pages.'
13
 	if [ ! -d html ]; then mkdir html; fi
14
-	chmod +x ./pce2
15
+	chmod +xg-s ./pce2
16
 	find ../../Sources/API -name '*.h' | xargs ./pce2
17
 
18
 html_install:
19
@@ -20,7 +18,7 @@
20
 
21
 distclean: clean
22
 	rm -f Makefile
23
-	
24
+
25
 clean:
26
 	rm -rf html
27
 
(-)clanlib/files/patch-Documentation::Reference::pce2 (+8 lines)
Line 0 Link Here
1
--- Documentation/Reference/pce2.orig	Thu Jan 22 15:38:17 2004
2
+++ Documentation/Reference/pce2	Thu Jan 22 15:38:24 2004
3
@@ -1,4 +1,4 @@
4
-#!/usr/bin/perl
5
+#! %%PERL%%
6
 
7
 #  PCE2 - Perl C++ Extractor version 2
8
 #  Copyright 2000-1999, Karl Nelson  <kenelson@users.sourceforge.net>
(-)clanlib/files/patch-Documentation::Utilities::transform.sh (+11 lines)
Line 0 Link Here
1
--- Documentation/Utilities/transform.sh.orig	Thu Jan 22 15:42:03 2004
2
+++ Documentation/Utilities/transform.sh	Thu Jan 22 15:42:08 2004
3
@@ -3,7 +3,7 @@
4
 # user-annotation capability.
5
 
6
 DIRS=$@
7
-EFED="perl Utilities/efed.pl"
8
+EFED="%%PERL%% Utilities/efed.pl"
9
 
10
 for d in $DIRS; do
11
   if test -d $d; then
(-)clanlib/files/patch-Setup::Unix::Makefile.app.in (+11 lines)
Line 0 Link Here
1
--- Setup/Unix/Makefile.app.in.orig	Thu Jan 22 13:13:26 2004
2
+++ Setup/Unix/Makefile.app.in	Thu Jan 22 13:13:40 2004
3
@@ -19,7 +19,7 @@
4
 
5
 Libs/libclanApp.so: Libs/libclanCore.so $(OBJF_LIB_App)
6
 	@echo "Building Libs/libclanApp.so"
7
-	@$(LINK_COMMAND) -Wl,-soname=libclanApp.so.$(D_VERSION_MAJOR) -o Libs/libclanApp.so.$(D_VERSION_MINOR) $(OBJF_LIB_App) -L Libs -lclanCore
8
+	@$(LINK_COMMAND) -Wl,-soname=libclanApp.so.$(D_VERSION_MAJOR) -o Libs/libclanApp.so.$(D_VERSION_MINOR) $(OBJF_LIB_App) @LDFLAGS@ -L Libs -lclanCore
9
 	@ln -s -f libclanApp.so.$(D_VERSION_MINOR) Libs/libclanApp.so.$(D_VERSION_MAJOR)
10
 	@ln -s -f libclanApp.so.$(D_VERSION_MAJOR) Libs/libclanApp.so
11
 
(-)clanlib/files/patch-Setup::Unix::Makefile.core.in (+11 lines)
Line 0 Link Here
1
--- Setup/Unix/Makefile.core.in.orig	Thu Jan 22 13:14:35 2004
2
+++ Setup/Unix/Makefile.core.in	Thu Jan 22 13:14:49 2004
3
@@ -88,7 +88,7 @@
4
 
5
 OBJF_CORE_ALL = $(OBJF_CORE_GENERIC) $(OBJF_CORE_UNIX) $(OBJF_CORE_INTEL_ASM)
6
 
7
-LINK_CORE = @LIBS@
8
+LINK_CORE = @LIBS@ @LDFLAGS@
9
 
10
 Libs/libclanCore.so: $(OBJF_CORE_ALL)
11
 	@echo "Building Libs/libclanCore.so"
(-)clanlib/files/patch-Setup::Unix::Makefile.display.in (+11 lines)
Line 0 Link Here
1
--- Setup/Unix/Makefile.display.in.orig	Thu Jan 22 08:27:39 2004
2
+++ Setup/Unix/Makefile.display.in	Thu Jan 22 08:27:53 2004
3
@@ -114,7 +114,7 @@
4
 
5
 # $(OBJF_DISP_X11) $(OBJF_DISP_FBDEV)
6
 
7
-LINK_DISP = -L Libs -lclanCore @x_libraries@ -lHermes @directfb_libs@
8
+LINK_DISP = @LDFLAGS@ -L Libs -lclanCore @x_libraries@ -lHermes @directfb_libs@
9
 
10
 Libs/libclanDisplay.so: Libs/libclanCore.so $(OBJF_DISP_ALL)
11
 	@echo "Building Libs/libclanDisplay.so"
(-)clanlib/files/patch-Setup::Unix::Makefile.gl.in (+11 lines)
Line 0 Link Here
1
--- Setup/Unix/Makefile.gl.in.orig	Thu Jan 22 13:21:16 2004
2
+++ Setup/Unix/Makefile.gl.in	Thu Jan 22 13:21:32 2004
3
@@ -25,7 +25,7 @@
4
 
5
 Libs/libclanGL.so: Libs/libclanCore.so $(OBJF_LIB_GL)
6
 	@echo "Building Libs/libclanGL.so"
7
-	@$(LINK_COMMAND) -Wl,-soname=libclanGL.so.$(D_VERSION_MAJOR) -o Libs/libclanGL.so.$(D_VERSION_MINOR) $(OBJF_LIB_GL) -L Libs -lclanDisplay -lGL -lGLU @x_libraries@  
8
+	@$(LINK_COMMAND) -Wl,-soname=libclanGL.so.$(D_VERSION_MAJOR) -o Libs/libclanGL.so.$(D_VERSION_MINOR) $(OBJF_LIB_GL) @LDFLAGS@ -L Libs -lclanDisplay -lGL -lGLU @x_libraries@  
9
 	@ln -s -f libclanGL.so.$(D_VERSION_MINOR) Libs/libclanGL.so.$(D_VERSION_MAJOR)
10
 	@ln -s -f libclanGL.so.$(D_VERSION_MAJOR) Libs/libclanGL.so
11
 
(-)clanlib/files/patch-Setup::Unix::Makefile.gui.in (+11 lines)
Line 0 Link Here
1
--- Setup/Unix/Makefile.gui.in.orig	Thu Jan 22 13:21:41 2004
2
+++ Setup/Unix/Makefile.gui.in	Thu Jan 22 13:21:53 2004
3
@@ -84,7 +84,7 @@
4
 
5
 Libs/libclanGUI.so: Libs/libclanCore.so $(OBJF_LIB_GUI)
6
 	@echo "Building Libs/libclanGUI.so"
7
-	@$(LINK_COMMAND) -Wl,-soname=libclanGUI.so.$(D_VERSION_MAJOR) -o Libs/libclanGUI.so.$(D_VERSION_MINOR) $(OBJF_LIB_GUI) -L Libs -lclanCore
8
+	@$(LINK_COMMAND) -Wl,-soname=libclanGUI.so.$(D_VERSION_MAJOR) -o Libs/libclanGUI.so.$(D_VERSION_MINOR) $(OBJF_LIB_GUI) @LDFLAGS@ -L Libs -lclanCore
9
 	@ln -s -f libclanGUI.so.$(D_VERSION_MINOR) Libs/libclanGUI.so.$(D_VERSION_MAJOR)
10
 	@ln -s -f libclanGUI.so.$(D_VERSION_MAJOR) Libs/libclanGUI.so	
11
 
(-)clanlib/files/patch-Setup::Unix::Makefile.jpeg.in (+11 lines)
Line 0 Link Here
1
--- Setup/Unix/Makefile.jpeg.in.orig	Thu Jan 22 08:28:53 2004
2
+++ Setup/Unix/Makefile.jpeg.in	Thu Jan 22 08:29:02 2004
3
@@ -21,7 +21,7 @@
4
 
5
 Libs/libclanJPEG.so: Libs/libclanCore.so $(OBJF_LIB_JPEG)
6
 	@echo "Building Libs/libclanJPEG.so"
7
-	@$(LINK_COMMAND) -Wl,-soname=libclanJPEG.so.$(D_VERSION_MAJOR) -o Libs/libclanJPEG.so.$(D_VERSION_MINOR) $(OBJF_LIB_JPEG) -L Libs -lclanCore -ljpeg
8
+	@$(LINK_COMMAND) -Wl,-soname=libclanJPEG.so.$(D_VERSION_MAJOR) -o Libs/libclanJPEG.so.$(D_VERSION_MINOR) $(OBJF_LIB_JPEG) @LDFLAGS@ -L Libs -lclanCore -ljpeg
9
 	@ln -s -f libclanJPEG.so.$(D_VERSION_MINOR) Libs/libclanJPEG.so.$(D_VERSION_MAJOR)
10
 	@ln -s -f libclanJPEG.so.$(D_VERSION_MAJOR) Libs/libclanJPEG.so
11
 
(-)clanlib/files/patch-Setup::Unix::Makefile.mikmod.in (+11 lines)
Line 0 Link Here
1
--- Setup/Unix/Makefile.mikmod.in.orig	Thu Jan 22 08:28:13 2004
2
+++ Setup/Unix/Makefile.mikmod.in	Thu Jan 22 08:28:30 2004
3
@@ -22,7 +22,7 @@
4
 
5
 Libs/libclanMikMod.so: Libs/libclanCore.so $(OBJF_LIB_MIKMOD)
6
 	@echo "Building Libs/libclanMikMod.so"
7
-	@$(LINK_COMMAND) -Wl,-soname=libclanMikMod.so.$(D_VERSION_MAJOR) -o Libs/libclanMikMod.so.$(D_VERSION_MINOR) $(OBJF_LIB_MIKMOD) -L Libs -lclanCore -lmikmod
8
+	@$(LINK_COMMAND) -Wl,-soname=libclanMikMod.so.$(D_VERSION_MAJOR) -o Libs/libclanMikMod.so.$(D_VERSION_MINOR) $(OBJF_LIB_MIKMOD) @LDFLAGS@ -L Libs -lclanCore -lmikmod
9
 	@ln -s -f libclanMikMod.so.$(D_VERSION_MINOR) Libs/libclanMikMod.so.$(D_VERSION_MAJOR)
10
 	@ln -s -f libclanMikMod.so.$(D_VERSION_MAJOR) Libs/libclanMikMod.so
11
 
(-)clanlib/files/patch-Setup::Unix::Makefile.network.in (+11 lines)
Line 0 Link Here
1
--- Setup/Unix/Makefile.network.in.orig	Thu Jan 22 13:24:24 2004
2
+++ Setup/Unix/Makefile.network.in	Thu Jan 22 13:24:33 2004
3
@@ -52,7 +52,7 @@
4
 
5
 Libs/libclanNetwork.so: Libs/libclanCore.so $(OBJF_LIB_NETWORK)
6
 	@echo "Building Libs/libclanNetwork.so"
7
-	@$(LINK_COMMAND) -Wl,-soname=libclanNetwork.so.$(D_VERSION_MAJOR) -o Libs/libclanNetwork.so.$(D_VERSION_MINOR) $(OBJF_LIB_NETWORK) -L Libs -lclanCore
8
+	@$(LINK_COMMAND) -Wl,-soname=libclanNetwork.so.$(D_VERSION_MAJOR) -o Libs/libclanNetwork.so.$(D_VERSION_MINOR) $(OBJF_LIB_NETWORK) @LDFLAGS@ -L Libs -lclanCore
9
 	@ln -s -f libclanNetwork.so.$(D_VERSION_MINOR) Libs/libclanNetwork.so.$(D_VERSION_MAJOR)
10
 	@ln -s -f libclanNetwork.so.$(D_VERSION_MAJOR) Libs/libclanNetwork.so
11
 
(-)clanlib/files/patch-Setup::Unix::Makefile.png.in (+11 lines)
Line 0 Link Here
1
--- Setup/Unix/Makefile.png.in.orig	Thu Jan 22 08:28:36 2004
2
+++ Setup/Unix/Makefile.png.in	Thu Jan 22 08:28:47 2004
3
@@ -20,7 +20,7 @@
4
 
5
 Libs/libclanPNG.so: Libs/libclanCore.so $(OBJF_LIB_PNG)
6
 	@echo "Building Libs/libclanPNG.so"
7
-	@$(LINK_COMMAND) -Wl,-soname=libclanPNG.so.$(D_VERSION_MAJOR) -o Libs/libclanPNG.so.$(D_VERSION_MINOR) $(OBJF_LIB_PNG) -L Libs -lclanCore -lpng
8
+	@$(LINK_COMMAND) -Wl,-soname=libclanPNG.so.$(D_VERSION_MAJOR) -o Libs/libclanPNG.so.$(D_VERSION_MINOR) $(OBJF_LIB_PNG) @LDFLAGS@ -L Libs -lclanCore -lpng
9
 	@ln -s -f libclanPNG.so.$(D_VERSION_MINOR) Libs/libclanPNG.so.$(D_VERSION_MAJOR)
10
 	@ln -s -f libclanPNG.so.$(D_VERSION_MAJOR) Libs/libclanPNG.so
11
 
(-)clanlib/files/patch-Setup::Unix::Makefile.sound.in (+11 lines)
Line 0 Link Here
1
--- Setup/Unix/Makefile.sound.in.orig	Thu Jan 22 13:24:58 2004
2
+++ Setup/Unix/Makefile.sound.in	Thu Jan 22 13:25:09 2004
3
@@ -51,7 +51,7 @@
4
 
5
 Libs/libclanSound.so: Libs/libclanCore.so $(OBJF_SOUND_ALL)
6
 	@echo "Building Libs/libclanSound.so"
7
-	@$(LINK_COMMAND) -Wl,-soname=libclanSound.so.$(D_VERSION_MAJOR) -o Libs/libclanSound.so.$(D_VERSION_MINOR) $(OBJF_SOUND_ALL) -L Libs -lclanCore
8
+	@$(LINK_COMMAND) -Wl,-soname=libclanSound.so.$(D_VERSION_MAJOR) -o Libs/libclanSound.so.$(D_VERSION_MINOR) $(OBJF_SOUND_ALL) @LDFLAGS@ -L Libs -lclanCore
9
 	@ln -s -f libclanSound.so.$(D_VERSION_MINOR) Libs/libclanSound.so.$(D_VERSION_MAJOR)
10
 	@ln -s -f libclanSound.so.$(D_VERSION_MAJOR) Libs/libclanSound.so
11
 
(-)clanlib/files/patch-Setup::Unix::Makefile.ttf.in (+11 lines)
Line 0 Link Here
1
--- Setup/Unix/Makefile.ttf.in.orig	Thu Jan 22 08:54:07 2004
2
+++ Setup/Unix/Makefile.ttf.in	Thu Jan 22 08:54:25 2004
3
@@ -22,7 +22,7 @@
4
 
5
 Libs/libclanTTF.so: Libs/libclanCore.so $(OBJF_LIB_TTF)
6
 	@echo "Building Libs/libclanTTF.so"
7
-	@$(LINK_COMMAND) -Wl,-soname=libclanTTF.so.$(D_VERSION_MAJOR) -o Libs/libclanTTF.so.$(D_VERSION_MINOR) $(OBJF_LIB_TTF) -L Libs -lclanCore -lfreetype
8
+	@$(LINK_COMMAND) -Wl,-soname=libclanTTF.so.$(D_VERSION_MAJOR) -o Libs/libclanTTF.so.$(D_VERSION_MINOR) $(OBJF_LIB_TTF) @LDFLAGS@ -L Libs -lclanCore -lfreetype
9
 	@ln -s -f libclanTTF.so.$(D_VERSION_MINOR) Libs/libclanTTF.so.$(D_VERSION_MAJOR)
10
 	@ln -s -f libclanTTF.so.$(D_VERSION_MAJOR) Libs/libclanTTF.so
11
 
(-)clanlib/files/patch-Setup::Unix::Makefile.vorbis.in (+11 lines)
Line 0 Link Here
1
--- Setup/Unix/Makefile.vorbis.in.orig	Thu Jan 22 08:29:25 2004
2
+++ Setup/Unix/Makefile.vorbis.in	Thu Jan 22 08:29:36 2004
3
@@ -20,7 +20,7 @@
4
 
5
 Libs/libclanVorbis.so: Libs/libclanCore.so $(OBJF_LIB_VORBIS)
6
 	@echo "Building Libs/libclanVorbis.so"
7
-	@$(LINK_COMMAND) -Wl,-soname=libclanVorbis.so.$(D_VERSION_MAJOR) -o Libs/libclanVorbis.so.$(D_VERSION_MINOR) $(OBJF_LIB_VORBIS) -L Libs -lclanCore -lvorbis
8
+	@$(LINK_COMMAND) -Wl,-soname=libclanVorbis.so.$(D_VERSION_MAJOR) -o Libs/libclanVorbis.so.$(D_VERSION_MINOR) $(OBJF_LIB_VORBIS) @LDFLAGS@ -L Libs -lclanCore -lvorbis
9
 	@ln -s -f libclanVorbis.so.$(D_VERSION_MINOR) Libs/libclanVorbis.so.$(D_VERSION_MAJOR)
10
 	@ln -s -f libclanVorbis.so.$(D_VERSION_MAJOR) Libs/libclanVorbis.so	
11
 
(-)clanlib/files/patch-Sources::API::Core::System::clanstring.h (+11 lines)
Line 0 Link Here
1
--- Sources/API/Core/System/clanstring.h.orig	Thu Jan 22 13:11:58 2004
2
+++ Sources/API/Core/System/clanstring.h	Thu Jan 22 13:12:12 2004
3
@@ -39,7 +39,7 @@
4
 #include <extras.h>
5
 #endif
6
 
7
-#ifdef __MACOS__
8
+#if defined(__MACOS__) || defined(__FreeBSD__)
9
 #include <cctype>
10
 #define NEED_FCVT
11
 #endif
(-)clanlib/files/patch-Sources::GL::GLX::displaycard_glx.cpp (+12 lines)
Line 0 Link Here
1
--- Sources/GL/GLX/displaycard_glx.cpp.orig	Thu Jan 22 14:15:47 2004
2
+++ Sources/GL/GLX/displaycard_glx.cpp	Thu Jan 22 14:26:58 2004
3
@@ -14,6 +14,9 @@
4
 
5
 #ifdef USE_OPENGL
6
 
7
+#define GLX_GLXEXT_PROTOTYPES
8
+#include <GL/glx.h>
9
+
10
 #include <X11/Xlib.h>
11
 #include <X11/Xutil.h>
12
 #include <X11/cursorfont.h>
(-)clanlib/files/patch-Sources::Network::Generic::browse_client_generic.cpp (+10 lines)
Line 0 Link Here
1
--- Sources/Network/Generic/browse_client_generic.cpp.orig	Thu Jan 22 08:20:26 2004
2
+++ Sources/Network/Generic/browse_client_generic.cpp	Thu Jan 22 08:20:37 2004
3
@@ -17,6 +17,7 @@
4
 #pragma warning (disable:4355)
5
 #include <winsock2.h> // needed for ntohl and ntohs
6
 #else
7
+#include <sys/types.h>
8
 #include <netinet/in.h>
9
 #endif
10
 
(-)clanlib/files/patch-Sources::Network::Generic::ip_address.cpp (+10 lines)
Line 0 Link Here
1
--- Sources/Network/Generic/ip_address.cpp.orig	Thu Jan 22 08:22:51 2004
2
+++ Sources/Network/Generic/ip_address.cpp	Thu Jan 22 08:23:01 2004
3
@@ -15,6 +15,7 @@
4
 #include "API/Core/System/error.h"
5
 
6
 #ifndef WIN32
7
+	#include <sys/types.h>
8
 	#include <sys/socket.h>
9
 	#include <netinet/in.h>
10
 	#include <arpa/inet.h>
(-)clanlib/files/patch-Sources::Network::Generic::netcomputer.cpp (+10 lines)
Line 0 Link Here
1
--- Sources/Network/Generic/netcomputer.cpp.orig	Thu Jan 22 08:19:24 2004
2
+++ Sources/Network/Generic/netcomputer.cpp	Thu Jan 22 08:20:01 2004
3
@@ -19,6 +19,7 @@
4
 #ifdef WIN32
5
 #include <winsock2.h>
6
 #else
7
+#include <sys/types.h>
8
 #include <netinet/in.h>
9
 #endif
10
 
(-)clanlib/files/patch-Sources::Network::Generic::socket_generic.h (+10 lines)
Line 0 Link Here
1
--- Sources/Network/Generic/socket_generic.h.orig	Thu Jan 22 08:21:55 2004
2
+++ Sources/Network/Generic/socket_generic.h	Thu Jan 22 08:22:06 2004
3
@@ -21,6 +21,7 @@
4
 #include <stack>
5
 
6
 #ifndef WIN32
7
+	#include <sys/types.h>
8
 	#include <sys/socket.h>
9
 	#include <netinet/in.h>
10
 	#include <arpa/inet.h>
(-)clanlib/files/patch-Sources::Sound::Sound::ClanSound::cdaudio_linux.cpp (+31 lines)
Line 0 Link Here
1
--- Sources/Sound/Sound/ClanSound/cdaudio_linux.cpp.orig	Thu Jan 22 13:48:18 2004
2
+++ Sources/Sound/Sound/ClanSound/cdaudio_linux.cpp	Thu Jan 22 14:02:41 2004
3
@@ -293,7 +293,7 @@
4
 {
5
 	#ifdef __FreeBSD__
6
 	ioc_read_subchannel sub_channel; 
7
-	cd_sub_channel_header subinfo;
8
+	cd_sub_channel_info subinfo;
9
 
10
 	sub_channel.data_len = sizeof(subinfo);
11
 	sub_channel.data = &subinfo;	
12
@@ -310,7 +310,7 @@
13
 #ifdef __FreeBSD__
14
 	if(!ioctl(file_handle,CDIOCREADSUBCHANNEL, &sub_channel))
15
 	{
16
-		if(subinfo.audio_status == CD_AS_PLAY_IN_PROGRESS)
17
+		if(subinfo.header.audio_status == CD_AS_PLAY_IN_PROGRESS)
18
 			return true;
19
 		else
20
 			return false;
21
@@ -562,8 +562,8 @@
22
 	        return false;
23
 	    
24
 #ifdef __FreeBSD__
25
-			track.start_lba = cur_track_info.entry.addr.lba
26
-			track.track_length = next_track_info.entry.data_len;
27
+	    track.start_lba = cur_track_info.entry.addr.lba;
28
+	    track.track_length = next_track_info.entry.addr.lba - cur_track_info.entry.addr.lba;
29
 #else
30
 	    track.start_lba = cur_track_info.cdte_addr.lba;
31
 	    track.track_length = next_track_info.cdte_addr.lba - cur_track_info.cdte_addr.lba;
(-)clanlib/files/patch-Sources::Sound::Sound::ClanSound::oss.cpp (+17 lines)
Line 0 Link Here
1
--- Sources/Sound/Sound/ClanSound/oss.cpp.orig	Thu Jan 22 13:09:00 2004
2
+++ Sources/Sound/Sound/ClanSound/oss.cpp	Thu Jan 22 13:10:07 2004
3
@@ -28,6 +28,14 @@
4
 #include "API/Core/System/system.h"
5
 #include <Sound/Sound/ClanSound/oss.h>
6
 
7
+#ifndef AFMT_S16_NE
8
+#if defined(BYTE_ORDER) && (BYTE_ORDER == BIG_ENDIAN)
9
+#define AFMT_S16_NE AFMT_S16_BE
10
+#else
11
+#define AFMT_S16_NE AFMT_S16_LE
12
+#endif
13
+#endif
14
+
15
 // If USE_DRIVER_FRAGSIZE is defined, we use the fragsize (and number of them)
16
 // used by the soundcard driver. This is not as efficient as using our own
17
 // settings - mainly provided for debugging.
(-)clanlib/files/patch-configure (-9 / +10 lines)
Lines 1-10 Link Here
1
--- configure.orig	Sun Sep  7 22:30:57 2003
1
--- configure.orig	Thu Jan 22 13:18:03 2004
2
+++ configure	Mon Sep  8 02:32:28 2003
2
+++ configure	Thu Jan 22 13:20:49 2004
3
@@ -18545,6 +18545,7 @@
3
@@ -3375,7 +3375,7 @@
4
   fi
4
 
5
 
5
 # This can be used to rebuild libtool when needed
6
   OLDLIBS="$LIBS"
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
-  LIBS="$x_libraries -lGL -lGLU -lpthread -lGL"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
+  LIBS="$x_libraries -lGL -lGLU -lGL"
8
 
9
   echo "$as_me:$LINENO: checking for GL" >&5
9
 # Always use our own libtool.
10
 echo $ECHO_N "checking for GL... $ECHO_C" >&6
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
11
   if test "$cross_compiling" = yes; then
(-)clanlib/files/patch-inputbox.cpp (-10 lines)
Lines 1-10 Link Here
1
--- Sources/GUI/inputbox.cpp.orig	Tue Oct 21 03:51:39 2003
2
+++ Sources/GUI/inputbox.cpp	Tue Oct 21 04:05:08 2003
3
@@ -21,6 +21,7 @@
4
 */
5
 
6
 #include "precomp.h"
7
+#include <cstdio>
8
 #include "API/Core/XML/dom_element.h"
9
 #include "API/GUI/inputbox.h"
10
 #include "API/GUI/stylemanager.h"
(-)clanlib/files/patch-mutex_pthread.cpp (-23 lines)
Lines 1-23 Link Here
1
--- Sources/Core/System/Unix/mutex_pthread.cpp.orig	Sat Sep  6 05:33:06 2003
2
+++ Sources/Core/System/Unix/mutex_pthread.cpp	Mon Sep  8 05:08:56 2003
3
@@ -32,11 +32,7 @@
4
 // suck:
5
 extern "C"
6
 {
7
-#ifdef __FreeBSD__
8
-	int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int kind);
9
-#else
10
 	int pthread_mutexattr_setkind_np(pthread_mutexattr_t *attr, int kind);
11
-#endif
12
 }
13
 
14
 CL_Mutex *CL_Mutex::create()
15
@@ -59,7 +55,7 @@
16
 #  define PTHREAD_MUTEX_RECURSIVE_NP
17
 #endif
18
 
19
-#ifdef PTHREAD_MUTEX_RECURSIVE_NP
20
+#ifndef PTHREAD_MUTEX_RECURSIVE_NP
21
 // FreeBSD & cygwin
22
 	pthread_mutexattr_setkind_np(&attr, PTHREAD_MUTEX_RECURSIVE);
23
 #else
(-)clanlib/files/patch-socket.cpp (-11 lines)
Lines 1-11 Link Here
1
--- Sources/Network/Socket/socket.cpp.orig	Thu Sep 11 18:42:36 2003
2
+++ Sources/Network/Socket/socket.cpp	Sat Sep 20 12:15:04 2003
3
@@ -25,6 +25,8 @@
4
 #else
5
 #include <unistd.h>
6
 #include <fcntl.h>
7
+#include <sys/types.h>
8
+#include <sys/socket.h>
9
 #include <netinet/tcp.h>
10
 #include <net/if.h>    // needed for struct ifreq and struct ifconf
11
 #include <sys/ioctl.h> // needed for ioctl ( on linux and bsd )
(-)clanlib/files/patch-soundoutput_oss.cpp (-17 lines)
Lines 1-17 Link Here
1
--- Sources/Sound/Unix/soundoutput_oss.cpp.orig	Fri Aug 22 19:32:54 2003
2
+++ Sources/Sound/Unix/soundoutput_oss.cpp	Mon Sep  8 01:45:46 2003
3
@@ -34,6 +34,14 @@
4
 #include <sys/select.h>
5
 #endif
6
 
7
+#if !defined(AFMT_S16_NE)
8
+#if defined(BYTE_ORDER) && (BYTE_ORDER == BIG_ENDIAN)
9
+#define AFMT_S16_NE AFMT_S16_BE
10
+#else
11
+#define AFMT_S16_NE AFMT_S16_LE
12
+#endif
13
+#endif
14
+
15
 /////////////////////////////////////////////////////////////////////////////
16
 // CL_SoundOutput_OSS construction:
17
 
(-)clanlib/files/patch-soundprovider_recorder_oss.cpp (-16 lines)
Lines 1-16 Link Here
1
--- Sources/Sound/SoundProviders/Unix/soundprovider_recorder_oss.cpp.orig	Tue Sep 23 07:15:13 2003
2
+++ Sources/Sound/SoundProviders/Unix/soundprovider_recorder_oss.cpp	Tue Oct 21 02:52:21 2003
3
@@ -34,6 +34,13 @@
4
 #include <sys/select.h>
5
 #endif
6
 
7
+#if !defined(AFMT_S16_NE)
8
+#if defined(BYTE_ORDER) && (BYTE_ORDER == BIG_ENDIAN)
9
+#define AFMT_S16_NE AFMT_S16_BE
10
+#else
11
+#define AFMT_S16_NE AFMT_S16_LE
12
+#endif
13
+#endif
14
 
15
 /////////////////////////////////////////////////////////////////////////////
16
 // CL_SoundProvider_Recorder_OSS_Session construction:
(-)clanlib/files/patch-thread_pthread.cpp (-9 lines)
Lines 1-9 Link Here
1
--- Sources/Core/System/Unix/thread_pthread.cpp.orig	Thu Oct  9 02:43:49 2003
2
+++ Sources/Core/System/Unix/thread_pthread.cpp	Tue Oct 21 01:22:12 2003
3
@@ -158,5 +158,5 @@
4
 
5
 int CL_Thread::get_current_id()
6
 {
7
-	return pthread_self();
8
+	return (int)pthread_self();
9
 }
(-)clanlib/pkg-plist (-350 / +541 lines)
Lines 1-362 Link Here
1
include/ClanLib-0.7/ClanLib/Application/clanapp.h
1
bin/clanlib-config
2
include/ClanLib-0.7/ClanLib/Core/IOData/cl_endian.h
2
include/ClanLib/Application/clanapp.h
3
include/ClanLib-0.7/ClanLib/Core/IOData/datatypes.h
3
include/ClanLib/Core/IOData/cl_endian.h
4
include/ClanLib-0.7/ClanLib/Core/IOData/directory.h
4
include/ClanLib/Core/IOData/directory_scanner.h
5
include/ClanLib-0.7/ClanLib/Core/IOData/directory_scanner.h
5
include/ClanLib/Core/IOData/inputsource.h
6
include/ClanLib-0.7/ClanLib/Core/IOData/inputsource.h
6
include/ClanLib/Core/IOData/inputsource_file.h
7
include/ClanLib-0.7/ClanLib/Core/IOData/inputsource_file.h
7
include/ClanLib/Core/IOData/inputsource_memory.h
8
include/ClanLib-0.7/ClanLib/Core/IOData/inputsource_memory.h
8
include/ClanLib/Core/IOData/inputsource_provider.h
9
include/ClanLib-0.7/ClanLib/Core/IOData/inputsource_provider.h
9
include/ClanLib/Core/IOData/inputsource_provider_file.h
10
include/ClanLib-0.7/ClanLib/Core/IOData/inputsource_provider_file.h
10
include/ClanLib/Core/IOData/inputsource_zipped.h
11
include/ClanLib-0.7/ClanLib/Core/IOData/inputsource_zipped.h
11
include/ClanLib/Core/IOData/outputsource.h
12
include/ClanLib-0.7/ClanLib/Core/IOData/outputsource.h
12
include/ClanLib/Core/IOData/outputsource_file.h
13
include/ClanLib-0.7/ClanLib/Core/IOData/outputsource_file.h
13
include/ClanLib/Core/IOData/outputsource_memory.h
14
include/ClanLib-0.7/ClanLib/Core/IOData/outputsource_memory.h
14
include/ClanLib/Core/IOData/outputsource_provider.h
15
include/ClanLib-0.7/ClanLib/Core/IOData/outputsource_provider.h
15
include/ClanLib/Core/IOData/outputsource_zipped.h
16
include/ClanLib-0.7/ClanLib/Core/IOData/outputsource_zipped.h
16
include/ClanLib/Core/Math/bezier.h
17
include/ClanLib-0.7/ClanLib/Core/IOData/zip_archive.h
17
include/ClanLib/Core/Math/cl_vector.h
18
include/ClanLib-0.7/ClanLib/Core/IOData/zip_file_entry.h
18
include/ClanLib/Core/Math/math.h
19
include/ClanLib-0.7/ClanLib/Core/Math/cl_vector.h
19
include/ClanLib/Core/Math/point.h
20
include/ClanLib-0.7/ClanLib/Core/Math/math.h
20
include/ClanLib/Core/Math/rect.h
21
include/ClanLib-0.7/ClanLib/Core/Math/origin.h
21
include/ClanLib/Core/Math/size.h
22
include/ClanLib-0.7/ClanLib/Core/Math/point.h
22
include/ClanLib/Core/Math/vector2.h
23
include/ClanLib-0.7/ClanLib/Core/Math/rect.h
23
include/ClanLib/Core/Math/vector2.inl
24
include/ClanLib-0.7/ClanLib/Core/Math/size.h
24
include/ClanLib/Core/Resources/datafile_compiler.h
25
include/ClanLib-0.7/ClanLib/Core/Math/vector2.h
25
include/ClanLib/Core/Resources/resource.h
26
include/ClanLib-0.7/ClanLib/Core/Math/vector2.inl
26
include/ClanLib/Core/Resources/resource_manager.h
27
include/ClanLib-0.7/ClanLib/Core/Resources/resource.h
27
include/ClanLib/Core/Resources/resourcedata.h
28
include/ClanLib-0.7/ClanLib/Core/Resources/resource_manager.h
28
include/ClanLib/Core/Resources/resourceoption.h
29
include/ClanLib-0.7/ClanLib/Core/Resources/resourcedata.h
29
include/ClanLib/Core/Resources/resourceoptions.h
30
include/ClanLib-0.7/ClanLib/Core/Resources/resourcetype_boolean.h
30
include/ClanLib/Core/Resources/resourcetype.h
31
include/ClanLib-0.7/ClanLib/Core/Resources/resourcetype_integer.h
31
include/ClanLib/Core/Resources/resourcetype_boolean.h
32
include/ClanLib-0.7/ClanLib/Core/Resources/resourcetype_raw.h
32
include/ClanLib/Core/Resources/resourcetype_integer.h
33
include/ClanLib-0.7/ClanLib/Core/Resources/resourcetype_string.h
33
include/ClanLib/Core/Resources/resourcetype_raw.h
34
include/ClanLib-0.7/ClanLib/Core/System/call_stack.h
34
include/ClanLib/Core/Resources/resourcetype_string.h
35
include/ClanLib-0.7/ClanLib/Core/System/cl_assert.h
35
include/ClanLib/Core/System/cl_assert.h
36
include/ClanLib-0.7/ClanLib/Core/System/cl_library.h
36
include/ClanLib/Core/System/clanstring.h
37
include/ClanLib-0.7/ClanLib/Core/System/clanstring.h
37
include/ClanLib/Core/System/clanstring.h.orig
38
include/ClanLib-0.7/ClanLib/Core/System/clonable.h
38
include/ClanLib/Core/System/console_window.h
39
include/ClanLib-0.7/ClanLib/Core/System/command_line.h
39
include/ClanLib/Core/System/error.h
40
include/ClanLib-0.7/ClanLib/Core/System/console_window.h
40
include/ClanLib/Core/System/event_listener.h
41
include/ClanLib-0.7/ClanLib/Core/System/crash_reporter.h
41
include/ClanLib/Core/System/event_trigger.h
42
include/ClanLib-0.7/ClanLib/Core/System/error.h
42
include/ClanLib/Core/System/keep_alive.h
43
include/ClanLib-0.7/ClanLib/Core/System/event_listener.h
43
include/ClanLib/Core/System/mutex.h
44
include/ClanLib-0.7/ClanLib/Core/System/event_trigger.h
44
include/ClanLib/Core/System/setupcore.h
45
include/ClanLib-0.7/ClanLib/Core/System/keep_alive.h
45
include/ClanLib/Core/System/system.h
46
include/ClanLib-0.7/ClanLib/Core/System/lazycopyptr.h
46
include/ClanLib/Core/System/thread.h
47
include/ClanLib-0.7/ClanLib/Core/System/log.h
47
include/ClanLib/Core/System/threadfunc_v0.h
48
include/ClanLib-0.7/ClanLib/Core/System/mutex.h
48
include/ClanLib/Core/System/threadfunc_v1.h
49
include/ClanLib-0.7/ClanLib/Core/System/owningptr.h
49
include/ClanLib/Core/System/threadfunc_v2.h
50
include/ClanLib-0.7/ClanLib/Core/System/setupcore.h
50
include/ClanLib/Core/System/timer.h
51
include/ClanLib-0.7/ClanLib/Core/System/sharedptr.h
51
include/ClanLib/Display/Display/cliprect.h
52
include/ClanLib-0.7/ClanLib/Core/System/system.h
52
include/ClanLib/Display/Display/display.h
53
include/ClanLib-0.7/ClanLib/Core/System/thread.h
53
include/ClanLib/Display/Display/displaycard.h
54
include/ClanLib-0.7/ClanLib/Core/System/threadfunc_v0.h
54
include/ClanLib/Display/Display/mousecursor.h
55
include/ClanLib-0.7/ClanLib/Core/System/threadfunc_v1.h
55
include/ClanLib/Display/Display/mousecursor_provider.h
56
include/ClanLib-0.7/ClanLib/Core/System/threadfunc_v2.h
56
include/ClanLib/Display/Display/palette.h
57
include/ClanLib-0.7/ClanLib/Core/System/timer.h
57
include/ClanLib/Display/Display/pixeldata.h
58
include/ClanLib-0.7/ClanLib/Core/XML/dom_attr.h
58
include/ClanLib/Display/Display/pixelformat.h
59
include/ClanLib-0.7/ClanLib/Core/XML/dom_cdata_section.h
59
include/ClanLib/Display/Display/res_surface.h
60
include/ClanLib-0.7/ClanLib/Core/XML/dom_character_data.h
60
include/ClanLib/Display/Display/surface.h
61
include/ClanLib-0.7/ClanLib/Core/XML/dom_comment.h
61
include/ClanLib/Display/Display/surfaceprovider.h
62
include/ClanLib-0.7/ClanLib/Core/XML/dom_document.h
62
include/ClanLib/Display/Display/surfaceprovider_32bpp.h
63
include/ClanLib-0.7/ClanLib/Core/XML/dom_document_fragment.h
63
include/ClanLib/Display/Display/target.h
64
include/ClanLib-0.7/ClanLib/Core/XML/dom_document_type.h
64
include/ClanLib/Display/Display/vidmode.h
65
include/ClanLib-0.7/ClanLib/Core/XML/dom_element.h
65
include/ClanLib/Display/Font/font.h
66
include/ClanLib-0.7/ClanLib/Core/XML/dom_entity.h
66
include/ClanLib/Display/Font/font_description.h
67
include/ClanLib-0.7/ClanLib/Core/XML/dom_entity_reference.h
67
include/ClanLib/Display/Input/input.h
68
include/ClanLib-0.7/ClanLib/Core/XML/dom_exception.h
68
include/ClanLib/Display/Input/inputaxis.h
69
include/ClanLib-0.7/ClanLib/Core/XML/dom_implementation.h
69
include/ClanLib/Display/Input/inputaxis_basic.h
70
include/ClanLib-0.7/ClanLib/Core/XML/dom_named_node_map.h
70
include/ClanLib/Display/Input/inputaxis_group.h
71
include/ClanLib-0.7/ClanLib/Core/XML/dom_node.h
71
include/ClanLib/Display/Input/inputbuffer.h
72
include/ClanLib-0.7/ClanLib/Core/XML/dom_node_list.h
72
include/ClanLib/Display/Input/inputbutton.h
73
include/ClanLib-0.7/ClanLib/Core/XML/dom_notation.h
73
include/ClanLib/Display/Input/inputbutton_basic.h
74
include/ClanLib-0.7/ClanLib/Core/XML/dom_processing_instruction.h
74
include/ClanLib/Display/Input/inputbutton_group.h
75
include/ClanLib-0.7/ClanLib/Core/XML/dom_text.h
75
include/ClanLib/Display/Input/inputbutton_to_axis_analog.h
76
include/ClanLib-0.7/ClanLib/Core/XML/xml_token.h
76
include/ClanLib/Display/Input/inputbutton_to_axis_digital.h
77
include/ClanLib-0.7/ClanLib/Core/XML/xml_tokenizer.h
77
include/ClanLib/Display/Input/inputcursor.h
78
include/ClanLib-0.7/ClanLib/Core/XML/xml_writer.h
78
include/ClanLib/Display/Input/inputdevice.h
79
include/ClanLib-0.7/ClanLib/Display/Providers/dc_buffer.h
79
include/ClanLib/Display/Input/inputhat.h
80
include/ClanLib-0.7/ClanLib/Display/Providers/jpeg_provider.h
80
include/ClanLib/Display/Input/key.h
81
include/ClanLib-0.7/ClanLib/Display/Providers/pcx_provider.h
81
include/ClanLib/Display/Input/keyboard.h
82
include/ClanLib-0.7/ClanLib/Display/Providers/png_provider.h
82
include/ClanLib/Display/Input/mouse.h
83
include/ClanLib-0.7/ClanLib/Display/Providers/provider_factory.h
83
include/ClanLib/Display/SurfaceProviders/canvas.h
84
include/ClanLib-0.7/ClanLib/Display/Providers/provider_type.h
84
include/ClanLib/Display/SurfaceProviders/generic_surfaceprovider.h
85
include/ClanLib-0.7/ClanLib/Display/Providers/provider_type_register.h
85
include/ClanLib/Display/SurfaceProviders/provider_bmp.h
86
include/ClanLib-0.7/ClanLib/Display/Providers/targa_provider.h
86
include/ClanLib/Display/SurfaceProviders/provider_dynamic.h
87
include/ClanLib-0.7/ClanLib/Display/blend_func.h
87
include/ClanLib/Display/SurfaceProviders/provider_pcx.h
88
include/ClanLib-0.7/ClanLib/Display/color.h
88
include/ClanLib/Display/SurfaceProviders/provider_targa.h
89
include/ClanLib-0.7/ClanLib/Display/display.h
89
include/ClanLib/Display/SurfaceProviders/sprite.h
90
include/ClanLib-0.7/ClanLib/Display/display_mode.h
90
include/ClanLib/Display/SurfaceProviders/sprite2.h
91
include/ClanLib-0.7/ClanLib/Display/display_window.h
91
include/ClanLib/Display/SurfaceProviders/sprite_subarray_provider.h
92
include/ClanLib-0.7/ClanLib/Display/display_window_description.h
92
include/ClanLib/Display/SurfaceProviders/sprite_subsection_provider.h
93
include/ClanLib-0.7/ClanLib/Display/font.h
93
include/ClanLib/Display/setupdisplay.h
94
include/ClanLib-0.7/ClanLib/Display/frameratecounter.h
94
include/ClanLib/GL/camera.h
95
include/ClanLib-0.7/ClanLib/Display/glyph_buffer.h
95
include/ClanLib/GL/clipinfo.h
96
include/ClanLib-0.7/ClanLib/Display/gradient.h
96
include/ClanLib/GL/opengl.h
97
include/ClanLib-0.7/ClanLib/Display/graphic_context.h
97
include/ClanLib/GL/setupgl.h
98
include/ClanLib-0.7/ClanLib/Display/input_buffer.h
98
include/ClanLib/GL/texture.h
99
include/ClanLib-0.7/ClanLib/Display/input_button.h
99
include/ClanLib/GL/viewpoint.h
100
include/ClanLib-0.7/ClanLib/Display/input_context.h
100
include/ClanLib/GUI/button.h
101
include/ClanLib-0.7/ClanLib/Display/input_device.h
101
include/ClanLib/GUI/checkbox.h
102
include/ClanLib-0.7/ClanLib/Display/input_event.h
102
include/ClanLib/GUI/component.h
103
include/ClanLib-0.7/ClanLib/Display/joystick.h
103
include/ClanLib/GUI/component_manager.h
104
include/ClanLib-0.7/ClanLib/Display/key_binding.h
104
include/ClanLib/GUI/component_move_handler.h
105
include/ClanLib-0.7/ClanLib/Display/keyboard.h
105
include/ClanLib/GUI/component_options.h
106
include/ClanLib-0.7/ClanLib/Display/keys.h
106
include/ClanLib/GUI/component_resize_handler.h
107
include/ClanLib-0.7/ClanLib/Display/mouse.h
107
include/ClanLib/GUI/component_style.h
108
include/ClanLib-0.7/ClanLib/Display/palette.h
108
include/ClanLib/GUI/component_type.h
109
include/ClanLib-0.7/ClanLib/Display/pixel_buffer.h
109
include/ClanLib/GUI/filedialog.h
110
include/ClanLib-0.7/ClanLib/Display/pixel_format.h
110
include/ClanLib/GUI/frame.h
111
include/ClanLib-0.7/ClanLib/Display/rle_surface.h
111
include/ClanLib/GUI/gui_file_parser.h
112
include/ClanLib-0.7/ClanLib/Display/setupdisplay.h
112
include/ClanLib/GUI/gui_manager.h
113
include/ClanLib-0.7/ClanLib/Display/sprite.h
113
include/ClanLib/GUI/image.h
114
include/ClanLib-0.7/ClanLib/Display/sprite_description.h
114
include/ClanLib/GUI/inputbox.h
115
include/ClanLib-0.7/ClanLib/Display/sprite_packer.h
115
include/ClanLib/GUI/label.h
116
include/ClanLib-0.7/ClanLib/Display/surface.h
116
include/ClanLib/GUI/layout_manager.h
117
include/ClanLib-0.7/ClanLib/Display/text_styler.h
117
include/ClanLib/GUI/listbox.h
118
%%OPENGL%%include/ClanLib-0.7/ClanLib/GL/opengl.h
118
include/ClanLib/GUI/listitem.h
119
%%OPENGL%%include/ClanLib-0.7/ClanLib/GL/opengl_surface.h
119
include/ClanLib/GUI/menunode.h
120
%%OPENGL%%include/ClanLib-0.7/ClanLib/GL/opengl_window.h
120
include/ClanLib/GUI/messagebox.h
121
%%OPENGL%%include/ClanLib-0.7/ClanLib/GL/setupgl.h
121
include/ClanLib/GUI/popupmenu.h
122
include/ClanLib-0.7/ClanLib/GUI/button.h
122
include/ClanLib/GUI/progressbar.h
123
include/ClanLib-0.7/ClanLib/GUI/checkbox.h
123
include/ClanLib/GUI/radiobutton.h
124
include/ClanLib-0.7/ClanLib/GUI/component.h
124
include/ClanLib/GUI/radiogroup.h
125
include/ClanLib-0.7/ClanLib/GUI/component_manager.h
125
include/ClanLib/GUI/scrollbar.h
126
include/ClanLib-0.7/ClanLib/GUI/component_move_handler.h
126
include/ClanLib/GUI/setupgui.h
127
include/ClanLib-0.7/ClanLib/GUI/component_resize_handler.h
127
include/ClanLib/GUI/stylemanager.h
128
include/ClanLib-0.7/ClanLib/GUI/component_style.h
128
include/ClanLib/GUI/stylemanager_default.h
129
include/ClanLib-0.7/ClanLib/GUI/component_type.h
129
include/ClanLib/GUI/treeitem.h
130
include/ClanLib-0.7/ClanLib/GUI/filedialog.h
130
include/ClanLib/GUI/treenode.h
131
include/ClanLib-0.7/ClanLib/GUI/frame.h
131
include/ClanLib/GUI/treeview.h
132
include/ClanLib-0.7/ClanLib/GUI/gui_manager.h
132
include/ClanLib/GUI/window.h
133
include/ClanLib-0.7/ClanLib/GUI/image.h
133
include/ClanLib/JPEG/provider_jpeg.h
134
include/ClanLib-0.7/ClanLib/GUI/inputbox.h
134
include/ClanLib/MikMod/setupmikmod.h
135
include/ClanLib-0.7/ClanLib/GUI/inputdialog.h
135
include/ClanLib/MikMod/streamed_mikmod_sample.h
136
include/ClanLib-0.7/ClanLib/GUI/label.h
136
include/ClanLib/Network/browse_client.h
137
include/ClanLib-0.7/ClanLib/GUI/listbox.h
137
include/ClanLib/Network/browse_master.h
138
include/ClanLib-0.7/ClanLib/GUI/listitem.h
138
include/ClanLib/Network/browse_server.h
139
include/ClanLib-0.7/ClanLib/GUI/menudata.h
139
include/ClanLib/Network/buffered_socket.h
140
include/ClanLib-0.7/ClanLib/GUI/menunode.h
140
include/ClanLib/Network/inputsource_socket.h
141
include/ClanLib-0.7/ClanLib/GUI/messagebox.h
141
include/ClanLib/Network/ip_address.h
142
include/ClanLib-0.7/ClanLib/GUI/popupmenu.h
142
include/ClanLib/Network/netcomputer.h
143
include/ClanLib-0.7/ClanLib/GUI/progressbar.h
143
include/ClanLib/Network/netgroup.h
144
include/ClanLib-0.7/ClanLib/GUI/radiobutton.h
144
include/ClanLib/Network/netmessage.h
145
include/ClanLib-0.7/ClanLib/GUI/radiogroup.h
145
include/ClanLib/Network/netobject.h
146
include/ClanLib-0.7/ClanLib/GUI/scrollbar.h
146
include/ClanLib/Network/netobject_channel.h
147
include/ClanLib-0.7/ClanLib/GUI/setupgui.h
147
include/ClanLib/Network/netsession.h
148
include/ClanLib-0.7/ClanLib/GUI/stylemanager.h
148
include/ClanLib/Network/netvariables.h
149
include/ClanLib-0.7/ClanLib/GUI/treeitem.h
149
include/ClanLib/Network/network.h
150
include/ClanLib-0.7/ClanLib/GUI/treenode.h
150
include/ClanLib/Network/outputsource_socket.h
151
include/ClanLib-0.7/ClanLib/GUI/treeview.h
151
include/ClanLib/Network/setupnetwork.h
152
include/ClanLib-0.7/ClanLib/GUI/window.h
152
include/ClanLib/Network/socket.h
153
include/ClanLib-0.7/ClanLib/GUIStyleBoring/button_boring.h
153
include/ClanLib/Network/subchannel.h
154
include/ClanLib-0.7/ClanLib/GUIStyleBoring/checkbox_boring.h
154
include/ClanLib/Network/world_template.h
155
include/ClanLib-0.7/ClanLib/GUIStyleBoring/frame_boring.h
155
include/ClanLib/PNG/provider_png.h
156
include/ClanLib-0.7/ClanLib/GUIStyleBoring/image_boring.h
156
include/ClanLib/Signals/signal_v0.h
157
include/ClanLib-0.7/ClanLib/GUIStyleBoring/inputbox_boring.h
157
include/ClanLib/Signals/signal_v1.h
158
include/ClanLib-0.7/ClanLib/GUIStyleBoring/label_boring.h
158
include/ClanLib/Signals/signal_v2.h
159
include/ClanLib-0.7/ClanLib/GUIStyleBoring/listbox_boring.h
159
include/ClanLib/Signals/signal_v3.h
160
include/ClanLib-0.7/ClanLib/GUIStyleBoring/progressbar_boring.h
160
include/ClanLib/Signals/signal_v4.h
161
include/ClanLib-0.7/ClanLib/GUIStyleBoring/radiobutton_boring.h
161
include/ClanLib/Signals/signal_v5.h
162
include/ClanLib-0.7/ClanLib/GUIStyleBoring/scrollbar_boring.h
162
include/ClanLib/Signals/slot.h
163
include/ClanLib-0.7/ClanLib/GUIStyleBoring/stylemanager_boring.h
163
include/ClanLib/Signals/slot_container.h
164
include/ClanLib-0.7/ClanLib/GUIStyleBoring/window_boring.h
164
include/ClanLib/Signals/slot_generic.h
165
include/ClanLib-0.7/ClanLib/GUIStyleSilver/button_silver.h
165
include/ClanLib/Signals/slot_v0.h
166
include/ClanLib-0.7/ClanLib/GUIStyleSilver/checkbox_silver.h
166
include/ClanLib/Signals/slot_v1.h
167
include/ClanLib-0.7/ClanLib/GUIStyleSilver/frame_silver.h
167
include/ClanLib/Signals/slot_v2.h
168
include/ClanLib-0.7/ClanLib/GUIStyleSilver/image_silver.h
168
include/ClanLib/Signals/slot_v3.h
169
include/ClanLib-0.7/ClanLib/GUIStyleSilver/inputbox_silver.h
169
include/ClanLib/Signals/slot_v4.h
170
include/ClanLib-0.7/ClanLib/GUIStyleSilver/label_silver.h
170
include/ClanLib/Signals/slot_v5.h
171
include/ClanLib-0.7/ClanLib/GUIStyleSilver/listbox_silver.h
171
include/ClanLib/Signals/slotbuffer_v0.h
172
include/ClanLib-0.7/ClanLib/GUIStyleSilver/progressbar_silver.h
172
include/ClanLib/Signals/slotbuffer_v1.h
173
include/ClanLib-0.7/ClanLib/GUIStyleSilver/radiobutton_silver.h
173
include/ClanLib/Sound/SoundFilters/echofilter.h
174
include/ClanLib-0.7/ClanLib/GUIStyleSilver/scrollbar_silver.h
174
include/ClanLib/Sound/SoundFilters/fadefilter.h
175
include/ClanLib-0.7/ClanLib/GUIStyleSilver/stylemanager_silver.h
175
include/ClanLib/Sound/SoundFilters/inverse_echofilter.h
176
include/ClanLib-0.7/ClanLib/GUIStyleSilver/window_silver.h
176
include/ClanLib/Sound/SoundProviders/static_provider_raw.h
177
%%LIBMIKMOD%%include/ClanLib-0.7/ClanLib/MikMod/setupmikmod.h
177
include/ClanLib/Sound/SoundProviders/static_provider_wave.h
178
%%LIBMIKMOD%%include/ClanLib-0.7/ClanLib/MikMod/soundprovider_mikmod.h
178
include/ClanLib/Sound/SoundProviders/stream_provider_raw.h
179
include/ClanLib-0.7/ClanLib/Network/Browse/browse_client.h
179
include/ClanLib/Sound/SoundProviders/stream_provider_wave.h
180
include/ClanLib-0.7/ClanLib/Network/Browse/browse_master.h
180
include/ClanLib/Sound/cd_audio.h
181
include/ClanLib-0.7/ClanLib/Network/Browse/browse_server.h
181
include/ClanLib/Sound/setupsound.h
182
include/ClanLib-0.7/ClanLib/Network/IRC/dcc_download.h
182
include/ClanLib/Sound/sound.h
183
include/ClanLib-0.7/ClanLib/Network/IRC/irc_connection.h
183
include/ClanLib/Sound/soundbuffer.h
184
include/ClanLib-0.7/ClanLib/Network/IRC/irc_numerics.h
184
include/ClanLib/Sound/soundbuffer_session.h
185
include/ClanLib-0.7/ClanLib/Network/NetObjects/netobject_client.h
185
include/ClanLib/Sound/soundfilter.h
186
include/ClanLib-0.7/ClanLib/Network/NetObjects/netobject_controller.h
186
include/ClanLib/Sound/soundformat.h
187
include/ClanLib-0.7/ClanLib/Network/NetObjects/netobject_server.h
187
include/ClanLib/Sound/static_soundprovider.h
188
include/ClanLib-0.7/ClanLib/Network/NetSession/inputsource_netpacket.h
188
include/ClanLib/Sound/stream_soundprovider.h
189
include/ClanLib-0.7/ClanLib/Network/NetSession/inputsource_netstream.h
189
include/ClanLib/TTF/setupttf.h
190
include/ClanLib-0.7/ClanLib/Network/NetSession/netcomputer.h
190
include/ClanLib/Vorbis/setupvorbis.h
191
include/ClanLib-0.7/ClanLib/Network/NetSession/netgroup.h
191
include/ClanLib/Vorbis/vorbis_soundprovider.h
192
include/ClanLib-0.7/ClanLib/Network/NetSession/netpacket.h
192
include/ClanLib/application.h
193
include/ClanLib-0.7/ClanLib/Network/NetSession/netsession.h
193
include/ClanLib/core.h
194
include/ClanLib-0.7/ClanLib/Network/NetSession/netstream.h
194
include/ClanLib/display.h
195
include/ClanLib-0.7/ClanLib/Network/NetSession/outputsource_netpacket.h
195
include/ClanLib/efence.h
196
include/ClanLib-0.7/ClanLib/Network/NetSession/outputsource_netstream.h
196
include/ClanLib/gl.h
197
include/ClanLib-0.7/ClanLib/Network/NetVariables/netvariables.h
197
include/ClanLib/gui.h
198
include/ClanLib-0.7/ClanLib/Network/Socket/inputsource_socket.h
198
include/ClanLib/jpeg.h
199
include/ClanLib-0.7/ClanLib/Network/Socket/ip_address.h
199
include/ClanLib/mikmod.h
200
include/ClanLib-0.7/ClanLib/Network/Socket/outputsource_socket.h
200
include/ClanLib/network.h
201
include/ClanLib-0.7/ClanLib/Network/Socket/socket.h
201
include/ClanLib/png.h
202
include/ClanLib-0.7/ClanLib/Network/setupnetwork.h
202
include/ClanLib/signals.h
203
%%SDL%%include/ClanLib-0.7/ClanLib/SDL/setupsdl.h
203
include/ClanLib/sound.h
204
include/ClanLib-0.7/ClanLib/Signals/signal_v0.h
204
include/ClanLib/ttf.h
205
include/ClanLib-0.7/ClanLib/Signals/signal_v1.h
205
include/ClanLib/vorbis.h
206
include/ClanLib-0.7/ClanLib/Signals/signal_v2.h
207
include/ClanLib-0.7/ClanLib/Signals/signal_v3.h
208
include/ClanLib-0.7/ClanLib/Signals/signal_v4.h
209
include/ClanLib-0.7/ClanLib/Signals/signal_v5.h
210
include/ClanLib-0.7/ClanLib/Signals/slot.h
211
include/ClanLib-0.7/ClanLib/Signals/slot_container.h
212
include/ClanLib-0.7/ClanLib/Signals/slot_generic.h
213
include/ClanLib-0.7/ClanLib/Signals/slot_v0.h
214
include/ClanLib-0.7/ClanLib/Signals/slot_v1.h
215
include/ClanLib-0.7/ClanLib/Signals/slot_v2.h
216
include/ClanLib-0.7/ClanLib/Signals/slot_v3.h
217
include/ClanLib-0.7/ClanLib/Signals/slot_v4.h
218
include/ClanLib-0.7/ClanLib/Signals/slot_v5.h
219
include/ClanLib-0.7/ClanLib/Signals/slotbuffer_v0.h
220
include/ClanLib-0.7/ClanLib/Signals/slotbuffer_v1.h
221
include/ClanLib-0.7/ClanLib/Sound/SoundFilters/echofilter.h
222
include/ClanLib-0.7/ClanLib/Sound/SoundFilters/fadefilter.h
223
include/ClanLib-0.7/ClanLib/Sound/SoundFilters/inverse_echofilter.h
224
include/ClanLib-0.7/ClanLib/Sound/SoundProviders/soundprovider_factory.h
225
include/ClanLib-0.7/ClanLib/Sound/SoundProviders/soundprovider_raw.h
226
include/ClanLib-0.7/ClanLib/Sound/SoundProviders/soundprovider_recorder.h
227
include/ClanLib-0.7/ClanLib/Sound/SoundProviders/soundprovider_type.h
228
include/ClanLib-0.7/ClanLib/Sound/SoundProviders/soundprovider_type_register.h
229
include/ClanLib-0.7/ClanLib/Sound/SoundProviders/soundprovider_wave.h
230
include/ClanLib-0.7/ClanLib/Sound/cd_drive.h
231
include/ClanLib-0.7/ClanLib/Sound/setupsound.h
232
include/ClanLib-0.7/ClanLib/Sound/sound.h
233
include/ClanLib-0.7/ClanLib/Sound/soundbuffer.h
234
include/ClanLib-0.7/ClanLib/Sound/soundbuffer_session.h
235
include/ClanLib-0.7/ClanLib/Sound/soundfilter.h
236
include/ClanLib-0.7/ClanLib/Sound/soundformat.h
237
include/ClanLib-0.7/ClanLib/Sound/soundoutput.h
238
include/ClanLib-0.7/ClanLib/Sound/soundoutput_description.h
239
include/ClanLib-0.7/ClanLib/Sound/soundprovider.h
240
include/ClanLib-0.7/ClanLib/Sound/soundprovider_session.h
241
%%LIBVORBIS%%include/ClanLib-0.7/ClanLib/Vorbis/setupvorbis.h
242
%%LIBVORBIS%%include/ClanLib-0.7/ClanLib/Vorbis/soundprovider_vorbis.h
243
include/ClanLib-0.7/ClanLib/application.h
244
include/ClanLib-0.7/ClanLib/core.h
245
include/ClanLib-0.7/ClanLib/display.h
246
%%OPENGL%%include/ClanLib-0.7/ClanLib/gl.h
247
include/ClanLib-0.7/ClanLib/gui.h
248
include/ClanLib-0.7/ClanLib/guistyleboring.h
249
include/ClanLib-0.7/ClanLib/guistylesilver.h
250
%%LIBMIKMOD%%include/ClanLib-0.7/ClanLib/mikmod.h
251
include/ClanLib-0.7/ClanLib/network.h
252
%%SDL%%include/ClanLib-0.7/ClanLib/sdl.h
253
include/ClanLib-0.7/ClanLib/signals.h
254
include/ClanLib-0.7/ClanLib/sound.h
255
%%LIBVORBIS%%include/ClanLib-0.7/ClanLib/vorbis.h
256
lib/libclanApp-0.7.so.0
257
lib/libclanApp.a
206
lib/libclanApp.a
258
lib/libclanApp.so
207
lib/libclanApp.so
259
lib/libclanCore-0.7.so.0
208
lib/libclanApp.so.0.6.3
209
lib/libclanApp.so.2
260
lib/libclanCore.a
210
lib/libclanCore.a
261
lib/libclanCore.so
211
lib/libclanCore.so
262
lib/libclanDisplay-0.7.so.0
212
lib/libclanCore.so.0.6.3
213
lib/libclanCore.so.2
263
lib/libclanDisplay.a
214
lib/libclanDisplay.a
264
lib/libclanDisplay.so
215
lib/libclanDisplay.so
265
%%OPENGL%%lib/libclanGL-0.7.so.0
216
lib/libclanDisplay.so.0.6.3
266
%%OPENGL%%lib/libclanGL.a
217
lib/libclanDisplay.so.2
267
%%OPENGL%%lib/libclanGL.so
218
lib/libclanGL.a
268
lib/libclanGUI-0.7.so.0
219
lib/libclanGL.so
220
lib/libclanGL.so.0.6.3
221
lib/libclanGL.so.2
269
lib/libclanGUI.a
222
lib/libclanGUI.a
270
lib/libclanGUI.so
223
lib/libclanGUI.so
271
lib/libclanGUIStyleBoring-0.7.so.0
224
lib/libclanGUI.so.0.6.3
272
lib/libclanGUIStyleBoring.a
225
lib/libclanGUI.so.2
273
lib/libclanGUIStyleBoring.so
226
lib/libclanJPEG.a
274
lib/libclanGUIStyleSilver-0.7.so.0
227
lib/libclanJPEG.so
275
lib/libclanGUIStyleSilver.a
228
lib/libclanJPEG.so.0.6.3
276
lib/libclanGUIStyleSilver.so
229
lib/libclanJPEG.so.2
277
%%LIBMIKMOD%%lib/libclanMikMod-0.7.so.0
230
lib/libclanMikMod.a
278
%%LIBMIKMOD%%lib/libclanMikMod.a
231
lib/libclanMikMod.so
279
%%LIBMIKMOD%%lib/libclanMikMod.so
232
lib/libclanMikMod.so.0.6.3
280
lib/libclanNetwork-0.7.so.0
233
lib/libclanMikMod.so.2
281
lib/libclanNetwork.a
234
lib/libclanNetwork.a
282
lib/libclanNetwork.so
235
lib/libclanNetwork.so
283
%%SDL%%lib/libclanSDL-0.7.so.0
236
lib/libclanNetwork.so.0.6.3
284
%%SDL%%lib/libclanSDL.a
237
lib/libclanNetwork.so.2
285
%%SDL%%lib/libclanSDL.so
238
lib/libclanPNG.a
286
lib/libclanSignals-0.7.so.0
239
lib/libclanPNG.so
287
lib/libclanSignals.a
240
lib/libclanPNG.so.0.6.3
288
lib/libclanSignals.so
241
lib/libclanPNG.so.2
289
lib/libclanSound-0.7.so.0
290
lib/libclanSound.a
242
lib/libclanSound.a
291
lib/libclanSound.so
243
lib/libclanSound.so
292
%%LIBVORBIS%%lib/libclanVorbis-0.7.so.0
244
lib/libclanSound.so.0.6.3
293
%%LIBVORBIS%%lib/libclanVorbis.a
245
lib/libclanSound.so.2
294
%%LIBVORBIS%%lib/libclanVorbis.so
246
lib/libclanTTF.a
295
libdata/pkgconfig/clanApp-0.7.pc
247
lib/libclanTTF.so
296
libdata/pkgconfig/clanCore-0.7.pc
248
lib/libclanTTF.so.0.6.3
297
libdata/pkgconfig/clanDisplay-0.7.pc
249
lib/libclanTTF.so.2
298
%%OPENGL%%libdata/pkgconfig/clanGL-0.7.pc
250
lib/libclanVorbis.a
299
libdata/pkgconfig/clanGUI-0.7.pc
251
lib/libclanVorbis.so
300
libdata/pkgconfig/clanGUIStyleBoring-0.7.pc
252
lib/libclanVorbis.so.0.6.3
301
libdata/pkgconfig/clanGUIStyleSilver-0.7.pc
253
lib/libclanVorbis.so.2
302
%%LIBMIKMOD%%libdata/pkgconfig/clanMikMod-0.7.pc
254
@dirrm include/ClanLib/Application
303
libdata/pkgconfig/clanNetwork-0.7.pc
255
@dirrm include/ClanLib/Core/IOData
304
%%SDL%%libdata/pkgconfig/clanSDL-0.7.pc
256
@dirrm include/ClanLib/Core/Math
305
libdata/pkgconfig/clanSound-0.7.pc
257
@dirrm include/ClanLib/Core/Resources
306
%%LIBVORBIS%%libdata/pkgconfig/clanVorbis-0.7.pc
258
@dirrm include/ClanLib/Core/System
307
share/doc/clanlib/Tutorial/Quickflash/index.html
259
@dirrm include/ClanLib/Core
308
share/doc/clanlib/Tutorial/Quickflash/tutorial1.html
260
@dirrm include/ClanLib/Display/Display
309
share/doc/clanlib/Tutorial/Quickflash/tutorial2.html
261
@dirrm include/ClanLib/Display/Font
310
share/doc/clanlib/Tutorial/Quickflash/tutorial3.html
262
@dirrm include/ClanLib/Display/Input
311
share/doc/clanlib/Tutorial/TicTacToe/clanlib-tutorial-part2.zip
263
@dirrm include/ClanLib/Display/SurfaceProviders
312
share/doc/clanlib/Tutorial/TicTacToe/clanlib-tutorial-part3.zip
264
@dirrm include/ClanLib/Display
313
share/doc/clanlib/Tutorial/TicTacToe/clanlib-tutorial-workspace.zip
265
@dirrm include/ClanLib/GL
314
share/doc/clanlib/Tutorial/TicTacToe/figure1.png
266
@dirrm include/ClanLib/GUI
315
share/doc/clanlib/Tutorial/TicTacToe/figure10.png
267
@dirrm include/ClanLib/JPEG
316
share/doc/clanlib/Tutorial/TicTacToe/figure2.png
268
@dirrm include/ClanLib/MikMod
317
share/doc/clanlib/Tutorial/TicTacToe/figure3.png
269
@dirrm include/ClanLib/Network
318
share/doc/clanlib/Tutorial/TicTacToe/figure8.png
270
@dirrm include/ClanLib/PNG
319
share/doc/clanlib/Tutorial/TicTacToe/figure9.png
271
@dirrm include/ClanLib/Signals
320
share/doc/clanlib/Tutorial/TicTacToe/figure_board.png
272
@dirrm include/ClanLib/Sound/SoundFilters
321
share/doc/clanlib/Tutorial/TicTacToe/figure_circle.png
273
@dirrm include/ClanLib/Sound/SoundProviders
322
share/doc/clanlib/Tutorial/TicTacToe/figure_cross.png
274
@dirrm include/ClanLib/Sound
323
share/doc/clanlib/Tutorial/TicTacToe/figure_menu.png
275
@dirrm include/ClanLib/TTF
324
share/doc/clanlib/Tutorial/TicTacToe/index.html
276
@dirrm include/ClanLib/Vorbis
325
share/doc/clanlib/Tutorial/TicTacToe/part-1.html
277
@dirrm include/ClanLib
326
share/doc/clanlib/Tutorial/TicTacToe/part-2.html
278
%%PORTDOCS%%share/doc/clanlib/FAQ.html
327
share/doc/clanlib/Tutorial/TicTacToe/part-3.html
279
%%PORTDOCS%%share/doc/clanlib/Images/clanlib_logo_small.gif
328
share/doc/clanlib/Tutorial/TicTacToe/tictactoe.zip
280
%%PORTDOCS%%share/doc/clanlib/Overview/2dapi.html
329
share/doc/clanlib/Tutorial/index.html
281
%%PORTDOCS%%share/doc/clanlib/Overview/Images/clanlib_logo_small.gif
330
@dirrm share/doc/clanlib/Tutorial/TicTacToe
282
%%PORTDOCS%%share/doc/clanlib/Overview/Images/font0.png
331
@dirrm share/doc/clanlib/Tutorial/Quickflash
283
%%PORTDOCS%%share/doc/clanlib/Overview/Images/font1.png
332
@dirrm share/doc/clanlib/Tutorial
284
%%PORTDOCS%%share/doc/clanlib/Overview/Images/font2.png
333
@dirrm share/doc/clanlib
285
%%PORTDOCS%%share/doc/clanlib/Overview/Images/font3.png
334
%%LIBVORBIS%%@dirrm include/ClanLib-0.7/ClanLib/Vorbis
286
%%PORTDOCS%%share/doc/clanlib/Overview/Images/font4.png
335
@dirrm include/ClanLib-0.7/ClanLib/Sound/SoundProviders
287
%%PORTDOCS%%share/doc/clanlib/Overview/Images/font5.png
336
@dirrm include/ClanLib-0.7/ClanLib/Sound/SoundFilters
288
%%PORTDOCS%%share/doc/clanlib/Overview/Images/font6.png
337
@dirrm include/ClanLib-0.7/ClanLib/Sound
289
%%PORTDOCS%%share/doc/clanlib/Overview/Images/font_old0.png
338
@dirrm include/ClanLib-0.7/ClanLib/Signals
290
%%PORTDOCS%%share/doc/clanlib/Overview/engine_design.html
339
%%SDL%%@dirrm include/ClanLib-0.7/ClanLib/SDL
291
%%PORTDOCS%%share/doc/clanlib/Overview/font_creation_new.html
340
@dirrm include/ClanLib-0.7/ClanLib/Network/Socket
292
%%PORTDOCS%%share/doc/clanlib/Overview/font_creation_old.html
341
@dirrm include/ClanLib-0.7/ClanLib/Network/NetVariables
293
%%PORTDOCS%%share/doc/clanlib/Overview/font_overview.html
342
@dirrm include/ClanLib-0.7/ClanLib/Network/NetSession
294
%%PORTDOCS%%share/doc/clanlib/Overview/getting_started.html
343
@dirrm include/ClanLib-0.7/ClanLib/Network/NetObjects
295
%%PORTDOCS%%share/doc/clanlib/Overview/gui_overview.html
344
@dirrm include/ClanLib-0.7/ClanLib/Network/IRC
296
%%PORTDOCS%%share/doc/clanlib/Overview/index.html
345
@dirrm include/ClanLib-0.7/ClanLib/Network/Browse
297
%%PORTDOCS%%share/doc/clanlib/Overview/loading_graphics.html
346
@dirrm include/ClanLib-0.7/ClanLib/Network
298
%%PORTDOCS%%share/doc/clanlib/Overview/network_overview.html
347
%%LIBMIKMOD%%@dirrm include/ClanLib-0.7/ClanLib/MikMod
299
%%PORTDOCS%%share/doc/clanlib/Overview/opengl_overview.html
348
@dirrm include/ClanLib-0.7/ClanLib/GUIStyleSilver
300
%%PORTDOCS%%share/doc/clanlib/Overview/resource_overview.html
349
@dirrm include/ClanLib-0.7/ClanLib/GUIStyleBoring
301
%%PORTDOCS%%share/doc/clanlib/Overview/signals.html
350
@dirrm include/ClanLib-0.7/ClanLib/GUI
302
%%PORTDOCS%%share/doc/clanlib/Reference/html/App_index.html
351
%%OPENGL%%@dirrm include/ClanLib-0.7/ClanLib/GL
303
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Assert.html
352
@dirrm include/ClanLib-0.7/ClanLib/Display/Providers
304
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_AssertListener.html
353
@dirrm include/ClanLib-0.7/ClanLib/Display
305
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_BMPProvider.html
354
@dirrm include/ClanLib-0.7/ClanLib/Core/XML
306
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_BezierCurve.html
355
@dirrm include/ClanLib-0.7/ClanLib/Core/System
307
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_BezierSurface.html
356
@dirrm include/ClanLib-0.7/ClanLib/Core/Resources
308
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Boolean.html
357
@dirrm include/ClanLib-0.7/ClanLib/Core/Math
309
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_BrowseClient.html
358
@dirrm include/ClanLib-0.7/ClanLib/Core/IOData
310
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_BrowseMaster.html
359
@dirrm include/ClanLib-0.7/ClanLib/Core
311
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_BrowseServer.html
360
@dirrm include/ClanLib-0.7/ClanLib/Application
312
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_BufferedSocket.html
361
@dirrm include/ClanLib-0.7/ClanLib
313
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Button.html
362
@dirrm include/ClanLib-0.7
314
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_CDAudio.html
315
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_CDDrive.html
316
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Camera.html
317
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Canvas.html
318
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_CheckBox.html
319
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ClanApplication.html
320
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ClipInfo.html
321
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ClipRect.html
322
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Color.html
323
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Component.html
324
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ComponentManager.html
325
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ComponentMoveHandler.html
326
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ComponentOptions.html
327
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ComponentResizeHandler.html
328
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ComponentStyle.html
329
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ComponentType.html
330
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ComponentType__SOptionType.html
331
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ConsoleWindow.html
332
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_DatafileCompiler.html
333
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_DirectoryScanner.html
334
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Display.html
335
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_DisplayCard.html
336
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_DynamicProvider.html
337
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_EchoFilter.html
338
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Endian.html
339
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Error.html
340
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_EventListener.html
341
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_EventTrigger.html
342
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_FadeFilter.html
343
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_FileDialog.html
344
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Font.html
345
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Font_Description.html
346
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Frame.html
347
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_FunctionSlot_v0.html
348
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_GUIFileParser.html
349
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_GUIFileParser__ComponentInfo.html
350
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_GUIManager.html
351
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_IPAddress.html
352
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_IRCConnection.html
353
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Image.html
354
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Input.html
355
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputAxis.html
356
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputAxis_Basic.html
357
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputAxis_Group.html
358
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputBox.html
359
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputBuffer.html
360
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputButton.html
361
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputButtonToAxis_Analog.html
362
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputButtonToAxis_Digital.html
363
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputButton_Basic.html
364
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputButton_Group.html
365
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputCursor.html
366
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputDevice.html
367
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputHat.html
368
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputSource.html
369
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputSourceProvider.html
370
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputSourceProvider_File.html
371
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputSource_File.html
372
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputSource_Memory.html
373
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputSource_NetPacket.html
374
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputSource_NetStream.html
375
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputSource_Raw.html
376
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputSource_Socket.html
377
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InputSource_Zipped.html
378
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Integer.html
379
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_InverseEchoFilter.html
380
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_JPEGProvider.html
381
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_JPGDProvider.html
382
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_JSArguments.html
383
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_JSContext.html
384
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_JSError.html
385
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_JSObject.html
386
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_JSRuntime.html
387
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_JSValue.html
388
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_KeepAlive.html
389
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Key.html
390
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Keyboard.html
391
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Label.html
392
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_LayoutManager.html
393
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ListBox.html
394
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ListItem.html
395
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Lua.html
396
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_MIDI.html
397
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_MenuNode.html
398
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_MessageBox.html
399
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Mouse.html
400
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_MouseCursor.html
401
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_MouseCursorProvider.html
402
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Mutex.html
403
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_MutexSection.html
404
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_NetComputer.html
405
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_NetGroup.html
406
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_NetMessage.html
407
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_NetObject.html
408
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_NetObjectChannel.html
409
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_NetObject_Client.html
410
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_NetObject_Controller.html
411
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_NetObject_Server.html
412
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_NetPacket.html
413
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_NetSession.html
414
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_NetStream.html
415
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_NetVariables.html
416
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Network.html
417
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_OpenGL.html
418
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_OutputSource.html
419
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_OutputSourceProvider.html
420
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_OutputSource_File.html
421
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_OutputSource_Memory.html
422
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_OutputSource_NetPacket.html
423
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_OutputSource_NetStream.html
424
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_OutputSource_Socket.html
425
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_OutputSource_Zipped.html
426
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_PCXProvider.html
427
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_PNGProvider.html
428
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Palette.html
429
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_PixelData.html
430
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_PixelData_Palette.html
431
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Point.html
432
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_PopupMenu.html
433
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ProgressBar.html
434
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_RadioButton.html
435
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_RadioGroup.html
436
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Raw.html
437
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Rect.html
438
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Resource.html
439
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ResourceData.html
440
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ResourceData_Boolean.html
441
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ResourceData_Integer.html
442
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ResourceData_Raw.html
443
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ResourceData_String.html
444
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ResourceManager.html
445
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ResourceOption.html
446
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ResourceOptions.html
447
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ResourceSource_Surface.html
448
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ResourceType.html
449
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Runnable.html
450
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Sample.html
451
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Sample_RawData.html
452
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Sample_RawData__WAVE_FORMAT.html
453
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Sample__WAVE_FORMAT.html
454
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_ScrollBar.html
455
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SetupCDAudio.html
456
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SetupCore.html
457
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SetupDisplay.html
458
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SetupGL.html
459
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SetupGUI.html
460
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SetupJPEG.html
461
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SetupMikMod.html
462
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SetupNetwork.html
463
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SetupPNG.html
464
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SetupSound.html
465
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SetupTTF.html
466
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SetupVorbis.html
467
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Signal_v0.html
468
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Size.html
469
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Slot.html
470
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SlotBuffer_v0.html
471
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SlotContainer.html
472
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SlotParent_v0.html
473
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Slot_Generic.html
474
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Slot_v0.html
475
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Socket.html
476
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Sound.html
477
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SoundBuffer.html
478
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SoundBuffer_Session.html
479
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SoundCard.html
480
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SoundFilter.html
481
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Sprite2Provider.html
482
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SpriteProvider.html
483
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SpriteSubarrayProvider.html
484
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SpriteSubsectionProvider.html
485
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_StaticSoundProvider.html
486
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_StreamSoundProvider.html
487
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_StreamSoundProvider_Session.html
488
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Streamed_MikModSample.html
489
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Streamed_MikModSample_Session.html
490
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Streamed_RawSample.html
491
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Streamed_RawSample_Session.html
492
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Streamed_WaveSample.html
493
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Streamed_WaveSample_Session.html
494
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Streamed_WaveSample_Session__WAVE_FORMAT.html
495
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_String.html
496
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_StyleManager.html
497
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_StyleManager_Default.html
498
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SubChannel.html
499
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Surface.html
500
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SurfaceProvider.html
501
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SurfaceProvider_32bpp.html
502
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_SurfaceProvider_Generic.html
503
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_System.html
504
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_TargaProvider.html
505
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Target.html
506
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Texture.html
507
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Thread.html
508
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Timer.html
509
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_TreeItem.html
510
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_TreeNode.html
511
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_TreeView.html
512
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Vector.html
513
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Vector2.html
514
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_VidMode.html
515
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Viewpoint.html
516
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_VorbisSoundProvider.html
517
%%PORTDOCS%%share/doc/clanlib/Reference/html/CL_Window.html
518
%%PORTDOCS%%share/doc/clanlib/Reference/html/Core_index.html
519
%%PORTDOCS%%share/doc/clanlib/Reference/html/Display_index.html
520
%%PORTDOCS%%share/doc/clanlib/Reference/html/GL_index.html
521
%%PORTDOCS%%share/doc/clanlib/Reference/html/GUI_index.html
522
%%PORTDOCS%%share/doc/clanlib/Reference/html/JPEG_index.html
523
%%PORTDOCS%%share/doc/clanlib/Reference/html/JavaScript_index.html
524
%%PORTDOCS%%share/doc/clanlib/Reference/html/Lua_index.html
525
%%PORTDOCS%%share/doc/clanlib/Reference/html/MIDI_index.html
526
%%PORTDOCS%%share/doc/clanlib/Reference/html/MikMod_index.html
527
%%PORTDOCS%%share/doc/clanlib/Reference/html/Network_index.html
528
%%PORTDOCS%%share/doc/clanlib/Reference/html/PNG_index.html
529
%%PORTDOCS%%share/doc/clanlib/Reference/html/Signal_index.html
530
%%PORTDOCS%%share/doc/clanlib/Reference/html/Sound_index.html
531
%%PORTDOCS%%share/doc/clanlib/Reference/html/TTF_index.html
532
%%PORTDOCS%%share/doc/clanlib/Reference/html/Vorbis_index.html
533
%%PORTDOCS%%share/doc/clanlib/Reference/html/class_index.html
534
%%PORTDOCS%%share/doc/clanlib/Reference/html/cross_index.html
535
%%PORTDOCS%%share/doc/clanlib/Reference/html/entire_class_index.html
536
%%PORTDOCS%%share/doc/clanlib/Reference/html/global_index.html
537
%%PORTDOCS%%share/doc/clanlib/Reference/images/clanlib_light.gif
538
%%PORTDOCS%%share/doc/clanlib/Reference/images/eyeheader-main-green-a.gif
539
%%PORTDOCS%%share/doc/clanlib/Reference/images/eyeheader-main-green-b.gif
540
%%PORTDOCS%%share/doc/clanlib/Reference/images/eyeheader-main-orange-a.gif
541
%%PORTDOCS%%share/doc/clanlib/Reference/images/eyeheader-main-orange-b.gif
542
%%PORTDOCS%%share/doc/clanlib/Reference/images/eyeheader-main-purple-a.gif
543
%%PORTDOCS%%share/doc/clanlib/Reference/images/eyeheader-main-purple-b.gif
544
%%PORTDOCS%%share/doc/clanlib/Reference/images/eyeheader-main-yellow-a.gif
545
%%PORTDOCS%%share/doc/clanlib/Reference/images/eyeheader-main-yellow-b.gif
546
%%PORTDOCS%%share/doc/clanlib/index.html
547
%%PORTDOCS%%@dirrm share/doc/clanlib/Images
548
%%PORTDOCS%%@dirrm share/doc/clanlib/Overview/Images
549
%%PORTDOCS%%@dirrm share/doc/clanlib/Overview
550
%%PORTDOCS%%@dirrm share/doc/clanlib/Reference/html
551
%%PORTDOCS%%@dirrm share/doc/clanlib/Reference/images
552
%%PORTDOCS%%@dirrm share/doc/clanlib/Reference
553
%%PORTDOCS%%@dirrm share/doc/clanlib

Return to bug 61738