head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.3.0.48 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.46 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.44 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.42 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.40 pkgsrc-2008Q1:1.3.0.38 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.36 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.34 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.32 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.30 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.28 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.26 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.24 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.22 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.20 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.18 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.16 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.14 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.12 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.10 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.8 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.6 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.4 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2009.01.09.20.43.53; author shattered; state dead; branches; next 1.3; 1.3 date 2002.12.22.17.05.52; author jmmv; state Exp; branches; next 1.2; 1.2 date 2002.01.29.07.41.28; author martti; state Exp; branches; next 1.1; 1.1 date 2000.12.28.01.25.40; author hubertf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.12.28.01.25.40; author hubertf; state Exp; branches; next ; desc @@ 1.4 log @Update to 2.5.1, from PR 38499. May also solve PR 38712. 6 years passed since 2.0.4, too much changes happened to list here. Most of them seem to fix various playback accuracy issues. Many patches were merged upstream. Major change -- X11 frontend (xxmp) is missing, there's nothing in change log about that. pkgsrc change: pulseaudio support (default on). OK by wiz@@. @ text @$NetBSD: patch-ab,v 1.3 2002/12/22 17:05:52 jmmv Exp $ --- src/player/readrc.c.orig Wed Jan 3 11:50:08 2001 +++ src/player/readrc.c Mon Jan 28 15:28:59 2002 @@@@ -58,7 +58,7 @@@@ if ((rc = fopen (myrc2, "r")) == NULL) { if ((rc = fopen (myrc, "r")) == NULL) { #ifndef __EMX__ - if ((rc = fopen ("/etc/xmp.conf", "r")) == NULL) { + if ((rc = fopen (ETC_DIR "/xmp.conf", "r")) == NULL) { #else if ((rc = fopen ("xmp.conf", "r")) == NULL) { #endif @@@@ -206,7 +206,7 @@@@ myrc = malloc ((home ? strlen (home) : 0) + 20); #ifndef __EMX__ sprintf (myrc, "%s/.xmp/modules.conf", home); - parse_modconf (ctl, "/etc/xmp-modules.conf", crc, size); + parse_modconf (ctl, ETC_DIR "/xmp-modules.conf", crc, size); #else sprintf (myrc, "%s\\.xmp\\modules.conf", home); parse_modconf (ctl, "xmp-modules.conf", crc, size); @ 1.3 log @Make xmp install its configuration files in the examples tree and let bsd.pkg.install.mk copy them to PKG_SYSCONFDIR. Bump PKGREVISION to 1. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2002/01/29 07:41:28 martti Exp $ @ 1.2 log @Updated xmp-2.0.4 (provided by Rui-Xiang Guo in pkg/15283) - Added driver for synthesized sounds - Added Tatsuyuki Satoh's YM3812 emulator - Added support to The Player 6.0a modules (using Sylvain "Asle" Chipaux's P60A loader) - Added seek capability to XMMS plugin - Added (very) experimental AIX driver - Added envelope point sanity checks (fixed "Beautiful Ones" IT envelope bug reported by Chris Cox) - Added support to dynamic linked drivers (for better packaging) - Added option to package only DFSG-compliant code - Fixed audioio.h detection in OpenBSD 2.8 (by Chris Cox ) - Max. filter cutoff value changed from 254 to 253 to avoid problems in "Beautiful Ones") - Fixed external drivers problem with the XMMS plugin (reported by greg ) - Fixed xmp_ord_set() bug (was calling XMP_ORD_PREV) - Fixed period calculation algorithm (that was an OLD bug!) - Started adding support to MED 1.11, 1.12, 2.00 and 3.22 - Replaced RPM spec with Dominik Mierzejewski's version @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1.1.1 2000/12/28 01:25:40 hubertf Exp $ d10 1 a10 1 + if ((rc = fopen ("ETCDIR/xmp.conf", "r")) == NULL) { d19 1 a19 1 + parse_modconf (ctl, "ETCDIR/xmp-modules.conf", crc, size); @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- src/player/readrc.c.orig Sat Sep 16 01:35:21 2000 +++ src/player/readrc.c Sat Sep 16 01:38:24 2000 @@@@ -56,7 +56,7 @@@@ d14 1 a14 1 @@@@ -202,7 +202,7 @@@@ @ 1.1.1.1 log @Added xmp-2.0.2: This is the Extended Module Player, an open source module player for UNIX distributed under the terms of the GNU GPL. xmp currently runs on several platforms, including ALSA, OSS (for Linux on i386 and Alpha and FreeBSD), BSD, SunOS, Solaris, S/Linux and HP-UX. On PC class machines with GUS or AWE cards xmp takes advantage of the OSS sequencer to play modules with virtually no system load. Using software mixing, xmp plays at rates up to 48 kHz in mono or stereo, 8 or 16 bits, signed or unsigned, little or big endian samples with 32 bit linear interpolation. The current version of xmp supports many Amiga and PC module formats (including packed, Powerpacked and SQSHed modules) -- currently 47 known formats. Submitted by Rui-Xiang Guo in PR 11026. @ text @@