From 3c4e0e7db0bb6525cc18d1edb19b2f32bd4f68a3 Mon Sep 17 00:00:00 2001 From: sparky Date: Tue, 1 Dec 2009 21:17:12 +0000 Subject: [PATCH] - BR: boost-devel, cmake, pkgconfig Changed files: performous.spec -> 1.3 --- performous.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/performous.spec b/performous.spec index 6eab8f7..0028e6e 100644 --- a/performous.spec +++ b/performous.spec @@ -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} -- 2.44.0