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
|
||||
Version: 0.9.6
|
||||
Release: 2mamba
|
||||
Version: 0.9.8
|
||||
Release: 1mamba
|
||||
Summary: An open source multimedia framework, designed and developed for television broadcasting
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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
|
||||
Patch1: %{name}-0.3.8-ffmpeg-headers.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
BuildRequires: libSDL-devel
|
||||
BuildRequires: libSDL_image-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libavcodec-ffmpeg-devel
|
||||
BuildRequires: libavdevice-ffmpeg-devel
|
||||
BuildRequires: libavformat-ffmpeg-devel
|
||||
BuildRequires: libavutil-ffmpeg-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdv-devel
|
||||
BuildRequires: libexif-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
@ -28,16 +29,11 @@ BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libquicktime-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: libSDL-devel
|
||||
BuildRequires: libSDL_image-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libswfdec-devel
|
||||
BuildRequires: libswscale-ffmpeg-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: sox-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -72,8 +68,10 @@ export KDEDIR=%{kdedir}
|
||||
--enable-gpl \
|
||||
--enable-motion-est \
|
||||
--avformat-swscale \
|
||||
--qimage-libdir=%_qt4_libdir \
|
||||
--qimage-includedir=%_qt4_headerdir
|
||||
--qt-includedir=%{_qt5_headerdir} \
|
||||
--qt-libdir=%{_qt5_libdir} \
|
||||
--qimage-libdir=%{_qt5_libdir} \
|
||||
--qimage-includedir=%{_qt5_headerdir}
|
||||
|
||||
CFLAGS="-I%{_includedir}/ffmpeg" %make
|
||||
|
||||
@ -105,6 +103,12 @@ CFLAGS="-I%{_includedir}/ffmpeg" %make
|
||||
%{_libdir}/libmlt++.so
|
||||
|
||||
%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
|
||||
- rebuilt with sox 14.4.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user