pkgsrc-wip/libburn/Makefile
Ryo ONODERA 3cd51e62e2 Update to 1.1.4
Changelog:
libburn-1.1.4.tar.gz Sun Aug 07 2011
===============================================================================
* Bug fix: Some drives return -150 as NWA of blank CD, rather than 0.
           libburn forwarded this misleading information to the application.
* Bug fix: Some drives returned wrong CD sizes after having burned DVD-R
* Bug fix: Empty ROM drive was mistaken to hold an unsuitable disc
* Bug fix: Avoiding to load speed descriptor list twice
* New API call burn_lookup_device_link()
* New API call burn_disc_get_phys_format_info()
* New cdrskin option --device_links

Release 1.1.2 was skipped to get back in sync with libisoburn.
2011-08-09 13:42:25 +00:00

23 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/08/09 13:42:25 ryo-on Exp $
#
DISTNAME= libburn-1.1.4
PKGNAME= ${DISTNAME:S/pl//}
CATEGORIES= sysutils
MASTER_SITES= http://files.libburnia-project.org/releases/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://libburnia-project.org/wiki/Libburn
COMMENT= library by which preformatted data get onto optical media
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${DISTNAME:S/.pl01//}
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libburn-1.pc.in
.include "../../mk/bsd.pkg.mk"