Hello community, here is the log from the commit of package k3b checked in at Fri Jun 23 17:10:13 CEST 2006. -------- --- KDE/k3b/k3b.changes 2006-06-02 11:31:47.000000000 +0200 +++ k3b/k3b.changes 2006-06-23 11:23:14.000000000 +0200 @@ -1,0 +2,16 @@ +Fri Jun 23 11:22:22 CEST 2006 - stbinner@suse.de + +- update to 0.12.16 + * Always force 44.1khz in the Lame MP3 encoder plugin. + * Fixed VideoDVD creation on rewritable media. + * Fixed Copy of Enhanced Audio CDs with CD-Text. + * Changed default boot cataloge name from "boot.cataloge" to + "boot.catalog" + * Fixed crash when reusing same DVD Iso Image writing dialog. + * Ignore case when comparing MD5 sums entered by the user. + * Make sure that filenames in a data project's folder are unique. + * Allow index statements bigger than 99 minutes in cue files. + * Properly set the length of SCSI commands (again this fixes + some device detection problems). + +------------------------------------------------------------------- Old: ---- k3b-0.12.15.tar.bz2 k3b-i18n-0.12.15.tar.bz2 New: ---- k3b-0.12.16.tar.bz2 k3b-i18n-0.12.16.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ k3b.spec ++++++ --- /var/tmp/diff_new_pack.jdFKz7/_old 2006-06-23 17:09:40.000000000 +0200 +++ /var/tmp/diff_new_pack.jdFKz7/_new 2006-06-23 17:09:40.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package k3b (Version 0.12.15) +# spec file for package k3b (Version 0.12.16) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -24,8 +24,8 @@ Group: Productivity/Multimedia/CD/Record Summary: A Universal CD and DVD Burning Application Requires: /usr/bin/cdrecord /usr/bin/mkisofs /usr/bin/cdrdao dvd+rw-tools -Version: 0.12.15 -Release: 8 +Version: 0.12.16 +Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %name-%version.tar.bz2 Source1: %name-i18n-%version.tar.bz2 @@ -185,6 +185,8 @@ /opt/kde3/%_lib/kde3/libk3bsoxencoder.* /opt/kde3/%_lib/kde3/libk3bwavedecoder.* /opt/kde3/%_lib/kde3/libk3balsaoutputplugin.* +/opt/kde3/%_lib/kde3/libk3baudiometainforenamerplugin.* +/opt/kde3/%_lib/kde3/libk3baudioprojectcddbplugin.* /opt/kde3/%_lib/lib* /opt/kde3/share/applications/kde/k3b.desktop /opt/kde3/share/applnk/.hidden @@ -214,6 +216,19 @@ %endif %changelog -n k3b +* Fri Jun 23 2006 - stbinner@suse.de +- update to 0.12.16 + * Always force 44.1khz in the Lame MP3 encoder plugin. + * Fixed VideoDVD creation on rewritable media. + * Fixed Copy of Enhanced Audio CDs with CD-Text. + * Changed default boot cataloge name from "boot.cataloge" to + "boot.catalog" + * Fixed crash when reusing same DVD Iso Image writing dialog. + * Ignore case when comparing MD5 sums entered by the user. + * Make sure that filenames in a data project's folder are unique. + * Allow index statements bigger than 99 minutes in cue files. + * Properly set the length of SCSI commands (again this fixes + some device detection problems). * Fri Jun 02 2006 - stbinner@suse.de - fix build for < 10.0 * Thu Jun 01 2006 - stbinner@suse.de ++++++ k3b-0.12.15.tar.bz2 -> k3b-0.12.16.tar.bz2 ++++++ ++++ 2260 lines of diff (skipped) ++++++ k3b-i18n-0.12.15.tar.bz2 -> k3b-i18n-0.12.16.tar.bz2 ++++++ ++++ 138842 lines of diff (skipped) ++++++ use-kdeeject.diff ++++++ --- /var/tmp/diff_new_pack.jdFKz7/_old 2006-06-23 17:10:00.000000000 +0200 +++ /var/tmp/diff_new_pack.jdFKz7/_new 2006-06-23 17:10:00.000000000 +0200 @@ -1,5 +1,5 @@ ---- libk3bdevice/k3bdevice.cpp -+++ libk3bdevice/k3bdevice.cpp +--- libk3bdevice/k3bdevice.cpp 2006/06/23 09:18:39 1.1 ++++ libk3bdevice/k3bdevice.cpp 2006/06/23 09:20:47 @@ -31,6 +31,7 @@ #include <qvaluevector.h> @@ -8,12 +8,13 @@ #include <sys/types.h> #include <sys/ioctl.h> -@@ -1496,17 +1497,25 @@ - - bool K3bDevice::Device::eject() const - { +@@ -1534,18 +1535,24 @@ + } + return success; + #else - ScsiCommand cmd( this ); - cmd[0] = MMC_START_STOP_UNIT; +- cmd[5] = 0; // Necessary to set the proper command length - - // Since all other eject methods I saw also start the unit before ejecting - // we do it also although I don't know why... @@ -21,6 +22,8 @@ - cmd.transport(); - - cmd[4] = 0x2; // LoEj = 1, Start = 0 +- +- return !cmd.transport(); + kdDebug() << "(K3bDevice::Device::eject) Device: " << blockDeviceName() << endl; + KProcess proc; + proc << "kdeeject"; @@ -34,13 +37,11 @@ + // we do it also although I don't know why... + cmd[4] = 0x1; // Start unit + cmd.transport(); - -- return !cmd.transport(); + cmd[4] = 0x2; // LoEj = 1, Start = 0 + + return !cmd.transport(); + } + return true; + #endif } - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org
participants (1)
-
root@suse.de