[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: I just made debian package of ClanLib 2.0.4 .





> Subject: I just made debian package of ClanLib 2.0.4 .
> From: nozzy123nozzy@gmail.com
> To: debian-devel-games@lists.debian.org
> Date: Tue, 22 Sep 2009 20:22:09 +0900
>
[snip]

>
> 1) This package (I made) produces following 4 binary package
> according to the way of clanlib_0.8.1 package,
>
> + clanlib-2.0-doc_2.0.4-1_all.deb
> + libclanapp-2.0_2.0.4-1_i386.deb
> + libclansdl-2.0_2.0.4-1_i386.deb
> + libclanlib-2.0-dev_2.0.4-1_i386.deb
>

You are missing most of ClanLib.  clanSDL is only for pc's without opengl and SSE2 instruction set.

The ./configure script should report:

                     clanGL = yes
                    clanGL1 = yes
                    clanApp = yes
               clanDatabase = yes
                 clanRegExp = yes
                 clanSqlite = yes
                    clanGUI = yes
                    clanGDI = yes (SSE2 instruction set enabled)
                    clanSDL = yes
                   clanCore = yes
                  clanSound = yes (ALSA Enabled)
                clanNetwork = yes
                clanDisplay = yes (Linux Joystick Enabled) (Linux Input Enabled) (XF86 VidMode Enabled)
                 clanMikmod = yes
                 clanVorbis = yes


clanApp, clanCore is the minimum.

For display, in the order of speed:

clanDisplay, clanGL for opengl 2.x support
clanDisplay, clanGL1 for opengl 1.3 support
clanDisplay, clanGDI for software rendering (SSE2 required)
clanDisplay, clanSDL for software rendering (SSE2 not required)

clanGUI is used to display GUI effects.

The rest are as stated

[snip]



Beyond Hotmail - see what else you can do with Windows Live. Find out more.

Reply to: