head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.4 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2001.08.04.00.10.58; author christos; state dead; branches; next 1.3; 1.3 date 2001.01.08.00.22.00; author mycroft; state Exp; branches; next 1.2; 1.2 date 2000.04.06.15.42.42; author wiz; state Exp; branches; next 1.1; 1.1 date 2000.01.06.04.03.16; author abs; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.01.06.04.03.16; author abs; state Exp; branches; next ; desc @@ 1.4 log @remove package (requested by Dolby Laboratories) @ text @$NetBSD: patch-ab,v 1.3 2001/01/08 00:22:00 mycroft Exp $ --- output_solaris.c.orig Thu Mar 30 00:51:24 2000 +++ output_solaris.c Mon Jan 8 00:16:44 2001 @@@@ -34,12 +34,13 @@@@ #include #include #include -#include #include #include +#ifndef __NetBSD__ //FIXME broken solaris headers! int usleep(unsigned int useconds); +#endif //this sux...types should go in config.h methinks @@@@ -79,7 +80,11 @@@@ info.play.sample_rate = rate; info.play.precision = bits; info.play.channels = channels; +#ifndef __NetBSD__ info.play.buffer_size = 1024; +#else + info.blocksize = 1024; +#endif info.play.encoding = AUDIO_ENCODING_LINEAR; //info.play.port = AUDIO_SPEAKER; //info.play.gain = 110; @ 1.3 log @Use native audio output, not libossaudio. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to ac3dec-0.6.1. Changes since 0.5.6 (from the ChangeLog): -Fix another 2.0 problem (rematrix was wrong). -Fix the never resync on a bad crc bug. -New library interface -Fix bug wrt coupling channels that was causing sound quality problems. -Fix 2.0 mode problems (aka the I forgot to implement the phase flags bug). -All around speed improvements (almost twice as fast) -Improved robustness when fed bad data. The entire frame is checksummed before playback. @ text @d3 3 a5 4 --- output_linux.c.orig Thu Mar 30 02:51:24 2000 +++ output_linux.c Thu Apr 6 17:28:05 2000 @@@@ -33,7 +33,7 @@@@ #include d7 4 d12 20 a31 5 -#if defined(__OpenBSD__) +#if defined(__NetBSD__) || defined (__OpenBSD__) #include #elif defined(__FreeBSD__) #include @ 1.1 log @Initial revision @ text @d3 2 a4 2 --- output_linux.c.orig Wed Jan 5 20:07:35 2000 +++ output_linux.c Wed Jan 5 20:08:30 2000 d12 2 a13 2 #else #include @ 1.1.1.1 log @ac3dec-0.5.6 package from David Maxwell (ac3 audio decoding tools) @ text @@