libburn: update to 1.2.6.

This commit is contained in:
Juan RP 2013-01-10 09:37:33 +01:00
parent 2c3b6525ea
commit becd9e75a3
3 changed files with 2 additions and 24 deletions

View file

@ -1,14 +1,6 @@
# Template file for 'cdrskin'.
#
short_desc="Command line CD/DVD/BD writing tool"
long_desc="
cdrskin strives to be a second source for the services traditionally
provided by cdrecord. Currently it does CD-R and CD-RW this way.
Overwriteable media DVD-RAM, DVD+RW, DVD-RW, and BD-RE are handled
differently than with cdrecord-ProDVD in order to offer TAO-like single
track recording. Sequential DVD-R[W], DVD+R, DVD+R DL are handled like
CD-R[W] with TAO and multi-session. Additionally cdrskin offers
cdrecord-ProDVD-like mode DAO with DVD-R[W]."
do_install() {
vmove usr/bin usr

View file

@ -3,9 +3,6 @@
noarch=yes
depends="glibc-devel libburn>=$version"
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install() {
vmove usr/include usr

View file

@ -1,6 +1,6 @@
# Template file for 'libburn'
pkgname=libburn
version=1.2.4
version=1.2.6
revision=1
build_style=gnu-configure
configure_args="--disable-static"
@ -10,15 +10,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://www.libburnia-project.org"
distfiles="http://files.libburnia-project.org/releases/$pkgname-${version}.tar.gz"
checksum=f0598fa76d157a935b576778ab8cc772f96480894239da14be84986ef1313e4b
long_desc="
libburn is a library by which preformatted data get onto optical media: CD,
DVD, BD (Blu-Ray). On Linux it uses either /dev/sgN (on kernel 2.4 with
ide-scsi) or /dev/srM , /dev/hdX ( on kernel 2.6).
libburn also offers a facility for reading data blocks from its drives without
using the normal block device i/o, which has its advantages and disadvantages.
It seems appropriate, nevertheless, to do writing and reading via the same
channel. On several Linux systems, the block device driver needs reloading of
the drive tray in order to make available freshly written data. The libburn
read function does not need such a reload."
checksum=7b99a3036834c18259a59293b2aab37892550bd1d19a8a010fa338379555188f