public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10.2: - update to 1.4.2
@ 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 : 6f75c3be60edb3acf6fd90d0bde63ca3d3c86762
            Author : Aurelien Bompard <abompard@fedoraproject.org>
            Date   : 2006-08-30T14:16:07+00:00
            Stats  : +44/-18 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/amarok/c/6f75c3be60edb3acf6fd90d0bde63ca3d3c86762?branch=epel10.2

            Log:
            - update to 1.4.2
- remove needs.update file

---
diff --git a/.cvsignore b/.cvsignore
index a875372..cb84c92 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1 @@
-amarok-1.4.1.tar.bz2
-amarok-1.4.1-beta1-gst10-2.tar.bz2
+amarok-1.4.2.tar.bz2

diff --git a/amarok.spec b/amarok.spec
index 4249f18..e422ae4 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -4,20 +4,26 @@
 %endif
 %{?_with_gst10: %define gst10 1}
 
+# 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 )
+%define gst10 0
+
 
 Name:       amarok
 Summary:    Media player for KDE
-Version:    1.4.1
-Release:    3%{?dist}
+Version:    1.4.2
+Release:    1%{?dist}
 
 Group: 	    Applications/Multimedia
 License:    GPL
 Url:        http://amarok.kde.org
-Source0:    http://dl.sf.net/amarok/amarok-1.4.1.tar.bz2
+Source0:    http://mirrors.ibiblio.org/pub/mirrors/kde/stable/amarok/1.4.2/src/amarok-1.4.2.tar.bz2
 # Bring back the gstreamer engine from the beta
-Source1:    amarok-1.4.1-beta1-gst10-2.tar.bz2
-Patch1:     amarok-1.4.1-gstreamer.patch
-Patch2:     amarok-1.4-engines-cfg.patch
+#Source1:    amarok-1.4.1-beta1-gst10-2.tar.bz2
+#Patch1:     amarok-1.4.1-gstreamer.patch
+# Gstreamer default sink should be autoaudiosink
+#Patch2:     amarok-1.4-engines-cfg.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kdemultimedia-devel >= 6:3.2
@@ -25,7 +31,7 @@ BuildRequires:  taglib-devel >= 1.3, esound-devel
 BuildRequires:  desktop-file-utils, gettext
 BuildRequires:  libGL
 BuildRequires:  libmusicbrainz-devel, xmms-devel >= 1:1.2
-BuildRequires:  libvisual-devel >= 0.4.0, SDL-devel, gtk+-devel
+BuildRequires:  libvisual-devel >= 0.4.0, SDL-devel
 BuildRequires:  libtool-ltdl-devel
 BuildRequires:  mysql-devel, postgresql-devel
 BuildRequires:  libtunepimp-devel >= 0.4.0
@@ -61,6 +67,10 @@ 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:
@@ -91,13 +101,13 @@ use any of xmms' visualisation plugins with Amarok.
 
 
 %prep
-%setup -q -a 1
+%setup -q 
 %if "%{gst10}" == "1"
+#%%setup -q -a 1
 # Bring Gstreamer back and make it a sufficient engine
 # (only engine available if Helix in unavailable)
 mv gst10 amarok/src/engine/
 %patch1 -p1 -b .gstreamer
-# Gstreamer default sink should be autoaudiosink
 %patch2 -p1 -b .engines-cfg
 touch --reference aclocal.m4 amarok/src/engine/gst10/Makefile.in
 touch --reference aclocal.m4 amarok/src/engine/gst10/config/Makefile.in
@@ -204,14 +214,29 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/apps/profiles/amarok.profile.xml
 %{_datadir}/config/amarokrc
 %{_datadir}/config.kcfg/*.kcfg
-%{_datadir}/services/lastfm.protocol
-# IPod support
+%{_datadir}/services/amarokitpc.protocol
+%{_datadir}/services/amaroklastfm.protocol
+%{_datadir}/services/amarokpcast.protocol
+# DAAP
+%{_bindir}/amarok_daapserver.rb
+%{_libdir}/kde3/libamarok_daap-mediadevice.*
+%{_datadir}/services/amarok_daap-mediadevice.desktop
+# Mass-storage
+%{_datadir}/services/amarok_massstorage-device.desktop
+%{_libdir}/kde3/libamarok_massstorage-device.*
+# NFS
+%{_datadir}/services/amarok_nfs-device.desktop
+%{_libdir}/kde3/libamarok_nfs-device.*
+# SMB
+%{_datadir}/services/amarok_smb-device.desktop
+%{_libdir}/kde3/libamarok_smb-device.*
+# IPod
 %{_datadir}/services/amarok_ipod-mediadevice.desktop
 %{_libdir}/kde3/libamarok_ipod-mediadevice.*
-# VFAT device support
+# VFAT
 %{_datadir}/services/amarok_generic-mediadevice.desktop
 %{_libdir}/kde3/libamarok_generic-mediadevice.*
-# iRiver device support
+# iRiver
 %{_datadir}/services/amarok_ifp-mediadevice.desktop
 %{_libdir}/kde3/libamarok_ifp-mediadevice.*
 # Creative Zen
@@ -245,6 +270,10 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 30 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.2-1
+- update to 1.4.2
+- don't build on x86_64 (requested by the amarok devs)
+
 * Wed Jul 19 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.1-3
 - fix the gstreamer engine (wrong X-KDE-Amarok-framework-version)
 

diff --git a/needs.rebuild b/needs.rebuild
deleted file mode 100644
index 815fd29..0000000
--- a/needs.rebuild
+++ /dev/null
@@ -1 +0,0 @@
-http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild

diff --git a/sources b/sources
index dbbf522..634b322 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-4ed6e766541c4227d1d8c8eb93d0b891  amarok-1.4.1.tar.bz2
-284b8d0e1e94ab24322aa24f67a7cee1  amarok-1.4.1-beta1-gst10-2.tar.bz2
+a1e5aac4294eb049021d1e2889c0d214  amarok-1.4.2.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.2 Aurelien Bompard

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