diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-01-16 21:58:08 +0100 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-01-16 21:58:08 +0100 |
commit | 09713d07b2937432984809bef7c8b7f6cb9baae6 (patch) | |
tree | fa5dddb96c1d330f87eb3f59bc99e482672ae8a7 /redhat/applications/amarok/trinity-amarok.spec | |
parent | 7c0ff901a24acb77395a263d6c6d8866515bc1df (diff) | |
download | tde-packaging-09713d07b2937432984809bef7c8b7f6cb9baae6.tar.gz tde-packaging-09713d07b2937432984809bef7c8b7f6cb9baae6.zip |
RHEL/Fedora: enables 'akode' support in Amarok
Diffstat (limited to 'redhat/applications/amarok/trinity-amarok.spec')
-rw-r--r-- | redhat/applications/amarok/trinity-amarok.spec | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/redhat/applications/amarok/trinity-amarok.spec b/redhat/applications/amarok/trinity-amarok.spec index b307f19ce..be97d0cc4 100644 --- a/redhat/applications/amarok/trinity-amarok.spec +++ b/redhat/applications/amarok/trinity-amarok.spec @@ -1,7 +1,7 @@ # Basic package informations %define kdecomp amarok %define version 1.4.10 -%define release 3 +%define release 4 # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". %if "%{?_prefix}" != "/usr" @@ -36,6 +36,7 @@ Patch1: amarok-1.4.8-gcc43.patch Patch2: amarok-3.5.13-cmake_konqsidebar.patch Patch3: amarok-3.5.13-taglib_include.patch Patch4: amarok-3.5.13-enable_riokarma.patch +Patch5: amarok-3.5.13-enable_akode.patch BuildRequires: alsa-lib-devel BuildRequires: desktop-file-utils @@ -71,6 +72,7 @@ BuildRequires: libkarma-devel karma-sharp #%{?fedora:BuildRequires: xmms-devel} BuildRequires: dbus-devel BuildRequires: dbus-tqt-devel +BuildRequires: akode-devel # For dir ownership and some default plugins (lyrics), -ruby subpkg? -- Rex Requires: ruby @@ -117,7 +119,7 @@ Summary: Visualisation plugins for Amarok Group: Applications/Multimedia Requires: %{name} = %{version}-%{release} # No plugins by default, we need libvisual-plugins -Requires: libvisual-plugins +#Requires: libvisual-plugins %description visualisation Amarok can use visualisation plugins from different origins. Right now, only xmms is supported, which means that you can @@ -130,6 +132,7 @@ use any of xmms' visualisation plugins with Amarok. %patch2 -p0 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build @@ -145,6 +148,7 @@ cd build -DWITH_KONQSIDEBAR=ON \ -DWITH_XINE=ON \ -DWITH_YAUAP=ON \ + -DWITH_AKODE=ON \ -DWITH_IPOD=ON \ -DWITH_IFP=ON \ -DWITH_NJB=ON \ @@ -268,6 +272,10 @@ xdg-desktop-menu forceupdate 2> /dev/null || : # YAUAP %{_datadir}/services/amarok_yauap-engine_plugin.desktop %{tde_libdir}/libamarok_yauap-engine_plugin.* +# AKODE +%{_datadir}/services/amarok_aKode-engine.desktop +%{tde_libdir}/libamarok_akode-engine.* + %files konqueror @@ -282,6 +290,10 @@ xdg-desktop-menu forceupdate 2> /dev/null || : %changelog +* Mon Jan 16 2012 Francois Andriot <francois.andriot@free.fr> - 1.4.10-4 +- Enable 'akode' support +- Removes 'libvisual-plugins' dependency (obsolete ?) + * Mon Nov 28 2011 Francois Andriot <francois.andriot@free.fr> - 1.4.10-3 - Enable riokarma support - Enhance localized files packaging |