Hello community, here is the log from the commit of package libmlt for openSUSE:Factory checked in at 2012-08-08 11:12:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmlt (Old) and /work/SRC/openSUSE:Factory/.libmlt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmlt", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes 2012-08-05 08:01:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libmlt.new/libmlt.changes 2012-08-08 11:12:31.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Aug 7 21:47:34 UTC 2012 - [email protected] + +- Version modules and data directories +- Put the full python module in %python_sitearch +- Added "mlt(%{soname})(avformat)" and "python-%{_name}%{soname}" + provides to help openshot select the versions it needs + +------------------------------------------------------------------- New: ---- libmlt-0.8.0-versioned_dirs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmlt.spec ++++++ --- /var/tmp/diff_new_pack.4Ai4Zy/_old 2012-08-08 11:12:32.000000000 +0200 +++ /var/tmp/diff_new_pack.4Ai4Zy/_new 2012-08-08 11:12:32.000000000 +0200 @@ -38,6 +38,8 @@ Patch0: libmlt-0.8.0-optflags.patch # PATCH-FIX-UPSTREAM libmlt-0.8.0-vdpau.patch http://permalink.gmane.org/gmane.comp.video.mlt.devel/2392 [email protected] -- Fix build with VDPAU support Patch1: libmlt-0.8.0-vdpau.patch +# PATCH-FIX-UPSTREAM libmlt-0.8.0-vdpau.patch sf#3555214 [email protected] -- Install modules and data in versioned directories +Patch2: libmlt-0.8.0-versioned_dirs.patch BuildRequires: gcc-c++ BuildRequires: ladspa-devel BuildRequires: pkg-config @@ -145,6 +147,9 @@ Requires: %{libname}%{soname} = %{version} Requires: %{libname}%{soname}-data Recommends: frei0r-plugins +%if %{with ffmpeg} +Provides: mlt(%{soname})(avformat) +%endif %description -n %{libname}%{soname}-modules MLT is an open source multimedia framework, designed and developed for @@ -173,6 +178,7 @@ BuildRequires: swig Requires: %{libname}%{soname} = %{version} %{py_requires} +Provides: python-%{_name}%{soname} %description -n python-%{_name} This package is needed to use MLT from Python. @@ -181,6 +187,7 @@ %setup -q -n %{_name}-%{version} %patch0 %patch1 +%patch2 %build %configure --enable-gpl --enable-gpl3 \ @@ -197,7 +204,7 @@ %make_install install -Dpm 0644 docs/melt.1 '%{buildroot}%{_mandir}/man1/melt.1' install -Dpm 0644 src/swig/python/_%{_name}.so '%{buildroot}%{python_sitearch}/_%{_name}.so' -install -Dpm 0644 src/swig/python/%{_name}.py '%{buildroot}%{python_sitelib}/%{_name}.py' +install -Dpm 0644 src/swig/python/%{_name}.py '%{buildroot}%{python_sitearch}/%{_name}.py' %post -n %{libname}%{soname} -p /sbin/ldconfig @@ -237,15 +244,15 @@ %files -n %{libname}%{soname}-modules %defattr(0644, root, root, 0755) -%{_libdir}/%{_name} +%{_libdir}/%{_name}-%{soname}/ %files -n %{libname}%{soname}-data %defattr(0644, root, root, 0755) -%{_datadir}/%{_name} +%{_datadir}/%{_name}-%{soname}/ %files -n python-%{_name} %defattr(0644, root, root, 0755) %{python_sitearch}/_%{_name}.so -%{python_sitelib}/%{_name}.py +%{python_sitearch}/%{_name}.py %changelog ++++++ libmlt-0.8.0-versioned_dirs.patch ++++++ ++++ 680 lines (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
