2024-01-06 08:23:58 +01:00
|
|
|
Name: paprefs
|
|
|
|
Version: 0.9.10
|
2024-01-06 08:23:58 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 08:23:58 +01:00
|
|
|
Summary: A simple GTK based configuration dialog for the PulseAudio sound server
|
|
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://freedesktop.org/software/pulseaudio/paprefs
|
|
|
|
Source: http://freedesktop.org/software/pulseaudio/paprefs/paprefs-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: gconfmm-devel
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libGConf-devel
|
|
|
|
BuildRequires: libatk-devel
|
|
|
|
BuildRequires: libatkmm-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libcairomm-devel
|
|
|
|
BuildRequires: libdbus-devel
|
|
|
|
BuildRequires: libdbus-glib-devel
|
|
|
|
BuildRequires: libfontconfig-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
|
|
BuildRequires: libglade-devel
|
|
|
|
BuildRequires: libglademm-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libglibmm-devel
|
|
|
|
BuildRequires: libgtk2-devel
|
|
|
|
BuildRequires: libgtkmm2-devel
|
|
|
|
BuildRequires: libpango-devel
|
|
|
|
BuildRequires: libpangomm-devel
|
|
|
|
BuildRequires: libpulseaudio-devel
|
|
|
|
BuildRequires: libsigc++-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 08:23:58 +01:00
|
|
|
Requires: pulseaudio-module-gconf
|
|
|
|
Requires: pulseaudio-module-zeroconf
|
2024-01-06 08:23:58 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
A simple GTK based configuration dialog for the PulseAudio sound server.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
NOCONFIGURE=1 ./bootstrap.sh
|
|
|
|
%configure
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%find_lang %{name} || touch %{name}.lang
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/paprefs
|
|
|
|
%{_datadir}/applications/paprefs.desktop
|
|
|
|
%dir %{_datadir}/paprefs
|
|
|
|
%{_datadir}/paprefs/paprefs.glade
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:23:58 +01:00
|
|
|
* Sat Aug 12 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.10-2mamba
|
|
|
|
- require pulseaudio gconf and zeroconf modules
|
|
|
|
|
2024-01-06 08:23:58 +01:00
|
|
|
* Fri Aug 11 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.10-1mamba
|
|
|
|
- package created using the webbuild interface
|