diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2020-12-26 14:23:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-12-26 14:23:49 +0700 |
commit | d2ed0a703600edd5c150a00e7798caa463e6747e (patch) | |
tree | b0b3e950b70d57f64580a3ad86f01f36b370368f /multimedia/k9copy-reloaded/README | |
parent | 93ddca68300284be91e4e0d23134f05e48dc3c20 (diff) | |
download | slackbuilds-d2ed0a703600edd5c150a00e7798caa463e6747e.tar.gz |
multimedia/k9copy-reloaded: Fix build on current.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/k9copy-reloaded/README')
-rw-r--r-- | multimedia/k9copy-reloaded/README | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/multimedia/k9copy-reloaded/README b/multimedia/k9copy-reloaded/README index d8f146a7d3..2eea865949 100644 --- a/multimedia/k9copy-reloaded/README +++ b/multimedia/k9copy-reloaded/README @@ -2,23 +2,22 @@ K9copy-reloaded is a continuation of the original k9copy program. It allows you to make 1:1 backups of both single-and dual-layer DVDs, as well as compress a dual-layer DVD to single-layer. -NOTE 1: For some reason, this will not build properly if ccache is -enabled. (It will build and run, but the backups come out corrupted.) +NOTE 1: This script now uses the system ffmpeg, so be sure it is +installed before trying to run this script. -NOTE 2: This script builds an internal copy of the ffmpeg 2.8.15 -static libaries. It has been tested and does not (should not?) -interfere with any existing ffmpeg installation. Just remember that -you need to be in a full shell (su - and not just su) for ffmpeg -to build properly. - -NOTE 3: K9copy-reloaded is unable to open .iso files on 32-bit systems. +NOTE 2: K9copy-reloaded is unable to open .iso files on 32-bit systems. This is an issue with libdvdread and not with k9copy-reloaded. They open just fine on 64-bit systems. -NOTE 4: If you wish to build this on current (15.0 EXPERIMENTAL), you -will need to build and install the gcc5 package from ponce's -current -SBo repo, then pass CURRENT=yes to the script. +NOTE 3: If you wish to build this on current (15.0 EXPERIMENTAL), you +will need to pass CURRENT=yes to the script. -NOTE 5: This program is only intended for personal backups, and is NOT +NOTE 4: This program is only intended for personal backups, and is NOT intended for copying of copyrighted commercial DVDs. Therefore, there is NO CSS decription libary included in this package. + +Requires libmpeg2 and ffmpeg (ffmpeg is already included in current). + +dvdauthor is optional. (The dvdauthor program crashes k9copy if you +try to use it in current, but it works fine in 14.2. It can be +disabled in settings.) |