Next | Query returned 30 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2011-05-05 10:52:43 by OBATA Akio | Files touched by this commit (3) | Package updated
Log message:
Update libmodplug to 0.8.8.2.
While here, set LICENSE=public-domain.

* 2 April 2011: libmodplug 0.8.8.2
 * Improve compatibility with MSVC 2010
 * Improve PTM playback (Fix byteswapping)
 * Improve S3M support (ignore corrupted data)
 * Improve AMF support (bounds checking)
 * See git checkins for more information
* 27 May 2010: libmodplug 0.8.8.1
 * Add check to make sure Stereo Separation/MixChannels cannot be 0.
 * Increment soname due to structure change (addition of new config options)
* 5 April 2010: libmodplug 0.8.8
 * Fix 32 to 32 bit "downsampling" on 64bit platforms.
 * Fix usage of bigendian in include files
 * Fix PSM files on bigendian computers
 * Allow configuration of Stereo Separation and MaxMixChannels
 * Fix possible problem with misaligned data structure when converting to int32
  (load_669)
 (Developer only) update to new automake/autoconf.
   2009-06-14 19:32:26 by Joerg Sonnenberger | Files touched by this commit (250)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-02 21:26:58 by Tobias Nygren | Files touched by this commit (2)
Log message:
Update to libmodplug-0.8.7.

27 April 2009: libmodplug 0.8.7
 Fixed a bug in the AMF decoder, patches from several downstream sources
  including: Fix delete method in AMF, MDL (Fixing Novel Bug #443444)
 Fixed instrument name size (possible buffer overflow)
 Fixed 24/32 bit conversion routine (bit shifting bug)
 Use tables.h in mod+s3m, Better MingW32 support.
20 April 2009: libmodplug 0.8.6
 Release to fix integer boundary condition exploit, more clean up of code
14 April 2009: libmodplug 0.8.5 [ tar.gz ]
 Release to improve cross platform support (Windows, Mac OS X),
 Bugs in ABC detection, small cleanups
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.
   2006-12-19 21:08:22 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Security update to 0.8.4:

0.8.4:
A long overdue release, which adds support for .ABC and .MID files,
as well as security patch [CVE-2006-4192], and a few small cleanups.

0.8:
This new release contains endianess fixes, and changes that other
projects (which make use of this library) have deemed necessary
for the libraries use. Due to the long time since the previous
release, there may have been more contributers than is listed.
   2006-12-15 15:34:21 by Thomas Klausner | Files touched by this commit (50)
Log message:
Reset maintainer, ben@ has resigned.
   2006-07-22 06:46:20 by Roland Illig | Files touched by this commit (107)
Log message:
Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
   2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.

Next | Query returned 30 messages, browsing 11 to 20 | Previous