diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2007-04-02 13:14:57 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2007-04-02 13:14:57 +0000 |
commit | bd91199bdbae8931e38b2b020830b67fc9c5672d (patch) | |
tree | ec31854c11fe5acc32540cd2e01dc8ead89738e9 /sysutils/k3b-kde4 | |
parent | 2afd8bdced2ef077e59b8ec5265bdb747521cd43 (diff) | |
download | ports-bd91199bdbae8931e38b2b020830b67fc9c5672d.tar.gz ports-bd91199bdbae8931e38b2b020830b67fc9c5672d.zip |
Notes
Diffstat (limited to 'sysutils/k3b-kde4')
-rw-r--r-- | sysutils/k3b-kde4/Makefile | 17 | ||||
-rw-r--r-- | sysutils/k3b-kde4/distinfo | 6 | ||||
-rw-r--r-- | sysutils/k3b-kde4/files/patch-configure | 33 | ||||
-rw-r--r-- | sysutils/k3b-kde4/pkg-message | 37 | ||||
-rw-r--r-- | sysutils/k3b-kde4/pkg-message5 | 56 | ||||
-rw-r--r-- | sysutils/k3b-kde4/pkg-plist | 94 |
6 files changed, 124 insertions, 119 deletions
diff --git a/sysutils/k3b-kde4/Makefile b/sysutils/k3b-kde4/Makefile index 161d7dbd89d6..b8443b0ddf78 100644 --- a/sysutils/k3b-kde4/Makefile +++ b/sysutils/k3b-kde4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= k3b -PORTVERSION= 0.12.17 +PORTVERSION= 1.0 CATEGORIES= sysutils multimedia kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -33,7 +33,8 @@ OPTIONS= 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 + MPC "Add audio/libmpcdec decoder (for musepack file)" Off \ + LIBDVDREAD "Use libdvdread (for video dvd ripping)" On pre-configure: ${RM} ${WRKSRC}/admin/cvs.sh @@ -48,10 +49,6 @@ showinfo: .include <bsd.port.pre.mk> -.if ${OSVERSION} > 500000 -PKGMESSAGE= ${PKGDIR}/pkg-message5 -.endif - .if defined(WITH_FLAC) PLIST_SUB+= FLAC="" LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac @@ -92,4 +89,12 @@ PLIST_SUB+= MPC="@comment " CONFIGURE_ARGS+= --without-musepack .endif +.if defined(WITH_LIBDVDREAD) +PLIST_SUB+= LIBDVDREAD="" +LIB_DEPENDS+= dvdread:${PORTSDIR}/multimedia/libdvdread +.else +PLIST_SUB+= LIBDVDREAD="@comment " +CONFIGURE_ARGS+= --without-libdvdread +.endif + .include <bsd.port.post.mk> diff --git a/sysutils/k3b-kde4/distinfo b/sysutils/k3b-kde4/distinfo index 8dc80f7d299f..58268bac2b38 100644 --- a/sysutils/k3b-kde4/distinfo +++ b/sysutils/k3b-kde4/distinfo @@ -1,3 +1,3 @@ -MD5 (k3b-0.12.17.tar.bz2) = e7d423fe386fe0cab7aec6034eb33316 -SHA256 (k3b-0.12.17.tar.bz2) = 067ef9d621bed9a1c385c201b13810f11305edf03a7da0793cb059bb578700b7 -SIZE (k3b-0.12.17.tar.bz2) = 4008650 +MD5 (k3b-1.0.tar.bz2) = 02bf955059adfe9ac8a11d36fb34a11c +SHA256 (k3b-1.0.tar.bz2) = b1ab85ad003b3362a964e7516ba21ecb238b199379e449980041a4292d8d2294 +SIZE (k3b-1.0.tar.bz2) = 5102225 diff --git a/sysutils/k3b-kde4/files/patch-configure b/sysutils/k3b-kde4/files/patch-configure deleted file mode 100644 index 472a0eee6d4a..000000000000 --- a/sysutils/k3b-kde4/files/patch-configure +++ /dev/null @@ -1,33 +0,0 @@ ---- configure.orig Wed Aug 23 09:46:04 2006 -+++ configure Wed Aug 23 21:49:44 2006 -@@ -21673,10 +21673,10 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS=" /usr/local/share/libtool/ltmain.sh" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent' -+LIBTOOL='$(SHELL) /usr/local/bin/libtool --silent' - - # Prevent multiple expansion - -@@ -36974,7 +36974,7 @@ - ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - --ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -+ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $all_libraries $LIBS 1>&5' - - - cat >conftest.$ac_ext <<_ACEOF -@@ -37019,7 +37019,7 @@ - fi - rm -f conftest.err conftest.$ac_objext conftest.$ac_ext - OLD_LIBS=$LIBS -- LIBS="-lavformat -lavcodec -lavutil" -+ LIBS="-lavformat -lavcodec" - cat >conftest.$ac_ext <<_ACEOF - #include <ffmpeg/avformat.h> - #include <ffmpeg/avcodec.h> diff --git a/sysutils/k3b-kde4/pkg-message b/sysutils/k3b-kde4/pkg-message index 44b458ab3f7b..7bb969a092f1 100644 --- a/sysutils/k3b-kde4/pkg-message +++ b/sysutils/k3b-kde4/pkg-message @@ -1,10 +1,10 @@ -Notes for FreeBSD 4.x users: +Notes for FreeBSD 5.x and onwards 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. + 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 @@ -16,14 +16,31 @@ Notes for FreeBSD 4.x users: /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. + Alternatively (especially if you are using hot plug capable CD or + DVD drives) you could add an 'add path 'cd*' mode 666' or an + 'add path 'cd*' mode 660 group XXX' to your /etc/devfs.rules + under '[system=10]'. To enable it, add a 'devfs_system_ruleset="system"' + to your /etc/rc.conf. - 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 + 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. If you + prefer to set this rights dynamically, add a line 'add path 'pass*' ...' + to your /etc/devfs.rules 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. @@ -34,15 +51,11 @@ Notes for FreeBSD 4.x users: 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. + multimedia/libdvdread and multimedia/xvid.The ripping process itself is described + in http://k3b.plainblack.com/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 b682e75a9078..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 /etc/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 index 709decf13b37..ee51d51082af 100644 --- a/sysutils/k3b-kde4/pkg-plist +++ b/sysutils/k3b-kde4/pkg-plist @@ -1,4 +1,6 @@ bin/k3b +include/k3b_export.h +include/k3bactivepipe.h include/k3baudiocdtrackdrag.h include/k3baudiocdtracksource.h include/k3baudiocuefilewritingjob.h @@ -22,6 +24,7 @@ include/k3bcdrdaowriter.h include/k3bcdrecordwriter.h include/k3bcdtext.h include/k3bcdtextvalidator.h +include/k3bchecksumpipe.h include/k3bclonejob.h include/k3bcore.h include/k3bcuefileparser.h @@ -29,8 +32,10 @@ include/k3bcutcombobox.h include/k3bdatadoc.h include/k3bdataitem.h include/k3bdatajob.h +include/k3bdebug.h include/k3bdefaultexternalprograms.h include/k3bdevice.h +include/k3bdevice_export.h include/k3bdevicecombobox.h include/k3bdeviceglobals.h include/k3bdevicehandler.h @@ -38,6 +43,7 @@ include/k3bdevicemanager.h include/k3bdeviceselectiondialog.h include/k3bdevicetypes.h include/k3bdiritem.h +include/k3bdirsizejob.h include/k3bdiskinfo.h include/k3bdoc.h include/k3bdvdcopyjob.h @@ -47,10 +53,14 @@ include/k3bdvdjob.h include/k3bexceptions.h include/k3bexternalbinmanager.h include/k3bfileitem.h +include/k3bfilesplitter.h +include/k3bfilesysteminfo.h include/k3bglobals.h include/k3bglobalsettings.h include/k3bgrowisofswriter.h +include/k3bimagefilereader.h include/k3binffilewriter.h +include/k3bintmapcombobox.h include/k3bintvalidator.h include/k3biso9660.h include/k3biso9660backend.h @@ -71,6 +81,7 @@ include/k3bmovixjob.h include/k3bmsf.h include/k3bmsfedit.h include/k3bmultichoicedialog.h +include/k3bpipe.h include/k3bplugin.h include/k3bpluginconfigwidget.h include/k3bpluginfactory.h @@ -80,10 +91,12 @@ include/k3bprogressdialog.h include/k3bprojectplugin.h include/k3bpushbutton.h include/k3bradioaction.h +include/k3brichtextlabel.h include/k3bsignalwaiter.h -include/k3bsimplejob.h +include/k3bsimplejobhandler.h include/k3bstdguiitems.h include/k3bstringutils.h +include/k3btempfile.h include/k3bthread.h include/k3bthreadjob.h include/k3bthreadwidget.h @@ -91,16 +104,33 @@ include/k3bthroughputestimator.h include/k3btoc.h include/k3btocfilewriter.h include/k3btoolbox.h +include/k3btoolbutton.h include/k3btrack.h include/k3bvalidators.h include/k3bvcddoc.h include/k3bvcdjob.h include/k3bvcdoptions.h +include/k3bverificationjob.h include/k3bversion.h +%%LIBDVDREAD%%include/k3bvideodvd.h +%%LIBDVDREAD%%include/k3bvideodvdaudiostream.h include/k3bvideodvddoc.h include/k3bvideodvdjob.h +%%LIBDVDREAD%%include/k3bvideodvdptt.h +%%LIBDVDREAD%%include/k3bvideodvdsubpicturestream.h +%%LIBDVDREAD%%include/k3bvideodvdtime.h +%%LIBDVDREAD%%include/k3bvideodvdtitle.h +%%LIBDVDREAD%%include/k3bvideodvdtitledetectclippingjob.h +%%LIBDVDREAD%%include/k3bvideodvdtitletranscodingjob.h +%%LIBDVDREAD%%include/k3bvideodvdvideostream.h include/k3bwavefilewriter.h include/kcutlabel.h +lib/kde3/kfile_k3b.a +lib/kde3/kfile_k3b.la +lib/kde3/kfile_k3b.so +lib/kde3/kio_videodvd.a +lib/kde3/kio_videodvd.la +lib/kde3/kio_videodvd.so lib/kde3/libk3bartsoutputplugin.a lib/kde3/libk3bartsoutputplugin.la lib/kde3/libk3bartsoutputplugin.so @@ -146,11 +176,11 @@ lib/kde3/libk3bwavedecoder.so lib/libk3b.a lib/libk3b.la lib/libk3b.so -lib/libk3b.so.2 +lib/libk3b.so.3 lib/libk3bdevice.a lib/libk3bdevice.la lib/libk3bdevice.so -lib/libk3bdevice.so.2 +lib/libk3bdevice.so.5 share/applications/kde/k3b.desktop share/applnk/.hidden/k3b-cue.desktop share/applnk/.hidden/k3b-iso.desktop @@ -269,6 +299,24 @@ 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/RobsTheme/dialog_left.png +share/apps/k3b/pics/RobsTheme/dialog_right.png +share/apps/k3b/pics/RobsTheme/k3b.theme +share/apps/k3b/pics/RobsTheme/media_audio.png +share/apps/k3b/pics/RobsTheme/media_data.png +share/apps/k3b/pics/RobsTheme/media_empty.png +share/apps/k3b/pics/RobsTheme/media_left.png +share/apps/k3b/pics/RobsTheme/media_mixed.png +share/apps/k3b/pics/RobsTheme/media_none.png +share/apps/k3b/pics/RobsTheme/media_video.png +share/apps/k3b/pics/RobsTheme/progress_fail.png +share/apps/k3b/pics/RobsTheme/progress_right.png +share/apps/k3b/pics/RobsTheme/progress_success.png +share/apps/k3b/pics/RobsTheme/progress_working.png +share/apps/k3b/pics/RobsTheme/project_left.png +share/apps/k3b/pics/RobsTheme/project_right.png +share/apps/k3b/pics/RobsTheme/splash.png +share/apps/k3b/pics/RobsTheme/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 @@ -288,6 +336,24 @@ 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/pics/quant/dialog_left.png +share/apps/k3b/pics/quant/dialog_right.png +share/apps/k3b/pics/quant/k3b.theme +share/apps/k3b/pics/quant/media_audio.png +share/apps/k3b/pics/quant/media_data.png +share/apps/k3b/pics/quant/media_empty.png +share/apps/k3b/pics/quant/media_left.png +share/apps/k3b/pics/quant/media_mixed.png +share/apps/k3b/pics/quant/media_none.png +share/apps/k3b/pics/quant/media_video.png +share/apps/k3b/pics/quant/progress_fail.png +share/apps/k3b/pics/quant/progress_right.png +share/apps/k3b/pics/quant/progress_success.png +share/apps/k3b/pics/quant/progress_working.png +share/apps/k3b/pics/quant/project_left.png +share/apps/k3b/pics/quant/project_right.png +share/apps/k3b/pics/quant/splash.png +share/apps/k3b/pics/quant/welcome_bg.png share/apps/k3b/plugins/k3bartsoutputplugin.plugin share/apps/k3b/plugins/k3baudiometainforenamerplugin.plugin share/apps/k3b/plugins/k3baudioprojectcddbplugin.plugin @@ -302,12 +368,18 @@ 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/servicemenus/k3b_create_audio_cd.desktop +share/apps/k3b/servicemenus/k3b_create_data_cd.desktop +share/apps/k3b/servicemenus/k3b_create_data_dvd.desktop +share/apps/k3b/servicemenus/k3b_create_video_cd.desktop +share/apps/k3b/servicemenus/k3b_write_bin_image.desktop +share/apps/k3b/servicemenus/k3b_write_iso_image.desktop 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/apps/konqsidebartng/virtual_folders/services/videodvd.desktop +share/apps/konqueror/servicemenus/k3b_audiocd_rip.desktop +share/apps/konqueror/servicemenus/k3b_cd_copy.desktop +share/apps/konqueror/servicemenus/k3b_dvd_copy.desktop +share/apps/konqueror/servicemenus/k3b_videodvd_rip.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 @@ -325,7 +397,6 @@ 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 @@ -333,12 +404,17 @@ 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/services/kfile_k3b.desktop +share/services/videodvd.protocol share/sounds/k3b_error1.wav share/sounds/k3b_success1.wav share/sounds/k3b_wait_media1.wav @dirrm share/doc/HTML/en/k3b +@dirrm share/apps/k3b/servicemenus @dirrm share/apps/k3b/plugins +@dirrm share/apps/k3b/pics/quant @dirrm share/apps/k3b/pics/crystal +@dirrm share/apps/k3b/pics/RobsTheme @dirrm share/apps/k3b/pics/73lab @dirrm share/apps/k3b/pics @dirrm share/apps/k3b/icons/hicolor/scalable/actions |