update to 0.9.8 [release 0.9.8-1mamba;Wed Sep 16 2015]
This commit is contained in:
parent
09acbb9b91
commit
4cc5c7ce2d
30
mlt.spec
30
mlt.spec
@ -1,26 +1,27 @@
|
|||||||
Name: mlt
|
Name: mlt
|
||||||
Version: 0.9.6
|
Version: 0.9.8
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: An open source multimedia framework, designed and developed for television broadcasting
|
Summary: An open source multimedia framework, designed and developed for television broadcasting
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.mltframework.org
|
URL: http://www.mltframework.org
|
||||||
Source: http://downloads.sourceforge.net/project/mlt/mlt/mlt-%{version}.tar.gz
|
Source: https://github.com/mltframework/mlt.git/v%{version}/mlt-%{version}.tar.bz2
|
||||||
Patch0: %{name}-0.3.0-sox1420.patch
|
Patch0: %{name}-0.3.0-sox1420.patch
|
||||||
Patch1: %{name}-0.3.8-ffmpeg-headers.patch
|
Patch1: %{name}-0.3.8-ffmpeg-headers.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: kdelibs-devel
|
BuildRequires: libSDL-devel
|
||||||
|
BuildRequires: libSDL_image-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libalsa-devel
|
BuildRequires: libalsa-devel
|
||||||
BuildRequires: libavcodec-ffmpeg-devel
|
BuildRequires: libavcodec-ffmpeg-devel
|
||||||
BuildRequires: libavdevice-ffmpeg-devel
|
BuildRequires: libavdevice-ffmpeg-devel
|
||||||
BuildRequires: libavformat-ffmpeg-devel
|
BuildRequires: libavformat-ffmpeg-devel
|
||||||
BuildRequires: libavutil-ffmpeg-devel
|
BuildRequires: libavutil-ffmpeg-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libdv-devel
|
|
||||||
BuildRequires: libexif-devel
|
BuildRequires: libexif-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
@ -28,16 +29,11 @@ BuildRequires: libglib-devel
|
|||||||
BuildRequires: libgtk2-devel
|
BuildRequires: libgtk2-devel
|
||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libquicktime-devel
|
|
||||||
BuildRequires: libsamplerate-devel
|
BuildRequires: libsamplerate-devel
|
||||||
BuildRequires: libSDL-devel
|
|
||||||
BuildRequires: libSDL_image-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libswfdec-devel
|
BuildRequires: libswfdec-devel
|
||||||
BuildRequires: libswscale-ffmpeg-devel
|
BuildRequires: libswscale-ffmpeg-devel
|
||||||
BuildRequires: libvorbis-devel
|
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: sox-devel
|
BuildRequires: sox-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -72,8 +68,10 @@ export KDEDIR=%{kdedir}
|
|||||||
--enable-gpl \
|
--enable-gpl \
|
||||||
--enable-motion-est \
|
--enable-motion-est \
|
||||||
--avformat-swscale \
|
--avformat-swscale \
|
||||||
--qimage-libdir=%_qt4_libdir \
|
--qt-includedir=%{_qt5_headerdir} \
|
||||||
--qimage-includedir=%_qt4_headerdir
|
--qt-libdir=%{_qt5_libdir} \
|
||||||
|
--qimage-libdir=%{_qt5_libdir} \
|
||||||
|
--qimage-includedir=%{_qt5_headerdir}
|
||||||
|
|
||||||
CFLAGS="-I%{_includedir}/ffmpeg" %make
|
CFLAGS="-I%{_includedir}/ffmpeg" %make
|
||||||
|
|
||||||
@ -105,6 +103,12 @@ CFLAGS="-I%{_includedir}/ffmpeg" %make
|
|||||||
%{_libdir}/libmlt++.so
|
%{_libdir}/libmlt++.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.8-1mamba
|
||||||
|
- update to 0.9.8
|
||||||
|
|
||||||
|
* Sun Aug 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.6-3mamba
|
||||||
|
- rebuilt with qt5 to fix kdenlive 15.04.3 crash
|
||||||
|
|
||||||
* Thu Mar 19 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.6-2mamba
|
* Thu Mar 19 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.6-2mamba
|
||||||
- rebuilt with sox 14.4.2
|
- rebuilt with sox 14.4.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user