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: update to 1.4 final
Date: Mon, 06 Jul 2026 18:03:21 GMT [thread overview]
Message-ID: <178336100161.1.3282840242221149743.rpms-amarok-91fd7c97706b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/amarok
Branch : epel10
Commit : 91fd7c97706b6144ee53c51c6aa273341fd23d4c
Author : Aurelien Bompard <abompard@fedoraproject.org>
Date : 2006-05-19T21:04:47+00:00
Stats : +31/-19 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/amarok/c/91fd7c97706b6144ee53c51c6aa273341fd23d4c?branch=epel10
Log:
update to 1.4 final
---
diff --git a/.cvsignore b/.cvsignore
index 4006f90..1174bd1 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-amarok-1.4-beta3c.tar.bz2
+amarok-1.4.0a.tar.bz2
diff --git a/amarok.spec b/amarok.spec
index 5dbdb11..c5e4ab0 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -1,15 +1,14 @@
Name: amarok
Summary: Media player for KDE
-Version: 1.4
-Release: 0.12.beta3%{?dist}
+Version: 1.4.0
+Release: 1%{?dist}
Group: Applications/Multimedia
License: GPL
Url: http://amarok.kde.org
-Source0: http://dl.sf.net/amarok/amarok-1.4-beta3c.tar.bz2
-Patch0: amarok-1.4beta1-gst10.patch
-Patch1: amarok-1.4-gstreamer.patch
-Patch2: amarok-1.4-engines-cfg.patch
+Source0: http://dl.sf.net/amarok/amarok-1.4.0a.tar.bz2
+#Patch1: amarok-1.4-gstreamer.patch
+#Patch2: amarok-1.4-engines-cfg.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: kdemultimedia-devel >= 6:3.2
@@ -26,7 +25,8 @@ BuildRequires: alsa-lib-devel
#BuildRequires: akode-devel
BuildRequires: libifp-devel, libusb-devel
%if "%fedora" >= "5"
-BuildRequires: gstreamer-plugins-base-devel, gstreamer-plugins-good-devel, gstreamer-devel
+# gstreamer disabled in version 1.4 final (not ready yet)
+#BuildRequires: gstreamer-plugins-base-devel, gstreamer-plugins-good-devel, gstreamer-devel
BuildRequires: libgpod-devel
%else
BuildRequires: gstreamer-plugins-devel >= 0.8.4
@@ -35,6 +35,9 @@ BuildRequires: gstreamer-plugins-devel >= 0.8.4
BuildRequires: HelixPlayer
%endif
+# Lyrics scripts
+Requires: ruby
+
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
@@ -69,11 +72,11 @@ use any of xmms' visualisation plugins with Amarok.
%prep
-%setup -q -n %{name}-%{version}-beta3c
+%setup -q
# Make Gstreamer a sufficient engine as well (only engine available on x86_64)
-%patch1 -p1 -b .gstreamer
+#%patch1 -p1 -b .gstreamer
# Gstreamer default sink should be autoaudiosink
-%patch2 -p1 -b .engines-cfg
+#%patch2 -p1 -b .engines-cfg
%build
@@ -168,24 +171,26 @@ rm -fr $RPM_BUILD_ROOT
%{_datadir}/applications/kde/*.desktop
%{_datadir}/services/amarok_void-engine_plugin.desktop
%{_datadir}/services/amarok_ifp-mediadevice.desktop
-%{_datadir}/services/amarok_vfat-mediadevice.desktop
-%{_datadir}/services/amarok_ipod-mediadevice.desktop
%{_datadir}/servicetypes/*.desktop
%{_datadir}/apps/konqueror/servicemenus/*.desktop
%{_libdir}/kde3/libamarok_void-engine_plugin.*
%{_libdir}/kde3/libamarok_ifp-mediadevice.*
-%{_libdir}/kde3/libamarok_vfat-mediadevice.*
-%{_libdir}/kde3/libamarok_ipod-mediadevice.*
%{_libdir}/kde3/konqsidebar_universalamarok.*
%{_libdir}/libamarok.*
%{_datadir}/apps/konqsidebartng/*/amarok.desktop
%{_datadir}/apps/profiles/amarok.profile.xml
%{_datadir}/config/amarokrc
%{_datadir}/config.kcfg/*.kcfg
-# Gstreamer engine
+# IPod support
+%{_datadir}/services/amarok_ipod-mediadevice.desktop
+%{_libdir}/kde3/libamarok_ipod-mediadevice.*
+# VFAT device support
+%{_datadir}/services/amarok_generic-mediadevice.desktop
+%{_libdir}/kde3/libamarok_generic-mediadevice.*
+# Gstreamer engine - disabled in 1.4 final
%if "%fedora" >= "5"
-%{_datadir}/services/amarok_gst10engine_plugin.desktop
-%{_libdir}/kde3/libamarok_gst10engine_plugin.*
+#%{_datadir}/services/amarok_gst10engine_plugin.desktop
+#%{_libdir}/kde3/libamarok_gst10engine_plugin.*
%else
%{_datadir}/services/amarok_gstengine_plugin.desktop
%{_libdir}/kde3/libamarok_gstengine_plugin.*
@@ -200,6 +205,7 @@ rm -fr $RPM_BUILD_ROOT
%endif
+
%files visualisation
%defattr(-,root,root)
%{_bindir}/amarok_libvisual
@@ -208,6 +214,12 @@ rm -fr $RPM_BUILD_ROOT
%changelog
+* Mon May 15 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-1
+- version 1.4 final
+
+* Mon May 01 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.13.rc1
+- rc1
+
* Fri Apr 14 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.12.beta3
- add patch to make Gstreamer sufficient to build (only engine available
on x86_64
diff --git a/sources b/sources
index 2ca887e..2ff6716 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b92433b46005f0b2fc31e0ce0bf4cb3a amarok-1.4-beta3c.tar.bz2
+3ceffe6465290eef618861cdb81b420a amarok-1.4.0a.tar.bz2
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=178336100161.1.3282840242221149743.rpms-amarok-91fd7c97706b@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