diff --git a/README.md b/README.md index fbb492a..1c6f2fc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # performous +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. + diff --git a/performous.spec b/performous.spec new file mode 100644 index 0000000..e028eed --- /dev/null +++ b/performous.spec @@ -0,0 +1,117 @@ +Name: performous +Version: 0.7.0 +Release: 1mamba +Summary: Performous is a free cross-platform band game game. +Group: Graphical Desktop/Applications/Games +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://performous.org +Source: http://downloads.sourceforge.net/project/performous/performous/%{version}/performous-%{version}.tar.bz2 +License: GPL +BuildRequires: cmake +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libavcodec-ffmpeg-devel +BuildRequires: libavformat-ffmpeg-devel +BuildRequires: libavutil-ffmpeg-devel +BuildRequires: libboost-devel +BuildRequires: libcairo-devel +BuildRequires: libfreetype-devel +BuildRequires: libgcc +BuildRequires: libgdk-pixbuf-devel +BuildRequires: libGL-devel +BuildRequires: libglew-devel +BuildRequires: libglib-devel +BuildRequires: libglibmm-devel +BuildRequires: libGLU-devel +BuildRequires: libjpeg-devel +BuildRequires: libpango-devel +BuildRequires: libpng-devel +BuildRequires: libportaudio-devel +BuildRequires: libportmidi-devel +BuildRequires: librsvg-devel +BuildRequires: libSDL-devel +BuildRequires: libsigc++-devel +BuildRequires: libstdc++6-devel +BuildRequires: libswscale-ffmpeg-devel +BuildRequires: libxml2-devel +BuildRequires: libxml++-devel +BuildRequires: libz-devel +BuildRequires: opencv-devel +## AUTOBUILDREQ-END +Provides: Performous +Obsoletes: Performous + +%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. + +%prep +%setup -q + +%build +%cmake -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/performous +%{_bindir}/ss_adpcm_decode +#%{_bindir}/ss_cover_conv +#%{_bindir}/ss_extract +%{_bindir}/ss_ipu_conv +#%{_bindir}/ss_ipu_decode +%{_bindir}/ss_pak_extract +%{_bindir}/gh_fsb_decrypt +%{_bindir}/gh_xen_decrypt +%{_bindir}/itg_pck +%{_bindir}/ss_archive_extract +%{_bindir}/ss_chc_decode +#%{_libdir}/performous/libda-1/*.so +%{_datadir}/applications/performous.desktop +%dir %{_datadir}/games/performous +%dir %{_datadir}/games/performous/backgrounds +%{_datadir}/games/performous/backgrounds/*.svg +%dir %{_datadir}/games/performous/config +%{_datadir}/games/performous/config/*.xml +%dir %{_datadir}/games/performous/shaders +%{_datadir}/games/performous/shaders/core.frag +%{_datadir}/games/performous/shaders/core.vert +%{_datadir}/games/performous/shaders/dancenote.vert +%{_datadir}/games/performous/shaders/stereo3d.geom +%dir %{_datadir}/games/performous/sounds +%{_datadir}/games/performous/sounds/*.ogg +%dir %{_datadir}/games/performous/themes +%dir %{_datadir}/games/performous/themes/default +%{_datadir}/games/performous/themes/default/*.svg +%{_datadir}/games/performous/themes/default/*.obj +%{_datadir}/games/performous/themes/default/icon.bmp +%{_datadir}/games/performous/themes/default/*.png +%{_datadir}/games/performous/themes/default/*.ogg +%dir %{_datadir}/games/performous/xsl +%{_datadir}/games/performous/xsl/*.xsl +%{_datadir}/pixmaps/performous.xpm +%{_datadir}/locale/*/LC_MESSAGES/*.mo +%{_mandir}/man6/performous.6* + +%changelog +* Sat Dec 22 2012 Silvan Calarco 0.7.0-1mamba +- update to 0.7.0 + +* Sat Dec 22 2012 Silvan Calarco 0.6.1-2mamba +- rebuilt with ImageMagick 6.8.0.10 + +* Sun Jun 19 2011 Ercole 'ercolinux' Carpanetto 0.6.1-1mamba +- fixed the specfile +- update to 0.6.1 + +* Fri Jan 01 2010 Ercole 'ercolinux' Carpanetto Source-1mamba +- package created by autospec