diff options
author | linimon <linimon@FreeBSD.org> | 2004-01-08 06:28:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-01-08 06:28:56 +0800 |
commit | 40b6ea9366dba8f7477fa0aa909b75eac54e3203 (patch) | |
tree | 16c60aa54ca09818657b83a7b4b1e7280970a8b5 /sysutils | |
parent | 7d6565c6f87e744f9f801eece6b4b0f9ac886ef8 (diff) | |
download | freebsd-ports-gnome-40b6ea9366dba8f7477fa0aa909b75eac54e3203.tar.gz freebsd-ports-gnome-40b6ea9366dba8f7477fa0aa909b75eac54e3203.tar.zst freebsd-ports-gnome-40b6ea9366dba8f7477fa0aa909b75eac54e3203.zip |
Update to 0.10.3:
fixed automatic writing mode selection when the writer does not support DAO
The OggDecoder now refuses non-44100 hz files since it does no resampling yet
fixed vcdimager version check
fixed bug that caused cuefiles to be cut to 0 byte
PR: ports/60764
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
Diffstat (limited to 'sysutils')
-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 | ||||
-rw-r--r-- | sysutils/k3b/Makefile | 4 | ||||
-rw-r--r-- | sysutils/k3b/distinfo | 2 | ||||
-rw-r--r-- | sysutils/k3b/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/k3b/pkg-message | 17 |
8 files changed, 30 insertions, 20 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 diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile index c0d82290b7a1..172e282899eb 100644 --- a/sysutils/k3b/Makefile +++ b/sysutils/k3b/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/distinfo b/sysutils/k3b/distinfo index 95f594f5a9ee..9b1420d69d20 100644 --- a/sysutils/k3b/distinfo +++ b/sysutils/k3b/distinfo @@ -1 +1 @@ -MD5 (k3b-0.10.2.tar.gz) = 23f3ec4f57c722a33811e267395e41f1 +MD5 (k3b-0.10.3.tar.gz) = 41a21815c2edaa3aaaa55bb922e71750 diff --git a/sysutils/k3b/pkg-descr b/sysutils/k3b/pkg-descr index 735e220a9d8e..b8d32e498502 100644 --- a/sysutils/k3b/pkg-descr +++ b/sysutils/k3b/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/pkg-message b/sysutils/k3b/pkg-message index ce5195fbe22a..5824c02bf301 100644 --- a/sysutils/k3b/pkg-message +++ b/sysutils/k3b/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 |