diff options
author | François Andriot <[email protected]> | 2014-10-19 18:08:03 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2014-10-19 18:08:03 +0200 |
commit | 0d23af4ec611b2619c0061980ea8ae2bd8696251 (patch) | |
tree | 5ad781a438aa7213ba11a93258db3e94d5a6fd42 /redhat/applications/amarok/amarok-14.0.0.spec | |
parent | 5d46a95df7e3b2a7e988cd053e9b5e1c71464aea (diff) | |
download | tde-packaging-0d23af4ec611b2619c0061980ea8ae2bd8696251.tar.gz tde-packaging-0d23af4ec611b2619c0061980ea8ae2bd8696251.zip |
RPM Packaging: cleanup bibletime
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} \ |