2024-01-06 08:30:39 +01:00
|
|
|
Name: performous
|
2024-01-06 08:30:40 +01:00
|
|
|
Version: 1.1
|
2024-01-06 08:30:39 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 08:30:39 +01:00
|
|
|
Summary: A free cross-platform band game
|
2024-01-06 08:30:39 +01:00
|
|
|
Group: Graphical Desktop/Applications/Games
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
|
|
|
URL: http://performous.org
|
2024-01-06 08:30:39 +01:00
|
|
|
Source: https://github.com/performous/performous.git/%{version}/performous-%{version}.tar.bz2
|
2024-01-06 08:30:39 +01:00
|
|
|
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
|
2024-01-06 08:30:39 +01:00
|
|
|
BuildRequires: libopencv-devel
|
2024-01-06 08:30:39 +01:00
|
|
|
## 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
|
2024-01-06 08:30:40 +01:00
|
|
|
%{_bindir}/ss_cover_conv
|
|
|
|
%{_bindir}/ss_extract
|
2024-01-06 08:30:39 +01:00
|
|
|
%{_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
|
2024-01-06 08:30:39 +01:00
|
|
|
%{_datadir}/applications/performous.desktop
|
|
|
|
%{_datadir}/pixmaps/performous.svg
|
2024-01-06 08:30:39 +01:00
|
|
|
%dir %{_datadir}/games/performous
|
|
|
|
%dir %{_datadir}/games/performous/backgrounds
|
|
|
|
%{_datadir}/games/performous/backgrounds/*.svg
|
|
|
|
%dir %{_datadir}/games/performous/config
|
|
|
|
%{_datadir}/games/performous/config/*.xml
|
2024-01-06 08:30:39 +01:00
|
|
|
%dir %{_datadir}/games/performous/fonts
|
|
|
|
%{_datadir}/games/performous/fonts/*
|
2024-01-06 08:30:39 +01:00
|
|
|
%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
|
2024-01-06 08:30:39 +01:00
|
|
|
#%{_datadir}/pixmaps/performous.xpm
|
2024-01-06 08:30:39 +01:00
|
|
|
%{_datadir}/locale/*/LC_MESSAGES/*.mo
|
2024-01-06 08:30:39 +01:00
|
|
|
%{_mandir}/man1/gh_*.1*
|
|
|
|
%{_mandir}/man1/ss_*.1*
|
2024-01-06 08:30:39 +01:00
|
|
|
%{_mandir}/man6/performous.6*
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:30:40 +01:00
|
|
|
* Tue Aug 23 2016 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:30:39 +01:00
|
|
|
* Wed Dec 10 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1mamba
|
|
|
|
- update to 1.0
|
|
|
|
|
2024-01-06 08:30:39 +01:00
|
|
|
* Sat Dec 22 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-1mamba
|
|
|
|
- update to 0.7.0
|
|
|
|
|
|
|
|
* Sat Dec 22 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.1-2mamba
|
|
|
|
- rebuilt with ImageMagick 6.8.0.10
|
|
|
|
|
|
|
|
* Sun Jun 19 2011 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.6.1-1mamba
|
|
|
|
- fixed the specfile
|
|
|
|
- update to 0.6.1
|
|
|
|
|
|
|
|
* Fri Jan 01 2010 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> Source-1mamba
|
|
|
|
- package created by autospec
|