Author: glen Date: Tue Jul 3 12:07:11 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - distro ffmpeg-libs are now missing some symbols; rel 2
---- Files affected: SPECS: flixengine.spec (1.43 -> 1.44) ---- Diffs: ================================================================ Index: SPECS/flixengine.spec diff -u SPECS/flixengine.spec:1.43 SPECS/flixengine.spec:1.44 --- SPECS/flixengine.spec:1.43 Wed Jun 27 17:38:46 2007 +++ SPECS/flixengine.spec Tue Jul 3 14:07:06 2007 @@ -19,7 +19,7 @@ Summary(pl.UTF-8): Silnik On2 Flix Name: flixengine Version: 8.0.8.2 -Release: 1 +Release: 2 License: (probably) not distributable Group: Applications # download demo from http://flix.on2.com/demos/ @@ -66,9 +66,9 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # should not provide such deps -%define _noautoprov libavcodec.so.51 libavutil.so.49 +%define _noautoprov libavutil.so.49 libavformat.so.50 libavcodec.so.51 # need to provide it for flixd, but we don't want package name dep here -%define _noautoreqdep libavformat.so.50 +%define _noautoreq %{_noautoprov} %define _sysconfdir /etc/on2 @@ -366,10 +366,11 @@ rm -f $RPM_BUILD_ROOT%{_prefix}/lib/libflixengine2*.so* %endif -# we have already newer soname for libavformat.so -# might need to copy other ffmpeg libs too, but their major is same so should -# be compatible: libavcodec.so.51.21.0 libavutil.so.49.0.1 +# we have already newer soname for libavformat.so in ffmpeg-libs +# copy from bundled ones. install supportlibs/libavformat.so.50.6.0 $RPM_BUILD_ROOT%{_prefix}/lib +install supportlibs/libavcodec.so.51.21.0 $RPM_BUILD_ROOT%{_prefix}/lib +install supportlibs/libavutil.so.49.0.1 $RPM_BUILD_ROOT%{_prefix}/lib # avoid collision from mplayer package mv $RPM_BUILD_ROOT%{_bindir}/mencoder{,-flixengine} @@ -456,6 +457,8 @@ %attr(640,root,flixd) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/hostinfo %attr(640,root,flixd) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/flixengine.lic %attr(755,root,root) %{_prefix}/lib/libavformat.so.*.*.* +%attr(755,root,root) %{_prefix}/lib/libavcodec.so.*.*.* +%attr(755,root,root) %{_prefix}/lib/libavutil.so.*.*.* %attr(755,root,root) %{_sbindir}/flixd %attr(755,root,root) %{_sbindir}/flixd-license-get %attr(755,root,root) %{_sbindir}/lget @@ -533,6 +536,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.44 2007/07/03 12:07:06 glen +- distro ffmpeg-libs are now missing some symbols; rel 2 + Revision 1.43 2007/06/27 15:38:46 glen - rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/flixengine.spec?r1=1.43&r2=1.44&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
