A CD/DVD recording GUI for KDE4 Maintained by:kde@FreeBSD.org Port Added: 01 Aug 2010 19:31:20 Also Listed In:multimediakde License: not specified in port
K3b is a GUI frontend to the CD recording programs cdrdao and cdrecord.
It's aim is to provide a very user friendly interface to all the tasks that
come with CD and DVD recording.
Features so far:
* Creating data CDs (on-the-fly, rockridge, joliet, El-Torito)
* Creating audio CDs (WAV, MP3, OGG, CD-TEXT; normalization and on-the fly)
* Creating Video CDs (VCD 1.1, 2.0, SVCD, CD-i support (Version 4))
* Creating mixed-mode CDs (CD-Extra (CD-Plus, Enhanced Audio CD))
* Creating eMovix CDs
* CD Copy (single + multi session, audio, enghanced audio, cloning)
* DVD burning (DVD-R(W), DVD+R(W), eMovix, Formatting DVD-RWs and DVD+RWs)
* CD Ripping (CDDB support, CD-TEXT reading, several formats)
* DVD Ripping and DivX/XviD encoding
* Blanking of CDRWs.
* Retrieving Table of contents and cdr information.
* Writing existing iso images to CD and DVD.
* Writing cue/bin files created for CDRWIN
* DVD copy (no video transcoding yet)
* Enhanced cd decive handling (burnfree and justlink support)
* KParts plugin
WWW: http://www.k3b.org/
WWW: http://k3b.sourceforge.net/
k3b-kde4: Update the libk3bdevice/k3bscsicommandbsd.cpp patch.
I committed a6a2ed3 to k3b's git tree some time ago. It is a patch by
avg@ improving the file and preventing some bugs from occurring. In
his own words in KDE git review request 103293:
Main idea of the change is to improve the case where SCSI sense data
is not automatically provided and has to be explicitly requested.
Current code essentially duplicates main transport code for this
task. The proposed code recursively calls into the transport code
with MMC_REQUEST_SENSE command. This also fixes a problem with the
existing code where it re-uses a CCB of the original command for sense
fetching but doesn't ensure that all the previously used bytes are
reset to proper values. This can result in a malformed
MMC_REQUEST_SENSE CCB which can confuse certain hardware (e.g. it
(Only the first 15 lines of the commit message are shown above )
- Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisions
- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]
Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1]
Fix build on FreeBSD >= 9.
Import commit d8f73a5 from upstream.
The scsi_sense_data struct has changed in 9 after r225950, so compilation
failed.
Instead of accessing the struct fields manually, we now use
scsi_extract_sense, which works fine in all our supported releases (there is
no change in terms of functionality).
Bump PORTREVISION.
Aproved by: avilla (mentor, implicit)
Update to 2.0.0 for KDE 4
Thanks for all contributors to this port:
Alberto Villa <avilla@>
Andriy Gapon <avg@>
Dima Panov <fluffy@>
Ganael Laplanche <ganael.laplanche at martymac.com>
Jason E. Hale <bsdkaffee at gmail.com>
Juergen Lock <nox@>