]> git.pld-linux.org Git - packages/performous.git/blobdiff - performous.spec
Version: 1.0
[packages/performous.git] / performous.spec
index fc0669188bdf02f223993cce297539611bb6d083..183786f0860ef648550d1cda1fd40e9ba229a4c2 100644 (file)
@@ -1,13 +1,17 @@
-Summary:       Performous - a free cross-platform singing game
-Summary(pl.UTF-8):     Performous - wieloplatformowa, wolnodostępna gra w śpiewanie
+#
+# TODO:
+#      - update Polish description, current is outdated (it is not only a
+#      karaoke game any more)
+Summary:       Performous - The All-in-One Music Game
+Summary(pl.UTF-8):     Performous - wiele gier muzycznych w jednej
 Name:          performous
-Version:       0.6.1
-Release:       12
+Version:       1.0
+Release:       0.1
 License:       GPL v2+
 Group:         Applications
-Source0:       http://downloads.sourceforge.net/performous/Performous-%{version}-Source.tar.bz2
-# Source0-md5: 451a759de77984b5a699e91107fe52e2
-Patch0:                %{name}-ffmpeg.patch
+Source0:       https://github.com/performous/performous/archive/1.0/%{name}-%{version}.tar.gz
+# Source0-md5: cbeec2f0c0114cc499746c1e33f56055
+Patch1:                bool_cast.patch
 URL:           http://performous.org/
 BuildRequires: ImageMagick-c++-devel
 BuildRequires: SDL-devel
@@ -15,7 +19,7 @@ BuildRequires:        alsa-lib-devel
 BuildRequires: boost-devel
 BuildRequires: cmake >= 2.6
 BuildRequires: ffmpeg-devel
-BuildRequires: gettext-devel
+BuildRequires: gettext-tools
 BuildRequires: glew-devel
 BuildRequires: glibmm-devel
 BuildRequires: help2man
@@ -32,24 +36,16 @@ Suggests:   %{name}-tools = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-While Performous might be classified as a karaoke program, it is
-actually much more than that. Instead of just displaying the lyrics,
-notes are also displayed and the performance is scored based on how
-well you actually hit the notes. Unlike in most other games in this
-genre, you will also see the precise pitch that you are singing, so
-that you can see what you are doing wrong and easily (well, everything
-is relative) correct your pitch.
-
-Most of the songs available also contain the original vocals and
-actual karaoke versions are rare.
-
-For those who sing rather than well, a karaoke mode is provided. In
-this mode only lyrics are displayed and there are no notes or scoring.
+An open-source karaoke, band and dancing game where one or more
+players perform a song and the game scores their perform ances.
+Supports songs in UltraStar, Frets on Fire and StepMania formats.
+Microphones and instruments from SingStar, Guit ar Hero and Rock Band
+as well as some dance pads are autodetected.
 
 %description -l pl.UTF-8
-O ile Performous można zaklasyfikować jako program do karaoke, to
-jest czymś o wiele więcej. Zamiast tylko wyświetlać tekst, wyświetlane
-są także nuty, a wykonanie jest oceniane w oparciu o to, jak dobrze
+O ile Performous można zaklasyfikować jako program do karaoke, to jest
+czymś o wiele więcej. Zamiast tylko wyświetlać tekst, wyświetlane są
+także nuty, a wykonanie jest oceniane w oparciu o to, jak dobrze
 pasuje do nut. W przeciwieństwie do innych gier tego gatunku podawana
 jest także dokładna wysokość śpiewanych tonów, więc można zobaczyć, co
 wykonuje się źle i (względnie) łatwo się poprawić.
@@ -72,20 +68,26 @@ Several utilities for converting data files for Performous.
 Zestaw narzędzi do konwersji danych dla programu Performous.
 
 %prep
-%setup -qn Performous-%{version}-Source
-%patch0 -p1
+%setup -q
+%patch1 -p1
 
-%build
 mkdir build
+
+%build
 cd build
 %cmake .. \
        -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
-       -DCMAKE_CXX_FLAGS_RELEASE="%{rpmcxxflags} -DBOOST_FILESYSTEM_VERSION=2" \
-       -DCMAKE_DEBUG_FLAGS_RELEASE="%{debugcflags} -DBOOST_FILESYSTEM_VERSION=2" \
+       -DCMAKE_CXX_FLAGS_RELEASE="%{rpmcxxflags} -std=gnu++11" \
+       -DCMAKE_DEBUG_FLAGS_RELEASE="%{debugcflags}" \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+       -DMagick_LIBRARY="$(echo %{_libdir}/libMagickCore-*.so)" \
+       -DMagick++_LIBRARY="$(echo %{_libdir}/libMagick++-*.so)" \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64
 %endif
+%if "%{_lib}" == "libx32"
+       -DLIB_SUFFIX=x32
+%endif
 
 %{__make}
 
@@ -98,6 +100,8 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
 install docs/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
+%{__mv} $RPM_BUILD_ROOT%{_localedir}/{zh,zh_CN}
+
 %find_lang %{name} --all-name
 
 %clean
@@ -105,12 +109,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc docs/{Authors,TODO,instruments}.txt
+%doc README.txt docs/{Authors,instruments}.txt
 %attr(755,root,root) %{_bindir}/performous
 %{_datadir}/games/%{name}
 %{_mandir}/man6/performous.6*
 %{_desktopdir}/performous.desktop
-%{_pixmapsdir}/performous.xpm
+%{_pixmapsdir}/performous.svg
 
 %files tools
 %defattr(644,root,root,755)
This page took 0.072009 seconds and 4 git commands to generate.