mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/devedeng: Updated for version 4.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cb4dbb8cde
commit
027230a118
3 changed files with 8 additions and 8 deletions
|
@ -7,10 +7,10 @@ to work with Python3 and Gtk3, and with a new internal architecture that
|
|||
allows to expand it and easily add new features.
|
||||
|
||||
DevedeNG has optional dependencies for some of its features:
|
||||
vlc, mpv, brasero
|
||||
brasero, mpv, vlc, xfburn
|
||||
|
||||
NOTE: To get around the k3b or brasero requirement for burning DVDs use
|
||||
growisofs. Here is an example, make sure to adjust the path to your DVD
|
||||
drive accordingly.
|
||||
NOTE: To get around the k3b, brasero or xfburn requirement for burning
|
||||
DVDs use growisofs. Here is an example, make sure to adjust the path to
|
||||
your DVD drive accordingly.
|
||||
|
||||
growisofs -dvd-compat -Z /dev/sr1=movie.iso
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=devedeng
|
||||
VERSION=${VERSION:-4.10.0}
|
||||
VERSION=${VERSION:-4.11.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="devedeng"
|
||||
VERSION="4.10.0"
|
||||
VERSION="4.11.0"
|
||||
HOMEPAGE="http://www.rastersoft.com/programas/devede.html"
|
||||
DOWNLOAD="https://github.com/rastersoft/devedeng/archive/4.10.0/devedeng-4.10.0.tar.gz"
|
||||
MD5SUM="c496bb6ca805892a3c18439315cedad1"
|
||||
DOWNLOAD="https://github.com/rastersoft/devedeng/archive/4.11.0/devedeng-4.11.0.tar.gz"
|
||||
MD5SUM="803f1f7609414aecafed1c90e8a519c5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="dvdauthor ffmpeg vcdimager pygobject3-python3"
|
||||
|
|
Loading…
Reference in a new issue