Author: glen Date: Thu Sep 9 18:04:36 2010 GMT Module: packages Tag: AC-branch ---- Log message: - force build with gcc4 on ppc, gcc 3.3.6 on ac just ICEs
---- Files affected: packages/libmpeg2: libmpeg2.spec (1.4.2.2 -> 1.4.2.3) ---- Diffs: ================================================================ Index: packages/libmpeg2/libmpeg2.spec diff -u packages/libmpeg2/libmpeg2.spec:1.4.2.2 packages/libmpeg2/libmpeg2.spec:1.4.2.3 --- packages/libmpeg2/libmpeg2.spec:1.4.2.2 Wed Aug 25 22:04:38 2010 +++ packages/libmpeg2/libmpeg2.spec Thu Sep 9 20:04:29 2010 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Dekoder plików MPEG-2 Name: libmpeg2 Version: 0.5.1 -Release: 3 +Release: 4 License: GPL Group: X11/Applications/Graphics Source0: http://libmpeg2.sourceforge.net/files/%{name}-%{version}.tar.gz @@ -17,6 +17,8 @@ %ifarch ppc # version with altivec support (almost?) fixed BuildRequires: gcc >= 5:3.3.2-3 +# see forced gcc4 at the bottom +BuildRequires: gcc >= 5:4.1 %endif BuildRequires: libtool Requires: %{name}-libs = %{version} @@ -24,6 +26,10 @@ Obsoletes: mpeg2dec < 0.5.1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%ifarch ppc +%define __cc gcc4 +%endif + %description MPEG-2 Decoder. @@ -136,6 +142,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4.2.3 2010/09/09 18:04:29 glen +- force build with gcc4 on ppc, gcc 3.3.6 on ac just ICEs + Revision 1.4.2.2 2010/08/25 20:04:38 glen - provide old names ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libmpeg2/libmpeg2.spec?r1=1.4.2.2&r2=1.4.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
