summaryrefslogtreecommitdiff
path: root/audio/xmcd/Makefile
diff options
context:
space:
mode:
authornra <nra@pkgsrc.org>2001-07-24 16:00:01 +0000
committernra <nra@pkgsrc.org>2001-07-24 16:00:01 +0000
commit01ff43ed03eb0c1c31f464fd826ebd6a472f612e (patch)
treea3e3f38683d2d6db03aa9bf1156f5b6a8009bb43 /audio/xmcd/Makefile
parented12cf97a3a397f5e66db93e1075d30645ae58c4 (diff)
downloadpkgsrc-01ff43ed03eb0c1c31f464fd826ebd6a472f612e.tar.gz
Update xmcd to version 3.0.1. Addresses PR 13519 by Kevin Sindhu.
Ver 3.0 patchlevel 1 released Sat Jul 14 19:58:39 PDT 2001 ---------------------------------------------------------- CD-ROM drive support changes: - Added a new "scsiVersionCheck" parameter to the device.cfg file. This is to make the CD-ROM drive SCSI-2 version checking in xmcd and cda configurable. OS Support changes: - Re-introduced support for the OpenVMS operating system on Alpha AXP and VAX platforms. - Added code to support for IDE/ATAPI drives on the OpenVMS platform. Since OpenVMS supports these drives via SCSI-emulation, xmcd should be configured for a SCSI device. Other changes: - Replaced the "CDDB disable" button in xmcd with the "Internet Offline" button. The new "offline" mode differs from the old "disable" mode in that CDDB lookups will still occur from the local cache (no Internet CDDB server will be accessed). Also, xmcd's wwwWarp menu entries which would invoke a remote web site will be disabled. This should be used when the system is not connected to the Internet (e.g., on a dialup connection while not online). Similarly, the -cddb and -nocddb command line options in cda have been changed to -online and -offline with the same change in semantics. The disableCddb parameter in common.cfg has also been changed to internetOffline. - Fixed a bug that was causing submissions to the CDDB² service to fail even though the data is acceptable and the network/servers are running fine. - Fixed an xmcd problem where the keypad time display and track warp slider would freeze when the playback mode is not in segment play mode but the main window time display is set to "e-seg" or "r-seg". - Fixed a problem with using the xmcd keypad to go to another track or disc while playing program or shuffle modes. - Removed some conditions that could cause SIGALRMs to be received while xmcd is handling X events. Also, fixed certain situations where spawned child processes were handling X events instead of the parent. This was causing sporadic X errors and xmcd crashes. - Fixed a bug that caused classic CDDB lookup to fail if HTTP proxy authorization is enabled. - Changed xmcd to keep the Credit Fullname Wizard window open if a user clicks the Credit 'Add', 'Modify' or 'Delete' buttons, or select/de-select credit list items. Also, enhance the data fields verification for the full name wizard window. - Enhanced xmcd and cda to handle erroneous CDDB data more gracefully, where a subgenre is set to the value that of a genre, or where a subrole is set to the value of a role category. - Fixed a missing single quote in libdi_d/config.sh that was causing the script to fail while configuring proxy servers. Also, fixed a problem with reading the device configuration files where the wrong device parameters would get used. - The install.sh and config.sh scripts will now use nawk if it's available on the system. Otherwise it falls back to using awk.
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r--audio/xmcd/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index 26ed07bfcac..409c45dffbe 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.25 2001/07/02 21:10:37 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2001/07/24 16:00:01 nra Exp $
#
-DISTNAME= xmcd-2.6
+DISTNAME= xmcd-3.0.1
CATEGORIES= audio
-MASTER_SITES= http://metalab.unc.edu/tkan/download/xmcd/src/
+MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/src/
MAINTAINER= hubertf@netbsd.org
-HOMEPAGE= http://metalab.unc.edu/tkan/xmcd/
+HOMEPAGE= http://www.ibiblio.org/tkan/xmcd/
COMMENT= Motif CD player
+WRKSRC= ${WRKDIR}/xmcd-3.0
USE_BUILDLINK_ONLY= yes
USE_NCURSES= yes
USE_IMAKE= yes
IS_INTERACTIVE= yes # asks a lot of questions
-MAKE_ENV+= SHELL=/bin/sh
+MAKE_ENV+= SHELL=${SH}
pre-install:
cd ${WRKSRC} && \
@@ -23,16 +24,15 @@ pre-install:
done
post-install:
-.for FILE in cda cddbcmd wm2xmcd xmcd
+.for FILE in cda xmcd gobrowser
@${TEST} -n "${STRIPFLAG}" && \
strip ${PREFIX}/lib/X11/xmcd/bin-${OPSYS}-${MACHINE_ARCH}/${FILE}
.endfor
${MV} ${PREFIX}/man/cat1/cda.1 ${PREFIX}/man/man1/cda.1
- ${MV} ${PREFIX}/man/cat1/cddbcmd.1 ${PREFIX}/man/man1/cddbcmd.1
- ${MV} ${PREFIX}/man/cat1/dp2xmcd.1 ${PREFIX}/man/man1/dp2xmcd.1
- ${MV} ${PREFIX}/man/cat1/wm2xmcd.1 ${PREFIX}/man/man1/wm2xmcd.1
${MV} ${PREFIX}/man/cat1/xmcd.1 ${PREFIX}/man/man1/xmcd.1
+.if ! defined(BATCH)
${PREFIX}/lib/X11/xmcd/config/config.sh
+.endif
.include "../../devel/ncurses/buildlink.mk"
.include "../../graphics/xpm/buildlink.mk"