[packman] [PM] projectM 2.0.1-5.pm.5.1 (openSUSE 11.3/x86_64)
Cristian Morales Vega
cmorve69 at yahoo.es
Mon Sep 27 11:46:08 CEST 2010
The build section from the spec file says
%build
cmake \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DUSE_NATIVE_GLEW=ON \
%if %{_lib} == lib64
-DLIB_SUFFIX=64 \
%endif
.
%__make %{?jobs:-j%{jobs}}
It probably means it's not compiling with %{optflags}. RPMLINT would
have noticed, but it requires a make VERBOSE=1 build to see.
It's also stange that there is a BRs for glew-devel and then
"-DUSE_NATIVE_GLEW=ON" is used. Can I suppose it's clear (well, isn't)
that "native" here means to use the internal version from projectM?
Finally, probably you want to use -DUSE_CG=ON to enable Pixel Shader support?
More information about the Packman
mailing list