pkgsrc/audio/xmcd/pkg/PLIST

299 lines
9.4 KiB
Text
Raw Normal View History

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.
2001-07-24 18:00:01 +02:00
@comment $NetBSD: PLIST,v 1.12 2001/07/24 16:00:03 nra Exp $
bin/cda
1998-11-05 07:26:08 +01:00
bin/xmcd
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.
2001-07-24 18:00:01 +02:00
bin/xmcd_start
lib/X11/xmcd/app-defaults/XKeysymDB
1999-06-28 09:49:05 +02:00
lib/X11/xmcd/app-defaults/XMcd
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.
2001-07-24 18:00:01 +02:00
lib/X11/xmcd/bin-${OPSYS}-${MACHINE_ARCH}/README
1999-06-28 09:49:05 +02:00
lib/X11/xmcd/bin-${OPSYS}-${MACHINE_ARCH}/cda
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.
2001-07-24 18:00:01 +02:00
lib/X11/xmcd/bin-${OPSYS}-${MACHINE_ARCH}/gobrowser
1999-06-28 09:49:05 +02:00
lib/X11/xmcd/bin-${OPSYS}-${MACHINE_ARCH}/xmcd
1998-11-05 07:26:08 +01:00
lib/X11/xmcd/config/.tbl/Acer
lib/X11/xmcd/config/.tbl/Apple
lib/X11/xmcd/config/.tbl/Aztech
lib/X11/xmcd/config/.tbl/Chinon
lib/X11/xmcd/config/.tbl/Compaq
lib/X11/xmcd/config/.tbl/Compro
lib/X11/xmcd/config/.tbl/Creative
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.
2001-07-24 18:00:01 +02:00
lib/X11/xmcd/config/.tbl/Cyberdri
1998-11-05 07:26:08 +01:00
lib/X11/xmcd/config/.tbl/DEC
lib/X11/xmcd/config/.tbl/Goldstar
lib/X11/xmcd/config/.tbl/HP
lib/X11/xmcd/config/.tbl/Hitachi
lib/X11/xmcd/config/.tbl/IBM
lib/X11/xmcd/config/.tbl/Kenwood
1998-11-05 07:26:08 +01:00
lib/X11/xmcd/config/.tbl/Longshin
lib/X11/xmcd/config/.tbl/MDI
lib/X11/xmcd/config/.tbl/MediaVis
lib/X11/xmcd/config/.tbl/Mitsumi
lib/X11/xmcd/config/.tbl/NEC
lib/X11/xmcd/config/.tbl/Nakamich
lib/X11/xmcd/config/.tbl/Okano
lib/X11/xmcd/config/.tbl/Opticsto
lib/X11/xmcd/config/.tbl/Orchid
lib/X11/xmcd/config/.tbl/Panasoni
lib/X11/xmcd/config/.tbl/Philips
lib/X11/xmcd/config/.tbl/Pioneer
lib/X11/xmcd/config/.tbl/Plextor
lib/X11/xmcd/config/.tbl/Procom
lib/X11/xmcd/config/.tbl/Regal
1999-06-28 09:49:05 +02:00
lib/X11/xmcd/config/.tbl/Ricoh
1998-11-05 07:26:08 +01:00
lib/X11/xmcd/config/.tbl/SGI
lib/X11/xmcd/config/.tbl/Samsung
lib/X11/xmcd/config/.tbl/Sanyo
lib/X11/xmcd/config/.tbl/Sony
lib/X11/xmcd/config/.tbl/Stratus
lib/X11/xmcd/config/.tbl/Sun
lib/X11/xmcd/config/.tbl/Tatung
lib/X11/xmcd/config/.tbl/Teac
lib/X11/xmcd/config/.tbl/Toshiba
lib/X11/xmcd/config/.tbl/Yamaha
lib/X11/xmcd/config/common.cfg
lib/X11/xmcd/config/config.sh
lib/X11/xmcd/config/device.cfg
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.
2001-07-24 18:00:01 +02:00
lib/X11/xmcd/config/wwwwarp.cfg
lib/X11/xmcd/discog/Blues/General_Blues/index.html
lib/X11/xmcd/discog/Classical/General_Classical/index.html
lib/X11/xmcd/discog/Country/General_Country/index.html
lib/X11/xmcd/discog/Data/General_Data/index.html
lib/X11/xmcd/discog/Folk/General_Folk/index.html
lib/X11/xmcd/discog/Jazz/General_Jazz/index.html
lib/X11/xmcd/discog/Newage/General_Newage/index.html
lib/X11/xmcd/discog/Rock/General_Rock/index.html
lib/X11/xmcd/discog/Soundtrack/General_Soundtrack/index.html
lib/X11/xmcd/discog/Unclassifiable/General_Unclassifiable/index.html
lib/X11/xmcd/discog/World/Reggae/index.html
1999-06-28 09:49:05 +02:00
lib/X11/xmcd/discog/bkgnd.gif
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.
2001-07-24 18:00:01 +02:00
lib/X11/xmcd/discog/cda.html
1999-06-28 09:49:05 +02:00
lib/X11/xmcd/discog/discog.html
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.
2001-07-24 18:00:01 +02:00
lib/X11/xmcd/discog/index.html
lib/X11/xmcd/discog/xmcd.html
lib/X11/xmcd/discog/xmcdlogo.gif
1998-11-05 07:26:08 +01:00
lib/X11/xmcd/docs/ACKS
lib/X11/xmcd/docs/CDDB
lib/X11/xmcd/docs/CHANGES
lib/X11/xmcd/docs/COPYING
lib/X11/xmcd/docs/DRIVES
lib/X11/xmcd/docs/FAQ
lib/X11/xmcd/docs/FEATURES
lib/X11/xmcd/docs/INSTALL
lib/X11/xmcd/docs/INSTALL.VMS
lib/X11/xmcd/docs/PLATFORM
lib/X11/xmcd/docs/PORTING
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.
2001-07-24 18:00:01 +02:00
lib/X11/xmcd/docs/PRIVACY
1998-11-05 07:26:08 +01:00
lib/X11/xmcd/docs/README
lib/X11/xmcd/docs/RELNOTES
lib/X11/xmcd/docs/WEB
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.
2001-07-24 18:00:01 +02:00
lib/X11/xmcd/help/Cr/Add.btn
lib/X11/xmcd/help/Cr/AutoTr.btn
lib/X11/xmcd/help/Cr/Credit.lsw
lib/X11/xmcd/help/Cr/Delete.btn
lib/X11/xmcd/help/Cr/Dir.btn
lib/X11/xmcd/help/Cr/FName.btn
lib/X11/xmcd/help/Cr/Modify.btn
lib/X11/xmcd/help/Cr/Name.txw
lib/X11/xmcd/help/Cr/Notes.txw
lib/X11/xmcd/help/Cr/Ok.btn
lib/X11/xmcd/help/Cr/PriRole.opt
lib/X11/xmcd/help/Cr/SubRole.opt
lib/X11/xmcd/help/Dd/Comp.btn
lib/X11/xmcd/help/Dd/Dnum.txw
lib/X11/xmcd/help/Dd/Genre.opt
lib/X11/xmcd/help/Dd/Info.lbl
lib/X11/xmcd/help/Dd/Label.txw
lib/X11/xmcd/help/Dd/Notes.txw
lib/X11/xmcd/help/Dd/Ok.btn
lib/X11/xmcd/help/Dd/Region.txw
lib/X11/xmcd/help/Dd/SortTt.txw
lib/X11/xmcd/help/Dd/Tnum.txw
lib/X11/xmcd/help/Dd/Year.txw
lib/X11/xmcd/help/Df/Name.txw
lib/X11/xmcd/help/Df/Ok.btn
lib/X11/xmcd/help/Dl/Cancel.btn
lib/X11/xmcd/help/Dl/ChgTo.btn
lib/X11/xmcd/help/Dl/Del.btn
lib/X11/xmcd/help/Dl/DelAll.btn
lib/X11/xmcd/help/Dl/Disc.lsw
lib/X11/xmcd/help/Dl/ReScan.btn
lib/X11/xmcd/help/Dl/Show.btn
lib/X11/xmcd/help/Dl/Type.opt
lib/X11/xmcd/help/Dp/AddPgm.btn
lib/X11/xmcd/help/Dp/Artist.txw
lib/X11/xmcd/help/Dp/ClrPgm.btn
lib/X11/xmcd/help/Dp/DCredits.btn
lib/X11/xmcd/help/Dp/DExt.btn
lib/X11/xmcd/help/Dp/DList.btn
lib/X11/xmcd/help/Dp/FName.btn
lib/X11/xmcd/help/Dp/Flush.btn
lib/X11/xmcd/help/Dp/Offline.btn
lib/X11/xmcd/help/Dp/Ok.btn
lib/X11/xmcd/help/Dp/PgmSeq.txw
lib/X11/xmcd/help/Dp/Reload.btn
lib/X11/xmcd/help/Dp/SavePgm.btn
lib/X11/xmcd/help/Dp/Segments.btn
lib/X11/xmcd/help/Dp/Submit.btn
lib/X11/xmcd/help/Dp/TCredits.btn
lib/X11/xmcd/help/Dp/TExt.btn
lib/X11/xmcd/help/Dp/TTitle.txw
lib/X11/xmcd/help/Dp/TimSel.btn
lib/X11/xmcd/help/Dp/Title.txw
lib/X11/xmcd/help/Dp/TotTim.lbl
lib/X11/xmcd/help/Dp/Trk.lsw
lib/X11/xmcd/help/Dp/UserReg.btn
lib/X11/xmcd/help/Dt/Artist.txw
lib/X11/xmcd/help/Dt/AutoTr.btn
lib/X11/xmcd/help/Dt/BPM.txw
lib/X11/xmcd/help/Dt/Dir.btn
lib/X11/xmcd/help/Dt/FName.btn
lib/X11/xmcd/help/Dt/Genre.opt
lib/X11/xmcd/help/Dt/ISRC.lbl
lib/X11/xmcd/help/Dt/Label.txw
lib/X11/xmcd/help/Dt/Notes.txw
lib/X11/xmcd/help/Dt/Ok.btn
lib/X11/xmcd/help/Dt/SortTt.txw
lib/X11/xmcd/help/Dt/Year.txw
lib/X11/xmcd/help/Hp/About.btn
lib/X11/xmcd/help/Hp/Cancel.btn
lib/X11/xmcd/help/Hp/Text.txw
lib/X11/xmcd/help/Hp/Topic.opt
lib/X11/xmcd/help/Kp/Cancel.btn
lib/X11/xmcd/help/Kp/Clear.btn
lib/X11/xmcd/help/Kp/Enter.btn
lib/X11/xmcd/help/Kp/Ind.lbl
lib/X11/xmcd/help/Kp/Num.btn
lib/X11/xmcd/help/Kp/Sel.btn
lib/X11/xmcd/help/Kp/Warp.scl
lib/X11/xmcd/help/Ms/Match.lsw
lib/X11/xmcd/help/Ms/Ok.btn
lib/X11/xmcd/help/Op/Bal.scl
lib/X11/xmcd/help/Op/BalCtr.btn
lib/X11/xmcd/help/Op/ChRt.rbx
lib/X11/xmcd/help/Op/Chgr.cbx
lib/X11/xmcd/help/Op/Done.cbx
lib/X11/xmcd/help/Op/Eject.cbx
lib/X11/xmcd/help/Op/Exit.rbx
lib/X11/xmcd/help/Op/Load.cbx
lib/X11/xmcd/help/Op/Load.rbx
lib/X11/xmcd/help/Op/Ok.btn
lib/X11/xmcd/help/Op/Reset.btn
lib/X11/xmcd/help/Op/Save.btn
lib/X11/xmcd/help/Op/VolTpr.rbx
lib/X11/xmcd/help/Rs/Ok.btn
lib/X11/xmcd/help/Rs/Region.lsw
lib/X11/xmcd/help/Sg/Add.btn
lib/X11/xmcd/help/Sg/Credits.btn
lib/X11/xmcd/help/Sg/Delete.btn
lib/X11/xmcd/help/Sg/Fields.txw
lib/X11/xmcd/help/Sg/Modify.btn
lib/X11/xmcd/help/Sg/Notes.txw
lib/X11/xmcd/help/Sg/Ok.btn
lib/X11/xmcd/help/Sg/PlayPaus.btn
lib/X11/xmcd/help/Sg/Segment.lsw
lib/X11/xmcd/help/Sg/Set.btn
lib/X11/xmcd/help/Sg/Stop.btn
lib/X11/xmcd/help/Su/Ok.btn
lib/X11/xmcd/help/Su/SubmURL.txw
lib/X11/xmcd/help/Su/Submit.btn
lib/X11/xmcd/help/Ur/Age.txw
lib/X11/xmcd/help/Ur/AllowM.btn
lib/X11/xmcd/help/Ur/AllowS.btn
lib/X11/xmcd/help/Ur/Cancel.btn
lib/X11/xmcd/help/Ur/Email.txw
lib/X11/xmcd/help/Ur/Gender.rbx
lib/X11/xmcd/help/Ur/Handle.txw
lib/X11/xmcd/help/Ur/Hint.btn
lib/X11/xmcd/help/Ur/Hint.txw
lib/X11/xmcd/help/Ur/Ok.btn
lib/X11/xmcd/help/Ur/Passwd.txw
lib/X11/xmcd/help/Ur/Postal.txw
lib/X11/xmcd/help/Ur/Region.txw
lib/X11/xmcd/help/Ur/Vpaswd.txw
lib/X11/xmcd/help/Xm/Ab.btn
lib/X11/xmcd/help/Xm/DbMode.lbl
lib/X11/xmcd/help/Xm/DbProg.btn
lib/X11/xmcd/help/Xm/Disc.lbl
lib/X11/xmcd/help/Xm/DiscTitl.lbl
lib/X11/xmcd/help/Xm/Eject.btn
lib/X11/xmcd/help/Xm/Ff.btn
lib/X11/xmcd/help/Xm/Help.btn
lib/X11/xmcd/help/Xm/Index.lbl
lib/X11/xmcd/help/Xm/Keypad.btn
lib/X11/xmcd/help/Xm/Level.scl
lib/X11/xmcd/help/Xm/Main.cbx
lib/X11/xmcd/help/Xm/Mode.btn
lib/X11/xmcd/help/Xm/NextDisc.btn
lib/X11/xmcd/help/Xm/NextIdx.btn
lib/X11/xmcd/help/Xm/NextTrk.btn
lib/X11/xmcd/help/Xm/Options.btn
lib/X11/xmcd/help/Xm/PlayMode.lbl
lib/X11/xmcd/help/Xm/PlayPaus.btn
lib/X11/xmcd/help/Xm/PrevDisc.btn
lib/X11/xmcd/help/Xm/PrevIdx.btn
lib/X11/xmcd/help/Xm/PrevTrk.btn
lib/X11/xmcd/help/Xm/ProgMode.lbl
lib/X11/xmcd/help/Xm/Quit.btn
lib/X11/xmcd/help/Xm/Rew.btn
lib/X11/xmcd/help/Xm/RptCnt.lbl
lib/X11/xmcd/help/Xm/Sample.btn
lib/X11/xmcd/help/Xm/Stop.btn
lib/X11/xmcd/help/Xm/Time.btn
lib/X11/xmcd/help/Xm/Time.lbl
lib/X11/xmcd/help/Xm/TimeMode.lbl
lib/X11/xmcd/help/Xm/Track.lbl
lib/X11/xmcd/help/Xm/TrkTitle.lbl
lib/X11/xmcd/help/Xm/WWWwarp.btn
lib/X11/xmcd/pixmaps/xmcd.icon
1998-11-05 07:26:08 +01:00
lib/X11/xmcd/pixmaps/xmcd.xpm
lib/X11/xmcd/pixmaps/xmcd_a.px
lib/X11/xmcd/pixmaps/xmcd_b.px
1999-06-28 09:49:05 +02:00
lib/X11/xmcd/scripts/genidx
1997-12-21 03:11:55 +01:00
man/man1/cda.1
1998-11-05 07:26:08 +01:00
man/man1/xmcd.1
@dirrm lib/X11/xmcd/pixmaps
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.
2001-07-24 18:00:01 +02:00
@dirrm lib/X11/xmcd/help/Xm
@dirrm lib/X11/xmcd/help/Ur
@dirrm lib/X11/xmcd/help/Su
@dirrm lib/X11/xmcd/help/Sg
@dirrm lib/X11/xmcd/help/Rs
@dirrm lib/X11/xmcd/help/Op
@dirrm lib/X11/xmcd/help/Ms
@dirrm lib/X11/xmcd/help/Kp
@dirrm lib/X11/xmcd/help/Hp
@dirrm lib/X11/xmcd/help/Dt
@dirrm lib/X11/xmcd/help/Dp
@dirrm lib/X11/xmcd/help/Dl
@dirrm lib/X11/xmcd/help/Df
@dirrm lib/X11/xmcd/help/Dd
@dirrm lib/X11/xmcd/help/Cr
@dirrm lib/X11/xmcd/help
@dirrm lib/X11/xmcd/docs
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.
2001-07-24 18:00:01 +02:00
@dirrm lib/X11/xmcd/discog/World/Reggae
@dirrm lib/X11/xmcd/discog/World
@dirrm lib/X11/xmcd/discog/Unclassifiable/General_Unclassifiable
@dirrm lib/X11/xmcd/discog/Unclassifiable
@dirrm lib/X11/xmcd/discog/Soundtrack/General_Soundtrack
@dirrm lib/X11/xmcd/discog/Soundtrack
@dirrm lib/X11/xmcd/discog/Rock/General_Rock
@dirrm lib/X11/xmcd/discog/Rock
@dirrm lib/X11/xmcd/discog/Newage/General_Newage
@dirrm lib/X11/xmcd/discog/Newage
@dirrm lib/X11/xmcd/discog/Jazz/General_Jazz
@dirrm lib/X11/xmcd/discog/Jazz
@dirrm lib/X11/xmcd/discog/Folk/General_Folk
@dirrm lib/X11/xmcd/discog/Folk
@dirrm lib/X11/xmcd/discog/Data/General_Data
@dirrm lib/X11/xmcd/discog/Data
@dirrm lib/X11/xmcd/discog/Country/General_Country
@dirrm lib/X11/xmcd/discog/Country
@dirrm lib/X11/xmcd/discog/Classical/General_Classical
@dirrm lib/X11/xmcd/discog/Classical
@dirrm lib/X11/xmcd/discog/Blues/General_Blues
@dirrm lib/X11/xmcd/discog/Blues
1999-06-28 09:49:05 +02:00
@dirrm lib/X11/xmcd/discog
@dirrm lib/X11/xmcd/config/.tbl
@dirrm lib/X11/xmcd/config
1999-06-28 09:49:05 +02:00
@dirrm lib/X11/xmcd/bin-${OPSYS}-${MACHINE_ARCH}
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.
2001-07-24 18:00:01 +02:00
@dirrm lib/X11/xmcd/lib-${OPSYS}-${MACHINE_ARCH}
@dirrm lib/X11/xmcd/scripts
1999-06-28 09:49:05 +02:00
@dirrm lib/X11/xmcd/app-defaults