public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10.2: update to 1.4 final
@ 2026-07-06 18:29 Aurelien Bompard
0 siblings, 0 replies; only message in thread
From: Aurelien Bompard @ 2026-07-06 18:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/amarok
Branch : epel10.2
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.2
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 18:29 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:29 [rpms/amarok] epel10.2: update to 1.4 final Aurelien Bompard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox