diff options
Diffstat (limited to 'redhat/applications/amarok/amarok-14.0.0.spec')
-rw-r--r-- | redhat/applications/amarok/amarok-14.0.0.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/redhat/applications/amarok/amarok-14.0.0.spec b/redhat/applications/amarok/amarok-14.0.0.spec index 3ad958056..3d74ac57a 100644 --- a/redhat/applications/amarok/amarok-14.0.0.spec +++ b/redhat/applications/amarok/amarok-14.0.0.spec @@ -167,8 +167,8 @@ BuildRequires: libxine-devel %endif # AKODE support -%if 0 -%define with_akode 1 +%define with_akode 0 +%if 0 && 0%{?with_akode} BuildRequires: trinity-akode-devel %endif @@ -289,7 +289,7 @@ Amarok is a multimedia player with: %{tde_tdelibdir}/libamarok_yauap-engine_plugin.* %endif # AKODE -%if 0%{?with_akode} +%if 0 && 0%{?with_akode} %{tde_datadir}/services/amarok_aKode-engine.desktop %{tde_tdelibdir}/libamarok_aKode-engine.* %endif @@ -410,7 +410,7 @@ fi -DWITH_KONQSIDEBAR=ON \ %{?with_xine:-DWITH_XINE=ON} \ %{?with_yauap:-DWITH_YAUAP=ON} \ - %{?with_akode:-DWITH_AKODE=ON} \ + -DWITH_AKODE=OFF \ %{?with_gpod:-DWITH_IPOD=ON} \ %{?with_ifp:-DWITH_IFP=ON} \ %{?with_njb:-DWITH_NJB=ON} \ |