mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/k9copy-reloaded: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c927e55595
commit
391d9dcb30
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue