mlt-7.0.1

This commit is contained in:
Rmys
2021-09-14 11:07:38 +03:00
committed by GitHub
parent 451a360729
commit e5a3fb2263
2 changed files with 10 additions and 6 deletions
-1
View File
@@ -19,7 +19,6 @@ def setup():
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DMOD_OPENCV=ON \
-DSWIG_PERL=ON \
-DMOD_RTAUDIO=OFF \
-DSWIG_PYTHON=ON", sourceDir="..")
#autotools.configure("--enable-gpl \
+10 -5
View File
@@ -12,12 +12,11 @@
<IsA>app:console</IsA>
<Summary>A multimedia framework, designed and developed for television broadcasting</Summary>
<Description>MLT is an open source multimedia framework, designed and developed for television broadcasting.</Description>
<Archive sha1sum="1540b23483cf9c741795321404dac2446d517366" type="targz">https://github.com/mltframework/mlt/releases/download/v6.26.1/mlt-6.26.1.tar.gz</Archive>
<Archive sha1sum="ea8a9933cdb9e1d47b40a3a5f96d564844f9e4e5" type="targz">https://github.com/mltframework/mlt/releases/download/v7.0.1/mlt-7.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>swig</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>opencv-devel</Dependency>
<Dependency>python3-devel</Dependency>
@@ -77,7 +76,6 @@
<Name>mlt</Name>
<RuntimeDependencies>
<Dependency>sox</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>fftw3</Dependency>
<Dependency>pango</Dependency>
<Dependency>glib2</Dependency>
@@ -104,10 +102,10 @@
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/mlt</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/mlt-7</Path>
<Path fileType="data">/usr/share/mlt/modules</Path>
<Path fileType="data">/usr/share/mlt/modules/lumas/PAL</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
@@ -125,6 +123,13 @@
</Package>
<History>
<Update release="14">
<Date>2021-09-14</Date>
<Version>7.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2021-08-30</Date>
<Version>6.26.1</Version>