]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- added MySql support
authoraverne <averne@pld-linux.org>
Sun, 28 Nov 2004 18:40:50 +0000 (18:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amarok.spec -> 1.35.2.5

amarok.spec

index 4f23492fc71b79752d3665cbd2ce642e1a290c89..4cdbf80dbfb4abf294a4ef5e66cabf81946f5644 100644 (file)
@@ -4,6 +4,7 @@
 %bcond_without gstreamer       # disable gstreamer
 %bcond_without xine            # disable xine engine
 %bcond_without xmms            # disable xmms wrapping
+%bcond_with    mysql           # enable mysql support
 #
 
 %define                _beta   beta1
@@ -32,7 +33,8 @@ BuildRequires:        sqlite3-devel
 BuildRequires: taglib-devel >= 1.3
 BuildRequires: unsermake >= 040511
 %{?with_xine:BuildRequires:    xine-lib-devel >= 2:1.0-0.rc5.0}
-%{?with_xmms:Buildrequires:    xmms-devel}
+%{?with_xmms:BuildRequires:    xmms-devel}
+%{?with_mysql:BuildRequires:   mysql-devel}
 #BuildRequires:        kdebindings-kjsembed-devel 
 Requires:      %{name}-plugin = %{version}-%{release}
 Requires:      kdebase-core >= 9:3.1.93
@@ -101,6 +103,8 @@ export UNSERMAKE=%{_datadir}/unsermake/unsermake
        %{!?with_arts:--without-arts} \
        %{!?with_xine:--without-xine} \
        %{!?with_gstreamer:--without-gstreamer} \
+       %{?with_gstreamer:--with-mysql} \
+       --enable-mysql \
        --with-qt-libraries=%{_libdir} \
        --without-included-sqlite
 
This page took 0.090809 seconds and 4 git commands to generate.