mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7ce27e9936
Xcdrdao cannot build with GTK-- 1.2.0 bacause of the incompatibility of GTK--. If GTK-- is installed, cdrdao port always tries to build xcdrdao, and fails. o Support 5-current. o Do not use posix-threads by default due to thread scheduling problem. o Change the address of maintainer. PR: ports/19504 Submitted by: Yasuhito FUTATSUKI <futatuki@debug.gr.jp> (maintainer)
14 lines
494 B
Plaintext
14 lines
494 B
Plaintext
Writes audio CD-Rs in disc-at-once (DAO) mode allowing control over pre-gaps
|
|
(length down to 0, nonzero audio data) and sub-channel information like ISRC
|
|
codes. All data that is written to the disc must be specified with a text
|
|
file. Audio data may be in WAVE or raw format.
|
|
|
|
Andreas Mueller <mueller@daneb.ping.de>
|
|
|
|
Note:
|
|
Cdrdao requires kernel with "options SYSVSHM" and "options SYSVMSG".
|
|
|
|
WWW: http://www.ping.de/sites/daneb/cdrdao.html
|
|
|
|
-- Yasuhito FUTATSUKI <futatuki@debug.gr.jp>
|