]> git.pld-linux.org Git - packages/performous.git/commitdiff
- BR: boost-devel, cmake, pkgconfig
authorsparky <sparky@pld-linux.org>
Tue, 1 Dec 2009 21:17:12 +0000 (21:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    performous.spec -> 1.3

performous.spec

index 6eab8f737c04d72714335ce124e9c1e123b0ed70..0028e6edb9397d1093180cac6abb5d93a8fd8cbc 100644 (file)
@@ -10,6 +10,8 @@ URL:          http://performous.org/
 BuildRequires: ImageMagick-c++-devel
 BuildRequires: SDL-devel
 BuildRequires: alsa-lib-devel
+BuildRequires: boost-devel
+BuildRequires: cmake
 BuildRequires: ffmpeg-devel
 BuildRequires: glew-devel
 BuildRequires: glibmm-devel
@@ -19,6 +21,7 @@ BuildRequires:        librsvg-devel
 BuildRequires: libsigc++-devel
 BuildRequires: libxml++-devel
 BuildRequires: pango-devel
+BuildRequires: pkgconfig
 BuildRequires: pulseaudio-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -44,10 +47,10 @@ this mode only lyrics are displayed and there are no notes or scoring.
 mkdir build
 cd build
 %cmake .. \
-               -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
-               -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+       -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
+       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
 %if "%{_lib}" == "lib64"
-               -DLIB_SUFFIX=64
+       -DLIB_SUFFIX=64
 %endif
 
 %{__make}
This page took 0.136242 seconds and 4 git commands to generate.