Package libprojectM: Information

    Source package: libprojectM
    Version: 1.2.0-alt3.2
    Build time:  Oct 21, 2009, 11:16 PM
    Category: System/Libraries
    Report package bug
    License: LGPL
    Summary: Awesome music visualizer
    Description: 
    projectM is a reimplementation of Milkdrop under OpenGL. It is an
    awesome music visualizer. There is nothing better in the world of
    Unix.

    List of rpms provided by this srpm:
    libprojectM (x86_64, i586)
    libprojectM-devel (x86_64, i586)

    Maintainer: Motsyo Gennadi


    ACL:
    @qa_p5

      1. libftgl-devel
      2. cmake
      3. libglew-devel
      4. rpm-build-compat >= 1.4
      5. libICE-devel
      6. libX11-devel
      7. libXext-devel
      8. gcc-c++

    Last changed


    Oct. 21, 2009 Motsyo Gennadi 1.2.0-alt3.2
    - fix build without '
    mkdir build; cd build; 
    cmake .. \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DLIB_DESTINATION=lib \
        -DLIB_SUFFIX="" \
        -DCMAKE_SKIP_RPATH:BOOL=yes \
        -DCMAKE_C_FLAGS:STRING='-pipe -Wall -O2 -march=i586 -mtune=i686' \
        -DCMAKE_CXX_FLAGS:STRING='-pipe -Wall -O2 -march=i586 -mtune=i686' 
    cd -' macros
    - fix build with optflags
    - fix warning for cmake version
    Aug. 26, 2009 Motsyo Gennadi 1.2.0-alt3.1
    - fix build with gcc44
    March 1, 2009 Vitaly Lipatov 1.2.0-alt3
    - build with US_FBO=FALSE (disable Framebuffer Objects using)