public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10: auto-import changelog data from amarok-1.0.2-0.fdr.1.2.src.rpm
@ 2026-07-06 18:03 cvsextras
  0 siblings, 0 replies; only message in thread
From: cvsextras @ 2026-07-06 18:03 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/amarok
            Branch : epel10
            Commit : a4fe735db3d898869eec729e48299d06fdb1b51b
            Author : cvsextras <cvsextras@fedoraproject.org>
            Date   : 2004-11-08T04:02:16+00:00
            Stats  : +50/-10 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/amarok/c/a4fe735db3d898869eec729e48299d06fdb1b51b?branch=epel10

            Log:
            auto-import changelog data from amarok-1.0.2-0.fdr.1.2.src.rpm
1.0.2-0.fdr.1
- version 1.0.2
- added new xine engine
1.0.1-0.fdr.3
- remove BR: libselinux-devel: RH fixed the bug

---
diff --git a/.cvsignore b/.cvsignore
index 013b1c9..ab58c16 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-amarok-1.0.1.tar.bz2
+amarok-1.0.2.tar.bz2

diff --git a/amarok.spec b/amarok.spec
index 2a1bcf8..c23a926 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -1,13 +1,19 @@
+# Rebuild switch: 
+#  --with xine    Enables xine engine
+#
+
+%{?_with_xine: %define use_xine 1}
+
 Name:   	amarok
 Summary:    Media player for KDE
-Version: 	1.0.1
-Release: 	0.fdr.2.2
+Version: 	1.0.2
+Release: 	0.fdr.1.2
 Epoch:      0
 
 Group: 		Applications/Multimedia
 License:  	GPL
 Url:		http://amarok.kde.org
-Source0: 	http://dl.sf.net/amarok/amarok-1.0.1.tar.bz2
+Source0: 	http://dl.sf.net/amarok/amarok-1.0.2.tar.bz2
 Source1:    amarok.desktop
 Source2:    amarok.servicemenu
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -15,14 +21,19 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	kdelibs-devel libjpeg-devel libpng-devel 
 BuildRequires:  glib2-devel kdemultimedia-devel
 BuildRequires:  libmng-devel alsa-lib-devel 
-BuildRequires:  taglib-devel esound-devel
+BuildRequires:  taglib-devel, esound-devel, xmms-devel
 BuildRequires:  desktop-file-utils, gettext
-BuildRequires:  libselinux-devel, xorg-x11-Mesa-libGL
+BuildRequires:  xorg-x11-Mesa-libGL
 BuildRequires:  gstreamer-devel >= 0:0.8
 BuildRequires:  gstreamer-plugins-devel >= 0:0.8
 
+%if  0%{?use_xine}
+BuildRequires:  xine-lib-devel
+BuildRequires:  libmad-devel
+%endif
+
 Requires:   kdemultimedia >= 6:3.2
-# Fix OpenGL analyzers because of a qt packaging bug
+# Fix OpenGL analyzers because of a qt packaging bug (#126422)
 Requires:   xorg-x11-devel
 
 %description
@@ -33,6 +44,17 @@ Amarok is a KDE multimedia player with:
  - compatible with the .m3u and .pls formats for playlists
  - nice GUI, integrates into the KDE look, but with a unique touch
 
+%if 0%{?use_xine}
+%package xine
+Summary:    Xine engine for Amarok
+Group:      Applications/Multimedia
+Requires:   %{name} = %{epoch}:%{version}
+
+%description xine
+Amarok can also use the xine engine to decode sound. This package
+enables it
+%endif
+
 
 %prep
 %setup  -q 
@@ -42,6 +64,9 @@ unset QTDIR || : ; . /etc/profile.d/qt.sh
 %configure \
      --disable-rpath \
      --disable-debug \
+%if 0%{?use_xine}
+     --with-xine
+%endif
 #     --enable-final 
 make %{?_smp_mflags}
 
@@ -85,19 +110,34 @@ rm -fr $RPM_BUILD_ROOT
 %_datadir/apps/%{name}
 %_datadir/icons/*/*/*
 %{_datadir}/applications/*.desktop
-%{_datadir}/services/*.desktop
+%{_datadir}/services/amarok_artsengine_plugin.desktop
+%{_datadir}/services/amarok_gstengine_plugin.desktop
 %{_datadir}/servicetypes/*.desktop
 %{_datadir}/apps/konqueror/servicemenus/*.desktop
 %{_libdir}/lib*
-%{_libdir}/kde3/lib*
+%{_libdir}/kde3/libamarok_artsengine_plugin.*
+%{_libdir}/kde3/libamarok_gstengine_plugin.*
 %{_libdir}/mcop/Amarok
 %{_libdir}/mcop/amarok*
 %{_datadir}/config/amarokrc
 %{_datadir}/config.kcfg/amarok.kcfg
 %{_datadir}/doc/HTML/*/amarok
 
+%if 0%{?use_xine}
+%files xine
+%defattr(-,root,root)
+%{_libdir}/kde3/libamarok_xineengine_plugin.*
+%{_datadir}/services/amarok_xineengine_plugin.desktop
+%endif
 
 %changelog
+* Thu Aug 05 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0.2-0.fdr.1
+- version 1.0.2
+- added new xine engine
+
+* Tue Jul 13 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0.1-0.fdr.3
+- remove BR: libselinux-devel: RH fixed the bug
+
 * Wed Jun 30 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0.1-0.fdr.2
 - add Requires: xorg-x11-devel because of a qt packaging bug
 

diff --git a/sources b/sources
index d765ff9..9dcc2c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3572e1bbbc76d3985af9a982f22a5da8  amarok-1.0.1.tar.bz2
+63f4ede35c93c769061bd18d5f3e979c  amarok-1.0.2.tar.bz2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-06 18:03 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:03 [rpms/amarok] epel10: auto-import changelog data from amarok-1.0.2-0.fdr.1.2.src.rpm cvsextras

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