pkgsrc/sysutils/k3b/Makefile
markd c0e6bdc67b Update k3b to 1.0.5
Changes in 1.0.5
* Fixed CD Copy device selection when starting from the KDE "run" dialog
* Fixed HAL mounting (thanks to Ken Milmore)
* Always wait for the drive to become ready before starting verification
  (this should fix some of the problems with failed verification where K3b
  claims that no medium is in the drive.)

Changes in 1.0.4
* K3b now silently allows the burning of files bigger than 4 GB if an
  appropriate version of genisoimage or mkisofs is installed ("silently"
  means that I did not introduce any new messages)
* I was not able to find the aweful "disabled DMA" bug but I introduced
  a little workaround which hopefully solves it for many of you (BTW: K3b
  from svn trunk does support  DVD burning with cdrecord.)
* Never use growisofs parameter -dvd-compat with DVD-RW media in
  restricted overwrite mode (some drivesdo not like that)
* Unmount medium before DVD formatting
2008-10-15 07:44:57 +00:00

37 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.25 2008/10/15 07:44:57 markd Exp $
#
DISTNAME= k3b-1.0.5
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=k3b/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://www.k3b.org/
COMMENT= DVD and CD authoring program
DEPENDS+= cdrdao-[0-9]*:../../sysutils/cdrdao
DEPENDS+= {cdrtools,cdrtools-ossdvd}-[0-9]*:../../sysutils/cdrtools
GNU_CONFIGURE= yes
USE_TOOLS+= gmake perl pkg-config
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
ONLY_FOR_PLATFORM= FreeBSD-*-* Linux-*-* NetBSD-*-* DragonFly-*-*
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/lame/buildlink3.mk"
.include "../../audio/libsndfile/buildlink3.mk"
.include "../../audio/musicbrainz/buildlink3.mk"
.include "../../audio/taglib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"