moodbar/moodbar.spec

66 lines
2.0 KiB
RPMSpec

Name: moodbar
Version: 1.3.0
Release: 1mamba
Summary: Creates a colorful visual representation of the contents of an audio file
Group: Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/exaile/moodbar
Source: https://github.com/exaile/moodbar.git/v%{version}/moodbar-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libfftw-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: libgst-plugins-base-devel
BuildRequires: libgstreamer-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: pkgconfig
%description
The Moodbar is an algorithm for creating a colorful visual representation of the contents of an audio file, giving an idea of its "mood" (this is a rather fanciful term for the simple analysis it actually does).
The Moodbar was invented by Gavin Wood and Simon O'Keefe for inclusion in the Amarok music player.
This package contains a GStreamer plugin with elements that are used in the moodbar analysis, and an application that actually does the analysis.
%debug_package
%prep
%setup -q
%build
%meson
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/moodbar
%doc COPYING
%changelog
* Tue Apr 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
- update to 1.3.0
* Mon Jul 12 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
- update to 1.2.1
* Mon Jul 14 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.2-3mamba
- added requirement for gst-plugins-ugly (for libmad plugin)
* Mon Jul 14 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.2-2mamba
- rebuilt agains recent libgstreamer
- added g_thread_init patch
* Fri Feb 09 2007 Davide Madrisan <davide.madrisan@qilinux.it> 0.1.2-1qilnx
- package created by autospec