diff options
author | shattered <shattered@pkgsrc.org> | 2012-02-04 21:57:54 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2012-02-04 21:57:54 +0000 |
commit | a1d76e9474732e15efaa3bd41cc5ed3aef587a67 (patch) | |
tree | 660e9cbe6a7c7065c6758fec6c8545bc19ba6d46 /sysutils | |
parent | b519f19e370cc350faf9417b35fcf8c85546463d (diff) | |
download | pkgsrc-a1d76e9474732e15efaa3bd41cc5ed3aef587a67.tar.gz |
Update to 0.72.3. Notable changes:
- Blu-ray support
- added CD raw reading and majority algorithm
- C2 scanning support for CD media
- changed treatment of CRC failures: old behaviour was to
store a defective sector marker; now the actual sector
contents are written to the image file.
- Using the CDROM_SEND_PACKET ioctl() will hang parallel
SCSI adapters. Added tests to determine the SCSI bus type,
and switch to the SG_IO ioctl() when in doubt. [Linux]
- fixed and documented -n command line options for RS02.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dvdisaster/DESCR | 12 | ||||
-rw-r--r-- | sysutils/dvdisaster/Makefile | 11 | ||||
-rw-r--r-- | sysutils/dvdisaster/PLIST | 1201 | ||||
-rw-r--r-- | sysutils/dvdisaster/distinfo | 14 | ||||
-rw-r--r-- | sysutils/dvdisaster/patches/patch-ab | 14 | ||||
-rw-r--r-- | sysutils/dvdisaster/patches/patch-ad | 31 | ||||
-rw-r--r-- | sysutils/dvdisaster/patches/patch-af | 16 | ||||
-rw-r--r-- | sysutils/dvdisaster/patches/patch-ag | 37 | ||||
-rw-r--r-- | sysutils/dvdisaster/patches/patch-scsi-netbsd.c | 12 |
9 files changed, 1022 insertions, 326 deletions
diff --git a/sysutils/dvdisaster/DESCR b/sysutils/dvdisaster/DESCR index 9e1e02e7297..8685b2bd9db 100644 --- a/sysutils/dvdisaster/DESCR +++ b/sysutils/dvdisaster/DESCR @@ -1,10 +1,10 @@ -CD and DVD media keep their data only for a finite time (typically for -many years). After that time, data loss develops slowly with read errors -growing from the outer media region towards the inside. +Optical media (CD, DVD, BD) keep their data only for a finite time +(typically for many years). After that time, data loss develops slowly +with read errors growing from the outer media region towards the inside. -Dvdisaster stores data on CD/DVD in a way that it is fully recoverable -even after some read errors have developed. This enables you to rescue -the complete data to a new medium. +Dvdisaster stores data on CD/DVD/BD in a way that it is fully +recoverable even after some read errors have developed. This enables you +to rescue the complete data to a new medium. Data loss is prevented by using error correcting codes. Error correction data is either added to the medium or kept in separate error correction diff --git a/sysutils/dvdisaster/Makefile b/sysutils/dvdisaster/Makefile index 0f2199ba860..ed0e2b3f448 100644 --- a/sysutils/dvdisaster/Makefile +++ b/sysutils/dvdisaster/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.13 2011/11/01 06:02:31 sbd Exp $ +# $NetBSD: Makefile,v 1.14 2012/02/04 21:57:54 shattered Exp $ # -DISTNAME= dvdisaster-0.70.6 -PKGREVISION= 7 +DISTNAME= dvdisaster-0.72.3 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdisaster/} +MASTER_SITES= http://dvdisaster.net/downloads/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= shattered@NetBSD.org -HOMEPAGE= http://www.dvdisaster.com/ +HOMEPAGE= http://www.dvdisaster.net/en/ COMMENT= Protects data on optical media with error correcting codes ONLY_FOR_PLATFORM= Darwin-*-* FreeBSD-*-* Linux-*-* @@ -37,6 +36,8 @@ CONFIGURE_ARGS+= --with-embedded-src-path=no CONFIG_SHELL= ${TOOLS_PATH.bash} MAKE_FILE= GNUmakefile +CHECK_PORTABILITY_SKIP+=macinst/launcher.sh + post-install: rm -f ${DESTDIR}${PREFIX}/bin/dvdisaster-uninstall.sh diff --git a/sysutils/dvdisaster/PLIST b/sysutils/dvdisaster/PLIST index b1a9ab4f3b7..c9776201b53 100644 --- a/sysutils/dvdisaster/PLIST +++ b/sysutils/dvdisaster/PLIST @@ -1,5 +1,9 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:16:04 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/02/04 21:57:54 shattered Exp $ bin/dvdisaster +man/cs/man1/dvdisaster.1 +man/de/man1/dvdisaster.1 +man/it/man1/dvdisaster.1 +man/man1/dvdisaster.1 share/doc/${PKGNAME}/CHANGELOG share/doc/${PKGNAME}/COPYING share/doc/${PKGNAME}/CREDITS.cs @@ -7,238 +11,1003 @@ share/doc/${PKGNAME}/CREDITS.de share/doc/${PKGNAME}/CREDITS.en share/doc/${PKGNAME}/README.MODIFYING share/doc/${PKGNAME}/TODO -share/doc/${PKGNAME}/cs/background.html -share/doc/${PKGNAME}/cs/background10.html -share/doc/${PKGNAME}/cs/background20.html -share/doc/${PKGNAME}/cs/background30.html -share/doc/${PKGNAME}/cs/background40.html -share/doc/${PKGNAME}/cs/background50.html -share/doc/${PKGNAME}/cs/background60.html -share/doc/${PKGNAME}/cs/background70.html -share/doc/${PKGNAME}/cs/download.html -share/doc/${PKGNAME}/cs/download10.html -share/doc/${PKGNAME}/cs/download20.html -share/doc/${PKGNAME}/cs/example.html -share/doc/${PKGNAME}/cs/example1.html -share/doc/${PKGNAME}/cs/example10.html -share/doc/${PKGNAME}/cs/example2.html -share/doc/${PKGNAME}/cs/example20.html -share/doc/${PKGNAME}/cs/example21.html -share/doc/${PKGNAME}/cs/example22.html -share/doc/${PKGNAME}/cs/example3.html -share/doc/${PKGNAME}/cs/example30.html -share/doc/${PKGNAME}/cs/example4.html -share/doc/${PKGNAME}/cs/example40.html -share/doc/${PKGNAME}/cs/example5.html -share/doc/${PKGNAME}/cs/example50.html -share/doc/${PKGNAME}/cs/example6.html -share/doc/${PKGNAME}/cs/example80.html -share/doc/${PKGNAME}/cs/example81.html -share/doc/${PKGNAME}/cs/example82.html -share/doc/${PKGNAME}/cs/example83.html -share/doc/${PKGNAME}/cs/example90.html -share/doc/${PKGNAME}/cs/images/bg-adaptive.png -share/doc/${PKGNAME}/cs/images/bg-linear.png -share/doc/${PKGNAME}/cs/images/btn-compare.png -share/doc/${PKGNAME}/cs/images/btn-create.png -share/doc/${PKGNAME}/cs/images/btn-drive.png -share/doc/${PKGNAME}/cs/images/btn-eccfile.png -share/doc/${PKGNAME}/cs/images/btn-fix.png -share/doc/${PKGNAME}/cs/images/btn-image.png -share/doc/${PKGNAME}/cs/images/btn-protocol.png -share/doc/${PKGNAME}/cs/images/btn-read.png -share/doc/${PKGNAME}/cs/images/btn-scan.png -share/doc/${PKGNAME}/cs/images/ex-compare.png -share/doc/${PKGNAME}/cs/images/ex-create.png -share/doc/${PKGNAME}/cs/images/ex-fix.png -share/doc/${PKGNAME}/cs/images/ex-read-a.png -share/doc/${PKGNAME}/cs/images/ex-read.png -share/doc/${PKGNAME}/cs/images/ex-scan.png -share/doc/${PKGNAME}/cs/images/prefs-ecc-1.png -share/doc/${PKGNAME}/cs/images/prefs-ecc-2.png -share/doc/${PKGNAME}/cs/images/prefs-ecc.png -share/doc/${PKGNAME}/cs/images/prefs-general-1.png -share/doc/${PKGNAME}/cs/images/prefs-general-2.png -share/doc/${PKGNAME}/cs/images/prefs-general-3.png -share/doc/${PKGNAME}/cs/images/prefs-general.png -share/doc/${PKGNAME}/cs/images/prefs-read-1.png -share/doc/${PKGNAME}/cs/images/prefs-read-2.png -share/doc/${PKGNAME}/cs/images/prefs-read-3.png -share/doc/${PKGNAME}/cs/images/prefs-read.png -share/doc/${PKGNAME}/cs/images/scratch-corr.png -share/doc/${PKGNAME}/cs/images/scratch-scan.png -share/doc/${PKGNAME}/cs/index.html -share/doc/${PKGNAME}/cs/index10.html -share/doc/${PKGNAME}/cs/index20.html -share/doc/${PKGNAME}/cs/index30.html -share/doc/${PKGNAME}/cs/inline1.html -share/doc/${PKGNAME}/cs/inline2.html -share/doc/${PKGNAME}/cs/qa.html -share/doc/${PKGNAME}/cs/qa10.html -share/doc/${PKGNAME}/cs/qa20.html -share/doc/${PKGNAME}/de/background.html -share/doc/${PKGNAME}/de/background10.html -share/doc/${PKGNAME}/de/background20.html -share/doc/${PKGNAME}/de/background30.html -share/doc/${PKGNAME}/de/background40.html -share/doc/${PKGNAME}/de/background50.html -share/doc/${PKGNAME}/de/background60.html -share/doc/${PKGNAME}/de/background70.html share/doc/${PKGNAME}/de/download.html share/doc/${PKGNAME}/de/download10.html share/doc/${PKGNAME}/de/download20.html -share/doc/${PKGNAME}/de/example.html -share/doc/${PKGNAME}/de/example1.html -share/doc/${PKGNAME}/de/example10.html -share/doc/${PKGNAME}/de/example2.html -share/doc/${PKGNAME}/de/example20.html -share/doc/${PKGNAME}/de/example21.html -share/doc/${PKGNAME}/de/example22.html -share/doc/${PKGNAME}/de/example3.html -share/doc/${PKGNAME}/de/example30.html -share/doc/${PKGNAME}/de/example4.html -share/doc/${PKGNAME}/de/example40.html -share/doc/${PKGNAME}/de/example5.html -share/doc/${PKGNAME}/de/example50.html -share/doc/${PKGNAME}/de/example6.html -share/doc/${PKGNAME}/de/example7.html -share/doc/${PKGNAME}/de/example80.html -share/doc/${PKGNAME}/de/example81.html -share/doc/${PKGNAME}/de/example82.html -share/doc/${PKGNAME}/de/example83.html -share/doc/${PKGNAME}/de/example84.html -share/doc/${PKGNAME}/de/example90.html -share/doc/${PKGNAME}/de/images/bg-adaptive.png -share/doc/${PKGNAME}/de/images/bg-linear.png -share/doc/${PKGNAME}/de/images/btn-compare.png -share/doc/${PKGNAME}/de/images/btn-create.png -share/doc/${PKGNAME}/de/images/btn-fix.png -share/doc/${PKGNAME}/de/images/btn-new-image.png -share/doc/${PKGNAME}/de/images/btn-protocol.png -share/doc/${PKGNAME}/de/images/btn-read.png -share/doc/${PKGNAME}/de/images/btn-scan.png -share/doc/${PKGNAME}/de/images/ex-compare-rs02.png -share/doc/${PKGNAME}/de/images/ex-compare.png -share/doc/${PKGNAME}/de/images/ex-create-rs02.png -share/doc/${PKGNAME}/de/images/ex-create.png -share/doc/${PKGNAME}/de/images/ex-fix.png -share/doc/${PKGNAME}/de/images/ex-read-a.png -share/doc/${PKGNAME}/de/images/ex-read.png -share/doc/${PKGNAME}/de/images/ex-scan.png -share/doc/${PKGNAME}/de/images/prefs-ecc-0.png -share/doc/${PKGNAME}/de/images/prefs-ecc-1.png -share/doc/${PKGNAME}/de/images/prefs-ecc-2.png -share/doc/${PKGNAME}/de/images/prefs-ecc.png -share/doc/${PKGNAME}/de/images/prefs-general-1.png -share/doc/${PKGNAME}/de/images/prefs-general-2.png -share/doc/${PKGNAME}/de/images/prefs-general-3.png -share/doc/${PKGNAME}/de/images/prefs-general.png -share/doc/${PKGNAME}/de/images/prefs-read-1.png -share/doc/${PKGNAME}/de/images/prefs-read-2.png -share/doc/${PKGNAME}/de/images/prefs-read-3.png -share/doc/${PKGNAME}/de/images/prefs-read.png -share/doc/${PKGNAME}/de/images/prefs-rs02-0.png -share/doc/${PKGNAME}/de/images/prefs-rs02-1.png -share/doc/${PKGNAME}/de/images/prefs-rs02.png -share/doc/${PKGNAME}/de/images/scratch-corr.png -share/doc/${PKGNAME}/de/images/scratch-scan.png +share/doc/${PKGNAME}/de/download30.html +share/doc/${PKGNAME}/de/download_showall=0.html +share/doc/${PKGNAME}/de/download_showall=1.html +share/doc/${PKGNAME}/de/feedback.html +share/doc/${PKGNAME}/de/feedback_expand=1.html +share/doc/${PKGNAME}/de/howtos.html +share/doc/${PKGNAME}/de/howtos10.html +share/doc/${PKGNAME}/de/howtos11.html +share/doc/${PKGNAME}/de/howtos11_expand=1.html +share/doc/${PKGNAME}/de/howtos11_expand=2.html +share/doc/${PKGNAME}/de/howtos11_expand=3.html +share/doc/${PKGNAME}/de/howtos11_expand=4.html +share/doc/${PKGNAME}/de/howtos11_expand=5.html +share/doc/${PKGNAME}/de/howtos12.html +share/doc/${PKGNAME}/de/howtos12_expand=0.html +share/doc/${PKGNAME}/de/howtos12_expand=1.html +share/doc/${PKGNAME}/de/howtos13.html +share/doc/${PKGNAME}/de/howtos13_crc.html +share/doc/${PKGNAME}/de/howtos13_expand=1.html +share/doc/${PKGNAME}/de/howtos13_expand=2.html +share/doc/${PKGNAME}/de/howtos13_expand=3.html +share/doc/${PKGNAME}/de/howtos13_expand=4.html +share/doc/${PKGNAME}/de/howtos13_expand=5.html +share/doc/${PKGNAME}/de/howtos13_expand=6.html +share/doc/${PKGNAME}/de/howtos14.html +share/doc/${PKGNAME}/de/howtos14_expand=1.html +share/doc/${PKGNAME}/de/howtos14_expand=2.html +share/doc/${PKGNAME}/de/howtos20.html +share/doc/${PKGNAME}/de/howtos21.html +share/doc/${PKGNAME}/de/howtos21_answer=1.html +share/doc/${PKGNAME}/de/howtos21_answer=2.html +share/doc/${PKGNAME}/de/howtos21_answer=3.html +share/doc/${PKGNAME}/de/howtos21_answer=4.html +share/doc/${PKGNAME}/de/howtos22.html +share/doc/${PKGNAME}/de/howtos22_expand=1.html +share/doc/${PKGNAME}/de/howtos22_expand=2.html +share/doc/${PKGNAME}/de/howtos22_expand=3.html +share/doc/${PKGNAME}/de/howtos22_expand=4.html +share/doc/${PKGNAME}/de/howtos22_expand=5.html +share/doc/${PKGNAME}/de/howtos22_expand=6.html +share/doc/${PKGNAME}/de/howtos23.html +share/doc/${PKGNAME}/de/howtos23_way=1&expand=0.html +share/doc/${PKGNAME}/de/howtos23_way=1&expand=1.html +share/doc/${PKGNAME}/de/howtos23_way=1&expand=2.html +share/doc/${PKGNAME}/de/howtos23_way=1.html +share/doc/${PKGNAME}/de/howtos23_way=2&expand=0.html +share/doc/${PKGNAME}/de/howtos23_way=2&expand=1.html +share/doc/${PKGNAME}/de/howtos23_way=2&expand=2.html +share/doc/${PKGNAME}/de/howtos23_way=2.html +share/doc/${PKGNAME}/de/howtos24.html +share/doc/${PKGNAME}/de/howtos25.html +share/doc/${PKGNAME}/de/howtos25_expand=1.html +share/doc/${PKGNAME}/de/howtos25_expand=2.html +share/doc/${PKGNAME}/de/howtos30.html +share/doc/${PKGNAME}/de/howtos31.html +share/doc/${PKGNAME}/de/howtos32.html +share/doc/${PKGNAME}/de/howtos32_expand=1.html +share/doc/${PKGNAME}/de/howtos32_expand=2.html +share/doc/${PKGNAME}/de/howtos33.html +share/doc/${PKGNAME}/de/howtos33_expand=0.html +share/doc/${PKGNAME}/de/howtos33_expand=1.html +share/doc/${PKGNAME}/de/howtos33_expand=2.html +share/doc/${PKGNAME}/de/howtos33_way=0&expand=0.html +share/doc/${PKGNAME}/de/howtos33_way=0&expand=1.html +share/doc/${PKGNAME}/de/howtos33_way=0&expand=2.html +share/doc/${PKGNAME}/de/howtos33_way=0.html +share/doc/${PKGNAME}/de/howtos33_way=1&.html +share/doc/${PKGNAME}/de/howtos33_way=1&expand=0.html +share/doc/${PKGNAME}/de/howtos33_way=1&expand=1.html +share/doc/${PKGNAME}/de/howtos33_way=1&expand=2.html +share/doc/${PKGNAME}/de/howtos33_way=1&expand=3.html +share/doc/${PKGNAME}/de/howtos33_way=1&expand=4.html +share/doc/${PKGNAME}/de/howtos33_way=1&expand=5.html +share/doc/${PKGNAME}/de/howtos33_way=1&expand=6.html +share/doc/${PKGNAME}/de/howtos33_way=1&expand=7.html +share/doc/${PKGNAME}/de/howtos33_way=1.html +share/doc/${PKGNAME}/de/howtos33_way=2&.html +share/doc/${PKGNAME}/de/howtos33_way=2&expand=0.html +share/doc/${PKGNAME}/de/howtos33_way=2&expand=1.html +share/doc/${PKGNAME}/de/howtos33_way=2&expand=2.html +share/doc/${PKGNAME}/de/howtos33_way=2&expand=3.html +share/doc/${PKGNAME}/de/howtos33_way=2&expand=4.html +share/doc/${PKGNAME}/de/howtos33_way=2&expand=5.html +share/doc/${PKGNAME}/de/howtos33_way=2&expand=6.html +share/doc/${PKGNAME}/de/howtos33_way=2.html +share/doc/${PKGNAME}/de/howtos33_way=3&.html +share/doc/${PKGNAME}/de/howtos33_way=3&expand=0.html +share/doc/${PKGNAME}/de/howtos33_way=3&expand=1.html +share/doc/${PKGNAME}/de/howtos33_way=3&expand=10.html +share/doc/${PKGNAME}/de/howtos33_way=3&expand=11.html +share/doc/${PKGNAME}/de/howtos33_way=3&expand=2.html +share/doc/${PKGNAME}/de/howtos33_way=3&expand=3.html +share/doc/${PKGNAME}/de/howtos33_way=3&expand=4.html +share/doc/${PKGNAME}/de/howtos33_way=3&expand=5.html +share/doc/${PKGNAME}/de/howtos33_way=3&expand=6.html +share/doc/${PKGNAME}/de/howtos33_way=3&expand=7.html +share/doc/${PKGNAME}/de/howtos33_way=3&expand=8.html +share/doc/${PKGNAME}/de/howtos33_way=3&expand=9.html +share/doc/${PKGNAME}/de/howtos33_way=3.html +share/doc/${PKGNAME}/de/howtos34.html +share/doc/${PKGNAME}/de/howtos34_expand=1.html +share/doc/${PKGNAME}/de/howtos40.html +share/doc/${PKGNAME}/de/howtos41.html +share/doc/${PKGNAME}/de/howtos41_expand=1.html +share/doc/${PKGNAME}/de/howtos41_expand=2.html +share/doc/${PKGNAME}/de/howtos41_expand=3.html +share/doc/${PKGNAME}/de/howtos41_expand=4.html +share/doc/${PKGNAME}/de/howtos41_expand=5.html +share/doc/${PKGNAME}/de/howtos42.html +share/doc/${PKGNAME}/de/howtos42_expand=0.html +share/doc/${PKGNAME}/de/howtos42_expand=1.html +share/doc/${PKGNAME}/de/howtos42_expand=2.html +share/doc/${PKGNAME}/de/howtos42_expand=3.html +share/doc/${PKGNAME}/de/howtos42_expand=4.html +share/doc/${PKGNAME}/de/howtos43.html +share/doc/${PKGNAME}/de/howtos43_expand=1.html +share/doc/${PKGNAME}/de/howtos43_expand=2.html +share/doc/${PKGNAME}/de/howtos43_expand=3.html +share/doc/${PKGNAME}/de/howtos43_expand=4.html +share/doc/${PKGNAME}/de/howtos43_expand=5.html +share/doc/${PKGNAME}/de/howtos50.html +share/doc/${PKGNAME}/de/howtos51.html +share/doc/${PKGNAME}/de/howtos51_expand=0.html +share/doc/${PKGNAME}/de/howtos51_expand=1.html +share/doc/${PKGNAME}/de/howtos52.html +share/doc/${PKGNAME}/de/howtos52_expand=0.html +share/doc/${PKGNAME}/de/howtos52_expand=1.html +share/doc/${PKGNAME}/de/howtos53.html +share/doc/${PKGNAME}/de/howtos53_expand=0.html +share/doc/${PKGNAME}/de/howtos53_expand=1.html +share/doc/${PKGNAME}/de/howtos59.html +share/doc/${PKGNAME}/de/howtos59_expand=1.html +share/doc/${PKGNAME}/de/howtos59_expand=2.html +share/doc/${PKGNAME}/de/howtos59_expand=3.html +share/doc/${PKGNAME}/de/howtos59_expand=4.html +share/doc/${PKGNAME}/de/howtos59_expand=5.html +share/doc/${PKGNAME}/de/howtos60.html +share/doc/${PKGNAME}/de/howtos61.html +share/doc/${PKGNAME}/de/howtos62.html +share/doc/${PKGNAME}/de/howtos63.html +share/doc/${PKGNAME}/de/howtos90.html +share/doc/${PKGNAME}/de/howtos91.html +share/doc/${PKGNAME}/de/howtos91_expand=0.html +share/doc/${PKGNAME}/de/howtos91_expand=1.html +share/doc/${PKGNAME}/de/howtos91_expand=2.html +share/doc/${PKGNAME}/de/howtos91_expand=3.html +share/doc/${PKGNAME}/de/howtos91_expand=4.html +share/doc/${PKGNAME}/de/howtos92.html +share/doc/${PKGNAME}/de/howtos92_expand=0.html +share/doc/${PKGNAME}/de/howtos92_expand=1.html +share/doc/${PKGNAME}/de/howtos92_expand=2.html +share/doc/${PKGNAME}/de/howtos92_expand=3.html +share/doc/${PKGNAME}/de/howtos92_expand=4.html +share/doc/${PKGNAME}/de/howtosa0.html +share/doc/${PKGNAME}/de/howtosa1.html +share/doc/${PKGNAME}/de/howtosa1_expand=1.html +share/doc/${PKGNAME}/de/howtosa2.html +share/doc/${PKGNAME}/de/howtosa2_expand=1.html +share/doc/${PKGNAME}/de/howtosa2_expand=2.html +share/doc/${PKGNAME}/de/howtosa3.html +share/doc/${PKGNAME}/de/howtosa3_expand=1.html +share/doc/${PKGNAME}/de/howtosa3_expand=2.html +share/doc/${PKGNAME}/de/howtosa4.html +share/doc/${PKGNAME}/de/howtosa4_expand=1.html +share/doc/${PKGNAME}/de/images/action-buttons.png +share/doc/${PKGNAME}/de/images/activate-logfile.png +share/doc/${PKGNAME}/de/images/adaptive-failure.png +share/doc/${PKGNAME}/de/images/adaptive-progress.png +share/doc/${PKGNAME}/de/images/adaptive-success.png +share/doc/${PKGNAME}/de/images/compare-bad-rs01.png +share/doc/${PKGNAME}/de/images/compare-bad-rs02.png +share/doc/${PKGNAME}/de/images/compare-icon.png +share/doc/${PKGNAME}/de/images/compare-mismatch-rs01.png +share/doc/${PKGNAME}/de/images/compare-trunc-rs01.png +share/doc/${PKGNAME}/de/images/compat-150-rs01.png +share/doc/${PKGNAME}/de/images/compat-150-rs02.png +share/doc/${PKGNAME}/de/images/compat-dialog-rs01.png +share/doc/${PKGNAME}/de/images/compat-dialog-rs02.png +share/doc/${PKGNAME}/de/images/compat-okay-rs01.png +share/doc/${PKGNAME}/de/images/compat-okay-rs02.png +share/doc/${PKGNAME}/de/images/crc-cd.png +share/doc/${PKGNAME}/de/images/create-icon.png +share/doc/${PKGNAME}/de/images/create-prefs-drive-adv.png +share/doc/${PKGNAME}/de/images/create-prefs-drive.png +share/doc/${PKGNAME}/de/images/create-prefs-ecc.png +share/doc/${PKGNAME}/de/images/create-prefs-ecc2-adv.png +share/doc/${PKGNAME}/de/images/create-prefs-ecc2.png +share/doc/${PKGNAME}/de/images/create-prefs-file-adv.png +share/doc/${PKGNAME}/de/images/create-prefs-file.png +share/doc/${PKGNAME}/de/images/create-prefs-image.png +share/doc/${PKGNAME}/de/images/create-prefs-read-attempts.png +share/doc/${PKGNAME}/de/images/defective-cd.png +share/doc/${PKGNAME}/de/images/dialog-drive-full.png +share/doc/${PKGNAME}/de/images/dialog-ecc-full.png +share/doc/${PKGNAME}/de/images/dialog-iso-full.png +share/doc/${PKGNAME}/de/images/enter-drive.png +share/doc/${PKGNAME}/de/images/enter-ecc.png +share/doc/${PKGNAME}/de/images/enter-image.png +share/doc/${PKGNAME}/de/images/exclude_from_search_terms.png +share/doc/${PKGNAME}/de/images/filebrowser.png +share/doc/${PKGNAME}/de/images/fix-icon.png +share/doc/${PKGNAME}/de/images/fix-image.png +share/doc/${PKGNAME}/de/images/fix-prefs-drive.png +share/doc/${PKGNAME}/de/images/fix-prefs-drive2.png +share/doc/${PKGNAME}/de/images/fix-prefs-file.png +share/doc/${PKGNAME}/de/images/fix-prefs-image.png +share/doc/${PKGNAME}/de/images/fix-prefs-read-attempts.png +share/doc/${PKGNAME}/de/images/fix-prefs-read-attempts1.png +share/doc/${PKGNAME}/de/images/fix-prefs-read-attempts2.png +share/doc/${PKGNAME}/de/images/fix-reread-dvd.png +share/doc/${PKGNAME}/de/images/fix-success.png +share/doc/${PKGNAME}/de/images/general-prefs-misc.png +share/doc/${PKGNAME}/de/images/global-prefs-invoke.png +share/doc/${PKGNAME}/de/images/good-cd.png +share/doc/${PKGNAME}/de/images/good-dvd9.png +share/doc/${PKGNAME}/de/images/log-icon.png +share/doc/${PKGNAME}/de/images/make-ecc1.png +share/doc/${PKGNAME}/de/images/make-ecc2.png +share/doc/${PKGNAME}/de/images/make-iso1.png +share/doc/${PKGNAME}/de/images/make-iso2.png +share/doc/${PKGNAME}/de/images/make-iso3.png +share/doc/${PKGNAME}/de/images/make-iso4.png +share/doc/${PKGNAME}/de/images/make-iso5.png +share/doc/${PKGNAME}/de/images/read-icon.png +share/doc/${PKGNAME}/de/images/recover-linear.png +share/doc/${PKGNAME}/de/images/scan-icon.png +share/doc/${PKGNAME}/de/images/scan-prefs-drive-adv.png +share/doc/${PKGNAME}/de/images/scan-prefs-drive.png +share/doc/${PKGNAME}/de/images/scan-prefs-image.png +share/doc/${PKGNAME}/de/images/scan-prefs-read-attempts-adv.png +share/doc/${PKGNAME}/de/images/scan-prefs-read-attempts.png +share/doc/${PKGNAME}/de/images/select-drive-linux.png +share/doc/${PKGNAME}/de/images/select-drive-win.png +share/doc/${PKGNAME}/de/images/stop-icon.png +share/doc/${PKGNAME}/de/images/watch-create.png +share/doc/${PKGNAME}/de/images/watch-read1.png +share/doc/${PKGNAME}/de/images/weak-cd.png +share/doc/${PKGNAME}/de/images/write-iso1.png +share/doc/${PKGNAME}/de/images/write-iso2.png +share/doc/${PKGNAME}/de/images/write-iso3.png share/doc/${PKGNAME}/de/index.html share/doc/${PKGNAME}/de/index10.html +share/doc/${PKGNAME}/de/index10_expand=1.html +share/doc/${PKGNAME}/de/index10_expand=2.html share/doc/${PKGNAME}/de/index20.html share/doc/${PKGNAME}/de/index30.html -share/doc/${PKGNAME}/de/inline1.html -share/doc/${PKGNAME}/de/inline2.html +share/doc/${PKGNAME}/de/news.html +share/doc/${PKGNAME}/de/news2007.html +share/doc/${PKGNAME}/de/news2008.html share/doc/${PKGNAME}/de/qa.html share/doc/${PKGNAME}/de/qa10.html share/doc/${PKGNAME}/de/qa20.html -share/doc/${PKGNAME}/en/background.html -share/doc/${PKGNAME}/en/background10.html -share/doc/${PKGNAME}/en/background20.html -share/doc/${PKGNAME}/en/background30.html -share/doc/${PKGNAME}/en/background40.html -share/doc/${PKGNAME}/en/background50.html -share/doc/${PKGNAME}/en/background60.html -share/doc/${PKGNAME}/en/background70.html +share/doc/${PKGNAME}/de/qa_pipo.html +share/doc/${PKGNAME}/de/thumbnails/action-buttons.png +share/doc/${PKGNAME}/de/thumbnails/activate-logfile.png +share/doc/${PKGNAME}/de/thumbnails/adaptive-failure.png +share/doc/${PKGNAME}/de/thumbnails/adaptive-progress.png +share/doc/${PKGNAME}/de/thumbnails/adaptive-success.png +share/doc/${PKGNAME}/de/thumbnails/compare-bad-rs01.png +share/doc/${PKGNAME}/de/thumbnails/compare-bad-rs02.png +share/doc/${PKGNAME}/de/thumbnails/compare-mismatch-rs01.png +share/doc/${PKGNAME}/de/thumbnails/compare-trunc-rs01.png +share/doc/${PKGNAME}/de/thumbnails/compat-150-rs01.png +share/doc/${PKGNAME}/de/thumbnails/compat-150-rs02.png +share/doc/${PKGNAME}/de/thumbnails/compat-dialog-rs01.png +share/doc/${PKGNAME}/de/thumbnails/compat-dialog-rs02.png +share/doc/${PKGNAME}/de/thumbnails/compat-okay-rs01.png +share/doc/${PKGNAME}/de/thumbnails/compat-okay-rs02.png +share/doc/${PKGNAME}/de/thumbnails/crc-cd.png +share/doc/${PKGNAME}/de/thumbnails/create-prefs-drive-adv.png +share/doc/${PKGNAME}/de/thumbnails/create-prefs-drive.png +share/doc/${PKGNAME}/de/thumbnails/create-prefs-ecc.png +share/doc/${PKGNAME}/de/thumbnails/create-prefs-ecc2-adv.png +share/doc/${PKGNAME}/de/thumbnails/create-prefs-ecc2.png +share/doc/${PKGNAME}/de/thumbnails/create-prefs-file-adv.png +share/doc/${PKGNAME}/de/thumbnails/create-prefs-file.png +share/doc/${PKGNAME}/de/thumbnails/create-prefs-image.png +share/doc/${PKGNAME}/de/thumbnails/create-prefs-read-attempts.png +share/doc/${PKGNAME}/de/thumbnails/defective-cd.png +share/doc/${PKGNAME}/de/thumbnails/dialog-drive-full.png +share/doc/${PKGNAME}/de/thumbnails/dialog-ecc-full.png +share/doc/${PKGNAME}/de/thumbnails/dialog-iso-full.png +share/doc/${PKGNAME}/de/thumbnails/enter-drive.png +share/doc/${PKGNAME}/de/thumbnails/enter-ecc.png +share/doc/${PKGNAME}/de/thumbnails/enter-image.png +share/doc/${PKGNAME}/de/thumbnails/exclude_from_search_terms.png +share/doc/${PKGNAME}/de/thumbnails/filebrowser.png +share/doc/${PKGNAME}/de/thumbnails/fix-image.png +share/doc/${PKGNAME}/de/thumbnails/fix-prefs-drive.png +share/doc/${PKGNAME}/de/thumbnails/fix-prefs-drive2.png +share/doc/${PKGNAME}/de/thumbnails/fix-prefs-file.png +share/doc/${PKGNAME}/de/thumbnails/fix-prefs-image.png +share/doc/${PKGNAME}/de/thumbnails/fix-prefs-read-attempts.png +share/doc/${PKGNAME}/de/thumbnails/fix-prefs-read-attempts1.png +share/doc/${PKGNAME}/de/thumbnails/fix-prefs-read-attempts2.png +share/doc/${PKGNAME}/de/thumbnails/fix-reread-dvd.png +share/doc/${PKGNAME}/de/thumbnails/fix-success.png +share/doc/${PKGNAME}/de/thumbnails/general-prefs-misc.png +share/doc/${PKGNAME}/de/thumbnails/global-prefs-invoke.png +share/doc/${PKGNAME}/de/thumbnails/good-cd.png +share/doc/${PKGNAME}/de/thumbnails/good-dvd9.png +share/doc/${PKGNAME}/de/thumbnails/make-ecc1.png +share/doc/${PKGNAME}/de/thumbnails/make-ecc2.png +share/doc/${PKGNAME}/de/thumbnails/make-iso1.png +share/doc/${PKGNAME}/de/thumbnails/make-iso2.png +share/doc/${PKGNAME}/de/thumbnails/make-iso3.png +share/doc/${PKGNAME}/de/thumbnails/make-iso4.png +share/doc/${PKGNAME}/de/thumbnails/make-iso5.png +share/doc/${PKGNAME}/de/thumbnails/recover-linear.png +share/doc/${PKGNAME}/de/thumbnails/scan-prefs-drive-adv.png +share/doc/${PKGNAME}/de/thumbnails/scan-prefs-drive.png +share/doc/${PKGNAME}/de/thumbnails/scan-prefs-image.png +share/doc/${PKGNAME}/de/thumbnails/scan-prefs-read-attempts-adv.png +share/doc/${PKGNAME}/de/thumbnails/scan-prefs-read-attempts.png +share/doc/${PKGNAME}/de/thumbnails/select-drive-linux.png +share/doc/${PKGNAME}/de/thumbnails/select-drive-win.png +share/doc/${PKGNAME}/de/thumbnails/watch-create.png +share/doc/${PKGNAME}/de/thumbnails/watch-read1.png +share/doc/${PKGNAME}/de/thumbnails/weak-cd.png +share/doc/${PKGNAME}/de/thumbnails/write-iso1.png +share/doc/${PKGNAME}/de/thumbnails/write-iso2.png +share/doc/${PKGNAME}/de/thumbnails/write-iso3.png share/doc/${PKGNAME}/en/download.html share/doc/${PKGNAME}/en/download10.html share/doc/${PKGNAME}/en/download20.html -share/doc/${PKGNAME}/en/example.html -share/doc/${PKGNAME}/en/example1.html -share/doc/${PKGNAME}/en/example10.html -share/doc/${PKGNAME}/en/example2.html -share/doc/${PKGNAME}/en/example20.html -share/doc/${PKGNAME}/en/example21.html -share/doc/${PKGNAME}/en/example22.html -share/doc/${PKGNAME}/en/example3.html -share/doc/${PKGNAME}/en/example30.html -share/doc/${PKGNAME}/en/example4.html -share/doc/${PKGNAME}/en/example40.html -share/doc/${PKGNAME}/en/example5.html -share/doc/${PKGNAME}/en/example50.html -share/doc/${PKGNAME}/en/example6.html -share/doc/${PKGNAME}/en/example7.html -share/doc/${PKGNAME}/en/example80.html -share/doc/${PKGNAME}/en/example81.html -share/doc/${PKGNAME}/en/example82.html -share/doc/${PKGNAME}/en/example83.html -share/doc/${PKGNAME}/en/example84.html -share/doc/${PKGNAME}/en/example90.html -share/doc/${PKGNAME}/en/images/bg-adaptive.png -share/doc/${PKGNAME}/en/images/bg-linear.png -share/doc/${PKGNAME}/en/images/btn-compare.png -share/doc/${PKGNAME}/en/images/btn-create.png -share/doc/${PKGNAME}/en/images/btn-fix.png -share/doc/${PKGNAME}/en/images/btn-new-image.png -share/doc/${PKGNAME}/en/images/btn-protocol.png -share/doc/${PKGNAME}/en/images/btn-read.png -share/doc/${PKGNAME}/en/images/btn-scan.png -share/doc/${PKGNAME}/en/images/ex-compare-rs02.png -share/doc/${PKGNAME}/en/images/ex-compare.png -share/doc/${PKGNAME}/en/images/ex-create-rs02.png -share/doc/${PKGNAME}/en/images/ex-create.png -share/doc/${PKGNAME}/en/images/ex-fix.png -share/doc/${PKGNAME}/en/images/ex-read-a.png -share/doc/${PKGNAME}/en/images/ex-read.png -share/doc/${PKGNAME}/en/images/ex-scan.png -share/doc/${PKGNAME}/en/images/prefs-ecc-0.png -share/doc/${PKGNAME}/en/images/prefs-ecc-1.png -share/doc/${PKGNAME}/en/images/prefs-ecc-2.png -share/doc/${PKGNAME}/en/images/prefs-ecc.png -share/doc/${PKGNAME}/en/images/prefs-general-1.png -share/doc/${PKGNAME}/en/images/prefs-general-2.png -share/doc/${PKGNAME}/en/images/prefs-general-3.png -share/doc/${PKGNAME}/en/images/prefs-general.png -share/doc/${PKGNAME}/en/images/prefs-read-1.png -share/doc/${PKGNAME}/en/images/prefs-read-2.png -share/doc/${PKGNAME}/en/images/prefs-read-3.png -share/doc/${PKGNAME}/en/images/prefs-read.png -share/doc/${PKGNAME}/en/images/prefs-rs02-0.png -share/doc/${PKGNAME}/en/images/prefs-rs02-1.png -share/doc/${PKGNAME}/en/images/prefs-rs02.png -share/doc/${PKGNAME}/en/images/scratch-corr.png -share/doc/${PKGNAME}/en/images/scratch-scan.png +share/doc/${PKGNAME}/en/download30.html +share/doc/${PKGNAME}/en/download_showall=0.html +share/doc/${PKGNAME}/en/download_showall=1.html +share/doc/${PKGNAME}/en/feedback.html +share/doc/${PKGNAME}/en/feedback_expand=1.html +share/doc/${PKGNAME}/en/howtos.html +share/doc/${PKGNAME}/en/howtos10.html +share/doc/${PKGNAME}/en/howtos11.html +share/doc/${PKGNAME}/en/howtos11_expand=1.html +share/doc/${PKGNAME}/en/howtos11_expand=2.html +share/doc/${PKGNAME}/en/howtos11_expand=3.html +share/doc/${PKGNAME}/en/howtos11_expand=4.html +share/doc/${PKGNAME}/en/howtos11_expand=5.html +share/doc/${PKGNAME}/en/howtos12.html +share/doc/${PKGNAME}/en/howtos12_expand=0.html +share/doc/${PKGNAME}/en/howtos12_expand=1.html +share/doc/${PKGNAME}/en/howtos13.html +share/doc/${PKGNAME}/en/howtos13_expand=1.html +share/doc/${PKGNAME}/en/howtos13_expand=2.html +share/doc/${PKGNAME}/en/howtos13_expand=3.html +share/doc/${PKGNAME}/en/howtos13_expand=4.html +share/doc/${PKGNAME}/en/howtos13_expand=5.html +share/doc/${PKGNAME}/en/howtos13_expand=6.html +share/doc/${PKGNAME}/en/howtos14.html +share/doc/${PKGNAME}/en/howtos14_expand=1.html +share/doc/${PKGNAME}/en/howtos14_expand=2.html +share/doc/${PKGNAME}/en/howtos20.html +share/doc/${PKGNAME}/en/howtos21.html +share/doc/${PKGNAME}/en/howtos21_answer=1.html +share/doc/${PKGNAME}/en/howtos21_answer=2.html +share/doc/${PKGNAME}/en/howtos21_answer=3.html +share/doc/${PKGNAME}/en/howtos21_answer=4.html +share/doc/${PKGNAME}/en/howtos22.html +share/doc/${PKGNAME}/en/howtos22_expand=1.html +share/doc/${PKGNAME}/en/howtos22_expand=2.html +share/doc/${PKGNAME}/en/howtos22_expand=3.html +share/doc/${PKGNAME}/en/howtos22_expand=4.html +share/doc/${PKGNAME}/en/howtos22_expand=5.html +share/doc/${PKGNAME}/en/howtos22_expand=6.html +share/doc/${PKGNAME}/en/howtos23.html +share/doc/${PKGNAME}/en/howtos23_way=1&expand=0.html +share/doc/${PKGNAME}/en/howtos23_way=1&expand=1.html +share/doc/${PKGNAME}/en/howtos23_way=1&expand=2.html +share/doc/${PKGNAME}/en/howtos23_way=1.html +share/doc/${PKGNAME}/en/howtos23_way=2&expand=0.html +share/doc/${PKGNAME}/en/howtos23_way=2&expand=1.html +share/doc/${PKGNAME}/en/howtos23_way=2&expand=2.html +share/doc/${PKGNAME}/en/howtos23_way=2.html +share/doc/${PKGNAME}/en/howtos24.html +share/doc/${PKGNAME}/en/howtos25.html +share/doc/${PKGNAME}/en/howtos25_expand=1.html +share/doc/${PKGNAME}/en/howtos25_expand=2.html +share/doc/${PKGNAME}/en/howtos30.html +share/doc/${PKGNAME}/en/howtos31.html +share/doc/${PKGNAME}/en/howtos32.html +share/doc/${PKGNAME}/en/howtos32_expand=1.html +share/doc/${PKGNAME}/en/howtos32_expand=2.html +share/doc/${PKGNAME}/en/howtos33.html +share/doc/${PKGNAME}/en/howtos33_expand=0.html +share/doc/${PKGNAME}/en/howtos33_expand=1.html +share/doc/${PKGNAME}/en/howtos33_expand=2.html +share/doc/${PKGNAME}/en/howtos33_way=0&expand=0.html +share/doc/${PKGNAME}/en/howtos33_way=0&expand=1.html +share/doc/${PKGNAME}/en/howtos33_way=0&expand=2.html +share/doc/${PKGNAME}/en/howtos33_way=0.html +share/doc/${PKGNAME}/en/howtos33_way=1&.html +share/doc/${PKGNAME}/en/howtos33_way=1&expand=0.html +share/doc/${PKGNAME}/en/howtos33_way=1&expand=1.html +share/doc/${PKGNAME}/en/howtos33_way=1&expand=2.html +share/doc/${PKGNAME}/en/howtos33_way=1&expand=3.html +share/doc/${PKGNAME}/en/howtos33_way=1&expand=4.html +share/doc/${PKGNAME}/en/howtos33_way=1&expand=5.html +share/doc/${PKGNAME}/en/howtos33_way=1&expand=6.html +share/doc/${PKGNAME}/en/howtos33_way=1&expand=7.html +share/doc/${PKGNAME}/en/howtos33_way=1.html +share/doc/${PKGNAME}/en/howtos33_way=2&.html +share/doc/${PKGNAME}/en/howtos33_way=2&expand=0.html +share/doc/${PKGNAME}/en/howtos33_way=2&expand=1.html +share/doc/${PKGNAME}/en/howtos33_way=2&expand=2.html +share/doc/${PKGNAME}/en/howtos33_way=2&expand=3.html +share/doc/${PKGNAME}/en/howtos33_way=2&expand=4.html +share/doc/${PKGNAME}/en/howtos33_way=2&expand=5.html +share/doc/${PKGNAME}/en/howtos33_way=2&expand=6.html +share/doc/${PKGNAME}/en/howtos33_way=2.html +share/doc/${PKGNAME}/en/howtos33_way=3&.html +share/doc/${PKGNAME}/en/howtos33_way=3&expand=0.html +share/doc/${PKGNAME}/en/howtos33_way=3&expand=1.html +share/doc/${PKGNAME}/en/howtos33_way=3&expand=10.html +share/doc/${PKGNAME}/en/howtos33_way=3&expand=11.html +share/doc/${PKGNAME}/en/howtos33_way=3&expand=2.html +share/doc/${PKGNAME}/en/howtos33_way=3&expand=3.html +share/doc/${PKGNAME}/en/howtos33_way=3&expand=4.html +share/doc/${PKGNAME}/en/howtos33_way=3&expand=5.html +share/doc/${PKGNAME}/en/howtos33_way=3&expand=6.html +share/doc/${PKGNAME}/en/howtos33_way=3&expand=7.html +share/doc/${PKGNAME}/en/howtos33_way=3&expand=8.html +share/doc/${PKGNAME}/en/howtos33_way=3&expand=9.html +share/doc/${PKGNAME}/en/howtos33_way=3.html +share/doc/${PKGNAME}/en/howtos34.html +share/doc/${PKGNAME}/en/howtos34_expand=1.html +share/doc/${PKGNAME}/en/howtos40.html +share/doc/${PKGNAME}/en/howtos41.html +share/doc/${PKGNAME}/en/howtos41_expand=1.html +share/doc/${PKGNAME}/en/howtos41_expand=2.html +share/doc/${PKGNAME}/en/howtos41_expand=3.html +share/doc/${PKGNAME}/en/howtos41_expand=4.html +share/doc/${PKGNAME}/en/howtos41_expand=5.html +share/doc/${PKGNAME}/en/howtos42.html +share/doc/${PKGNAME}/en/howtos42_expand=0.html +share/doc/${PKGNAME}/en/howtos42_expand=1.html +share/doc/${PKGNAME}/en/howtos42_expand=2.html +share/doc/${PKGNAME}/en/howtos42_expand=3.html +share/doc/${PKGNAME}/en/howtos42_expand=4.html +share/doc/${PKGNAME}/en/howtos43.html +share/doc/${PKGNAME}/en/howtos43_expand=1.html +share/doc/${PKGNAME}/en/howtos43_expand=2.html +share/doc/${PKGNAME}/en/howtos43_expand=3.html +share/doc/${PKGNAME}/en/howtos43_expand=4.html +share/doc/${PKGNAME}/en/howtos43_expand=5.html +share/doc/${PKGNAME}/en/howtos50.html +share/doc/${PKGNAME}/en/howtos51.html +share/doc/${PKGNAME}/en/howtos51_expand=0.html +share/doc/${PKGNAME}/en/howtos51_expand=1.html +share/doc/${PKGNAME}/en/howtos52.html +share/doc/${PKGNAME}/en/howtos52_expand=0.html +share/doc/${PKGNAME}/en/howtos52_expand=1.html +share/doc/${PKGNAME}/en/howtos53.html +share/doc/${PKGNAME}/en/howtos53_expand=0.html +share/doc/${PKGNAME}/en/howtos53_expand=1.html +share/doc/${PKGNAME}/en/howtos59.html +share/doc/${PKGNAME}/en/howtos59_expand=1.html +share/doc/${PKGNAME}/en/howtos59_expand=2.html +share/doc/${PKGNAME}/en/howtos59_expand=3.html +share/doc/${PKGNAME}/en/howtos59_expand=4.html +share/doc/${PKGNAME}/en/howtos59_expand=5.html +share/doc/${PKGNAME}/en/howtos60.html +share/doc/${PKGNAME}/en/howtos61.html +share/doc/${PKGNAME}/en/howtos62.html +share/doc/${PKGNAME}/en/howtos63.html +share/doc/${PKGNAME}/en/howtos90.html +share/doc/${PKGNAME}/en/howtos91.html +share/doc/${PKGNAME}/en/howtos91_expand=0.html +share/doc/${PKGNAME}/en/howtos91_expand=1.html +share/doc/${PKGNAME}/en/howtos91_expand=2.html +share/doc/${PKGNAME}/en/howtos91_expand=3.html +share/doc/${PKGNAME}/en/howtos91_expand=4.html +share/doc/${PKGNAME}/en/howtos92.html +share/doc/${PKGNAME}/en/howtos92_expand=0.html +share/doc/${PKGNAME}/en/howtos92_expand=1.html +share/doc/${PKGNAME}/en/howtos92_expand=2.html +share/doc/${PKGNAME}/en/howtos92_expand=3.html +share/doc/${PKGNAME}/en/howtos92_expand=4.html +share/doc/${PKGNAME}/en/howtosa0.html +share/doc/${PKGNAME}/en/howtosa1.html +share/doc/${PKGNAME}/en/howtosa1_expand=1.html +share/doc/${PKGNAME}/en/howtosa2.html +share/doc/${PKGNAME}/en/howtosa2_expand=1.html +share/doc/${PKGNAME}/en/howtosa2_expand=2.html +share/doc/${PKGNAME}/en/howtosa3.html +share/doc/${PKGNAME}/en/howtosa3_expand=1.html +share/doc/${PKGNAME}/en/howtosa3_expand=2.html +share/doc/${PKGNAME}/en/howtosa4.html +share/doc/${PKGNAME}/en/howtosa4_expand=1.html +share/doc/${PKGNAME}/en/images/action-buttons.png +share/doc/${PKGNAME}/en/images/activate-logfile.png +share/doc/${PKGNAME}/en/images/adaptive-failure.png +share/doc/${PKGNAME}/en/images/adaptive-progress.png +share/doc/${PKGNAME}/en/images/adaptive-success.png +share/doc/${PKGNAME}/en/images/compare-bad-rs01.png +share/doc/${PKGNAME}/en/images/compare-bad-rs02.png +share/doc/${PKGNAME}/en/images/compare-icon.png +share/doc/${PKGNAME}/en/images/compare-mismatch-rs01.png +share/doc/${PKGNAME}/en/images/compare-trunc-rs01.png +share/doc/${PKGNAME}/en/images/compat-150-rs01.png +share/doc/${PKGNAME}/en/images/compat-150-rs02.png +share/doc/${PKGNAME}/en/images/compat-dialog-rs01.png +share/doc/${PKGNAME}/en/images/compat-dialog-rs02.png +share/doc/${PKGNAME}/en/images/compat-okay-rs01.png +share/doc/${PKGNAME}/en/images/compat-okay-rs02.png +share/doc/${PKGNAME}/en/images/crc-cd.png +share/doc/${PKGNAME}/en/images/create-icon.png +share/doc/${PKGNAME}/en/images/create-prefs-drive-adv.png +share/doc/${PKGNAME}/en/images/create-prefs-drive.png +share/doc/${PKGNAME}/en/images/create-prefs-ecc.png +share/doc/${PKGNAME}/en/images/create-prefs-ecc2-adv.png +share/doc/${PKGNAME}/en/images/create-prefs-ecc2.png +share/doc/${PKGNAME}/en/images/create-prefs-file-adv.png +share/doc/${PKGNAME}/en/images/create-prefs-file.png +share/doc/${PKGNAME}/en/images/create-prefs-image.png +share/doc/${PKGNAME}/en/images/create-prefs-read-attempts.png +share/doc/${PKGNAME}/en/images/defective-cd.png +share/doc/${PKGNAME}/en/images/dialog-drive-full.png +share/doc/${PKGNAME}/en/images/dialog-ecc-full.png +share/doc/${PKGNAME}/en/images/dialog-iso-full.png +share/doc/${PKGNAME}/en/images/exclude_from_search_terms.png +share/doc/${PKGNAME}/en/images/file-names-rs01.png +share/doc/${PKGNAME}/en/images/filebrowser.png +share/doc/${PKGNAME}/en/images/fix-icon.png +share/doc/${PKGNAME}/en/images/fix-image.png +share/doc/${PKGNAME}/en/images/fix-prefs-drive.png +share/doc/${PKGNAME}/en/images/fix-prefs-drive2.png +share/doc/${PKGNAME}/en/images/fix-prefs-image.png +share/doc/${PKGNAME}/en/images/fix-prefs-read-attempts.png +share/doc/${PKGNAME}/en/images/fix-prefs-read-attempts1.png +share/doc/${PKGNAME}/en/images/fix-prefs-read-attempts2.png +share/doc/${PKGNAME}/en/images/fix-reread-dvd.png +share/doc/${PKGNAME}/en/images/fix-success.png +share/doc/${PKGNAME}/en/images/general-prefs-misc.png +share/doc/${PKGNAME}/en/images/global-prefs-invoke.png +share/doc/${PKGNAME}/en/images/good-cd.png +share/doc/${PKGNAME}/en/images/good-dvd9.png +share/doc/${PKGNAME}/en/images/log-icon.png +share/doc/${PKGNAME}/en/images/make-ecc1.png +share/doc/${PKGNAME}/en/images/make-ecc2.png +share/doc/${PKGNAME}/en/images/make-iso1.png +share/doc/${PKGNAME}/en/images/make-iso2.png +share/doc/${PKGNAME}/en/images/make-iso3.png +share/doc/${PKGNAME}/en/images/make-iso4.png +share/doc/${PKGNAME}/en/images/prefs-rs01.png +share/doc/${PKGNAME}/en/images/read-icon.png +share/doc/${PKGNAME}/en/images/recover-linear.png +share/doc/${PKGNAME}/en/images/scan-icon.png +share/doc/${PKGNAME}/en/images/scan-prefs-drive-adv.png +share/doc/${PKGNAME}/en/images/scan-prefs-drive.png +share/doc/${PKGNAME}/en/images/scan-prefs-image.png +share/doc/${PKGNAME}/en/images/scan-prefs-read-attempts-adv.png +share/doc/${PKGNAME}/en/images/scan-prefs-read-attempts.png +share/doc/${PKGNAME}/en/images/select-drive-linux.png +share/doc/${PKGNAME}/en/images/select-drive-win.png +share/doc/${PKGNAME}/en/images/stop-icon.png +share/doc/${PKGNAME}/en/images/watch-create.png +share/doc/${PKGNAME}/en/images/watch-read1.png +share/doc/${PKGNAME}/en/images/weak-cd.png +share/doc/${PKGNAME}/en/images/write-iso1.png +share/doc/${PKGNAME}/en/images/write-iso2.png +share/doc/${PKGNAME}/en/images/write-iso3.png share/doc/${PKGNAME}/en/index.html share/doc/${PKGNAME}/en/index10.html +share/doc/${PKGNAME}/en/index10_expand=1.html +share/doc/${PKGNAME}/en/index10_expand=2.html share/doc/${PKGNAME}/en/index20.html share/doc/${PKGNAME}/en/index30.html -share/doc/${PKGNAME}/en/inline1.html -share/doc/${PKGNAME}/en/inline2.html +share/doc/${PKGNAME}/en/news.html +share/doc/${PKGNAME}/en/news2007.html +share/doc/${PKGNAME}/en/news2008.html share/doc/${PKGNAME}/en/qa.html share/doc/${PKGNAME}/en/qa10.html share/doc/${PKGNAME}/en/qa20.html -share/doc/${PKGNAME}/images/btn-drive.png -share/doc/${PKGNAME}/images/btn-eccfile.png -share/doc/${PKGNAME}/images/btn-image.png -share/doc/${PKGNAME}/images/open-ecc.png -share/doc/${PKGNAME}/images/open-img.png -share/doc/${PKGNAME}/images/open-preferences.png -share/doc/${PKGNAME}/images/scratch-img.jpg -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/dvdisaster.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/dvdisaster.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/dvdisaster.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/dvdisaster.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/dvdisaster.mo -${PKGMANDIR}/cs/man1/dvdisaster.1 -${PKGMANDIR}/de/man1/dvdisaster.1 -${PKGMANDIR}/it/man1/dvdisaster.1 -${PKGMANDIR}/man1/dvdisaster.1 +share/doc/${PKGNAME}/en/qa_pipo.html +share/doc/${PKGNAME}/en/thumbnails/action-buttons.png +share/doc/${PKGNAME}/en/thumbnails/activate-logfile.png +share/doc/${PKGNAME}/en/thumbnails/adaptive-failure.png +share/doc/${PKGNAME}/en/thumbnails/adaptive-progress.png +share/doc/${PKGNAME}/en/thumbnails/adaptive-success.png +share/doc/${PKGNAME}/en/thumbnails/compare-bad-rs01.png +share/doc/${PKGNAME}/en/thumbnails/compare-bad-rs02.png +share/doc/${PKGNAME}/en/thumbnails/compare-mismatch-rs01.png +share/doc/${PKGNAME}/en/thumbnails/compare-trunc-rs01.png +share/doc/${PKGNAME}/en/thumbnails/compat-150-rs01.png +share/doc/${PKGNAME}/en/thumbnails/compat-150-rs02.png +share/doc/${PKGNAME}/en/thumbnails/compat-dialog-rs01.png +share/doc/${PKGNAME}/en/thumbnails/compat-dialog-rs02.png +share/doc/${PKGNAME}/en/thumbnails/compat-okay-rs01.png +share/doc/${PKGNAME}/en/thumbnails/compat-okay-rs02.png +share/doc/${PKGNAME}/en/thumbnails/crc-cd.png +share/doc/${PKGNAME}/en/thumbnails/create-prefs-drive-adv.png +share/doc/${PKGNAME}/en/thumbnails/create-prefs-drive.png +share/doc/${PKGNAME}/en/thumbnails/create-prefs-ecc.png +share/doc/${PKGNAME}/en/thumbnails/create-prefs-ecc2-adv.png +share/doc/${PKGNAME}/en/thumbnails/create-prefs-ecc2.png +share/doc/${PKGNAME}/en/thumbnails/create-prefs-file-adv.png +share/doc/${PKGNAME}/en/thumbnails/create-prefs-file.png +share/doc/${PKGNAME}/en/thumbnails/create-prefs-image.png +share/doc/${PKGNAME}/en/thumbnails/create-prefs-read-attempts.png +share/doc/${PKGNAME}/en/thumbnails/defective-cd.png +share/doc/${PKGNAME}/en/thumbnails/dialog-drive-full.png +share/doc/${PKGNAME}/en/thumbnails/dialog-ecc-full.png +share/doc/${PKGNAME}/en/thumbnails/dialog-iso-full.png +share/doc/${PKGNAME}/en/thumbnails/exclude_from_search_terms.png +share/doc/${PKGNAME}/en/thumbnails/file-names-rs01.png +share/doc/${PKGNAME}/en/thumbnails/filebrowser.png +share/doc/${PKGNAME}/en/thumbnails/fix-image.png +share/doc/${PKGNAME}/en/thumbnails/fix-prefs-drive.png +share/doc/${PKGNAME}/en/thumbnails/fix-prefs-drive2.png +share/doc/${PKGNAME}/en/thumbnails/fix-prefs-image.png +share/doc/${PKGNAME}/en/thumbnails/fix-prefs-read-attempts.png +share/doc/${PKGNAME}/en/thumbnails/fix-prefs-read-attempts1.png +share/doc/${PKGNAME}/en/thumbnails/fix-prefs-read-attempts2.png +share/doc/${PKGNAME}/en/thumbnails/fix-reread-dvd.png +share/doc/${PKGNAME}/en/thumbnails/fix-success.png +share/doc/${PKGNAME}/en/thumbnails/general-prefs-misc.png +share/doc/${PKGNAME}/en/thumbnails/global-prefs-invoke.png +share/doc/${PKGNAME}/en/thumbnails/good-cd.png +share/doc/${PKGNAME}/en/thumbnails/good-dvd9.png +share/doc/${PKGNAME}/en/thumbnails/make-ecc1.png +share/doc/${PKGNAME}/en/thumbnails/make-ecc2.png +share/doc/${PKGNAME}/en/thumbnails/make-iso1.png +share/doc/${PKGNAME}/en/thumbnails/make-iso2.png +share/doc/${PKGNAME}/en/thumbnails/make-iso3.png +share/doc/${PKGNAME}/en/thumbnails/make-iso4.png +share/doc/${PKGNAME}/en/thumbnails/prefs-rs01.png +share/doc/${PKGNAME}/en/thumbnails/recover-linear.png +share/doc/${PKGNAME}/en/thumbnails/scan-prefs-drive-adv.png +share/doc/${PKGNAME}/en/thumbnails/scan-prefs-drive.png +share/doc/${PKGNAME}/en/thumbnails/scan-prefs-image.png +share/doc/${PKGNAME}/en/thumbnails/scan-prefs-read-attempts-adv.png +share/doc/${PKGNAME}/en/thumbnails/scan-prefs-read-attempts.png +share/doc/${PKGNAME}/en/thumbnails/select-drive-linux.png +share/doc/${PKGNAME}/en/thumbnails/select-drive-win.png +share/doc/${PKGNAME}/en/thumbnails/watch-create.png +share/doc/${PKGNAME}/en/thumbnails/watch-read1.png +share/doc/${PKGNAME}/en/thumbnails/weak-cd.png +share/doc/${PKGNAME}/en/thumbnails/write-iso1.png +share/doc/${PKGNAME}/en/thumbnails/write-iso2.png +share/doc/${PKGNAME}/en/thumbnails/write-iso3.png +share/doc/${PKGNAME}/images/backup1.png +share/doc/${PKGNAME}/images/backup2.png +share/doc/${PKGNAME}/images/bad-cd-ecc.png +share/doc/${PKGNAME}/images/bad-cd.png +share/doc/${PKGNAME}/images/bad-cd1.png +share/doc/${PKGNAME}/images/bad-image.png +share/doc/${PKGNAME}/images/dbl-arrow-left.png +share/doc/${PKGNAME}/images/down-arrow.png +share/doc/${PKGNAME}/images/down-fork-arrow.png +share/doc/${PKGNAME}/images/down-join-arrow.png +share/doc/${PKGNAME}/images/ecc-example1.png +share/doc/${PKGNAME}/images/ecc-example2.png +share/doc/${PKGNAME}/images/ecc-example3.png +share/doc/${PKGNAME}/images/ecc-example4.png +share/doc/${PKGNAME}/images/ecc.png +share/doc/${PKGNAME}/images/email.png +share/doc/${PKGNAME}/images/good-cd-ecc.png +share/doc/${PKGNAME}/images/good-cd.png +share/doc/${PKGNAME}/images/good-image.png +share/doc/${PKGNAME}/images/good-image2.png +share/doc/${PKGNAME}/images/ldiag-arrow.png +share/doc/${PKGNAME}/images/old-cd.png +share/doc/${PKGNAME}/images/old-image.png +share/doc/${PKGNAME}/images/prefs-icon.png +share/doc/${PKGNAME}/images/rdiag-arrow.png +share/doc/${PKGNAME}/images/right-arrow.png +share/doc/${PKGNAME}/images/select-drive.png +share/doc/${PKGNAME}/images/select-ecc.png +share/doc/${PKGNAME}/images/select-ecc2.png +share/doc/${PKGNAME}/images/select-image.png +share/doc/${PKGNAME}/images/select-image2.png +share/doc/${PKGNAME}/images/slot-in.png +share/doc/${PKGNAME}/images/winbrowser.png +share/doc/${PKGNAME}/include/dvdisaster.css +share/doc/${PKGNAME}/ru/download.html +share/doc/${PKGNAME}/ru/download10.html +share/doc/${PKGNAME}/ru/download20.html +share/doc/${PKGNAME}/ru/download30.html +share/doc/${PKGNAME}/ru/download_showall=0.html +share/doc/${PKGNAME}/ru/download_showall=1.html +share/doc/${PKGNAME}/ru/feedback.html +share/doc/${PKGNAME}/ru/feedback_expand=1.html +share/doc/${PKGNAME}/ru/howtos.html +share/doc/${PKGNAME}/ru/howtos10.html +share/doc/${PKGNAME}/ru/howtos11.html +share/doc/${PKGNAME}/ru/howtos11_expand=1.html +share/doc/${PKGNAME}/ru/howtos11_expand=2.html +share/doc/${PKGNAME}/ru/howtos11_expand=3.html +share/doc/${PKGNAME}/ru/howtos11_expand=4.html +share/doc/${PKGNAME}/ru/howtos11_expand=5.html +share/doc/${PKGNAME}/ru/howtos12.html +share/doc/${PKGNAME}/ru/howtos12_expand=0.html +share/doc/${PKGNAME}/ru/howtos12_expand=1.html +share/doc/${PKGNAME}/ru/howtos13.html +share/doc/${PKGNAME}/ru/howtos13_expand=1.html +share/doc/${PKGNAME}/ru/howtos13_expand=2.html +share/doc/${PKGNAME}/ru/howtos13_expand=3.html +share/doc/${PKGNAME}/ru/howtos13_expand=4.html +share/doc/${PKGNAME}/ru/howtos13_expand=5.html +share/doc/${PKGNAME}/ru/howtos13_expand=6.html +share/doc/${PKGNAME}/ru/howtos14.html +share/doc/${PKGNAME}/ru/howtos14_expand=1.html +share/doc/${PKGNAME}/ru/howtos14_expand=2.html +share/doc/${PKGNAME}/ru/howtos20.html +share/doc/${PKGNAME}/ru/howtos21.html +share/doc/${PKGNAME}/ru/howtos21_answer=1.html +share/doc/${PKGNAME}/ru/howtos21_answer=2.html +share/doc/${PKGNAME}/ru/howtos21_answer=3.html +share/doc/${PKGNAME}/ru/howtos21_answer=4.html +share/doc/${PKGNAME}/ru/howtos22.html +share/doc/${PKGNAME}/ru/howtos22_expand=1.html +share/doc/${PKGNAME}/ru/howtos22_expand=2.html +share/doc/${PKGNAME}/ru/howtos22_expand=3.html +share/doc/${PKGNAME}/ru/howtos22_expand=4.html +share/doc/${PKGNAME}/ru/howtos22_expand=5.html +share/doc/${PKGNAME}/ru/howtos22_expand=6.html +share/doc/${PKGNAME}/ru/howtos23.html +share/doc/${PKGNAME}/ru/howtos23_way=1&expand=0.html +share/doc/${PKGNAME}/ru/howtos23_way=1&expand=1.html +share/doc/${PKGNAME}/ru/howtos23_way=1&expand=2.html +share/doc/${PKGNAME}/ru/howtos23_way=1.html +share/doc/${PKGNAME}/ru/howtos23_way=2&expand=0.html +share/doc/${PKGNAME}/ru/howtos23_way=2&expand=1.html +share/doc/${PKGNAME}/ru/howtos23_way=2&expand=2.html +share/doc/${PKGNAME}/ru/howtos23_way=2.html +share/doc/${PKGNAME}/ru/howtos24.html +share/doc/${PKGNAME}/ru/howtos25.html +share/doc/${PKGNAME}/ru/howtos25_expand=1.html +share/doc/${PKGNAME}/ru/howtos25_expand=2.html +share/doc/${PKGNAME}/ru/howtos30.html +share/doc/${PKGNAME}/ru/howtos31.html +share/doc/${PKGNAME}/ru/howtos32.html +share/doc/${PKGNAME}/ru/howtos32_expand=1.html +share/doc/${PKGNAME}/ru/howtos32_expand=2.html +share/doc/${PKGNAME}/ru/howtos33.html +share/doc/${PKGNAME}/ru/howtos33_expand=0.html +share/doc/${PKGNAME}/ru/howtos33_expand=1.html +share/doc/${PKGNAME}/ru/howtos33_expand=2.html +share/doc/${PKGNAME}/ru/howtos33_way=0&expand=0.html +share/doc/${PKGNAME}/ru/howtos33_way=0&expand=1.html +share/doc/${PKGNAME}/ru/howtos33_way=0&expand=2.html +share/doc/${PKGNAME}/ru/howtos33_way=0.html +share/doc/${PKGNAME}/ru/howtos33_way=1&.html +share/doc/${PKGNAME}/ru/howtos33_way=1&expand=0.html +share/doc/${PKGNAME}/ru/howtos33_way=1&expand=1.html +share/doc/${PKGNAME}/ru/howtos33_way=1&expand=2.html +share/doc/${PKGNAME}/ru/howtos33_way=1&expand=3.html +share/doc/${PKGNAME}/ru/howtos33_way=1&expand=4.html +share/doc/${PKGNAME}/ru/howtos33_way=1&expand=5.html +share/doc/${PKGNAME}/ru/howtos33_way=1&expand=6.html +share/doc/${PKGNAME}/ru/howtos33_way=1&expand=7.html +share/doc/${PKGNAME}/ru/howtos33_way=1.html +share/doc/${PKGNAME}/ru/howtos33_way=2&.html +share/doc/${PKGNAME}/ru/howtos33_way=2&expand=0.html +share/doc/${PKGNAME}/ru/howtos33_way=2&expand=1.html +share/doc/${PKGNAME}/ru/howtos33_way=2&expand=2.html +share/doc/${PKGNAME}/ru/howtos33_way=2&expand=3.html +share/doc/${PKGNAME}/ru/howtos33_way=2&expand=4.html +share/doc/${PKGNAME}/ru/howtos33_way=2&expand=5.html +share/doc/${PKGNAME}/ru/howtos33_way=2&expand=6.html +share/doc/${PKGNAME}/ru/howtos33_way=2.html +share/doc/${PKGNAME}/ru/howtos33_way=3&.html +share/doc/${PKGNAME}/ru/howtos33_way=3&expand=0.html +share/doc/${PKGNAME}/ru/howtos33_way=3&expand=1.html +share/doc/${PKGNAME}/ru/howtos33_way=3&expand=10.html +share/doc/${PKGNAME}/ru/howtos33_way=3&expand=11.html +share/doc/${PKGNAME}/ru/howtos33_way=3&expand=2.html +share/doc/${PKGNAME}/ru/howtos33_way=3&expand=3.html +share/doc/${PKGNAME}/ru/howtos33_way=3&expand=4.html +share/doc/${PKGNAME}/ru/howtos33_way=3&expand=5.html +share/doc/${PKGNAME}/ru/howtos33_way=3&expand=6.html +share/doc/${PKGNAME}/ru/howtos33_way=3&expand=7.html +share/doc/${PKGNAME}/ru/howtos33_way=3&expand=8.html +share/doc/${PKGNAME}/ru/howtos33_way=3&expand=9.html +share/doc/${PKGNAME}/ru/howtos33_way=3.html +share/doc/${PKGNAME}/ru/howtos34.html +share/doc/${PKGNAME}/ru/howtos34_expand=1.html +share/doc/${PKGNAME}/ru/howtos40.html +share/doc/${PKGNAME}/ru/howtos41.html +share/doc/${PKGNAME}/ru/howtos41_expand=1.html +share/doc/${PKGNAME}/ru/howtos41_expand=2.html +share/doc/${PKGNAME}/ru/howtos41_expand=3.html +share/doc/${PKGNAME}/ru/howtos41_expand=4.html +share/doc/${PKGNAME}/ru/howtos41_expand=5.html +share/doc/${PKGNAME}/ru/howtos42.html +share/doc/${PKGNAME}/ru/howtos42_expand=0.html +share/doc/${PKGNAME}/ru/howtos42_expand=1.html +share/doc/${PKGNAME}/ru/howtos42_expand=2.html +share/doc/${PKGNAME}/ru/howtos42_expand=3.html +share/doc/${PKGNAME}/ru/howtos42_expand=4.html +share/doc/${PKGNAME}/ru/howtos43.html +share/doc/${PKGNAME}/ru/howtos43_expand=1.html +share/doc/${PKGNAME}/ru/howtos43_expand=2.html +share/doc/${PKGNAME}/ru/howtos43_expand=3.html +share/doc/${PKGNAME}/ru/howtos43_expand=4.html +share/doc/${PKGNAME}/ru/howtos43_expand=5.html +share/doc/${PKGNAME}/ru/howtos50.html +share/doc/${PKGNAME}/ru/howtos51.html +share/doc/${PKGNAME}/ru/howtos51_expand=0.html +share/doc/${PKGNAME}/ru/howtos51_expand=1.html +share/doc/${PKGNAME}/ru/howtos52.html +share/doc/${PKGNAME}/ru/howtos52_expand=0.html +share/doc/${PKGNAME}/ru/howtos52_expand=1.html +share/doc/${PKGNAME}/ru/howtos53.html +share/doc/${PKGNAME}/ru/howtos53_expand=0.html +share/doc/${PKGNAME}/ru/howtos53_expand=1.html +share/doc/${PKGNAME}/ru/howtos59.html +share/doc/${PKGNAME}/ru/howtos59_expand=1.html +share/doc/${PKGNAME}/ru/howtos59_expand=2.html +share/doc/${PKGNAME}/ru/howtos59_expand=3.html +share/doc/${PKGNAME}/ru/howtos59_expand=4.html +share/doc/${PKGNAME}/ru/howtos59_expand=5.html +share/doc/${PKGNAME}/ru/howtos60.html +share/doc/${PKGNAME}/ru/howtos61.html +share/doc/${PKGNAME}/ru/howtos62.html +share/doc/${PKGNAME}/ru/howtos63.html +share/doc/${PKGNAME}/ru/howtos90.html +share/doc/${PKGNAME}/ru/howtos91.html +share/doc/${PKGNAME}/ru/howtos91_expand=0.html +share/doc/${PKGNAME}/ru/howtos91_expand=1.html +share/doc/${PKGNAME}/ru/howtos91_expand=2.html +share/doc/${PKGNAME}/ru/howtos91_expand=3.html +share/doc/${PKGNAME}/ru/howtos91_expand=4.html +share/doc/${PKGNAME}/ru/howtos92.html +share/doc/${PKGNAME}/ru/howtos92_expand=0.html +share/doc/${PKGNAME}/ru/howtos92_expand=1.html +share/doc/${PKGNAME}/ru/howtos92_expand=2.html +share/doc/${PKGNAME}/ru/howtos92_expand=3.html +share/doc/${PKGNAME}/ru/howtos92_expand=4.html +share/doc/${PKGNAME}/ru/howtosa0.html +share/doc/${PKGNAME}/ru/howtosa1.html +share/doc/${PKGNAME}/ru/howtosa1_expand=1.html +share/doc/${PKGNAME}/ru/howtosa2.html +share/doc/${PKGNAME}/ru/howtosa2_expand=1.html +share/doc/${PKGNAME}/ru/howtosa2_expand=2.html +share/doc/${PKGNAME}/ru/howtosa3.html +share/doc/${PKGNAME}/ru/howtosa3_expand=1.html +share/doc/${PKGNAME}/ru/howtosa3_expand=2.html +share/doc/${PKGNAME}/ru/howtosa4.html +share/doc/${PKGNAME}/ru/howtosa4_expand=1.html +share/doc/${PKGNAME}/ru/images/action-buttons.png +share/doc/${PKGNAME}/ru/images/activate-logfile.png +share/doc/${PKGNAME}/ru/images/adaptive-failure.png +share/doc/${PKGNAME}/ru/images/adaptive-progress.png +share/doc/${PKGNAME}/ru/images/adaptive-success.png +share/doc/${PKGNAME}/ru/images/compare-bad-rs01.png +share/doc/${PKGNAME}/ru/images/compare-bad-rs02.png +share/doc/${PKGNAME}/ru/images/compare-icon.png +share/doc/${PKGNAME}/ru/images/compare-mismatch-rs01.png +share/doc/${PKGNAME}/ru/images/compare-trunc-rs01.png +share/doc/${PKGNAME}/ru/images/compat-150-rs01.png +share/doc/${PKGNAME}/ru/images/compat-150-rs02.png +share/doc/${PKGNAME}/ru/images/compat-dialog-rs01.png +share/doc/${PKGNAME}/ru/images/compat-dialog-rs02.png +share/doc/${PKGNAME}/ru/images/compat-okay-rs01.png +share/doc/${PKGNAME}/ru/images/compat-okay-rs02.png +share/doc/${PKGNAME}/ru/images/crc-cd.png +share/doc/${PKGNAME}/ru/images/create-icon.png +share/doc/${PKGNAME}/ru/images/create-prefs-drive-adv.png +share/doc/${PKGNAME}/ru/images/create-prefs-drive.png +share/doc/${PKGNAME}/ru/images/create-prefs-ecc.png +share/doc/${PKGNAME}/ru/images/create-prefs-ecc2-adv.png +share/doc/${PKGNAME}/ru/images/create-prefs-ecc2.png +share/doc/${PKGNAME}/ru/images/create-prefs-file-adv.png +share/doc/${PKGNAME}/ru/images/create-prefs-file.png +share/doc/${PKGNAME}/ru/images/create-prefs-image.png +share/doc/${PKGNAME}/ru/images/create-prefs-read-attempts.png +share/doc/${PKGNAME}/ru/images/defective-cd.png +share/doc/${PKGNAME}/ru/images/dialog-drive-full.png +share/doc/${PKGNAME}/ru/images/dialog-ecc-full.png +share/doc/${PKGNAME}/ru/images/dialog-iso-full.png +share/doc/${PKGNAME}/ru/images/exclude_from_search_terms.png +share/doc/${PKGNAME}/ru/images/filebrowser.png +share/doc/${PKGNAME}/ru/images/fix-icon.png +share/doc/${PKGNAME}/ru/images/fix-image.png +share/doc/${PKGNAME}/ru/images/fix-prefs-drive.png +share/doc/${PKGNAME}/ru/images/fix-prefs-drive2.png +share/doc/${PKGNAME}/ru/images/fix-prefs-image.png +share/doc/${PKGNAME}/ru/images/fix-prefs-read-attempts.png +share/doc/${PKGNAME}/ru/images/fix-prefs-read-attempts1.png +share/doc/${PKGNAME}/ru/images/fix-prefs-read-attempts2.png +share/doc/${PKGNAME}/ru/images/fix-reread-dvd.png +share/doc/${PKGNAME}/ru/images/fix-success.png +share/doc/${PKGNAME}/ru/images/general-prefs-misc.png +share/doc/${PKGNAME}/ru/images/global-prefs-invoke.png +share/doc/${PKGNAME}/ru/images/good-cd.png +share/doc/${PKGNAME}/ru/images/good-dvd9.png +share/doc/${PKGNAME}/ru/images/log-icon.png +share/doc/${PKGNAME}/ru/images/make-ecc1.png +share/doc/${PKGNAME}/ru/images/make-ecc2.png +share/doc/${PKGNAME}/ru/images/make-iso1.png +share/doc/${PKGNAME}/ru/images/make-iso2.png +share/doc/${PKGNAME}/ru/images/make-iso3.png +share/doc/${PKGNAME}/ru/images/make-iso4.png +share/doc/${PKGNAME}/ru/images/prefs-rs01.png +share/doc/${PKGNAME}/ru/images/read-icon.png +share/doc/${PKGNAME}/ru/images/recover-linear.png +share/doc/${PKGNAME}/ru/images/scan-icon.png +share/doc/${PKGNAME}/ru/images/scan-prefs-drive-adv.png +share/doc/${PKGNAME}/ru/images/scan-prefs-drive.png +share/doc/${PKGNAME}/ru/images/scan-prefs-image.png +share/doc/${PKGNAME}/ru/images/scan-prefs-read-attempts-adv.png +share/doc/${PKGNAME}/ru/images/scan-prefs-read-attempts.png +share/doc/${PKGNAME}/ru/images/select-drive-linux.png +share/doc/${PKGNAME}/ru/images/select-drive-win.png +share/doc/${PKGNAME}/ru/images/stop-icon.png +share/doc/${PKGNAME}/ru/images/verify-icon.png +share/doc/${PKGNAME}/ru/images/watch-create.png +share/doc/${PKGNAME}/ru/images/watch-read1.png +share/doc/${PKGNAME}/ru/images/weak-cd.png +share/doc/${PKGNAME}/ru/images/write-iso1.png +share/doc/${PKGNAME}/ru/images/write-iso2.png +share/doc/${PKGNAME}/ru/images/write-iso3.png +share/doc/${PKGNAME}/ru/index.html +share/doc/${PKGNAME}/ru/index10.html +share/doc/${PKGNAME}/ru/index10_expand=1.html +share/doc/${PKGNAME}/ru/index10_expand=2.html +share/doc/${PKGNAME}/ru/index20.html +share/doc/${PKGNAME}/ru/index30.html +share/doc/${PKGNAME}/ru/news.html +share/doc/${PKGNAME}/ru/news2007.html +share/doc/${PKGNAME}/ru/news2008.html +share/doc/${PKGNAME}/ru/qa.html +share/doc/${PKGNAME}/ru/qa10.html +share/doc/${PKGNAME}/ru/qa20.html +share/doc/${PKGNAME}/ru/qa_pipo.html +share/doc/${PKGNAME}/ru/thumbnails/action-buttons.png +share/doc/${PKGNAME}/ru/thumbnails/activate-logfile.png +share/doc/${PKGNAME}/ru/thumbnails/adaptive-failure.png +share/doc/${PKGNAME}/ru/thumbnails/adaptive-progress.png +share/doc/${PKGNAME}/ru/thumbnails/adaptive-success.png +share/doc/${PKGNAME}/ru/thumbnails/compare-bad-rs01.png +share/doc/${PKGNAME}/ru/thumbnails/compare-bad-rs02.png +share/doc/${PKGNAME}/ru/thumbnails/compare-mismatch-rs01.png +share/doc/${PKGNAME}/ru/thumbnails/compare-trunc-rs01.png +share/doc/${PKGNAME}/ru/thumbnails/compat-150-rs01.png +share/doc/${PKGNAME}/ru/thumbnails/compat-150-rs02.png +share/doc/${PKGNAME}/ru/thumbnails/compat-dialog-rs01.png +share/doc/${PKGNAME}/ru/thumbnails/compat-dialog-rs02.png +share/doc/${PKGNAME}/ru/thumbnails/compat-okay-rs01.png +share/doc/${PKGNAME}/ru/thumbnails/compat-okay-rs02.png +share/doc/${PKGNAME}/ru/thumbnails/crc-cd.png +share/doc/${PKGNAME}/ru/thumbnails/create-prefs-drive-adv.png +share/doc/${PKGNAME}/ru/thumbnails/create-prefs-drive.png +share/doc/${PKGNAME}/ru/thumbnails/create-prefs-ecc.png +share/doc/${PKGNAME}/ru/thumbnails/create-prefs-ecc2-adv.png +share/doc/${PKGNAME}/ru/thumbnails/create-prefs-ecc2.png +share/doc/${PKGNAME}/ru/thumbnails/create-prefs-file-adv.png +share/doc/${PKGNAME}/ru/thumbnails/create-prefs-file.png +share/doc/${PKGNAME}/ru/thumbnails/create-prefs-image.png +share/doc/${PKGNAME}/ru/thumbnails/create-prefs-read-attempts.png +share/doc/${PKGNAME}/ru/thumbnails/defective-cd.png +share/doc/${PKGNAME}/ru/thumbnails/dialog-drive-full.png +share/doc/${PKGNAME}/ru/thumbnails/dialog-ecc-full.png +share/doc/${PKGNAME}/ru/thumbnails/dialog-iso-full.png +share/doc/${PKGNAME}/ru/thumbnails/exclude_from_search_terms.png +share/doc/${PKGNAME}/ru/thumbnails/filebrowser.png +share/doc/${PKGNAME}/ru/thumbnails/fix-image.png +share/doc/${PKGNAME}/ru/thumbnails/fix-prefs-drive.png +share/doc/${PKGNAME}/ru/thumbnails/fix-prefs-drive2.png +share/doc/${PKGNAME}/ru/thumbnails/fix-prefs-image.png +share/doc/${PKGNAME}/ru/thumbnails/fix-prefs-read-attempts.png +share/doc/${PKGNAME}/ru/thumbnails/fix-prefs-read-attempts1.png +share/doc/${PKGNAME}/ru/thumbnails/fix-prefs-read-attempts2.png +share/doc/${PKGNAME}/ru/thumbnails/fix-reread-dvd.png +share/doc/${PKGNAME}/ru/thumbnails/fix-success.png +share/doc/${PKGNAME}/ru/thumbnails/general-prefs-misc.png +share/doc/${PKGNAME}/ru/thumbnails/global-prefs-invoke.png +share/doc/${PKGNAME}/ru/thumbnails/good-cd.png +share/doc/${PKGNAME}/ru/thumbnails/good-dvd9.png +share/doc/${PKGNAME}/ru/thumbnails/make-ecc1.png +share/doc/${PKGNAME}/ru/thumbnails/make-ecc2.png +share/doc/${PKGNAME}/ru/thumbnails/make-iso1.png +share/doc/${PKGNAME}/ru/thumbnails/make-iso2.png +share/doc/${PKGNAME}/ru/thumbnails/make-iso3.png +share/doc/${PKGNAME}/ru/thumbnails/make-iso4.png +share/doc/${PKGNAME}/ru/thumbnails/prefs-rs01.png +share/doc/${PKGNAME}/ru/thumbnails/recover-linear.png +share/doc/${PKGNAME}/ru/thumbnails/scan-prefs-drive-adv.png +share/doc/${PKGNAME}/ru/thumbnails/scan-prefs-drive.png +share/doc/${PKGNAME}/ru/thumbnails/scan-prefs-image.png +share/doc/${PKGNAME}/ru/thumbnails/scan-prefs-read-attempts-adv.png +share/doc/${PKGNAME}/ru/thumbnails/scan-prefs-read-attempts.png +share/doc/${PKGNAME}/ru/thumbnails/select-drive-linux.png +share/doc/${PKGNAME}/ru/thumbnails/select-drive-win.png +share/doc/${PKGNAME}/ru/thumbnails/watch-create.png +share/doc/${PKGNAME}/ru/thumbnails/watch-read1.png +share/doc/${PKGNAME}/ru/thumbnails/weak-cd.png +share/doc/${PKGNAME}/ru/thumbnails/write-iso1.png +share/doc/${PKGNAME}/ru/thumbnails/write-iso2.png +share/doc/${PKGNAME}/ru/thumbnails/write-iso3.png +share/locale/cs/LC_MESSAGES/dvdisaster.mo +share/locale/de/LC_MESSAGES/dvdisaster.mo +share/locale/it/LC_MESSAGES/dvdisaster.mo +share/locale/pt_BR/LC_MESSAGES/dvdisaster.mo +share/locale/ru/LC_MESSAGES/dvdisaster.mo +share/locale/sv/LC_MESSAGES/dvdisaster.mo diff --git a/sysutils/dvdisaster/distinfo b/sysutils/dvdisaster/distinfo index 1e0145404b6..6e69dddde11 100644 --- a/sysutils/dvdisaster/distinfo +++ b/sysutils/dvdisaster/distinfo @@ -1,11 +1,9 @@ -$NetBSD: distinfo,v 1.4 2011/01/31 21:20:11 wiz Exp $ +$NetBSD: distinfo,v 1.5 2012/02/04 21:57:54 shattered Exp $ -SHA1 (dvdisaster-0.70.6.tar.bz2) = e5d6b301f2f9b1139a9ac5fa596bf4df9f7063c4 -RMD160 (dvdisaster-0.70.6.tar.bz2) = 8b88b3b12717b916e1877b6586fc777d64f6df26 -Size (dvdisaster-0.70.6.tar.bz2) = 1167208 bytes +SHA1 (dvdisaster-0.72.3.tar.bz2) = 6ed08f8e52f4b90b39134b0caf9b5f0df221b0da +RMD160 (dvdisaster-0.72.3.tar.bz2) = 63a2dcd4387bd2bfd4632270a53e4a0dfd5a692e +Size (dvdisaster-0.72.3.tar.bz2) = 4168126 bytes SHA1 (patch-aa) = 97fe33bdc514925041718992b28d75b672b4be0c -SHA1 (patch-ab) = 14caeb6c7b40db85c1dba75cc335a67e11551877 -SHA1 (patch-ad) = 56355c919f1b1cd4c716d1bf3e9a762afb8490e2 -SHA1 (patch-af) = c3819a7ea476878b293cc37005047852f52804f6 -SHA1 (patch-ag) = 4f941f14abcaba457dbec99935d07e91276df597 +SHA1 (patch-ab) = 5d47ca08389005d11618d6d9953f686312c716bf SHA1 (patch-ah) = 9cb1e03dc8c13e560a2f862811a4e828563db112 +SHA1 (patch-scsi-netbsd.c) = 076a625291bf8d29d6339fb2209d61712ceb6b62 diff --git a/sysutils/dvdisaster/patches/patch-ab b/sysutils/dvdisaster/patches/patch-ab index d66f770230c..57233f9b231 100644 --- a/sysutils/dvdisaster/patches/patch-ab +++ b/sysutils/dvdisaster/patches/patch-ab @@ -1,14 +1,14 @@ -$NetBSD: patch-ab,v 1.3 2011/01/31 21:20:11 wiz Exp $ +$NetBSD: patch-ab,v 1.4 2012/02/04 21:57:54 shattered Exp $ Fix build with png-1.5. ---- tools/pngpack.c.orig 2006-09-09 12:14:09.000000000 +0000 -+++ tools/pngpack.c -@@ -46,6 +46,7 @@ +--- tools/pngio.h.orig 2010-10-27 12:41:49.000000000 +0000 ++++ tools/pngio.h +@@ -21,6 +21,7 @@ + #define PNGIO_H - #include <bzlib.h> #include <png.h> +#include <zlib.h> - #include "md5.h" - + typedef struct + { char *name; diff --git a/sysutils/dvdisaster/patches/patch-ad b/sysutils/dvdisaster/patches/patch-ad deleted file mode 100644 index 561102ed778..00000000000 --- a/sysutils/dvdisaster/patches/patch-ad +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-ad,v 1.2 2008/11/23 23:40:12 heinz Exp $ - - - Honor configure option --with-embedded-src-path - (already committed in unstable version upstream) - ---- closure.c.orig 2008-03-04 10:01:15.000000000 +0000 -+++ closure.c -@@ -174,10 +174,13 @@ static void get_base_dirs() - char *appdata; - #endif - -- /*** The source directory is supposed to hold the most recent files, -+ /*** Unless completely disabled through a configure option, the -+ source directory is supposed to hold the most recent files, - so try this first. Not necessary under Windows as it will always - use the directory the binary has been called from. */ - -+#ifdef WITH_EMBEDDED_SRC_PATH_YES -+ - #ifndef SYS_MINGW - if(!stat(SRCDIR, &mystat)) - { Closure->binDir = g_strdup(SRCDIR); -@@ -187,6 +190,8 @@ static void get_base_dirs() - } - #endif - -+#endif /* WITH_EMBEDDED_SRC_PATH_YES */ -+ - /*** Otherwise try the installation directory. - On Unices this is a hardcoded directory. - Windows has binary distributions with no prior known installation place, diff --git a/sysutils/dvdisaster/patches/patch-af b/sysutils/dvdisaster/patches/patch-af deleted file mode 100644 index 9ec2582e2ea..00000000000 --- a/sysutils/dvdisaster/patches/patch-af +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-af,v 1.2 2008/11/23 23:40:12 heinz Exp $ - - - Add option "--with-embedded-src-path", default value is "yes" to keep - the current behaviour. - (already committed in unstable version upstream) - ---- configure.orig 2007-01-20 13:30:22.000000000 +0100 -+++ configure -@@ -128,6 +128,7 @@ WITH_OPTION nls yes "[yes | no]" - WITH_OPTION memdebug no "[no | yes]" - WITH_OPTION efence no "[no | yes]" - WITH_OPTION logfile no "[no | yes]" -+WITH_OPTION embedded-src-path yes "[yes | no]" - - if test "$cfg_with_efence" == "yes"; then - if ! CHECK_LIBRARY efence malloc efence; then diff --git a/sysutils/dvdisaster/patches/patch-ag b/sysutils/dvdisaster/patches/patch-ag deleted file mode 100644 index c7336444a6f..00000000000 --- a/sysutils/dvdisaster/patches/patch-ag +++ /dev/null @@ -1,37 +0,0 @@ -$NetBSD: patch-ag,v 1.2 2008/11/23 23:40:12 heinz Exp $ - - - Use SRCDIR only when configure option --with-embedded-src-path is set - to yes. - (already committed in unstable version upstream) - ---- dvdisaster.c.orig 2007-01-20 16:44:59.000000000 +0100 -+++ dvdisaster.c -@@ -159,10 +159,12 @@ int main(int argc, char *argv[]) - char *read_range = NULL; - #ifdef WITH_NLS_YES - char *locale_test; -- #ifndef SYS_MINGW -+ #ifdef WITH_EMBEDDED_SRC_PATH_YES -+ #ifndef SYS_MINGW - char src_locale_path[strlen(SRCDIR)+10]; -- #else -+ #else - char *bin_locale_path = NULL; -+ #endif - #endif - #endif - -@@ -245,9 +247,13 @@ int main(int argc, char *argv[]) - #ifndef SYS_MINGW - /* Try local source directory first */ - -+#ifdef WITH_EMBEDDED_SRC_PATH_YES - g_sprintf(src_locale_path,"%s/locale",SRCDIR); - bindtextdomain("dvdisaster", src_locale_path); - //printf("testing src %s\n", src_locale_path); -+ -+#endif /* WITH_EMBEDDED_SRC_PATH_YES */ -+ - /* TRANSLATORS: - This is a dummy entry which is supposed to translate into "ok". - Please do not return anything else here. */ diff --git a/sysutils/dvdisaster/patches/patch-scsi-netbsd.c b/sysutils/dvdisaster/patches/patch-scsi-netbsd.c new file mode 100644 index 00000000000..5f125db26b1 --- /dev/null +++ b/sysutils/dvdisaster/patches/patch-scsi-netbsd.c @@ -0,0 +1,12 @@ +$NetBSD: patch-scsi-netbsd.c,v 1.1 2012/02/04 21:57:54 shattered Exp $ + +--- scsi-netbsd.c.orig 2010-10-27 10:14:46.000000000 +0000 ++++ scsi-netbsd.c +@@ -165,6 +165,7 @@ int SendPacket(DeviceHandle *dh, unsigne + break; + case DATA_NONE: + sc.flags = 0; ++ break; + default: + Stop("illegal data_mode: %d", data_mode); + } |