From 0b056df06de5dbc30691db954eb2b9fb2d57653f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 8 Jul 2010 16:18:19 +0000 Subject: [PATCH] - disable experimental engines, especially vlc that pulls so many deps Changed files: clementine.spec -> 1.13 --- clementine.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/clementine.spec b/clementine.spec index c297294..ee7eb87 100644 --- a/clementine.spec +++ b/clementine.spec @@ -6,18 +6,19 @@ # The following engines are NOT supported by clementine developers: # vlc xine qt-phonon # - apply patches to libprojectM.spec and use +# - make engines pluggable not statically linked, then could enable the bconds # # Conditional build: -%bcond_without engine_xine # without xine engine -%bcond_without engine_vlc # without vlc engine -%bcond_without engine_qt_phonon # without qt-phonon engine +%bcond_with engine_xine # without xine engine +%bcond_with engine_vlc # without vlc engine +%bcond_with engine_qt_phonon # without qt-phonon engine %bcond_without engine_gstreamer # without gstreamer engine -# + Summary: A music player and library organiser Summary(hu.UTF-8): Egy zenelejátszó és gyűjtemény-kezelő Name: clementine Version: 0.4.2 -Release: 0.1 +Release: 0.2 License: GPL v3 and GPL v2+ Group: Applications/Multimedia URL: http://code.google.com/p/clementine-player -- 2.43.0