public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10: - disable the akode engine (disabled upstream, see Changelog)
@ 2026-07-06 18:03 Aurelien Bompard
  0 siblings, 0 replies; only message in thread
From: Aurelien Bompard @ 2026-07-06 18:03 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/amarok
            Branch : epel10
            Commit : d977d88e1de60fae6f909aa7885171fa515947cc
            Author : Aurelien Bompard <abompard@fedoraproject.org>
            Date   : 2005-08-22T14:23:41+00:00
            Stats  : +34/-34 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/amarok/c/d977d88e1de60fae6f909aa7885171fa515947cc?branch=epel10

            Log:
            - disable the akode engine (disabled upstream, see Changelog)
- merge in the Helix engine, since it does not have special Requires.
    HelixPlayer or RealPlayer need to be installed manually (either one)
- updated description

---
diff --git a/amarok.spec b/amarok.spec
index 160e2de..46a6299 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -7,7 +7,7 @@
 Name:       amarok
 Summary:    Media player for KDE
 Version:    1.3
-Release:    1%{?dist}
+Release:    2%{?dist}
 
 Group: 	    Applications/Multimedia
 License:    GPL
@@ -42,11 +42,16 @@ Requires:   kdemultimedia >= 6:3.2
 %description
 Amarok is a KDE multimedia player with:
  - fresh playlist concept, very fast to use, with drag and drop
- - plays all formats supported by aRts, gstreamer or xine
+ - plays all formats supported by the various engines
  - audio effects, like reverb and compressor
  - compatible with the .m3u and .pls formats for playlists
  - nice GUI, integrates into the KDE look, but with a unique touch
 
+Amarok can use various engines to decode sound : gstreamer, arts,
+helix and xine (disabled by default for patent reasons)
+To use the helix engine, you'll have to install either HelixPlayer
+or RealPlayer
+
 
 %package visualisation
 Summary:    Visualisation plugins for Amarok
@@ -59,28 +64,16 @@ Right now, only xmms is supported, which means that you can
 use any of xmms' visualisation plugins with Amarok.
 
 
-%if "%fedora" >= "4"
-%package akode
-Summary:    AKode engine for Amarok
-Group:      Applications/Multimedia
-Requires:   %{name} = %{version}
-
-%description akode
-Amarok can also use the akode engine to decode sound. This package
-enables it.
-%endif
-
-
-%package helix
-Summary:    Helix engine for Amarok
-Group:      Applications/Multimedia
-Requires:   %{name} = %{version}
-
-%description helix
-Amarok can also use the helix engine to decode sound. This package
-enables it.
-To use the helix engine, you'll have to install either HelixPlayer
-or RealPlayer
+#%if "%fedora" >= "4"
+#%package akode
+#Summary:    AKode engine for Amarok
+#Group:      Applications/Multimedia
+#Requires:   %{name} = %{version}
+#
+#%description akode
+#Amarok can also use the akode engine to decode sound. This package
+#enables it.
+#%endif
 
 
 %if 0%{?use_xine}
@@ -193,9 +186,14 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/config/amarokrc
 %{_datadir}/config.kcfg/*.kcfg
 %{_datadir}/doc/HTML/*/amarok
+# Arts engine
 %{_libdir}/libamarokarts*
 %{_libdir}/kde3/libamarok_artsengine_plugin.*
 %{_datadir}/services/amarok_artsengine_plugin.desktop
+# Helix engine
+%{_libdir}/kde3/libamarok_helixengine_plugin.*
+%{_datadir}/services/amarok_helixengine_plugin.desktop
+
 %exclude %{_datadir}/apps/zeroconf/_shoutcast._tcp
 
 
@@ -205,18 +203,14 @@ rm -fr $RPM_BUILD_ROOT
 %{_bindir}/amarok_xmmswrapper2
 
 
-%if "%fedora" >= "4"
-%files akode
-%defattr(-,root,root)
-%{_libdir}/kde3/libamarok_aKode-engine.*
-%{_datadir}/services/amarok_aKode-engine.desktop
-%endif
+#%if "%fedora" >= "4"
+#%files akode
+#%defattr(-,root,root)
+#%{_libdir}/kde3/libamarok_aKode-engine.*
+#%{_datadir}/services/amarok_aKode-engine.desktop
+#%endif
 
 
-%files helix
-%defattr(-,root,root)
-%{_libdir}/kde3/libamarok_helixengine_plugin.*
-%{_datadir}/services/amarok_helixengine_plugin.desktop
 
 
 %if 0%{?use_xine}
@@ -229,6 +223,12 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug 22 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3-2
+- disable the akode engine (disabled upstream, see Changelog)
+- merge in the Helix engine, since it does not have special Requires.
+  HelixPlayer or RealPlayer need to be installed manually (either one)
+- updated description
+
 * Mon Aug 22 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3-1
 - update to version 1.3
 - add Michel Salim's improvements:

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-06 18:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 18:03 [rpms/amarok] epel10: - disable the akode engine (disabled upstream, see Changelog) Aurelien Bompard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox