2024-01-05 19:40:03 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: xfce4-mixer
|
2024-01-05 19:40:04 +01:00
|
|
|
Version: 4.18.1
|
2024-01-05 19:40:03 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 19:40:03 +01:00
|
|
|
Summary: Volume control plugin for the Xfce 4 panel
|
|
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 19:40:03 +01:00
|
|
|
URL: https://www.xfce.org/
|
2024-01-05 19:40:03 +01:00
|
|
|
Source: https://github.com/xfce-mirror/xfce4-mixer.git/master@ce642ac52e0bed7495261694fd630748bf71157f/xfce4-mixer-%{version}.tar.bz2
|
2024-01-05 19:40:03 +01:00
|
|
|
#Source: http://www.xfce.org/archive/xfce-%{version}/src/xfce4-mixer-%{version}.tar.bz2
|
2024-01-05 19:40:03 +01:00
|
|
|
Patch0: xfce4-mixer-4.11.0.20210123git-libalsa-1.2.4.patch
|
|
|
|
Patch1: xfce4-mixer-4.11.0.20210123git-no-full-debug-default-for-git.patch
|
2024-01-05 19:40:03 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 19:40:03 +01:00
|
|
|
BuildRequires: libalsa-devel
|
2024-01-05 19:40:04 +01:00
|
|
|
BuildRequires: libat-spi2-core-devel
|
2024-01-05 19:40:03 +01:00
|
|
|
BuildRequires: libbrotli-devel
|
|
|
|
BuildRequires: libbzip2-devel
|
2024-01-05 19:40:03 +01:00
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libdbus-devel
|
|
|
|
BuildRequires: libdbus-glib-devel
|
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 19:40:03 +01:00
|
|
|
BuildRequires: libgraphite2-devel
|
2024-01-05 19:40:03 +01:00
|
|
|
BuildRequires: libgstreamer-devel
|
2024-01-05 19:40:03 +01:00
|
|
|
BuildRequires: libgtk3-devel
|
2024-01-05 19:40:03 +01:00
|
|
|
BuildRequires: libharfbuzz-devel
|
2024-01-05 19:40:04 +01:00
|
|
|
BuildRequires: libkeybinder-devel
|
2024-01-05 19:40:03 +01:00
|
|
|
BuildRequires: libpango-devel
|
2024-01-05 19:40:03 +01:00
|
|
|
BuildRequires: libpcre-devel
|
|
|
|
BuildRequires: libsystemd-devel
|
|
|
|
BuildRequires: libxfce4ui-devel
|
2024-01-05 19:40:03 +01:00
|
|
|
BuildRequires: libxfce4util-devel
|
2024-01-05 19:40:03 +01:00
|
|
|
BuildRequires: libxfconf-devel
|
2024-01-05 19:40:03 +01:00
|
|
|
BuildRequires: libz-devel
|
|
|
|
BuildRequires: xfce4-panel-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 19:40:03 +01:00
|
|
|
BuildRequires: libxfce4util-devel >= 4.16.0
|
2024-01-05 19:40:03 +01:00
|
|
|
BuildRequires: libunique1-devel
|
2024-01-05 19:40:03 +01:00
|
|
|
BuildRequires: libxfce4ui-devel >= 4.16.0
|
|
|
|
Requires: xfce4-panel >= 4.16.0
|
2024-01-05 19:40:03 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
xfce4-mixer is the volume control plugin for the Xfce 4 panel. Includes a simple sound mixer.
|
|
|
|
|
2024-01-05 19:40:03 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 19:40:03 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 19:40:04 +01:00
|
|
|
%patch 0 -p1
|
|
|
|
%patch 1 -p1
|
2024-01-05 19:40:03 +01:00
|
|
|
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2024-01-05 19:40:03 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 19:40:03 +01:00
|
|
|
%configure \
|
|
|
|
--enable-maintainer-mode
|
|
|
|
|
2024-01-05 19:40:03 +01:00
|
|
|
%make -j1
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
fi
|
2024-01-05 19:40:03 +01:00
|
|
|
:
|
2024-01-05 19:40:03 +01:00
|
|
|
|
|
|
|
%postun
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
fi
|
2024-01-05 19:40:03 +01:00
|
|
|
:
|
2024-01-05 19:40:03 +01:00
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/xfce4-mixer
|
|
|
|
%{_libdir}/xfce4/panel/plugins/libmixer.so
|
|
|
|
%{_datadir}/applications/xfce4-mixer.desktop
|
|
|
|
%{_datadir}/pixmaps/xfce4-mixer/chain-broken.png
|
|
|
|
%{_datadir}/pixmaps/xfce4-mixer/chain.png
|
2024-01-05 19:40:03 +01:00
|
|
|
%{_datadir}/xfce4/mixer/icons/hicolor/16x16/status/audio-input-microphone-muted.png
|
|
|
|
%{_datadir}/xfce4/mixer/icons/hicolor/scalable/status/audio-input-microphone-muted.svg
|
2024-01-05 19:40:03 +01:00
|
|
|
%{_datadir}/xfce4/panel/plugins/mixer.desktop
|
2024-01-05 19:40:03 +01:00
|
|
|
%{_mandir}/man1/xfce4-mixer.1*
|
2024-01-05 19:40:03 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#ChangeLog NEWS README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 19:40:04 +01:00
|
|
|
* Tue May 02 2023 Automatic Build System <autodist@mambasoft.it> 4.18.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:40:04 +01:00
|
|
|
* Mon May 01 2023 Automatic Build System <autodist@mambasoft.it> 4.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:40:03 +01:00
|
|
|
* Sun Dec 19 2021 Automatic Build System <autodist@mambasoft.it> 4.15.0.76572502-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:40:03 +01:00
|
|
|
* Sat Apr 03 2021 Automatic Build System <autodist@mambasoft.it> 4.15.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:40:03 +01:00
|
|
|
* Sat Jan 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.0.20210123git-1mamba
|
|
|
|
- update to 4.11.0.20210123git
|
|
|
|
|
|
|
|
* Sat Jan 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.0-3mamba
|
|
|
|
- rebuilt with xfce 4.16
|
|
|
|
|
2024-01-05 19:40:03 +01:00
|
|
|
* Thu Mar 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.0-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libxfce4util-devel>=4.12.1-1mamba
|
|
|
|
|
2024-01-05 19:40:03 +01:00
|
|
|
* Thu Oct 09 2014 Automatic Build System <autodist@mambasoft.it> 4.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:40:03 +01:00
|
|
|
* Tue Oct 23 2012 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
|
|
|
- update to 4.10.0
|
|
|
|
|
|
|
|
* Mon Feb 21 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.1-3mamba
|
|
|
|
- rebuilt with 4.8 (xfce4-mixer for 4.8 is still unavailable)
|
|
|
|
|
|
|
|
* Wed May 20 2009 Automatic Build System <autodist@mambasoft.it> 4.6.1-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Sat May 02 2009 Automatic Build System <autodist@mambasoft.it> 4.6.1-1mamba
|
|
|
|
- automatic update to 4.6.1 by autodist
|
|
|
|
|
|
|
|
* Sun Mar 22 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.0-1mamba
|
|
|
|
- automatic update to 4.6.0 by autodist
|
|
|
|
|
|
|
|
* Thu Dec 18 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.3-1mamba
|
|
|
|
- update to 4.4.3
|
|
|
|
|
|
|
|
* Sat Apr 28 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 4.4.1-1mamba
|
|
|
|
- update to 4.4.1
|
|
|
|
|
|
|
|
* Thu Mar 22 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 4.4.0-1qilnx
|
|
|
|
- update to 4.4.0
|
|
|
|
|
|
|
|
* Mon Sep 25 2006 Tiziano Pratellesi <info@mycare.it> 4.3.99.1-1qilnx
|
|
|
|
- update to 4.3.99.1
|
|
|
|
|
|
|
|
* Thu Sep 21 2006 Tiziano Pratellesi <info@mycare.it> 4.3.90.2-1qilnx
|
|
|
|
- update to 4.3.90.2
|
|
|
|
|
|
|
|
* Tue Sep 19 2006 Tiziano Pratellesi <info@mycare.it> 4.2.3-1qilnx
|
|
|
|
- package created by autospec
|