multimedia/k9copy-reloaded: Fix build.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2024-07-09 08:09:49 +07:00 committed by Willy Sudiarto Raharjo
parent c927e55595
commit 391d9dcb30
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 2 deletions

View file

@ -12,3 +12,5 @@ is NO CSS decription libary included in this package.
NOTE 3: dvdauthor is listed as optional, but it crashes k9copy if you
try to use it for copy without menus; it is disabled by default in
settings.
Requires libmpeg2.

View file

@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=k9copy-reloaded
SRCNAM=k9copy
VERSION=${VERSION:-3.0.3}
BUILD=${BUILD:-6}
BUILD=${BUILD:-7}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -102,7 +102,7 @@ patch -p1 < $CWD/patches/k9copy-gcc7.patch
# but the backups are corrupt and will not play). I may revisit it
# later, but for now, we must patch the internal dvdnav to properly
# link to the internal dvdread: otherwise, the backups come out with
# corrupted .IFO files:
# corrupted .IFO/.BUP files:
patch -p1 < $CWD/patches/k9copy-dvdnav.patch
# In 15.0, dvdauthor crashes the program if we try to use it,