Author: lisu Date: Sun Jul 3 03:42:04 2011 GMT Module: packages Tag: HEAD ---- Log message: - revesed - use autotools
---- Files affected: packages/frei0r: frei0r.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/frei0r/frei0r.spec diff -u packages/frei0r/frei0r.spec:1.3 packages/frei0r/frei0r.spec:1.4 --- packages/frei0r/frei0r.spec:1.3 Sun Jul 3 05:33:15 2011 +++ packages/frei0r/frei0r.spec Sun Jul 3 05:41:59 2011 @@ -9,9 +9,10 @@ Source0: http://piksel.no/frei0r/releases/%{name}-plugins-%{version}.tar.gz # Source0-md5: a2eb63feeeb0c5cf439ccca276cbf70c URL: http://frei0r.org/ +BuildRequires: autoconf +BuildRequires: automake 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 @@ -94,9 +95,12 @@ %prep %setup -q -%{__sed} -i 's,/lib,/%{_lib},' src/filter/facedetect/Makefile %build +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} # --enable-cpuflags (default) detects MMX/SSE/SSE2/SSSE3 basing on /proc/cpuinfo on build host %configure \ --disable-cpuflags @@ -244,6 +248,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2011/07/03 03:41:59 lisu +- revesed +- use autotools + Revision 1.3 2011/07/03 03:33:15 lisu - attempt to fix build on x86_64 - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/frei0r/frei0r.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
