multimedia/mlt: Updated for version 0.8.8.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
e59c1dccd2
commit
5254b18269
|
@ -37,9 +37,13 @@
|
|||
# *Version upgrade to 0.8.0
|
||||
# *Bug fixes
|
||||
# +---------------------------------------+
|
||||
# Apr 2, 2013
|
||||
# *Version upgrade to 0.8.8
|
||||
# *Added frei0r as a dependency
|
||||
# +---------------------------------------+
|
||||
|
||||
PRGNAM=mlt
|
||||
VERSION=${VERSION:-0.8.2}
|
||||
VERSION=${VERSION:-0.8.8}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mlt"
|
||||
VERSION="0.8.2"
|
||||
VERSION="0.8.8"
|
||||
HOMEPAGE="http://mltframework.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mlt/mlt-0.8.2.tar.gz"
|
||||
MD5SUM="c7a8c4ca7485bb615cbcf851d8742a1c"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mlt/mlt-0.8.8.tar.gz"
|
||||
MD5SUM="06de4052cffd6760c468d7da9557edae"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ffmpeg libdv libquicktime"
|
||||
REQUIRES="ffmpeg libdv libquicktime frei0r"
|
||||
MAINTAINER="stormtracknole"
|
||||
EMAIL="stormtracknole@gmail.com"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
mlt: MLT (Open source multimedia framework)
|
||||
|
|
Loading…
Reference in New Issue