[packages/audacious-plugins] - unified jack0 bcond name to jack1
qboosh
qboosh at pld-linux.org
Sun May 14 15:58:51 CEST 2017
commit a67b7c3c4ccb2882c2271f037429ef07f88a3d56
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun May 14 15:59:36 2017 +0200
- unified jack0 bcond name to jack1
audacious-plugins.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/audacious-plugins.spec b/audacious-plugins.spec
index 0aa5c62..ec32a9a 100644
--- a/audacious-plugins.spec
+++ b/audacious-plugins.spec
@@ -3,7 +3,7 @@
#
# Conditional build:
%bcond_without bs2b # BS2B effect plugin
-%bcond_with jack0 # JACK 0.12x instead of JACK 2
+%bcond_with jack1 # use JACK 1 (0.12x) instead of JACK 2 (1.9.x)
#
%define audver 3.8.2
Summary: Plugins for Audacious media player (metapackage)
@@ -56,7 +56,7 @@ BuildRequires: glib2-devel >= 1:2.32
# general-hotkey
BuildRequires: gtk+2-devel >= 2:2.24
# output-jack
-%if %{with jack0}
+%if %{with jack1}
BuildRequires: jack-audio-connection-kit-devel < 1.0
BuildRequires: jack-audio-connection-kit-devel >= 0.120.1
%else
@@ -1005,7 +1005,7 @@ Summary(pl.UTF-8): Wtyczka wyjściowa JACK dla odtwarzacza multimedialnego Audac
License: LGPL v2.1+
Group: X11/Applications/Sound
Requires: audacious = %{audver}
-%if %{with jack0}
+%if %{with jack1}
Requires: jack-audio-connection-kit-libs >= 0.120.1
%else
Requires: jack-audio-connection-kit-libs >= 1.9.7
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/audacious-plugins.git/commitdiff/a67b7c3c4ccb2882c2271f037429ef07f88a3d56
More information about the pld-cvs-commit
mailing list