mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/kdenlive: Updated for version 0.8.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
eabd69329e
commit
bfd614f60a
4 changed files with 18 additions and 11 deletions
|
@ -1,5 +1,6 @@
|
||||||
Kdenlive is an intuitive and powerful multi-track video editor including
|
Kdenlive is an intuitive and powerful multi-track video editor including
|
||||||
most recent video technologies.
|
most recent video technologies.
|
||||||
|
|
||||||
This requires mlt, recordmydesktop, dvgrab, dvdauthor, x264, xvidcore,
|
This requires mlt, qjson, recordmydesktop, dvgrab, dvdauthor, x264,
|
||||||
schroedinger, lame, libquicktime, faac, faad2, gsm, and amrnb.
|
xvidcore, schroedinger, lame, libquicktime, faac, faad2, gsm, and
|
||||||
|
amrnb.
|
||||||
|
|
|
@ -4,9 +4,13 @@
|
||||||
|
|
||||||
# stormtracknole stormtracknole@gmail.com
|
# stormtracknole stormtracknole@gmail.com
|
||||||
# 8/5/2009
|
# 8/5/2009
|
||||||
|
#
|
||||||
|
# May 16, 2011
|
||||||
|
# *Upgraded to version 0.8.
|
||||||
|
# *qjson added as a new dependency.
|
||||||
|
|
||||||
PRGNAM=kdenlive
|
PRGNAM=kdenlive
|
||||||
VERSION=${VERSION:-0.7.8}
|
VERSION=${VERSION:-0.8}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -56,6 +60,7 @@ cmake \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||||
|
-DCMAKE_VERBOSE_MAKEFILE=ON \
|
||||||
.
|
.
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="kdenlive"
|
PRGNAM="kdenlive"
|
||||||
VERSION="0.7.8"
|
VERSION="0.8"
|
||||||
HOMEPAGE="http://www.kdenlive.org/"
|
HOMEPAGE="http://www.kdenlive.org/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/kdenlive/kdenlive-0.7.8.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/kdenlive/kdenlive-0.8.tar.gz"
|
||||||
MD5SUM="7011d0c6b26f7f2350065defef3d9a76"
|
MD5SUM="26170b4360285e8a7bf53fd122d8854e"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="stormtracknole"
|
MAINTAINER="stormtracknole"
|
||||||
EMAIL="stormtracknole@gmail.com"
|
EMAIL="stormtracknole@gmail.com"
|
||||||
APPROVED="pprkut"
|
APPROVED="Niels Horn"
|
||||||
|
|
|
@ -7,12 +7,13 @@
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
kdenlive: Kdenlive (KDE Non Linear Video Editor)
|
kdenlive: Kdenlive (KDE Non Linear Video Editor)
|
||||||
kdenlive:
|
kdenlive:
|
||||||
kdenlive: Using the MLT video framework. It is currently under development
|
kdenlive: Using the MLT video framework. It is currently under development
|
||||||
kdenlive: Kdenlive provides dual video monitors, a multi-track timeline and
|
kdenlive: Kdenlive provides dual video monitors, a multi-track timeline and
|
||||||
kdenlive: clip list. Other features include customizable layout support, basic
|
kdenlive: clip list. Other features include customizable layout support, basic
|
||||||
kdenlive: effects and transition.
|
kdenlive: effects and transition.
|
||||||
kdenlive:
|
kdenlive:
|
||||||
kdenlive:
|
kdenlive:
|
||||||
kdenlive: http://kdenlive.sourceforge.net
|
kdenlive: http://kdenlive.sourceforge.net
|
||||||
kdenlive:
|
kdenlive:
|
||||||
|
kdenlive:
|
||||||
|
|
Loading…
Reference in a new issue