mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/devedeng: Updated for version 4.8.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
dcc2900e80
commit
197beb8a2d
3 changed files with 6 additions and 6 deletions
|
@ -6,8 +6,8 @@ The suffix NG is because it is a rewrite from scratch of the old Devede,
|
|||
to work with Python3 and Gtk3, and with a new internal architecture that
|
||||
allows to expand it and easily add new features.
|
||||
|
||||
DevedeNG has some optional dependencies for some of its features:
|
||||
VLC, MPV, Brasero
|
||||
DevedeNG has optional dependencies for some of its features:
|
||||
vlc, mpv, brasero
|
||||
|
||||
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
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=devedeng
|
||||
VERSION=${VERSION:-4.8.2}
|
||||
VERSION=${VERSION:-4.8.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="devedeng"
|
||||
VERSION="4.8.2"
|
||||
VERSION="4.8.5"
|
||||
HOMEPAGE="http://www.rastersoft.com/programas/devede.html"
|
||||
DOWNLOAD="https://github.com/rastersoft/devedeng/archive/4.8.2/devedeng-4.8.2.tar.gz"
|
||||
MD5SUM="22fa19039cc7ec89f934e61442cfb188"
|
||||
DOWNLOAD="https://github.com/rastersoft/devedeng/archive/4.8.5/devedeng-4.8.5.tar.gz"
|
||||
MD5SUM="83271127db74f668cab07aed38158813"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="dvdauthor ffmpeg vcdimager pygobject3-python3"
|
||||
|
|
Loading…
Reference in a new issue