[packages/mlt] - rel 2; enable mmx, sse, sse2, avformat vdpau, gpl3 components, swfdec
arekm
arekm at pld-linux.org
Mon Sep 23 09:15:16 CEST 2013
commit bd803dd15e8111fe4fa75e1e87abbba7a0f6e277
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Sep 23 09:15:13 2013 +0200
- rel 2; enable mmx, sse, sse2, avformat vdpau, gpl3 components, swfdec
mlt.spec | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/mlt.spec b/mlt.spec
index 11f3e2e..69131fd 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -2,12 +2,13 @@
# TODO:
# - bconds
# - more bindings
+# - movit library - http://libregraphicsworld.org/blog/entry/introducing-movit-free-library-for-gpu-side-video-processing
#
Summary: MLT - open source multimedia framework
Summary(pl.UTF-8): MLT - szkielet multimedialny o otwartych źródłach
Name: mlt
Version: 0.9.0
-Release: 1
+Release: 2
License: GPL
Group: X11/Applications/Multimedia
Source0: http://downloads.sourceforge.net/mlt/%{name}-%{version}.tar.gz
@@ -32,6 +33,7 @@ BuildRequires: python-devel
BuildRequires: rpm-pythonprov
BuildRequires: sox-devel
BuildRequires: swig-python
+BuildRequires: swfdec-devel
BuildRequires: which
Obsoletes: mlt++ < %{version}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -81,6 +83,7 @@ Ten pakiet zawiera pliki nagłówkowe dla MLT.
%build
%configure \
--enable-gpl \
+ --enable-gpl3 \
%ifarch %{x8664}
--disable-motion-est \
%else
@@ -88,12 +91,19 @@ Ten pakiet zawiera pliki nagłówkowe dla MLT.
%endif
--disable-debug \
%ifarch i586 i686 %{x8664}
- --disable-mmx \
-%else
--enable-mmx \
+%else
+ --disable-mmx \
%endif
+%ifarch %{x8664}
+ --enable-sse \
+ --enable-sse2 \
+%else
+ --disable-sse \
--disable-sse2 \
+%endif
--avformat-swscale \
+ --avformat-vdpau \
--qimage-includedir=%{_includedir}/qt4 \
--qimage-libdir=%{_libdir} \
--swig-languages=python
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mlt.git/commitdiff/bd803dd15e8111fe4fa75e1e87abbba7a0f6e277
More information about the pld-cvs-commit
mailing list