mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/k9copy: Fixed dep information
This commit is contained in:
parent
328a23f8d8
commit
4f2d576315
2 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,5 @@
|
|||
k9copy is DVD backup utility which allows the copy of one or more
|
||||
titles from a DVD9 to a DVD5.
|
||||
|
||||
This requires libmpeg2 and ffmpeg to build.
|
||||
|
||||
Additional (optional) runtime deps are libdvdcss (for DVD Backup action)
|
||||
and mjpegtools and twolame (for DVD Author action).
|
||||
Optional runtime dependencies are libdvdcss (for DVD Backup action),
|
||||
mjpegtools and twolame (for DVD Author action).
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/k9copy/k9copy-2.3.8-Source.tar.gz"
|
|||
MD5SUM="584f6cc50f28befbeb0d5c1ec9476456"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ffmpeg libdvdcss libmpeg2 mjpegtools twolame"
|
||||
REQUIRES="ffmpeg libmpeg2"
|
||||
MAINTAINER="Roberto Neri"
|
||||
EMAIL="rneri@libero.it"
|
||||
|
|
Loading…
Reference in a new issue