Mon Nov 28 16:46:30 2011 UTC ()
Update to 0.1.21:

2010-05-18: playgmd/gmdldmf.c: Remove a nested function

2011-03-19: compat/stuff.*: strupr is actually implemented on some systems

2011-03-19: configure.ac */*: -lm is not required on all platforms

2011-03-19: * */*: AC_STRUCT_DIRENT_D_TYPE; not all platforms has dirent.d_type

2011-03-19: config.guess, config.sub, install-sh: update to more recent versions (used the ones present in automake-1.11 in ubuntu 10.10)

2011-03-19: configure.ac Makefile.in: Only link to pthread if on OS-X / CoreAudio

2011-03-19: Support getcwd() for retrieving current working directory

2011-03-20: Added support for SDL audio

2011-03-20: cpiface/cpilinks.c: crash-bug when resizing window while link viewer was active

2011-03-20: devpcoreaudio devpsdl: gettimer() didn't work as expected (needed by cpitrack.c)

2011-06-01: play*/*: Some of the players didn't have volatile on the "timer" lock

2011-06-08: playwav/wavplay.c: Race condition that caused some audio artifacts (some parts could be replayed randomly)

2011-06-19: playmp2/charset.c: Detection of glibc bug 4936 alrways returned true (thanks to Jindrich Makovicka)

2011-07-11: devw/dwmixfa*: 8087 fpu version is now able to compile in PIC mode without use of text-rels.

2011-07-13: devw/dwmixfa: Added support for proper C verion of the FPU mixer (Thanks to Jind��ich Makovi��ka)

2011-07-13: devw/dwmixfa: 8087_asm_emu code made some annoying clicking sounds

2011-09-05: configure.ac: AC_LINK_IFELSE for ADPLUG could fail if "ld --as-needed" was used

2011-09-18: devp/devpalsa: newer versions of libalsa does not need plughw syntax, and in some cases works better without

2011-09-18: configure.ac: removed a warning visible when using autoconf >= 2.68

2011-09-30: devp/devpcoreaudio.c: Didn't compile

2011-10-21: playgmd/gmdl*.c: Removed a nested function (GCC on OS-X dislikes them)

2011-11-03: playgmi/gmitimitidy.c: Updated against ubuntu 11.10 configfile structure, closing ticket #3

2011-11-03: dev/mixclip.c: wav and sid files would crash on non-x86 platforms (optimization for assembler mixer in lookup-tables were fixed for 32bit pointers)

2011-11-04: playwav/wavpplay.c: pause on wave files caused crash. Also did some minor cleanups in pause-handling in other file-plugins aswell

2011-11-05: boot/psetting.c: ocp.ini upgrade code could crash due memmove moved too much memory

2011-11-06: VERSION 0.1.21


(wiz)
diff -r1.7 -r1.8 pkgsrc/audio/ocp/Makefile
diff -r1.3 -r1.4 pkgsrc/audio/ocp/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/audio/ocp/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/ocp/Makefile 2011/10/08 14:47:25 1.7
+++ pkgsrc/audio/ocp/Makefile 2011/11/28 16:46:29 1.8
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.7 2011/10/08 14:47:25 shattered Exp $ 1# $NetBSD: Makefile,v 1.8 2011/11/28 16:46:29 wiz Exp $
2 2
3DISTNAME= ocp-0.1.20 3DISTNAME= ocp-0.1.21
4CATEGORIES= audio 4CATEGORIES= audio
5MASTER_SITES= http://stian.cubic.org/ocp/ 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opencubicplayer/}
6EXTRACT_SUFX= .tar.lzma 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= shattered@NetBSD.org 8MAINTAINER= shattered@NetBSD.org
9HOMEPAGE= http://stian.cubic.org/project-ocp.php 9HOMEPAGE= http://stian.cubic.org/project-ocp.php
10COMMENT= Open Cubic Player 10COMMENT= Open Cubic Player
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13# uses nested functions 13# uses nested functions
14NOT_FOR_COMPILER= clang 14NOT_FOR_COMPILER= clang
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17
18USE_PKGLOCALEDIR= yes 18USE_PKGLOCALEDIR= yes
19GNU_CONFIGURE= yes 19GNU_CONFIGURE= yes

cvs diff -r1.3 -r1.4 pkgsrc/audio/ocp/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/ocp/distinfo 2010/06/05 14:45:01 1.3
+++ pkgsrc/audio/ocp/distinfo 2011/11/28 16:46:29 1.4
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.3 2010/06/05 14:45:01 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2011/11/28 16:46:29 wiz Exp $
2 2
3SHA1 (ocp-0.1.20.tar.lzma) = 41ebe131f7088100d2d62bd64afd60d6f2dc76a7 3SHA1 (ocp-0.1.21.tar.bz2) = aaa16cf1979c572b09c73e7cc61350bfc4477380
4RMD160 (ocp-0.1.20.tar.lzma) = 0124c34cdc075fa91f371af78d0d5b7be2c62715 4RMD160 (ocp-0.1.21.tar.bz2) = 6b42e93e9fe5879e844b2d336825a2db156b7e6f
5Size (ocp-0.1.20.tar.lzma) = 614792 bytes 5Size (ocp-0.1.21.tar.bz2) = 781805 bytes
6SHA1 (patch-ab) = d33aad7cfa41330c5cb026a7d3e92545f741f429 6SHA1 (patch-ab) = d33aad7cfa41330c5cb026a7d3e92545f741f429
7SHA1 (patch-ac) = f28f3ebc5e3d61858f2f5bed79094fff57130da6 7SHA1 (patch-ac) = f28f3ebc5e3d61858f2f5bed79094fff57130da6
8SHA1 (patch-ad) = 1a3e3aa02eeae905faebac7fc7fc27eb93fa0e46 8SHA1 (patch-ad) = 1a3e3aa02eeae905faebac7fc7fc27eb93fa0e46
9SHA1 (patch-ae) = 00f5b6edaf0dcb2200f8e9f14ab6a8e1a9711f65 9SHA1 (patch-ae) = 00f5b6edaf0dcb2200f8e9f14ab6a8e1a9711f65
10SHA1 (patch-af) = d379ded1f683c8299293436a3f9f7c0d32b06ec4 10SHA1 (patch-af) = d379ded1f683c8299293436a3f9f7c0d32b06ec4