Next | Query returned 157 messages, browsing 111 to 120 | Previous

History of commit frequency

CVS Commit History:


   2008-09-07 01:44:39 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add a comment how to create shared libraries.
   2008-09-06 15:34:21 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Remove another unneeded patch. Ride update.
   2008-09-06 15:31:07 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 2.01.01a48:

NEW features of cdrtools-2.01.01a46:

All:

-	New autoconf test AC_CHECK_DLIB() checks for lib members while using
	specified include files. This is a workaround for the autoconf hostile
	gettext() and iconv() implementations on Linux.

-	THe gettext()/iconv() tests have been rewritten to use AC_CHECK_DLIB()

-	The autoconf test AC_FUNC_VFORK from Paul Eggert was not written in
	clean C and thus failed on a ANSI-C compiler, asuming that vfork()
	is not available in the ANSI case.

-	README.compile fixed to refer to READMEs/README.gmake instead of
	README.gmake

-	Symlink support in RULES/MKLINKS added for ia64-hp-ux-cc.rul and
	ia64-hp-ux-gcc.rul, thanks to a hint from Steven M. Schweda

Cdda2wav (Maintained/enhanced by J

-	The new -interactive option has now been stabilized for a first integration that
	allows to replace libcdio for sound-juicer to come to an implementation without
	license violations.

Mkisofs (Maintained/enhanced by J

-	Mkisofs now correctly limits filenames with non-ISO-8859-1 characters
	to 127 chars max.

-	Mkisofs now correctly sets the permissions for "invented" unreal
	directories in UDF instread of using mode 000.

NEW features of cdrtools-2.01.01a47:

All:

-	DEFAULTS*/Defaults.dragonfly added
	Thanks to a hint from Thomas Klausner

-	Added a workaround for a Sun make bug

Mkisofs (Maintained/enhanced by J

-	Mkisofs now correctly sets the permissions for "invented" unreal
	directories in UDF instread of using mode 000. The last version
	intruced a bug during the code cleanup phase.

-	Mkisofs now correctly mixes multi-extent-File directory entries from
	old sessions made by mkisofs. This is only related to multi-session
	with files >= 4 GB.

-	isoinfo now extracts files using 10 sectors at a time to speed up
	operation

[pkgsrc note: this is based on patch-cj]

NEW features of cdrtools-2.01.01a48:

All:

-	Next attempt to work around the non-autoconf friendly implementation
	of GNU gettext and GNU libiconv.

-	A new autoconf test allows to check whether the installed system shell
	(/bin/sh) properly aborts with failed commands in "sh -ce 'cmd'".

	If failed simple commands in "sh -ce 'cmd'" do not abort complex
	commands, "make" will not stop on errors in the build process.
	Note that this is a definite POSIX incompatibility.

	The most well known defective shell with respect to this problem is "bash"
	but /bin/sh on HP-UX-10.x (a Korn Shell modification) does not work
	correctly either. If your system (Linux, HP-HX, ...) suffers from this
	problem, I recommend to fetch the Schily Source consolidation from
		ftp://ftp.berlios.de/pub/schily/
	Use a version that has been published past September 1st 2008, compile
	and install the contained Bourne Shell as "/bin/bosh". Then call
	"./.clean" and compile again. The resulting "smake" will then
	automatically call "/bin/bosh" instead of "/bin/sh" in order to
	execute commands.

Libfind:

-	& before some functions removed

Cdrecord:

-	cdrecord now correctly writes DVD+R/DL media with all drives.
	Before, there have been problems at the layer break with some
	drives.
   2008-08-23 22:41:09 by Tobias Nygren | Files touched by this commit (1)
Log message:
not MAKE_JOBS_SAFE
   2008-08-23 17:33:04 by Thomas Klausner | Files touched by this commit (4) | Package removed
Log message:
Remove some patches than haven't been sent upstream in nearly 8 years,
and for which it wasn't clear they were necessary in the first place.
Ride PKGREVISION bump for patch-cf removal.
   2008-08-23 17:28:59 by Thomas Klausner | Files touched by this commit (3)
Log message:
Remove unnecessary (according to Joerg Schilling) patch-cf.
Bump PKGREVISION.
   2008-08-23 12:50:54 by Thomas Klausner | Files touched by this commit (3)
Log message:
Remove patch-aj. Joerg Schilling says (translated):
The comment is wrong. With this patch, formatting and writing in RAW
mode (perhaps the latter only with Pioneer drives) does not work.

Bump PKGREVISION.
   2008-08-23 00:01:00 by Thomas Klausner | Files touched by this commit (3)
Log message:
Remove outdated patch, ok martin@
Bump PKGREVISION.
   2008-08-12 23:07:05 by Thomas Klausner | Files touched by this commit (4)
Log message:
Update to 2.01.01a45:

NEW features of cdrtools-2.01.01a44:

*******
NOTE: cdrtools is currently in a state just before a new major release.

*******

All:

-	New directory autoconf/ contains the complete Schily autoconf system.
	It is based on GNU autoconf-2.13, the latest GNU autoconf that worked
	correctly even on older systems.

-	Sources and makefilesystem restructured to allow all needed files to be
	retrieved from the SCCS repository and to call "make" later. To achieve
	this, all symlinks have been removed from the tarball.

-	The Schily Makefile System now includes rules to recreate the file
	"configure" by calling "autoconf". This is needed in order \ 
to allow the
	complete source tree to be extracted from the SCCS repository.

Libscg:

-	aspi-win32.h and spti-wnt.h now in SCCS

Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt \ 
heiko@hexco.de):

-	Interactive mode for corrected to allow new tests
	for replacing libcdio in GStreamer.

-	child_pid variable moved into gloval var structure.

NEW features of cdrtools-2.01.01a45:

All:

-	Added a workaround for a GNU make design bug that causes the rules
	to create file "foo" to be evaluated _past_ the "include foo"
	statement in a Makefile has been evaluated. Note that you still need
	GNU make 3.81. GNU make 3.80 and before will still fail to compile
	cdrtools because of other unfixed GNU make bugs.

	Note that the basic GNU make design bug has been reported to the
	GNU make maintainers and accepted as bug by the GNU make maintainers
	in 1998 already. It is still unfixed in GNU make although smake and
	SunPro make verify that there is no problem to do it right.

Cdrecord:

-	Reduced the minimal write speed of a ultraspeed CD-RW capable drive
	from 16x to 10x.

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric \ 
Youngdale):

-	Try to avoid incostencies with USE_ARGEFILES with multi-extent files

-	Corrected the iso directory record size computation in stream-file mode

-	Mkisofs no longer tries to write 8 TB of data in case that -stream-media-size
	was too small.
   2008-07-30 00:05:31 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 2.01.01a43:

NEW features of cdrtools-2.01.01a43:

*******
NOTE: cdrtools is currently in a state just before a new major release.

*******

All:

-	config.guess now supports the "free" Apple Darwin variants

Libscg:

-	"make install" now installes the libscg include files into \ 
$(INS_BASE)/include/scg/

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric \ 
Youngdale):

-	Added a workaround for some Linux filesystems that do not deliver \ 
"." and ".."
	first with readdir()

-	Fixed -x pattern not to exclude "." and ".." also

-	Always "." and ".." first to the dir content.

NOTE that all these problems have not been present  with "mkisofs .. -find \ 
<path-list>"
NEW features of cdrtools-2.01.01a42:

*******
NOTE: cdrtools is currently in a state just before a new major release.

Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	Fixed array index overrun in L1 coder. Thanks to Heiko Eißfeldt.
	The problem was reported by the coverity test. Note that the L1 coder
	is not used by cdrtools.

Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt \ 
heiko@hexco.de):

-	New option -no-fork tells cdda2wav to run in unbuffered mode.

-	New option -interactive

	The first test implemenation supports the following interactive commands:

	stop	stop reading

		If you like to empty the internal buffers,
		send "stop" read everything you get from the output pipe
		repeat this until no further data is available.

	cont	continue reading

	read trasks <trackno>	Start reading from new trackno

	read sectors <secno>	Start reading from new sector number

	exit
	quit	exit cdda2wav

	This new option is a result from a collaboration with the GNOME
	developers to make "sound-juicer" legal. Sound-juicer suffers from
	license problems from libcdio which is usually loaded as a
	"gstreamer" plugin.

	The option -interactive together with the related new libgstcdda2wavsrc
	gives better quality of the extracted audio-data and does not cause license
	violations.

Next | Query returned 157 messages, browsing 111 to 120 | Previous