performous/performous.spec

129 lines
4.5 KiB
RPMSpec
Raw Normal View History

Name: performous
Version: 1.1
Release: 1mamba
Summary: A free cross-platform band game
Group: Graphical Desktop/Applications/Games
Vendor: openmamba
Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL: http://performous.org
Source: https://github.com/performous/performous.git/%{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: libopencv-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
%{_datadir}/pixmaps/performous.svg
%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/fonts
%{_datadir}/games/performous/fonts/*
%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}/man1/gh_*.1*
%{_mandir}/man1/ss_*.1*
%{_mandir}/man6/performous.6*
%changelog
* Tue Aug 23 2016 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
- automatic version update by autodist
* Wed Dec 10 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1mamba
- update to 1.0
* 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