106 lines
3.3 KiB
RPMSpec
106 lines
3.3 KiB
RPMSpec
Name: libprojectM
|
|
Version: 4.1.1
|
|
Release: 1mamba
|
|
Summary: An advanced MilkDrop-compatible music visualization library
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/projectM-visualizer/projectm
|
|
Source: https://github.com/projectM-visualizer/projectm.git/v%{version}/projectm-%{version}.tar.bz2
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libglvnd-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
|
|
%description
|
|
projectM is an OpenGL based advanced music visualization program for Linux, Mac OSX, and Windows.
|
|
It is backward compatible with all the features of Milkdrop 1.x, but has many new toys and enhancements.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Static libraries and headers for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
projectM is an OpenGL based advanced music visualization program for Linux, Mac OSX, and Windows.
|
|
It is backward compatible with all the features of Milkdrop 1.x, but has many new toys and enhancements.
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n projectm-%{version}
|
|
|
|
%build
|
|
%cmake
|
|
|
|
%cmake_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%cmake_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libprojectM-%{MAJver}.so.*
|
|
%{_libdir}/libprojectM-%{MAJver}-playlist.so.*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/projectM-%{MAJver}
|
|
%{_includedir}/projectM-%{MAJver}/*
|
|
%{_libdir}/libprojectM-%{MAJver}.so
|
|
%dir %{_libdir}/cmake/projectM%{MAJver}
|
|
%{_libdir}/cmake/projectM%{MAJver}/*
|
|
%dir %{_libdir}/cmake/projectM%{MAJver}Playlist
|
|
%{_libdir}/cmake/projectM%{MAJver}Playlist/*
|
|
%{_libdir}/libprojectM-%{MAJver}-playlist.so
|
|
|
|
%changelog
|
|
* Sun Mar 24 2024 Automatic Build System <autodist@openmamba.org> 4.1.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 07 2024 Automatic Build System <autodist@openmamba.org> 4.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 18 2024 Automatic Build System <autodist@openmamba.org> 4.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 3.1.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 17 2021 Automatic Build System <autodist@mambasoft.it> 3.1.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 07 2021 Automatic Build System <autodist@mambasoft.it> 3.1.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.7-1mamba
|
|
- update to 3.1.7
|
|
|
|
* Wed Jan 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.1-1mamba
|
|
- update to 2.2.1
|
|
|
|
* Sat Dec 08 2012 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
|
- update to 2.1.0
|
|
|
|
* Wed Sep 22 2010 gil <puntogil@libero.it> 2.0.1-2mamba
|
|
- added clementine patches
|
|
|
|
* Mon Jul 05 2010 gil <puntogil@libero.it> 2.0.1-1mamba
|
|
- update to 2.0.1
|
|
|
|
* Tue Sep 02 2008 gil <puntogil@libero.it> 1.2.0-1mamba
|
|
- package created by autospec
|