[packages/xmms-crossfade] Rel 3
arekm
arekm at pld-linux.org
Sun Mar 15 14:51:58 CET 2026
commit 51679983b337b1ae404170bd27703d431b39eeaf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Mar 15 14:51:51 2026 +0100
Rel 3
xmms-crossfade.spec | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/xmms-crossfade.spec b/xmms-crossfade.spec
index c9b95e4..5253090 100644
--- a/xmms-crossfade.spec
+++ b/xmms-crossfade.spec
@@ -7,7 +7,7 @@ Summary: Plugin for Crossfading and Continuous Output
Summary(pl.UTF-8): Wtyczka wyjściowa zapewniająca dźwięk bez przerw
Name: xmms-crossfade
Version: 0.3.14
-Release: 2
+Release: 3
License: GPL v2+
Group: X11/Applications/Sound
Source0: http://www.eisenlohr.org/xmms-crossfade/%{name}-%{version}.tar.gz
@@ -179,8 +179,10 @@ Możliwości audacious-output-crossfade to:
%if %{with xmms}
mkdir -p xmms
cd xmms
-../%configure \
+%define configuredir ..
+%configure \
--enable-player=xmms
+%define configuredir .
%{__make}
cd ..
%endif
@@ -188,8 +190,10 @@ cd ..
%if %{with audacious}
mkdir -p audacious
cd audacious
-../%configure \
+%define configuredir ..
+%configure \
--enable-player=audacious
+%define configuredir .
%{__make}
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xmms-crossfade.git/commitdiff/51679983b337b1ae404170bd27703d431b39eeaf
More information about the pld-cvs-commit
mailing list