libburn: update to 1.2.6.
This commit is contained in:
parent
2c3b6525ea
commit
becd9e75a3
|
@ -1,14 +1,6 @@
|
||||||
# Template file for 'cdrskin'.
|
# Template file for 'cdrskin'.
|
||||||
#
|
#
|
||||||
short_desc="Command line CD/DVD/BD writing tool"
|
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() {
|
do_install() {
|
||||||
vmove usr/bin usr
|
vmove usr/bin usr
|
||||||
|
|
|
@ -3,9 +3,6 @@
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="glibc-devel libburn>=$version"
|
depends="glibc-devel libburn>=$version"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${sourcepkg} development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libburn'
|
# Template file for 'libburn'
|
||||||
pkgname=libburn
|
pkgname=libburn
|
||||||
version=1.2.4
|
version=1.2.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -10,15 +10,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.libburnia-project.org"
|
homepage="http://www.libburnia-project.org"
|
||||||
distfiles="http://files.libburnia-project.org/releases/$pkgname-${version}.tar.gz"
|
distfiles="http://files.libburnia-project.org/releases/$pkgname-${version}.tar.gz"
|
||||||
checksum=f0598fa76d157a935b576778ab8cc772f96480894239da14be84986ef1313e4b
|
checksum=7b99a3036834c18259a59293b2aab37892550bd1d19a8a010fa338379555188f
|
||||||
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."
|
|
||||||
|
|
Loading…
Reference in New Issue