public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10.2: update to 1.4.4
@ 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 : 93fe95abcf31de169831fbe912a8681a5f66b5fa
Author : Aurelien Bompard <abompard@fedoraproject.org>
Date : 2006-10-31T11:01:45+00:00
Stats : +16/-18 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/amarok/c/93fe95abcf31de169831fbe912a8681a5f66b5fa?branch=epel10.2
Log:
update to 1.4.4
---
diff --git a/.cvsignore b/.cvsignore
index 3e98061..d245af2 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-amarok-1.4.3.tar.bz2
+amarok-1.4.4.tar.bz2
diff --git a/amarok.spec b/amarok.spec
index b470d16..573b7ff 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -1,18 +1,16 @@
-# The amarok dev (Ian Monroe) prefers to make amarok excludearched on x86_64
-# than to include the unfinished gstreamer engine (private mail following
-# http://amarok.kde.org/blog/archives/210-And-How-Open-Source-Sucks-Sometimes.html )
+# TODO:
+# Rio Karma support : libkarma
Name: amarok
Summary: Media player for KDE
-Version: 1.4.3
-Release: 6%{?dist}
+Version: 1.4.4
+Release: 1%{?dist}
Group: Applications/Multimedia
License: GPL
Url: http://amarok.kde.org
# http://download.kde.org/download.php?url=stable/amarok/1.4.3/src
-Source0: http://mirrors.isc.org/pub/kde/stable/amarok/1.4.3/src/amarok-1.4.3.tar.bz2
-Patch0: amarok-1.4.3-playlist_encoding.patch
+Source0: http://mirrors.isc.org/pub/kde/stable/amarok/%{version}/src/amarok-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: kdemultimedia-devel >= 6:3.2
@@ -26,6 +24,7 @@ BuildRequires: mysql-devel, postgresql-devel
BuildRequires: libtunepimp-devel >= 0.4.0
BuildRequires: kdebase-devel
BuildRequires: alsa-lib-devel
+BuildRequires: xine-lib-devel
# Detected by configure
BuildRequires: ruby, ruby-devel
BuildRequires: libifp-devel, libusb-devel
@@ -43,8 +42,6 @@ BuildRequires: HelixPlayer
%endif
Requires: ruby
-# Helix is the only available engine
-Requires: HelixPlayer
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
@@ -52,10 +49,6 @@ Requires(postun): desktop-file-utils
Obsoletes: amarok-arts < 1.3, amarok-akode < 1.3
Provides: amarok-devel = %{version}-%{release}
-# On those archs, there is no engine
-# (Helix is unavailable, gstreamer is in beta, xine is encumbered)
-ExcludeArch: ppc64 x86_64 s390 s390x ia64
-
%description
Amarok is a KDE multimedia player with:
@@ -87,7 +80,6 @@ use any of xmms' visualisation plugins with Amarok.
%prep
%setup -q
-%patch0 -p0 -b .playlist_encoding
@@ -104,7 +96,6 @@ export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
--with-ifp \
--with-libgpod \
--without-mp4v2 \
- --without-xine \
%ifnarch ppc64 x86_64 s390 s390x ia64
--with-helix=%{_libdir}/helix \
%endif
@@ -179,7 +170,6 @@ rm -fr $RPM_BUILD_ROOT
%{_bindir}/amarokcollectionscanner
%{_bindir}/amarok_proxy.rb
%{_datadir}/apps/%{name}
-%exclude %{_datadir}/apps/%{name}/images/xine_logo.png
%{_datadir}/icons/hicolor/*/*
%{_datadir}/applications/kde/*.desktop
%{_datadir}/servicetypes/*.desktop
@@ -193,6 +183,7 @@ rm -fr $RPM_BUILD_ROOT
%{_datadir}/services/amarokitpc.protocol
%{_datadir}/services/amaroklastfm.protocol
%{_datadir}/services/amarokpcast.protocol
+%{_libdir}/ruby_lib/*
# DAAP
%{_bindir}/amarok_daapserver.rb
%{_libdir}/kde3/libamarok_daap-mediadevice.*
@@ -224,6 +215,9 @@ rm -fr $RPM_BUILD_ROOT
# Void engine (noop)
%{_datadir}/services/amarok_void-engine_plugin.desktop
%{_libdir}/kde3/libamarok_void-engine_plugin.*
+# Xine engine
+%{_datadir}/services/amarok_xine-engine.desktop
+%{_libdir}/kde3/libamarok_xine-engine.*
## Gstreamer engine
#%{_datadir}/services/amarok_gst10engine_plugin.desktop
#%{_libdir}/kde3/libamarok_gst10engine_plugin.*
@@ -244,6 +238,10 @@ rm -fr $RPM_BUILD_ROOT
%changelog
+* Fri Oct 27 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.4-1
+- version 1.4.4
+- enable xine support since xine is now in Fedora
+
* Sat Oct 07 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.3-6
- rebuild for new libtunepimp
diff --git a/sources b/sources
index ac2de91..73e03c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b0b4f8952ad23705c70815d50fd0af52 amarok-1.4.3.tar.bz2
+56a9aec42088c338b81252f8e0651781 amarok-1.4.4.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.4 Aurelien Bompard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox