2024-01-06 05:27:06 +01:00
|
|
|
Name: libprojectM
|
2024-01-06 05:27:07 +01:00
|
|
|
Version: 3.1.8
|
2024-01-06 05:27:06 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: An advanced MilkDrop-compatible music visualization library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 05:27:07 +01:00
|
|
|
URL: https://projectm.sourceforge.net/
|
2024-01-06 05:27:06 +01:00
|
|
|
Source: https://github.com/projectM-visualizer/projectm.git/v%{version}/projectm-%{version}.tar.bz2
|
|
|
|
#Source: http://downloads.sourceforge.net/project/projectm/%{version}/projectM-complete-%{version}-Source.tar.gz
|
2024-01-06 05:27:06 +01:00
|
|
|
Patch0: libprojectM-2.0.1-soname.patch
|
|
|
|
Patch1: libprojectM-2.0.1-USE_THREADS.patch
|
|
|
|
# patches for clementine
|
|
|
|
Patch2: 01-change-texture-size.patch
|
|
|
|
Patch3: 04-change-preset-duration.patch
|
|
|
|
Patch4: 05-fix-windows-crashes.patch
|
|
|
|
Patch5: 06-fix-numeric-locale.patch
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 05:27:06 +01:00
|
|
|
BuildRequires: ldconfig
|
2024-01-06 05:27:06 +01:00
|
|
|
BuildRequires: libGL-devel
|
2024-01-06 05:27:06 +01:00
|
|
|
BuildRequires: libSDL2-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libjack-devel
|
|
|
|
BuildRequires: libpulseaudio-devel
|
|
|
|
BuildRequires: libqt5-devel
|
2024-01-06 05:27:06 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 05:27:06 +01:00
|
|
|
BuildRequires: cmake
|
|
|
|
Requires: %{name}-common = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 05:27:06 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%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.
|
|
|
|
|
2024-01-06 05:27:06 +01:00
|
|
|
%package common
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Common files provided with %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description common
|
|
|
|
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 the common files provided with %{name}.
|
|
|
|
|
2024-01-06 05:27:06 +01:00
|
|
|
%package qt
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: An advanced MilkDrop-compatible music visualization library for Qt
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description qt
|
|
|
|
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 the Qt library.
|
|
|
|
|
|
|
|
%package qt-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Static libraries and headers for %{name}-qt
|
|
|
|
Requires: %{name}-qt = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description qt-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.
|
|
|
|
|
|
|
|
%package -n projectM-pulseaudio
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: Pulseaudio tool for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n projectM-pulseaudio
|
|
|
|
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 the Pulseaudio tool for %{name}.
|
|
|
|
|
2024-01-06 05:27:06 +01:00
|
|
|
%package -n projectM-jack
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: Jack tool for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n projectM-jack
|
|
|
|
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 the Pulseaudio tool for %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 05:27:06 +01:00
|
|
|
%prep
|
2024-01-06 05:27:06 +01:00
|
|
|
%setup -q -n projectm-%{version}
|
|
|
|
#-D -T
|
|
|
|
#:<< _EOF
|
|
|
|
./autogen.sh
|
2024-01-06 05:27:06 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 05:27:06 +01:00
|
|
|
#:<< _EOF
|
|
|
|
%configure \
|
|
|
|
--enable-qt \
|
|
|
|
--enable-pulseaudio \
|
|
|
|
--enable-jack \
|
|
|
|
%ifarch arm aarch64
|
|
|
|
--enable-gles
|
|
|
|
%endif
|
2024-01-06 05:27:06 +01:00
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 05:27:06 +01:00
|
|
|
%makeinstall
|
2024-01-06 05:27:06 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post qt -p /sbin/ldconfig
|
|
|
|
%postun qt -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libprojectM.so.*
|
2024-01-06 05:27:06 +01:00
|
|
|
|
|
|
|
%files common
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/projectMSDL
|
2024-01-06 05:27:06 +01:00
|
|
|
%dir %{_datadir}/projectM
|
|
|
|
%{_datadir}/projectM/config.inp
|
|
|
|
%dir %{_datadir}/projectM/fonts
|
|
|
|
%{_datadir}/projectM/fonts/*.ttf
|
|
|
|
%{_datadir}/projectM/presets
|
2024-01-06 05:27:06 +01:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/projectM.svg
|
2024-01-06 05:27:06 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 05:27:06 +01:00
|
|
|
%{_bindir}/projectM-unittest
|
2024-01-06 05:27:06 +01:00
|
|
|
%dir %{_includedir}/libprojectM
|
|
|
|
%{_includedir}/libprojectM/*.hpp
|
|
|
|
%{_includedir}/libprojectM/*.h
|
2024-01-06 05:27:06 +01:00
|
|
|
%{_libdir}/libprojectM.a
|
|
|
|
%{_libdir}/libprojectM.la
|
2024-01-06 05:27:06 +01:00
|
|
|
%{_libdir}/libprojectM.so
|
|
|
|
%{_libdir}/pkgconfig/libprojectM.pc
|
|
|
|
|
|
|
|
%files -n projectM-pulseaudio
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/projectM-pulseaudio
|
|
|
|
%{_datadir}/applications/projectM-pulseaudio.desktop
|
2024-01-06 05:27:06 +01:00
|
|
|
%{_mandir}/man1/projectM-pulseaudio.1*
|
|
|
|
|
|
|
|
%files -n projectM-jack
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/projectM-jack
|
|
|
|
%{_datadir}/applications/projectM-jack.desktop
|
|
|
|
%{_mandir}/man1/projectM-jack.1*
|
2024-01-06 05:27:06 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 05:27:07 +01:00
|
|
|
* Sun Feb 07 2021 Automatic Build System <autodist@mambasoft.it> 3.1.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:27:06 +01:00
|
|
|
* 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
|
|
|
|
|
2024-01-06 05:27:06 +01:00
|
|
|
* 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
|