removed requirement for libunique1; fixed Source [release 4.20.0-2mamba;Sun Nov 23 2025]

This commit is contained in:
2025-11-23 14:17:24 +01:00
parent e5cb9e9888
commit 2b472e2e2c
4 changed files with 12 additions and 1652 deletions

View File

@@ -2,4 +2,3 @@
xfce4-mixer is the volume control plugin for the Xfce 4 panel. Includes a simple sound mixer.

File diff suppressed because it is too large Load Diff

View File

@@ -1,16 +0,0 @@
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -32,7 +32,7 @@ m4_define([xfce4_mixer_version], [xfce4_
dnl *******************************************
dnl *** Debugging support for git snapshots ***
dnl *******************************************
-m4_define([mixer_debug_default], [ifelse(xfce4_mixer_version_tag(), [git], [full], [minimum])])
+m4_define([mixer_debug_default], [minimum])
dnl ***************************
dnl *** Initialize autoconf ***

View File

@@ -1,53 +1,44 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: xfce4-mixer
Version: 4.20.0
Release: 1mamba
Release: 2mamba
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>
URL: https://www.xfce.org/
Source: https://github.com/xfce-mirror/xfce4-mixer.git/master@ce642ac52e0bed7495261694fd630748bf71157f/xfce4-mixer-%{version}.tar.bz2
#Source: http://www.xfce.org/archive/xfce-%{version}/src/xfce4-mixer-%{version}.tar.bz2
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
Source: https://github.com/xfce-mirror/xfce4-mixer.git/xfce4-mixer-%{version}/xfce4-mixer-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libalsa-devel
BuildRequires: libat-spi2-core-devel
BuildRequires: libbzip2-devel
BuildRequires: libcairo-devel
BuildRequires: libdbus-devel
BuildRequires: libdbus-glib-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgraphite2-devel
BuildRequires: libgstreamer-devel
BuildRequires: libgtk3-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libkeybinder-devel
BuildRequires: libpango-devel
BuildRequires: libpulseaudio-devel
BuildRequires: libpulseaudio-glib-devel
BuildRequires: libsndio-devel
BuildRequires: libxfce4ui-devel
BuildRequires: libxfce4util-devel
BuildRequires: libxfconf-devel
BuildRequires: libz-devel
BuildRequires: xfce4-panel-devel
## AUTOBUILDREQ-END
BuildRequires: libxfce4util-devel >= 4.16.0
BuildRequires: libunique1-devel
BuildRequires: libxfce4ui-devel >= 4.16.0
Requires: xfce4-panel >= 4.16.0
BuildRequires: xfce4-panel-devel >= %{majver}
Requires: xfce4-panel >= %{majver}
%description
xfce4-mixer is the volume control plugin for the Xfce 4 panel. Includes a simple sound mixer.
%prep
%setup -q
%patch 0 -p1
%patch 1 -p1
NOCONFIGURE=1 ./autogen.sh
@@ -66,27 +57,13 @@ NOCONFIGURE=1 ./autogen.sh
%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
:
%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
:
%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
#%{_datadir}/pixmaps/xfce4-mixer/chain-broken.png
#%{_datadir}/pixmaps/xfce4-mixer/chain.png
%{_datadir}/xfce4/mixer/icons/hicolor/16x16/status/audio-input-microphone-muted.png
%{_datadir}/xfce4/mixer/icons/hicolor/scalable/status/audio-input-microphone-muted.svg
%{_datadir}/xfce4/panel/plugins/mixer.desktop
@@ -95,6 +72,9 @@ fi
#ChangeLog NEWS README
%changelog
* Sun Nov 23 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 4.20.0-2mamba
- removed requirement for libunique1; fixed Source
* Sun Jul 06 2025 Automatic Build System <autodist@openmamba.org> 4.20.0-1mamba
- automatic version update by autodist