diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-01-07 22:28:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-01-07 22:28:56 +0000 |
commit | 99d9f4b465a8f2b1779c1c2d9825ad1e9d0f1c81 (patch) | |
tree | 2bc1ce776da6d758f37e1262b00a9508aa7f8705 /sysutils/k3b-kde4 | |
parent | cb295e4236e5ebe11e88b5320cc3745a9a9e3ab1 (diff) | |
download | ports-99d9f4b465a8f2b1779c1c2d9825ad1e9d0f1c81.tar.gz ports-99d9f4b465a8f2b1779c1c2d9825ad1e9d0f1c81.zip |
Notes
Diffstat (limited to 'sysutils/k3b-kde4')
-rw-r--r-- | sysutils/k3b-kde4/Makefile | 4 | ||||
-rw-r--r-- | sysutils/k3b-kde4/distinfo | 2 | ||||
-rw-r--r-- | sysutils/k3b-kde4/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/k3b-kde4/pkg-message | 17 |
4 files changed, 15 insertions, 10 deletions
diff --git a/sysutils/k3b-kde4/Makefile b/sysutils/k3b-kde4/Makefile index c0d82290b7a1..172e282899eb 100644 --- a/sysutils/k3b-kde4/Makefile +++ b/sysutils/k3b-kde4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= k3b -PORTVERSION= 0.10.2 +PORTVERSION= 0.10.3 CATEGORIES= sysutils multimedia kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,6 +17,8 @@ COMMENT= A CD/DVD recording GUI for KDE RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ cdrdao:${PORTSDIR}/sysutils/cdrdao \ mkisofs:${PORTSDIR}/sysutils/mkisofs +LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad \ + ogg:$(PORTSDIR)/audio/libogg GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/sysutils/k3b-kde4/distinfo b/sysutils/k3b-kde4/distinfo index 95f594f5a9ee..9b1420d69d20 100644 --- a/sysutils/k3b-kde4/distinfo +++ b/sysutils/k3b-kde4/distinfo @@ -1 +1 @@ -MD5 (k3b-0.10.2.tar.gz) = 23f3ec4f57c722a33811e267395e41f1 +MD5 (k3b-0.10.3.tar.gz) = 41a21815c2edaa3aaaa55bb922e71750 diff --git a/sysutils/k3b-kde4/pkg-descr b/sysutils/k3b-kde4/pkg-descr index 735e220a9d8e..b8d32e498502 100644 --- a/sysutils/k3b-kde4/pkg-descr +++ b/sysutils/k3b-kde4/pkg-descr @@ -19,5 +19,5 @@ Features so far: * CD Copy, CD Cloning * DVD copy (no video transcoding yet) * Enhanced cd decive handling (max. writing and reading speed, BURN-PROOF) -WWW: http://www.k3b.org +WWW: http://www.k3b.org/ WWW: http://k3b.sourceforge.net/ diff --git a/sysutils/k3b-kde4/pkg-message b/sysutils/k3b-kde4/pkg-message index ce5195fbe22a..5824c02bf301 100644 --- a/sysutils/k3b-kde4/pkg-message +++ b/sysutils/k3b-kde4/pkg-message @@ -30,21 +30,24 @@ Notes: '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. You should set the cdrdao driver manually. Otherwise the disk info might +4. 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. +5. You should set the cdrdao driver manually. Otherwise the disk info might fail or lock a while. 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. -5. To burn video CDs install the port multimedia/vcdimager. -6. To rip DVDs additionally install the ports multimedia/transcode, +6. To burn video CDs install the port multimedia/vcdimager. +7. To rip DVDs additionally install the ports multimedia/transcode, multimedia/libdvdread and multimedia/xvid. Note that multimedia/transcode requires some variables to be set. Type "make fetch" in the multimedia/transcode ports directory for details. The ripping process itself is described in http://k3b.sourceforge.net/cgi-bin/index.pl/videoencoding. -7. To burn bootable video CDs, install the port multimedia/emovix. -8. To burn DVDs, install the port sysutils/dvd+rw-tools. -9. To normalize the volumes of audio cds, install the port audio/normalize. -10. To rip into more audio formats, install the port audio/sox. +8. To burn bootable video CDs, install the port multimedia/emovix. +9. To burn DVDs, install the port sysutils/dvd+rw-tools. +10. To normalize the volumes of audio cds, install the port audio/normalize. +11. To rip into more audio formats, install the port audio/sox. To read this instructions again, type 'make showinfo' in the k3b port directory |