diff options
author | markd <markd@pkgsrc.org> | 2006-09-06 11:47:46 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-09-06 11:47:46 +0000 |
commit | d00d1528ffde3756e7f513a05d49e251de1a872f (patch) | |
tree | 2baf61b9a6381bfed9210b535407919d2d0a7746 /sysutils/k3b/Makefile | |
parent | 5bba4db9411b49d842a3ae0dfea80752c5187a0a (diff) | |
download | pkgsrc-d00d1528ffde3756e7f513a05d49e251de1a872f.tar.gz |
Update to k3b 0.12.17. PR pkg/34325 from Martin Wilke
Changes:
Fixed saving/loading of the file view configuration.
Improved ffmpeg autoconf check.
More FreeBSD Compile fixes (thanks to Heiner Eichmann).
Fixed symbolic link handling in data projects (a bug introduced in 0.12.16).
Use UTF-8 encoding to store and load local CDDB entries.
Never use growisofs parameter -dvd-compat with DVD+RW media.
Fixed flac audio encoding for the audio project conversion feature.
Diffstat (limited to 'sysutils/k3b/Makefile')
-rw-r--r-- | sysutils/k3b/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile index ce293ffba10..5e40b3fbac8 100644 --- a/sysutils/k3b/Makefile +++ b/sysutils/k3b/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2006/07/20 11:22:25 markd Exp $ +# $NetBSD: Makefile,v 1.11 2006/09/06 11:47:46 markd Exp $ # -DISTNAME= k3b-0.12.16 +DISTNAME= k3b-0.12.17 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=k3b/} EXTRACT_SUFX= .tar.bz2 |