summaryrefslogtreecommitdiff
path: root/sysutils/k3b-kde4
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/k3b-kde4')
-rw-r--r--sysutils/k3b-kde4/Makefile105
-rw-r--r--sysutils/k3b-kde4/distinfo2
-rw-r--r--sysutils/k3b-kde4/files/patch-libk3b-projects-datacd-k3bdatajob.cpp12
-rw-r--r--sysutils/k3b-kde4/files/patch-libk3bdevice-k3bscsicommand_bsd.cpp48
-rw-r--r--sysutils/k3b-kde4/files/patch-src-rip-k3baudioprojectconvertingthread.cpp11
-rw-r--r--sysutils/k3b-kde4/files/patch-src-rip-k3baudioripthread.cpp11
-rw-r--r--sysutils/k3b-kde4/pkg-descr24
-rw-r--r--sysutils/k3b-kde4/pkg-message48
-rw-r--r--sysutils/k3b-kde4/pkg-message556
-rw-r--r--sysutils/k3b-kde4/pkg-plist268
10 files changed, 0 insertions, 585 deletions
diff --git a/sysutils/k3b-kde4/Makefile b/sysutils/k3b-kde4/Makefile
deleted file mode 100644
index fc3d71c253b5..000000000000
--- a/sysutils/k3b-kde4/Makefile
+++ /dev/null
@@ -1,105 +0,0 @@
-# New ports collection makefile for: k3b
-# Date created: 2003/02/13
-# Whom: Heiner <h.eichmann@gmx.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= k3b
-PORTVERSION= 0.12.2
-CATEGORIES= sysutils multimedia kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= h.eichmann@gmx.de
-COMMENT= A CD/DVD recording GUI for KDE
-
-RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \
- cdrdao:${PORTSDIR}/sysutils/cdrdao
-LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \
- dvdcss:${PORTSDIR}/multimedia/libdvdcss \
- samplerate:${PORTSDIR}/audio/libsamplerate
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS= --with-k3bsetup=no --without-resmgr --without-hal
-USE_GMAKE= yes
-USE_INC_LIBTOOL_VER=15
-INSTALLS_SHLIB= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
-USE_KDELIBS_VER= 3
-
-OPTIONS= SNDFILE "Add audio/libsndfile decoder (for wav files)" On \
- FLAC "Add audio/flac decoder" On \
- LAME "Add audio/lame encoder (for mp3 files)" On \
- FFMPEG "Add multimedia/ffmpeg decoder (for wma files)" Off \
- MUSICBRAINZ "Use audio/libmusicbrainz music meta database" Off \
- MPC "Add audio/libmpcdec decoder (for musepack file)" Off
-
-pre-configure:
- ${RM} ${WRKSRC}/admin/cvs.sh
- ${TOUCH} ${WRKSRC}/admin/cvs.sh
-
-post-install:
- @${CAT} ${PKGMESSAGE}
- @sleep 5
-
-showinfo:
- more ${PKGMESSAGE}
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 500000
-PKGMESSAGE= ${PKGDIR}/pkg-message5
-.endif
-
-.if defined(WITH_SNDFILE)
-PLIST_SUB+= SNDFILE=""
-LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/libsndfile
-.else
-PLIST_SUB+= SNDFILE="@comment "
-CONFIGURE_ARGS+= --without-sndfile
-.endif
-
-.if defined(WITH_FLAC)
-PLIST_SUB+= FLAC=""
-LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac
-.else
-PLIST_SUB+= FLAC="@comment "
-CONFIGURE_ARGS+= --without-flac
-.endif
-
-.if defined(WITH_LAME)
-PLIST_SUB+= LAME=""
-LIB_DEPENDS+= mp3lame:${PORTSDIR}/audio/lame
-.else
-PLIST_SUB+= LAME="@comment "
-CONFIGURE_ARGS+= --without-lame
-.endif
-
-.if defined(WITH_FFMPEG)
-PLIST_SUB+= FFMPEG=""
-LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg
-.else
-PLIST_SUB+= FFMPEG="@comment "
-CONFIGURE_ARGS+= --without-ffmpeg
-.endif
-
-.if defined(WITH_MUSICBRAINZ)
-PLIST_SUB+= MUSICBRAINZ=""
-LIB_DEPENDS+= musicbrainz:${PORTSDIR}/audio/libmusicbrainz
-.else
-PLIST_SUB+= MUSICBRAINZ="@comment "
-CONFIGURE_ARGS+= --without-musicbrainz
-.endif
-
-.if defined(WITH_MPC)
-PLIST_SUB+= MPC=""
-LIB_DEPENDS+= mpcdec:${PORTSDIR}/audio/libmpcdec
-.else
-PLIST_SUB+= MPC="@comment "
-CONFIGURE_ARGS+= --without-musepack
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/sysutils/k3b-kde4/distinfo b/sysutils/k3b-kde4/distinfo
deleted file mode 100644
index 4ec1d47448fa..000000000000
--- a/sysutils/k3b-kde4/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (k3b-0.12.2.tar.bz2) = 52dac62c8f22330784f82703385482ee
-SIZE (k3b-0.12.2.tar.bz2) = 3771371
diff --git a/sysutils/k3b-kde4/files/patch-libk3b-projects-datacd-k3bdatajob.cpp b/sysutils/k3b-kde4/files/patch-libk3b-projects-datacd-k3bdatajob.cpp
deleted file mode 100644
index 49d0c02af493..000000000000
--- a/sysutils/k3b-kde4/files/patch-libk3b-projects-datacd-k3bdatajob.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- libk3b/projects/datacd/k3bdatajob.cpp.orig Tue Jul 12 14:56:13 2005
-+++ libk3b/projects/datacd/k3bdatajob.cpp Tue Jul 12 14:56:35 2005
-@@ -98,8 +98,8 @@
-
- K3bDataJob::~K3bDataJob()
- {
-- delete d;
- delete d->tocFile;
-+ delete d;
- }
-
-
diff --git a/sysutils/k3b-kde4/files/patch-libk3bdevice-k3bscsicommand_bsd.cpp b/sysutils/k3b-kde4/files/patch-libk3bdevice-k3bscsicommand_bsd.cpp
deleted file mode 100644
index eca2d20ae58a..000000000000
--- a/sysutils/k3b-kde4/files/patch-libk3bdevice-k3bscsicommand_bsd.cpp
+++ /dev/null
@@ -1,48 +0,0 @@
---- libk3bdevice/k3bscsicommand_bsd.cpp.orig Fri Jul 1 15:30:50 2005
-+++ libk3bdevice/k3bscsicommand_bsd.cpp Sun Jul 17 15:07:58 2005
-@@ -51,10 +51,6 @@
- void K3bDevice::ScsiCommand::clear()
- {
- memset (&d->ccb,0,sizeof(ccb));
-- if (!m_device || !m_device->handle()) return;
-- d->ccb.ccb_h.path_id = m_device->handle()->path_id;
-- d->ccb.ccb_h.target_id = m_device->handle()->target_id;
-- d->ccb.ccb_h.target_lun = m_device->handle()->target_lun;
- }
-
-
-@@ -76,8 +72,11 @@
- needToClose = true;
- }
-
-- if( !m_device->open( dir == TR_DIR_WRITE ) )
-+ if( !m_device->open( true ) )
- return -1;
-+ d->ccb.ccb_h.path_id = m_device->handle()->path_id;
-+ d->ccb.ccb_h.target_id = m_device->handle()->target_id;
-+ d->ccb.ccb_h.target_lun = m_device->handle()->target_lun;
-
- kdDebug() << "(K3bDevice::ScsiCommand) transport command " << QString::number((int)d->ccb.csio.cdb_io.cdb_bytes[0], 16) << ", length: " << (int)d->ccb.csio.cdb_len << endl;
- int ret=0;
-@@ -86,7 +85,7 @@
- direction |= CAM_DIR_NONE;
- else
- direction |= (dir & TR_DIR_READ)?CAM_DIR_IN : CAM_DIR_OUT;
-- cam_fill_csio (&(d->ccb.csio), 1, 0 /* NULL */, direction | CAM_DEV_QFRZDIS, MSG_SIMPLE_Q_TAG, (u_int8_t *)data, len, sizeof(d->ccb.csio.sense_data), d->ccb.csio.cdb_len, 30*1000);
-+ cam_fill_csio (&(d->ccb.csio), 1, 0 /* NULL */, direction, MSG_SIMPLE_Q_TAG, (u_int8_t *)data, len, sizeof(d->ccb.csio.sense_data), d->ccb.csio.cdb_len, 30*1000);
- unsigned char * sense = (unsigned char *)&d->ccb.csio.sense_data;
- if ((ret = cam_send_ccb(m_device->handle(), &d->ccb)) < 0)
- {
-@@ -101,10 +100,11 @@
- if( needToClose )
- m_device->close();
-
-- return( ((senset->error_code & SSD_ERRCODE)<<24) & 0xF000 |
-+ int result = (((senset->error_code & SSD_ERRCODE)<<24) & 0xF000 |
- ((senset->flags & SSD_KEY)<<16) & 0x0F00 |
- (senset->add_sense_code<<8) & 0x00F0 |
- (senset->add_sense_code_qual) & 0x000F );
-+ return result?result:ret;
- }
- if ((d->ccb.ccb_h.status & CAM_STATUS_MASK) == CAM_REQ_CMP) {
- if( needToClose )
diff --git a/sysutils/k3b-kde4/files/patch-src-rip-k3baudioprojectconvertingthread.cpp b/sysutils/k3b-kde4/files/patch-src-rip-k3baudioprojectconvertingthread.cpp
deleted file mode 100644
index 78f068697d3c..000000000000
--- a/sysutils/k3b-kde4/files/patch-src-rip-k3baudioprojectconvertingthread.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/rip/k3baudioprojectconvertingthread.cpp.orig Sun Jul 10 00:18:23 2005
-+++ src/rip/k3baudioprojectconvertingthread.cpp Sun Jul 10 00:18:50 2005
-@@ -373,7 +373,7 @@
-
- // we always use a relative filename here
- QString imageFile = m_tracks[0].second.section( '/', -1 );
-- cueWriter.setImage( imageFile, ( d->fileType.isEmpty() ? "WAVE" : d->fileType ) );
-+ cueWriter.setImage( imageFile, ( d->fileType.isEmpty() ? QString("WAVE") : d->fileType ) );
-
- // use the same base name as the image file
- QString cueFile = m_tracks[0].second;
diff --git a/sysutils/k3b-kde4/files/patch-src-rip-k3baudioripthread.cpp b/sysutils/k3b-kde4/files/patch-src-rip-k3baudioripthread.cpp
deleted file mode 100644
index badd900011cd..000000000000
--- a/sysutils/k3b-kde4/files/patch-src-rip-k3baudioripthread.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/rip/k3baudioripthread.cpp.orig Sun Jul 10 00:14:21 2005
-+++ src/rip/k3baudioripthread.cpp Sun Jul 10 00:15:00 2005
-@@ -536,7 +536,7 @@
-
- // we always use a relative filename here
- QString imageFile = m_tracks[0].second.section( '/', -1 );
-- cueWriter.setImage( imageFile, ( d->fileType.isEmpty() ? "WAVE" : d->fileType ) );
-+ cueWriter.setImage( imageFile, ( d->fileType.isEmpty() ? QString("WAVE") : d->fileType ) );
-
- // use the same base name as the image file
- QString cueFile = m_tracks[0].second;
diff --git a/sysutils/k3b-kde4/pkg-descr b/sysutils/k3b-kde4/pkg-descr
deleted file mode 100644
index 81633d0d9f00..000000000000
--- a/sysutils/k3b-kde4/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-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 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
- * Save/load projects.
- * 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/
diff --git a/sysutils/k3b-kde4/pkg-message b/sysutils/k3b-kde4/pkg-message
deleted file mode 100644
index 61798a16a4c0..000000000000
--- a/sysutils/k3b-kde4/pkg-message
+++ /dev/null
@@ -1,48 +0,0 @@
-Notes for FreeBSD 4.x users:
-1. The FreeBSD k3b port supports SCSI drives only. If you have IDE CD or DVD
- drives, use them through the cam system. See Chapter 12.5.9 of the handbook
- (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html#ATAPICAM)
-2. Your CD and DVD drives must have a mount point in /etc/fstab. They have
- to be accessed through their atapicam device if possible. I.e. the drives
- have to be adressed by e.g. /dev/cd0c instead of /dev/acd0c.
-3. k3b has to be started from a root console, which is not recommended.
- Alternatively do ALL of the following:
-3a. set the suid flag on cdrecord and cdrdao. The 'Notes' chapter of
- 'man cdrecord' discusses this.
-3b. - For every user who should be able to use k3b and for every CD or DVD
- device add a directory in the users home directory. These directories
- must be owned by the corresponding user. For each such directory add a
- line in /ect/fstab (see remark 2), like:
- /dev/cd0c /usr/home/XXX/cdrom cd9660 ro,noauto,nodev,nosuid 0 0
- Furthermore allow user mounts as described in topic 9.22 of the FAQ:
- http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOPPYMOUNT
- - or just give mount and umount the suid flag, which is a security leak.
-3c. Every user who should be able to use k3b must have read and write access
- to all pass through devices connected with CD and DVD drives and to the
- /dev/xpt0 device. Run 'camcontrol devlist' to identify those devices (seek
- string 'passX' at the end of each line and modify the rights of /dev/passX).
- Note, that this is a security leak as well but that there is no alternative!
-4. Check, that dma is activated for atapi devices: 'sysctl hw.ata.atapi_dma'
- If not, set it to 1 and put a 'hw.ata.atapi_dma=1' into /boot/loader.conf
-5. Create a directory on a partition, which has enough disk space to hold a CDs
- or DVDs content (usually below /usr). Enter this directory in Settings->
- Configure K3b...->Misc.
-6. If you experience problems while burning CDs, try to set the cdrdao driver
- manually. To do so choose Settings->Configure K3b...->Devices. Below the CD
- recorder click on the string "auto" behind "Cdrdao driver:" For most of the
- recent drives "generic-mmc" or "generic-mmc-raw" should work.
- See http://cdrdao.sourceforge.net/drives.html.
-7. To burn video CDs install the port multimedia/vcdimager.
-8. To rip DVDs additionally install the ports multimedia/transcode,
- multimedia/libdvdread and multimedia/xvid. Note that k3b does NOT work with
- transcode 0.6.12. 0.6.10 is the last known working version. The ripping
- process itself is described in
- http://k3b.plainblack.com/index.pl/videoencoding.
-9. To burn bootable video CDs, install the port multimedia/emovix.
-10. To burn DVDs, install the port sysutils/dvd+rw-tools.
-11. To normalize the volumes of audio cds, install the port audio/normalize.
-12. To rip into more audio formats, install the port audio/sox.
-
-UPGRADERS FROM 0.11.6 OR BELOW SHOULD NOTE THE CHANGED TOPIC 3C!!!
-
-To read this instructions again, type 'make showinfo' in the k3b port directory
diff --git a/sysutils/k3b-kde4/pkg-message5 b/sysutils/k3b-kde4/pkg-message5
deleted file mode 100644
index 9a1b2e01f17e..000000000000
--- a/sysutils/k3b-kde4/pkg-message5
+++ /dev/null
@@ -1,56 +0,0 @@
-Notes for FreeBSD 5.x users:
-1. The FreeBSD k3b port supports SCSI drives only. If you have IDE CD or DVD
- drives, use them through the cam system. See Chapter 12.5.9 of the handbook
- (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html#ATAPICAM)
-2. Your CD and DVD drives must have a mount point in /etc/fstab. They have
- to be accessed through their atapicam device if possible. I.e. the drives
- have to be adressed by e.g. /dev/cd0 instead of /dev/acd0.
-3. k3b has to be started from a root console, which is not recommended.
- Alternatively do ALL of the following:
-3a. set the suid flag on cdrecord and cdrdao. The 'Notes' chapter of
- 'man cdrecord' discusses this.
-3b. - For every user who should be able to use k3b and for every CD or DVD
- device add a directory in the users home directory. These directories
- must be owned by the corresponding user. For each such directory add a
- line in /ect/fstab (see remark 2), like:
- /dev/cd0c /usr/home/XXX/cdrom cd9660 ro,noauto,nodev,nosuid 0 0
- Furthermore allow user mounts as described in topic 9.22 of the FAQ:
- http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOPPYMOUNT
- To make the chmod's to /dev/cdX permanent, do the following:
- * add 'devd_enable="YES"' to /etc/rc.conf
- * add a 'perm cdX 666' to /etc/devfs.conf for each cd/dvd device. X
- is the device number. If you prefer allow access for a group only,
- add a 'perm cdX 660' instead, followed by an 'own cdX root:XXX'
- where XXX is the group name.
- - or just give mount and umount the suid flag, which is a security leak.
-3c. Every user who should be able to use k3b must have read and write access
- to all pass through devices connected with CD and DVD drives and to the
- /dev/xpt0 device. Run 'camcontrol devlist' to identify those devices (seek
- string 'passX' at the end of each line and modify the rights of
- /dev/passX). Note, that this is a security leak as well but that there is
- no alternative! To make this changes permanent, add 'devd_enable="YES"'
- to /etc/rc.conf as described above. Furthermore add a 'perm passX 666'
- for each pass device and a 'perm xpt0 666'. If you prefer to bind the
- access rights to a group, use the own command as described above.
-4. Check, that dma is activated for atapi devices: 'sysctl hw.ata.atapi_dma'
- If not, set it to 1 and put a 'hw.ata.atapi_dma=1' into /boot/loader.conf
-5. Create a directory on a partition, which has enough disk space to hold a CDs
- or DVDs content (usually below /usr). Enter this directory in Settings->
- Configure K3b...->Misc.
-6. If you experience problems while burning CDs, try to set the cdrdao driver
- manually. To do so choose Settings->Configure K3b...->Devices. Below the CD
- recorder click on the string "auto" behind "Cdrdao driver:" For most of the
- recent drives "generic-mmc" or "generic-mmc-raw" should work.
- See http://cdrdao.sourceforge.net/drives.html.
-7. To burn video CDs install the port multimedia/vcdimager.
-8. To rip DVDs additionally install the ports multimedia/transcode,
- multimedia/libdvdread and multimedia/xvid. Note that k3b does NOT work with
- transcode 0.6.12. 0.6.10 is the last known working version. The ripping
- process itself is described in
- http://k3b.plainblack.com/index.pl/videoencoding.
-9. To burn bootable video CDs, install the port multimedia/emovix.
-10. To burn DVDs, install the port sysutils/dvd+rw-tools.
-11. To normalize the volumes of audio cds, install the port audio/normalize.
-12. To rip into more audio formats, install the port audio/sox.
-
-To read this instructions again, type 'make showinfo' in the k3b port directory
diff --git a/sysutils/k3b-kde4/pkg-plist b/sysutils/k3b-kde4/pkg-plist
deleted file mode 100644
index 6ab187c96a02..000000000000
--- a/sysutils/k3b-kde4/pkg-plist
+++ /dev/null
@@ -1,268 +0,0 @@
-bin/k3b
-include/k3baudiocdtrackdrag.h
-include/k3baudiocdtracksource.h
-include/k3baudiocuefilewritingjob.h
-include/k3baudiodatasource.h
-include/k3baudiodatasourceiterator.h
-include/k3baudiodecoder.h
-include/k3baudiodoc.h
-include/k3baudioencoder.h
-include/k3baudiofile.h
-include/k3baudiojob.h
-include/k3baudiooutputplugin.h
-include/k3baudiotrack.h
-include/k3baudiozerodata.h
-include/k3bbinimagewritingjob.h
-include/k3bblankingjob.h
-include/k3bbootitem.h
-include/k3bbusywidget.h
-include/k3bcdcopyjob.h
-include/k3bcdparanoialib.h
-include/k3bcdrdaowriter.h
-include/k3bcdrecordwriter.h
-include/k3bcdtext.h
-include/k3bcdtextvalidator.h
-include/k3bclonejob.h
-include/k3bcore.h
-include/k3bcuefileparser.h
-include/k3bcutcombobox.h
-include/k3bdatadoc.h
-include/k3bdataitem.h
-include/k3bdatajob.h
-include/k3bdefaultexternalprograms.h
-include/k3bdevice.h
-include/k3bdevicecombobox.h
-include/k3bdeviceglobals.h
-include/k3bdevicehandler.h
-include/k3bdevicemanager.h
-include/k3bdeviceselectiondialog.h
-include/k3bdevicetypes.h
-include/k3bdiritem.h
-include/k3bdiskinfo.h
-include/k3bdoc.h
-include/k3bdvdcopyjob.h
-include/k3bdvddoc.h
-include/k3bdvdformattingjob.h
-include/k3bdvdjob.h
-include/k3bexceptions.h
-include/k3bexternalbinmanager.h
-include/k3bfileitem.h
-include/k3bglobals.h
-include/k3bglobalsettings.h
-include/k3bgrowisofswriter.h
-include/k3binffilewriter.h
-include/k3bintvalidator.h
-include/k3biso9660.h
-include/k3biso9660imagewritingjob.h
-include/k3bisooptions.h
-include/k3bjob.h
-include/k3blistview.h
-include/k3blistviewitemanimator.h
-include/k3bmd5job.h
-include/k3bmixeddoc.h
-include/k3bmixedjob.h
-include/k3bmovixdoc.h
-include/k3bmovixdvddoc.h
-include/k3bmovixdvdjob.h
-include/k3bmovixfileitem.h
-include/k3bmovixjob.h
-include/k3bmsf.h
-include/k3bmsfedit.h
-include/k3bmultichoicedialog.h
-include/k3bplugin.h
-include/k3bpluginconfigwidget.h
-include/k3bpluginfactory.h
-include/k3bpluginmanager.h
-include/k3bprocess.h
-include/k3bprogressdialog.h
-include/k3bprojectplugin.h
-include/k3bpushbutton.h
-include/k3bradioaction.h
-include/k3bsignalwaiter.h
-include/k3bsimplejob.h
-include/k3bstdguiitems.h
-include/k3bstringutils.h
-include/k3bthread.h
-include/k3bthreadjob.h
-include/k3bthreadwidget.h
-include/k3bthroughputestimator.h
-include/k3btoc.h
-include/k3btocfilewriter.h
-include/k3btoolbox.h
-include/k3btrack.h
-include/k3bvalidators.h
-include/k3bvcddoc.h
-include/k3bvcdjob.h
-include/k3bvcdoptions.h
-include/k3bversion.h
-include/k3bvideodvddoc.h
-include/k3bvideodvdjob.h
-include/k3bwavefilewriter.h
-include/kcutlabel.h
-lib/kde3/libk3bartsoutputplugin.la
-lib/kde3/libk3bartsoutputplugin.so
-lib/kde3/libk3bexternalencoder.la
-lib/kde3/libk3bexternalencoder.so
-%%FFMPEG%%lib/kde3/libk3bffmpegdecoder.la
-%%FFMPEG%%lib/kde3/libk3bffmpegdecoder.so
-%%FLAC%%lib/kde3/libk3bflacdecoder.la
-%%FLAC%%lib/kde3/libk3bflacdecoder.so
-%%LAME%%lib/kde3/libk3blameencoder.la
-%%LAME%%lib/kde3/libk3blameencoder.so
-%%SNDFILE%%lib/kde3/libk3blibsndfiledecoder.la
-%%SNDFILE%%lib/kde3/libk3blibsndfiledecoder.so
-lib/kde3/libk3bmaddecoder.la
-lib/kde3/libk3bmaddecoder.so
-%%MPC%%lib/kde3/libk3bmpcdecoder.la
-%%MPC%%lib/kde3/libk3bmpcdecoder.so
-lib/kde3/libk3boggvorbisdecoder.la
-lib/kde3/libk3boggvorbisdecoder.so
-lib/kde3/libk3boggvorbisencoder.la
-lib/kde3/libk3boggvorbisencoder.so
-lib/kde3/libk3bsoxencoder.la
-lib/kde3/libk3bsoxencoder.so
-lib/kde3/libk3bwavedecoder.la
-lib/kde3/libk3bwavedecoder.so
-lib/libk3b.la
-lib/libk3b.so
-lib/libk3b.so.1
-lib/libk3baudiometainforenamerplugin.la
-lib/libk3baudiometainforenamerplugin.so
-lib/libk3baudioprojectcddbplugin.la
-lib/libk3baudioprojectcddbplugin.so
-lib/libk3bdevice.la
-lib/libk3bdevice.so
-lib/libk3bdevice.so.2
-share/applications/kde/k3b.desktop
-share/applnk/.hidden/k3b-cue.desktop
-share/applnk/.hidden/k3b-iso.desktop
-share/apps/k3b/cdi/cdi_imag.rtf
-share/apps/k3b/cdi/cdi_text.fnt
-share/apps/k3b/cdi/cdi_vcd.app
-share/apps/k3b/cdi/cdi_vcd.cfg
-share/apps/k3b/cdi/icdia.htm
-share/apps/k3b/cdi/vcd_on_cdi_41.pdf
-share/apps/k3b/eventsrc
-share/apps/k3b/extra/k3bphotosvcd.mpg
-share/apps/k3b/extra/k3bphotovcd.mpg
-share/apps/k3b/icons/crystalsvg/16x16/actions/cdburn.png
-share/apps/k3b/icons/crystalsvg/16x16/actions/cdinfo.png
-share/apps/k3b/icons/crystalsvg/16x16/actions/cdrwblank.png
-share/apps/k3b/icons/crystalsvg/16x16/actions/greenled.png
-share/apps/k3b/icons/crystalsvg/16x16/actions/redled.png
-share/apps/k3b/icons/crystalsvg/16x16/actions/yellowinfo.png
-share/apps/k3b/icons/crystalsvg/16x16/actions/yellowled.png
-share/apps/k3b/icons/crystalsvg/22x22/actions/cdcopy.png
-share/apps/k3b/icons/crystalsvg/22x22/actions/cdinfo.png
-share/apps/k3b/icons/crystalsvg/22x22/actions/cdrwblank.png
-share/apps/k3b/icons/crystalsvg/32x32/actions/cdburn.png
-share/apps/k3b/icons/crystalsvg/32x32/actions/cdcopy.png
-share/apps/k3b/icons/hicolor/16x16/actions/musicbrainz.png
-share/apps/k3b/icons/hicolor/64x64/actions/musicbrainz.png
-share/apps/k3b/k3bui.rc
-share/apps/k3b/pics/73lab/dialog_left.png
-share/apps/k3b/pics/73lab/dialog_right.png
-share/apps/k3b/pics/73lab/k3b.theme
-share/apps/k3b/pics/73lab/media_audio.png
-share/apps/k3b/pics/73lab/media_data.png
-share/apps/k3b/pics/73lab/media_empty.png
-share/apps/k3b/pics/73lab/media_left.png
-share/apps/k3b/pics/73lab/media_mixed.png
-share/apps/k3b/pics/73lab/media_none.png
-share/apps/k3b/pics/73lab/media_video.png
-share/apps/k3b/pics/73lab/probing.png
-share/apps/k3b/pics/73lab/progress_fail.png
-share/apps/k3b/pics/73lab/progress_right.png
-share/apps/k3b/pics/73lab/progress_success.png
-share/apps/k3b/pics/73lab/progress_working.png
-share/apps/k3b/pics/73lab/project_left.png
-share/apps/k3b/pics/73lab/project_right.png
-share/apps/k3b/pics/73lab/splash.png
-share/apps/k3b/pics/73lab/welcome_bg.png
-share/apps/k3b/pics/crystal/dialog_left.png
-share/apps/k3b/pics/crystal/dialog_right.png
-share/apps/k3b/pics/crystal/k3b.theme
-share/apps/k3b/pics/crystal/media_audio.png
-share/apps/k3b/pics/crystal/media_data.png
-share/apps/k3b/pics/crystal/media_empty.png
-share/apps/k3b/pics/crystal/media_left.png
-share/apps/k3b/pics/crystal/media_mixed.png
-share/apps/k3b/pics/crystal/media_none.png
-share/apps/k3b/pics/crystal/media_video.png
-share/apps/k3b/pics/crystal/probing.png
-share/apps/k3b/pics/crystal/progress_fail.png
-share/apps/k3b/pics/crystal/progress_right.png
-share/apps/k3b/pics/crystal/progress_success.png
-share/apps/k3b/pics/crystal/progress_working.png
-share/apps/k3b/pics/crystal/project_left.png
-share/apps/k3b/pics/crystal/project_right.png
-share/apps/k3b/pics/crystal/splash.png
-share/apps/k3b/pics/crystal/welcome_bg.png
-share/apps/k3b/plugins/k3bartsoutputplugin.plugin
-share/apps/k3b/plugins/k3baudiometainforenamerplugin.plugin
-share/apps/k3b/plugins/k3baudioprojectcddbplugin.plugin
-share/apps/k3b/plugins/k3bexternalencoder.plugin
-%%FFMPEG%%share/apps/k3b/plugins/k3bffmpegdecoder.plugin
-%%FLAC%%share/apps/k3b/plugins/k3bflacdecoder.plugin
-%%LAME%%share/apps/k3b/plugins/k3blameencoder.plugin
-%%SNDFILE%%share/apps/k3b/plugins/k3blibsndfiledecoder.plugin
-share/apps/k3b/plugins/k3bmaddecoder.plugin
-%%MPC%%share/apps/k3b/plugins/k3bmpcdecoder.plugin
-share/apps/k3b/plugins/k3boggvorbisdecoder.plugin
-share/apps/k3b/plugins/k3boggvorbisencoder.plugin
-share/apps/k3b/plugins/k3bsoxencoder.plugin
-share/apps/k3b/plugins/k3bwavedecoder.plugin
-share/apps/k3b/tips
-share/apps/konqueror/servicemenus/k3b_create_audio_cd.desktop
-share/apps/konqueror/servicemenus/k3b_create_data_cd.desktop
-share/apps/konqueror/servicemenus/k3b_create_video_cd.desktop
-share/apps/konqueror/servicemenus/k3b_write_bin_image.desktop
-share/apps/konqueror/servicemenus/k3b_write_iso_image.desktop
-share/doc/HTML/en/k3b/audiocd-howto.docbook
-share/doc/HTML/en/k3b/burndialog_audio.png
-share/doc/HTML/en/k3b/burndialog_progress.png
-share/doc/HTML/en/k3b/cdcloning_dialog.png
-share/doc/HTML/en/k3b/cdcloning_reading.png
-share/doc/HTML/en/k3b/cdcopy-howto.docbook
-share/doc/HTML/en/k3b/cdcopy_done.png
-share/doc/HTML/en/k3b/cdcopy_reading.png
-share/doc/HTML/en/k3b/cdcopy_settings.png
-share/doc/HTML/en/k3b/cdcopy_writing.png
-share/doc/HTML/en/k3b/commands.docbook
-share/doc/HTML/en/k3b/common
-share/doc/HTML/en/k3b/dcop.docbook
-share/doc/HTML/en/k3b/index.cache.bz2
-share/doc/HTML/en/k3b/index.docbook
-share/doc/HTML/en/k3b/select_audiofiles.png
-share/doc/HTML/en/k3b/select_project.png
-share/doc/HTML/en/k3b/video-encoding.docbook
-share/icons/hicolor/128x128/apps/k3b.png
-share/icons/hicolor/16x16/apps/k3b.png
-share/icons/hicolor/22x22/apps/k3b.png
-share/icons/hicolor/32x32/apps/k3b.png
-share/icons/hicolor/48x48/apps/k3b.png
-share/icons/hicolor/64x64/apps/k3b.png
-share/mimelnk/application/x-k3b.desktop
-share/sounds/k3b_error1.wav
-share/sounds/k3b_success1.wav
-share/sounds/k3b_wait_media1.wav
-@dirrm share/apps/k3b/plugins
-@dirrm share/apps/k3b/pics/crystal
-@dirrm share/apps/k3b/pics/73lab
-@dirrm share/apps/k3b/pics
-@dirrm share/apps/k3b/icons/hicolor/64x64/actions
-@dirrm share/apps/k3b/icons/hicolor/64x64
-@dirrm share/apps/k3b/icons/hicolor/16x16/actions
-@dirrm share/apps/k3b/icons/hicolor/16x16
-@dirrm share/apps/k3b/icons/hicolor
-@dirrm share/apps/k3b/icons/crystalsvg/32x32/actions
-@dirrm share/apps/k3b/icons/crystalsvg/32x32
-@dirrm share/apps/k3b/icons/crystalsvg/22x22/actions
-@dirrm share/apps/k3b/icons/crystalsvg/22x22
-@dirrm share/apps/k3b/icons/crystalsvg/16x16/actions
-@dirrm share/apps/k3b/icons/crystalsvg/16x16
-@dirrm share/apps/k3b/icons/crystalsvg
-@dirrm share/apps/k3b/icons
-@dirrm share/apps/k3b/extra
-@dirrm share/apps/k3b/cdi
-@dirrm share/apps/k3b