clanlib 1.0~svn3827-11 source package in Ubuntu

Changelog

clanlib (1.0~svn3827-11) unstable; urgency=medium

  * Team upload.
  * Add pthread_mutexattr_setkind_np.patch and fix a FTBFS when building
    reverse-dependencies of clanlib.

 -- Markus Koschany <email address hidden>  Fri, 15 Sep 2023 22:49:45 +0200

Upload details

Uploaded by:
Debian Games Group
Uploaded to:
Sid
Original maintainer:
Debian Games Group
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libs

Downloads

File Size SHA-256 Checksum
clanlib_1.0~svn3827-11.dsc 2.4 KiB cec96277f293f303ecbe38a2f1cbe1c9411865f070d5bc49b9339b93d9e68190
clanlib_1.0~svn3827.orig.tar.gz 6.5 MiB bff9662de2324ac30baccb0e8f4ade989fcc21fcbeff4148510cacdc41b333c9
clanlib_1.0~svn3827-11.debian.tar.xz 126.7 KiB 0c7b0badd52e615e9c24fd783b795c21071fd662fa0ff6a9c5848daa10be08ab

Available diffs

No changes file available.

Binary packages built by this source

clanlib-doc: Reference documentation and tutorials for ClanLib

 ClanLib delivers a platform independent interface to write games with.
 If a game is written with ClanLib, it should be possible to compile the
 game under any platform (supported by ClanLib, that is) without changing
 the application source code.
 .
 But ClanLib is not just a wrapper library, providing a common interface
 to low-level libraries such as OpenGL, X11, etc. While
 platform independence is ClanLib's primary goal, it also tries to be a
 service-minded game SDK. In other words, great effort has been put into
 designing the API, to ensure ClanLib's ease of use - while maintaining its
 power.
 .
 This package contains html documentation for the ClanLib API and some
 tutorials to ease the learning curve for programming with it.

libclanapp-1.0v5: No summary available for libclanapp-1.0v5 in ubuntu noble.

No description available for libclanapp-1.0v5 in ubuntu noble.

libclanapp-1.0v5-dbgsym: No summary available for libclanapp-1.0v5-dbgsym in ubuntu noble.

No description available for libclanapp-1.0v5-dbgsym in ubuntu noble.

libclanlib-dev: ClanLib game SDK development files

 ClanLib is a multi-platform software development kit, with an emphasis on
 game development.
 .
 On one side, it tries to provide a platform independent interface to
 write games with, by taking over the low-level work from the game and
 providing wrappers around toolkits such as OpenGL,
 Vorbis, X11, etc., so that if a game is written with ClanLib, the game
 should compile on any platform supported by ClanLib without changing
 its source code.
 .
 On the other hand, ClanLib also tries to be a service-minded SDK.
 In other words, the developers have put great effort into designing
 the API, to ensure ClanLib's ease of use - while maintaining its power.
 .
 This is the development part of the ClanLib SDK, which is needed to build
 applications with it.