Accepting request 260842 from home:dimstar:branches:multimedia:libs
- Temporarly disabled vid.stab support, as the submission to Tumbleweed hit a legal road bump. While it's enabled in the devel project, other packages depending on libmlt are being blocked. OBS-URL: https://build.opensuse.org/request/show/260842 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=45
This commit is contained in:
parent
e2ecb18a1a
commit
8f043f721f
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 10:36:56 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Temporarly disabled vid.stab support, as the submission to
|
||||
Tumbleweed hit a legal road bump. While it's enabled in the devel
|
||||
project, other packages depending on libmlt are being blocked.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 4 08:39:23 UTC 2014 - olaf@aepfle.de
|
||||
|
||||
|
@ -20,6 +20,9 @@
|
||||
# Dan Dennedy asked to disable it since it's buggy and unmaintained (see e.g. http://www.kdenlive.org/mantis/view.php?id=3070)
|
||||
%bcond_with vdpau
|
||||
|
||||
# vidstab currently can't enter Factory due to legal review / unclarity. Temp disable
|
||||
%bcond_with vidstab
|
||||
|
||||
%define _name mlt
|
||||
%define libname lib%{_name}
|
||||
%define soname 6
|
||||
@ -66,7 +69,9 @@ BuildRequires: pkgconfig(pangoft2)
|
||||
BuildRequires: pkgconfig(samplerate)
|
||||
BuildRequires: pkgconfig(sdl)
|
||||
BuildRequires: pkgconfig(sox)
|
||||
%if %{with vidstab}
|
||||
BuildRequires: pkgconfig(vidstab)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(vorbisfile)
|
||||
%if %{with ffmpeg}
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
@ -306,7 +311,7 @@ rm -f %{buildroot}%{_datadir}/mlt
|
||||
|
||||
%files -n melt
|
||||
%defattr(0644, root, root, 0755)
|
||||
%attr(0755, root, root) %{_bindir}/melt
|
||||
%{_bindir}/melt
|
||||
%{_mandir}/man1/melt.1%{ext_man}
|
||||
|
||||
%files -n %{libname}%{soname}-modules -f module_data.dirs
|
||||
@ -320,7 +325,9 @@ rm -f %{buildroot}%{_datadir}/mlt
|
||||
%{_datadir}/%{_name}-%{soname}/metaschema.yaml
|
||||
%{_datadir}/%{_name}-%{soname}/profiles/
|
||||
%{_datadir}/%{_name}-%{soname}/presets/
|
||||
%if %{with vidstab}
|
||||
%{_datadir}/%{_name}-%{soname}/vid.stab/
|
||||
%endif
|
||||
|
||||
%files -n python-%{_name}
|
||||
%defattr(0644, root, root, 0755)
|
||||
|
Loading…
x
Reference in New Issue
Block a user