summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-04-19 18:20:49 +0000
committerwiz <wiz@pkgsrc.org>2015-04-19 18:20:49 +0000
commit40108e62d62571a8dd873054f527bd0a35433a70 (patch)
tree3abe38d481fd4bcd04ac58c123310a3684f03739 /audio
parente2130be7464d5b157900a5b98aaf8afec1bd37a6 (diff)
downloadpkgsrc-40108e62d62571a8dd873054f527bd0a35433a70.tar.gz
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 (limited to 'audio')
-rw-r--r--audio/libopenmpt/Makefile4
-rw-r--r--audio/libopenmpt/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/libopenmpt/Makefile b/audio/libopenmpt/Makefile
index 063ab1aa70c..8558257b89a 100644
--- a/audio/libopenmpt/Makefile
+++ b/audio/libopenmpt/Makefile
@@ -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 --git a/audio/libopenmpt/distinfo b/audio/libopenmpt/distinfo
index 97bb70d3561..7532fcd57e0 100644
--- a/audio/libopenmpt/distinfo
+++ b/audio/libopenmpt/distinfo
@@ -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