public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Aurelien Bompard <abompard@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/amarok] epel10: - disable the akode engine (disabled upstream, see Changelog)
Date: Mon, 06 Jul 2026 18:03:08 GMT	[thread overview]
Message-ID: <178336098834.1.7548914899506547663.rpms-amarok-d977d88e1de6@fedoraproject.org> (raw)

            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:

                 reply	other threads:[~2026-07-06 18:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178336098834.1.7548914899506547663.rpms-amarok-d977d88e1de6@fedoraproject.org \
    --to=abompard@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox