Author: arvenil Date: Wed May 30 20:30:34 2007 GMT Module: SPECS Tag: AC-branch ---- Log message: - workaround for not working SSE2 on ix86 (SSE2 is now disabled on ix86)
---- Files affected: SPECS: audacious-plugins.spec (1.21.2.1 -> 1.21.2.2) ---- Diffs: ================================================================ Index: SPECS/audacious-plugins.spec diff -u SPECS/audacious-plugins.spec:1.21.2.1 SPECS/audacious-plugins.spec:1.21.2.2 --- SPECS/audacious-plugins.spec:1.21.2.1 Sat May 19 00:49:14 2007 +++ SPECS/audacious-plugins.spec Wed May 30 22:30:26 2007 @@ -3,6 +3,7 @@ # - build plugin dependent on libprojectM # - build aosd plugin by default, now there is a bcond because # aosd plugin requires pango >= 1.14.7 but in AC is 1.12.4 +# - fix for not working SSE2 on ix86 in madplug plugin # # Conditional build: %bcond_with aosd # build with aosd plugin @@ -14,12 +15,13 @@ Summary(pl.UTF-8): Wtyczki dla odtwarzacza multimedialnego Audacious (metapakiet) Name: audacious-plugins Version: 1.3.4 -Release: 1 +Release: 2 License: GPL Group: X11/Applications/Sound Source0: http://static.audacious-media-player.org/release/%{name}-%{version}.tgz # Source0-md5: 417ffe1cae7081b0dec404b659a6d67e Source1: mp3license +Patch0: %{name}-no_sse2.patch URL: http://audacious-media-player.org/ %{?with_gconf:BuildRequires: GConf2-devel >= 2.6.0} BuildRequires: SDL-devel >= 1.2.5 @@ -813,6 +815,10 @@ %prep %setup -q +# workaround for not working SSE2 on ix86 +%ifnarch %{x8664} +%patch0 -p1 +%endif %build %{__aclocal} -I m4 @@ -1078,6 +1084,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21.2.2 2007/05/30 20:30:26 arvenil +- workaround for not working SSE2 on ix86 (SSE2 is now disabled on ix86) + Revision 1.21.2.1 2007/05/18 22:49:14 arvenil - bcond for build aosd plugin (because it requires pango >= 1.14.7 but in AC is only 1.12.4) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/audacious-plugins.spec?r1=1.21.2.1&r2=1.21.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
