diff options
author | markd <markd@pkgsrc.org> | 2006-04-28 01:47:19 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-04-28 01:47:19 +0000 |
commit | 0d18f720904868b3ddf6f9ee414843217d62993a (patch) | |
tree | a78fad1fafc0594c4e3573b9bb54548cee1d70a5 /sysutils/k3b/Makefile | |
parent | e892bcc85dc656bb4661cc33ca836b64e8e55d37 (diff) | |
download | pkgsrc-0d18f720904868b3ddf6f9ee414843217d62993a.tar.gz |
Update k3b to 0.12.15
* Write more metadata tags in the default setup of the external encoder
plugin.
* Fixed on-the-fly Video DVD creation.
* Fixed data project verification in case filenames had to be shortened
due to Joliet limitations.
* Use -dvd-compat parameter to close DVDs in on-the-fly mode.
* Fixed libdvdcss handling (again), no crashes anymore.
* Fixed the "invalid url" bug.
* Use SG IO for scsi commands with newer linux kernels. This should fix
problems with scsi device detection.
* Warn about shortened filenames due to Joliet restrictions before
starting the burning process.
Diffstat (limited to 'sysutils/k3b/Makefile')
-rw-r--r-- | sysutils/k3b/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile index cb7baef18bd..9fca006ef16 100644 --- a/sysutils/k3b/Makefile +++ b/sysutils/k3b/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2006/04/17 13:46:48 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/28 01:47:19 markd Exp $ # -DISTNAME= k3b-0.12.14 -PKGREVISION= 1 +DISTNAME= k3b-0.12.15 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=k3b/} EXTRACT_SUFX= .tar.bz2 |