mlt: updated to 0.9.8
This commit is contained in:
parent
1d113a2eff
commit
c9b1b3558d
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mlt'
|
# Template file for 'mlt'
|
||||||
pkgname=mlt
|
pkgname=mlt
|
||||||
version=0.9.6
|
version=0.9.8
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-gpl --enable-gpl3"
|
configure_args="--enable-gpl --enable-gpl3"
|
||||||
hostmakedepends="doxygen pkg-config ladspa-sdk"
|
hostmakedepends="doxygen pkg-config ladspa-sdk"
|
||||||
|
@ -13,8 +13,8 @@ short_desc="Multimedia framework, designed for television broadcasting"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://mltframework.org/"
|
homepage="http://mltframework.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/project/${pkgname}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/mltframework/mlt/archive/v${version}.tar.gz"
|
||||||
checksum=ab999992828a03dadbf62f6a131aada776cfd7afe63a94d994877fdba31a3000
|
checksum=1214d6ad7fd1c3d36f0b1e64fd1c8d8a7ab6290e8452396003e79d58c0d21074
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
make_build_args="CROSS=${XBPS_CROSS_TRIPLET}-"
|
make_build_args="CROSS=${XBPS_CROSS_TRIPLET}-"
|
||||||
|
|
Loading…
Reference in a new issue