Author: glen Date: Wed Dec 16 14:54:16 2009 GMT Module: packages Tag: DEVEL ---- Log message: - fix libva.so.1 autodep by chmod +x all shared libs (cmake - cross platform make broken system)
---- Files affected: packages/avidemux: avidemux.spec (1.71.2.3 -> 1.71.2.4) ---- Diffs: ================================================================ Index: packages/avidemux/avidemux.spec diff -u packages/avidemux/avidemux.spec:1.71.2.3 packages/avidemux/avidemux.spec:1.71.2.4 --- packages/avidemux/avidemux.spec:1.71.2.3 Wed Dec 16 15:50:28 2009 +++ packages/avidemux/avidemux.spec Wed Dec 16 15:54:10 2009 @@ -10,7 +10,7 @@ # - Could not find Gettext -- libintl not required for gettext support # - fix lib64 libdir install # - i18n in /usr/bin/i18n -# - missing autodep for libva.so.1 +# - fix plugin scan dir: Scanning directory /usr/lib/ADM_plugins/audioDecoder/ # # Conditional build: %bcond_without esd # disable EsounD sound support @@ -29,7 +29,7 @@ Summary(pl.UTF-8): Mały edytor audio/wideo dla Linuksa Name: avidemux Version: 2.5.0 -Release: 0.1 +Release: 0.2 License: GPL v2+ Group: X11/Applications/Multimedia Source0: http://dl.sourceforge.net/avidemux/%{name}_%{version}.tar.gz @@ -118,7 +118,7 @@ mv $RPM_BUILD_ROOT{%{_prefix}/lib,%{_libdir}} %endif -chmod +x $RPM_BUILD_ROOT%{_libdir}/lib*.so +chmod +x $RPM_BUILD_ROOT%{_libdir}/lib*.so* cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} cp -a avidemux_icon.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png @@ -161,6 +161,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.71.2.4 2009/12/16 14:54:10 glen +- fix libva.so.1 autodep by chmod +x all shared libs (cmake - cross platform make broken system) + Revision 1.71.2.3 2009/12/16 14:50:28 glen - builds now ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/avidemux/avidemux.spec?r1=1.71.2.3&r2=1.71.2.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
