pkgsrc/sysutils/libburn/Makefile
nia 0c1d70b189 libburn: Update to 1.5.2
libburn-1.5.2.tar.gz Sat Oct 26 2019
===============================================================================
* Bug fix: No lock was obtained for setting up a fifo object
* Bug fix: Stream recording was applied regardless whether the drive offers it.
           This caused Xfburn failures with some MATSHITA laptop drives.
* Bug fix: TDK Corporation was not recognized as manufacturer of DVD-R "TTH02"
* Made libburn ready for building out-of-source.  Thanks Ross Burton.
* New API calls burn_drive_get_feature_codes(), burn_drive_get_feature()
* New cdrskin option --list_features
2020-04-05 12:47:13 +00:00

21 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/04/05 12:47:13 nia Exp $
DISTNAME= libburn-1.5.2
#PKGNAME= ${DISTNAME:S/.pl/pl/}
CATEGORIES= sysutils
MASTER_SITES= http://files.libburnia-project.org/releases/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://libburnia-project.org/wiki/Libburn
COMMENT= Library to write preformatted data onto optical media
LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}/${DISTNAME:C/.pl[0-9]*//}
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libburn-1.pc.in
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"