pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libopenmpt Update to 0.2.4954 alias beta12:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df9e66461f10
branches:  trunk
changeset: 650207:df9e66461f10
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 19 18:20:49 2015 +0000

description:
Update to 0.2.4954 alias beta12:

libopenmpt 0.2-beta12 (2015-04-19)

*   Playback fix when row delay effect is used together with offset
    command.
*   A couple of fixes for the seek.sync_samples=1 case.
*   IT compatibility fix for IT note delay.
*   ProTracker MOD playback compatibility improvement.

libopenmpt 0.2-beta11 (2015-04-18)

*   openmpt_stream_seek_func() now gets called with
    OPENMPT_STREAM_SEEK_SET, OPENMPT_STREAM_SEEK_CUR and
    OPENMPT_STREAM_SEEK_END whence parameter instead of SEEK_SET,
    SEEK_CUR and SEEK_END. These are defined to 0, 1 and 2 respectively
    which corresponds to the definition in all common C libraries.
    If your C library uses different constants, this theoretically
    breaks binary compatibility. The old libopenmpt code, however,
    never actually called the seek funtion, thus, there will be no
    problem in practice.
*   openmpt123: When both, SDL1.2 and PortAudio, are available,
    SDL is now the preferred backend because SDL is more widespread
    and better tested on all kinds of different platforms, and in
    generel, SDL is just more reliable.
*   [Bug] libopenmpt now also compiles with GCC 4.3.
*   libopenmpt now supports PLM (Disorder Tracker 2) files.
*   Various playback improvements and fixes for IT, S3M, XM, MOD,
    PTM and 669 files.

diffstat:

 audio/libopenmpt/Makefile |  4 ++--
 audio/libopenmpt/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r e76fce2f33ca -r df9e66461f10 audio/libopenmpt/Makefile
--- a/audio/libopenmpt/Makefile Sun Apr 19 18:17:31 2015 +0000
+++ b/audio/libopenmpt/Makefile Sun Apr 19 18:20:49 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2015/02/23 11:45:42 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2015/04/19 18:20:49 wiz Exp $
 
-DISTNAME=      libopenmpt-0.2.4764-beta10-autotools
+DISTNAME=      libopenmpt-0.2.4954-beta12-autotools
 PKGNAME=       ${DISTNAME:S/-beta/beta/:S/-autotools//}
 CATEGORIES=    audio
 MASTER_SITES=  http://lib.openmpt.org/files/libopenmpt/src/
diff -r e76fce2f33ca -r df9e66461f10 audio/libopenmpt/distinfo
--- a/audio/libopenmpt/distinfo Sun Apr 19 18:17:31 2015 +0000
+++ b/audio/libopenmpt/distinfo Sun Apr 19 18:20:49 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2015/02/23 11:45:42 wiz Exp $
+$NetBSD: distinfo,v 1.5 2015/04/19 18:20:49 wiz Exp $
 
-SHA1 (libopenmpt-0.2.4764-beta10-autotools.tar.gz) = d679c873ae5e4c37f4beca09b123646ff0516a1d
-RMD160 (libopenmpt-0.2.4764-beta10-autotools.tar.gz) = 1675602f03ede4335ead64a966967009eb9775bf
-Size (libopenmpt-0.2.4764-beta10-autotools.tar.gz) = 1057811 bytes
+SHA1 (libopenmpt-0.2.4954-beta12-autotools.tar.gz) = bfc8713907c267d8928c8715f3e6e86b5e9e3a9b
+RMD160 (libopenmpt-0.2.4954-beta12-autotools.tar.gz) = cc41cff763df99ec169548ebb487febb0aeefa85
+Size (libopenmpt-0.2.4954-beta12-autotools.tar.gz) = 1067823 bytes



Home | Main Index | Thread Index | Old Index