Author: lisu Date: Sun Jul 3 03:33:21 2011 GMT Module: packages Tag: HEAD ---- Log message: - attempt to fix build on x86_64 - rel 2
---- Files affected: packages/frei0r: frei0r.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/frei0r/frei0r.spec diff -u packages/frei0r/frei0r.spec:1.2 packages/frei0r/frei0r.spec:1.3 --- packages/frei0r/frei0r.spec:1.2 Thu Jun 30 21:28:10 2011 +++ packages/frei0r/frei0r.spec Sun Jul 3 05:33:15 2011 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Minimalistyczne API wtyczek efektów wideo - wspólny pakiet Name: frei0r Version: 1.3 -Release: 1 +Release: 2 License: GPL v2+ Group: Applications Source0: http://piksel.no/frei0r/releases/%{name}-plugins-%{version}.tar.gz @@ -11,6 +11,7 @@ URL: http://frei0r.org/ BuildRequires: gavl-devel >= 0.2.3 BuildRequires: opencv-devel >= 1.0.0 +BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -93,6 +94,7 @@ %prep %setup -q +%{__sed} -i 's,/lib,/%{_lib},' src/filter/facedetect/Makefile %build # --enable-cpuflags (default) detects MMX/SSE/SSE2/SSSE3 basing on /proc/cpuinfo on build host @@ -242,6 +244,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2011/07/03 03:33:15 lisu +- attempt to fix build on x86_64 +- rel 2 + Revision 1.2 2011/06/30 19:28:10 qboosh - separated gavl- and opencv-based plugins ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/frei0r/frei0r.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
