]> git.pld-linux.org Git - packages/audacious-plugins.git/commitdiff
- unified jack0 bcond name to jack1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 May 2017 13:59:36 +0000 (15:59 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 May 2017 13:59:36 +0000 (15:59 +0200)
audacious-plugins.spec

index 0aa5c62ddd1b378c5f7f97627248451b9f62cf54..ec32a9a3689aaca8f67eda541f8a0df7c71aaf76 100644 (file)
@@ -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
This page took 0.113333 seconds and 4 git commands to generate.