1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: bluraybackup
Section: video
Priority: optional
Maintainer: Matteo Bini <matteobin@tiepi.it>
Build-Depends: debhelper-compat (= 13),
libbluray-dev
Standards-Version: 4.7.2
Vcs-Git: https://git.golem.linux.it/matteobin/bluraybackup.git
Vcs-Browser: https://git.golem.linux.it/matteobin/bluraybackup
Homepage: https://git.golem.linux.it/matteobin/bluraybackup
Rules-Requires-Root: no
Package: bluraybackup
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: libbluray-bdj
Description: Backup BDMV from the command line
bluraybackup makes a decrypted copy of the whole Blu-ray Disc Movie
or it extracts a decrypted version of a specific BDMV stream.
.
Inspired by dvdbackup, developed in ANSI C (C89)
following the suckless philosophy.
|