]> git.pld-linux.org Git - packages/performous.git/blobdiff - performous.spec
- new
[packages/performous.git] / performous.spec
index ad3dff08b535d14a0136f4e8206c33ddfda84971..9d0c77c4fb446daab59aabb78584ba8187d8cd59 100644 (file)
@@ -1,13 +1,18 @@
-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:       11
+Release:       17
 License:       GPL v2+
 Group:         Applications
 Source0:       http://downloads.sourceforge.net/performous/Performous-%{version}-Source.tar.bz2
 # Source0-md5: 451a759de77984b5a699e91107fe52e2
 Patch0:                %{name}-ffmpeg.patch
+Patch1:                %{name}-libpng15.patch
 URL:           http://performous.org/
 BuildRequires: ImageMagick-c++-devel
 BuildRequires: SDL-devel
@@ -32,24 +37,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ć.
@@ -74,9 +71,10 @@ Zestaw narzędzi do konwersji danych dla programu Performous.
 %prep
 %setup -qn Performous-%{version}-Source
 %patch0 -p1
+%patch1 -p1
+mkdir build
 
 %build
-mkdir build
 cd build
 %cmake .. \
        -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
This page took 0.104215 seconds and 4 git commands to generate.