Update to 1.1.8
Changelog: libburn novelties: * Bug fix: Misinterpreted mode page 2A if block descriptors are present * Enabled recognition of QEMU DVD-ROM 0.12 * New API call burn_drive_re_assess() cdrskin novelties: * Avoiding to intermediately close and open drive device file
This commit is contained in:
parent
460ac74034
commit
835556a322
3 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2011/11/19 14:35:36 ryo-on Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2011/11/22 17:09:03 ryo-on Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libburn-1.1.6
|
||||
DISTNAME= libburn-1.1.8
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://files.libburnia-project.org/releases/
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.3 2011/08/09 13:46:56 ryo-on Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.4 2011/11/22 17:09:03 ryo-on Exp $
|
||||
|
||||
BUILDLINK_TREE+= libburn
|
||||
|
||||
.if !defined(LIBBURN_BUILDLINK3_MK)
|
||||
LIBBURN_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libburn+= libburn>=1.1.4
|
||||
BUILDLINK_API_DEPENDS.libburn+= libburn>=1.1.8
|
||||
BUILDLINK_PKGSRCDIR.libburn?= ../../wip/libburn
|
||||
.endif # LIBBURN_BUILDLINK3_MK
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2011/11/19 14:35:36 ryo-on Exp $
|
||||
$NetBSD: distinfo,v 1.6 2011/11/22 17:09:03 ryo-on Exp $
|
||||
|
||||
SHA1 (libburn-1.1.6.tar.gz) = 7e227de63fde6e2ecfccfb1d1ef2e1d6adae857b
|
||||
RMD160 (libburn-1.1.6.tar.gz) = cbe077c64d06f834b99d36a62ced8ba77819fc62
|
||||
Size (libburn-1.1.6.tar.gz) = 857229 bytes
|
||||
SHA1 (libburn-1.1.8.tar.gz) = d9f2579c9967efcd3776a8da194a5e4b71c17add
|
||||
RMD160 (libburn-1.1.8.tar.gz) = 40e3b63e933c4af4749244471f7e5bea42d5b934
|
||||
Size (libburn-1.1.8.tar.gz) = 854198 bytes
|
||||
|
|
Loading…
Reference in a new issue