public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10: auto-import changelog data from amarok-1.0.1-0.fdr.2.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 : 0c77691e7710cb28d72cca7978673c405d6077ab
Author : cvsextras <cvsextras@fedoraproject.org>
Date : 2004-11-08T04:02:13+00:00
Stats : +192/-0 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/amarok/c/0c77691e7710cb28d72cca7978673c405d6077ab?branch=epel10
Log:
auto-import changelog data from amarok-1.0.1-0.fdr.2.2.src.rpm
1.0.1-0.fdr.2
- add Requires: xorg-x11-devel because of a qt packaging bug
1.0.1-0.fdr.1
- version 1.0.1 (bugfixes)
1.0-0.fdr.3
- remove BR: xine-lib-devel
- add BR: xorg-x11-Mesa-libGL and libselinux-devel
1.0-0.fdr.2
- add translations
1.0-0.fdr.1
- version 1.0 final
1.0-0.fdr.0.1.beta4
- update to beta4
Sun May 09 2004 Aurelien Bompard <gauret[AT]free.fr> 1.0-0.fdr.0.1.beta3
- version 1.0-beta3
Fri Apr 23 2004 Aurelien Bompard <gauret[AT]free.fr> 1.0-0.fdr.0.1.beta2
- version 1.0-beta2
- use desktop-file-install
- remove .la files
- remove --enable-final (won't build with it)
Thu Apr 15 2004 Aurelien Bompard <gauret[AT]free.fr> 1.0-0.fdr.0.1.beta1
- version 1.0-beta1
- reduce BuildRequires : arts-devel already requires arts, libvorbis-devel
and audiofile-devel
0.9-0.fdr.1
- version 0.9
Wed Feb 11 2004 Aurelien Bompard <gauret[AT]free.fr> 0.8.3-0.fdr.1
- initial package
---
diff --git a/.cvsignore b/.cvsignore
index e69de29..013b1c9 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+amarok-1.0.1.tar.bz2
diff --git a/amarok.desktop b/amarok.desktop
new file mode 100644
index 0000000..9cec8ca
--- /dev/null
+++ b/amarok.desktop
@@ -0,0 +1,33 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+Name=AmaroK Audio Player
+Name[fr]=AmaroK
+GenericName=Audio Player
+GenericName[da]=Lydafspiller
+GenericName[de]=Audio Wiedergabeprogramm
+GenericName[el]=Αναπαραγωγέας μουσικής
+GenericName[es]=Reproductor de audio
+GenericName[et]=Helifailide mängija
+GenericName[fr]=Lecteur audio
+GenericName[nl]=Audiospeler
+GenericName[pt]=Leitor de Áudio
+GenericName[pt_BR]=Tocador de Mídia
+GenericName[sv]=Ljudspelare
+Exec=amarok -caption "%c" %U
+Comment=Uncle Rodney says, "10/10, amaroK is seriously super!"
+Comment[da]=Onkel Rodney siger, "10/10, amaroK er virkelig super!"
+Comment[de]=Onkel Rodney sagt, "10/10, amaroK is seriously super!"
+Comment[es]=El tio Rodney dice, "'10/10, amaroK es seriamente super!"
+Comment[et]=Onu Ronni ütleb: "Täitsa lõpp, amaroK on ikka superhea!"
+Comment[nl]=Oom Rodney zegt, "10/10, amaroK is werkelijk fantastisch!"
+Comment[pt]=O Tio Rodney diz, "10/10, amaroK é excelente!"
+Comment[pt_BR]=O Tio Rodney disse: "10/10, amaroK é muito bom!"
+Comment[sv]=Farbror Rodney säger, "10/10, amaroK är verkligen fantastiskt!"
+Icon=amarok
+MimeType=application/x-ogg;audio/x-vorbis;audio/basic;audio/x-mod;audio/x-mp3;audio/x-scpls;audio/x-mpegurl;audio/x-sid;audio/x-wav
+Terminal=false
+Categories=Qt;KDE;AudioVideo;
+Actions=Enqueue;
+X-KDE-StartupNotify=false
diff --git a/amarok.servicemenu b/amarok.servicemenu
new file mode 100644
index 0000000..05087b3
--- /dev/null
+++ b/amarok.servicemenu
@@ -0,0 +1,19 @@
+[Desktop Entry]
+Encoding=UTF-8
+ServiceTypes=application/x-ogg,audio/x-vorbis,audio/basic,audio/x-mod,audio/x-mp3,audio/x-scpls,audio/x-mpegurl,audio/x-sid,audio/x-wav,inode/directory
+Actions=Enqueue
+
+[Desktop Action Enqueue]
+Exec=amarok -caption "%c" -e %U
+Name=Enqueue in amaroK
+Name[az]=AmaroK-da aç
+Name[da]=Enqueue i amaroK
+Name[de]=In amaroK Stückliste einfügen
+Name[es]=Encolar en amaroK
+Name[et]=AmaroKi nimekirja
+Name[fr]=Mettre dans la liste de lecture d'AmaroK
+Name[nl]=Wachtrij in amaroK
+Name[pt]=Colacar em fila no amaroK
+Name[pt_BR]=Enfileirar no amaroK
+Name[sv]=Köa i amaroK
+Icon=amarok.png
diff --git a/amarok.spec b/amarok.spec
new file mode 100644
index 0000000..2a1bcf8
--- /dev/null
+++ b/amarok.spec
@@ -0,0 +1,138 @@
+Name: amarok
+Summary: Media player for KDE
+Version: 1.0.1
+Release: 0.fdr.2.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
+Source1: amarok.desktop
+Source2: amarok.servicemenu
+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: desktop-file-utils, gettext
+BuildRequires: libselinux-devel, xorg-x11-Mesa-libGL
+BuildRequires: gstreamer-devel >= 0:0.8
+BuildRequires: gstreamer-plugins-devel >= 0:0.8
+
+Requires: kdemultimedia >= 6:3.2
+# Fix OpenGL analyzers because of a qt packaging bug
+Requires: xorg-x11-devel
+
+%description
+Amarok is a KDE multimedia player with:
+ - fresh playlist concept, very fast to use, with drag and drop
+ - plays all formats supported by aRts or gstreamer
+ - audio effects, like reverb and compressor
+ - compatible with the .m3u and .pls formats for playlists
+ - nice GUI, integrates into the KDE look, but with a unique touch
+
+
+%prep
+%setup -q
+
+%build
+unset QTDIR || : ; . /etc/profile.d/qt.sh
+%configure \
+ --disable-rpath \
+ --disable-debug \
+# --enable-final
+make %{?_smp_mflags}
+
+%install
+rm -fr $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+# desktop files
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
+
+desktop-file-install --vendor fedora \
+ --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+ --add-only-show-in KDE \
+ --add-category Application \
+ --add-category X-Fedora \
+ %{SOURCE1}
+
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/apps/konqueror/servicemenus
+install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/apps/konqueror/servicemenus/%name.desktop
+
+rm -f $RPM_BUILD_ROOT%{_datadir}/applnk/Multimedia/%{name}.desktop
+rm -f $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop
+# Amarok crashes without the *.la files !
+#find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
+
+# rename .mo files from amarok-%version.mo to amarok.mo
+for file in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/amarok-%version.mo; do
+ mv "$file" "`dirname $file`/`basename $file -%version.mo`.mo"
+done
+%find_lang %{name}
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%clean
+rm -fr $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(-,root,root)
+%_bindir/*
+%_datadir/apps/%{name}
+%_datadir/icons/*/*/*
+%{_datadir}/applications/*.desktop
+%{_datadir}/services/*.desktop
+%{_datadir}/servicetypes/*.desktop
+%{_datadir}/apps/konqueror/servicemenus/*.desktop
+%{_libdir}/lib*
+%{_libdir}/kde3/lib*
+%{_libdir}/mcop/Amarok
+%{_libdir}/mcop/amarok*
+%{_datadir}/config/amarokrc
+%{_datadir}/config.kcfg/amarok.kcfg
+%{_datadir}/doc/HTML/*/amarok
+
+
+%changelog
+* 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
+
+* Tue Jun 29 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0.1-0.fdr.1
+- version 1.0.1 (bugfixes)
+
+* Mon Jun 21 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0-0.fdr.3
+- remove BR: xine-lib-devel
+- add BR: xorg-x11-Mesa-libGL and libselinux-devel
+
+* Thu Jun 17 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0-0.fdr.2
+- add translations
+
+* Thu Jun 17 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0-0.fdr.1
+- version 1.0 final
+
+* Tue Jun 01 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0-0.fdr.0.1.beta4
+- update to beta4
+
+* Sun May 09 2004 Aurelien Bompard <gauret[AT]free.fr> 1.0-0.fdr.0.1.beta3
+- version 1.0-beta3
+
+* Fri Apr 23 2004 Aurelien Bompard <gauret[AT]free.fr> 1.0-0.fdr.0.1.beta2
+- version 1.0-beta2
+- use desktop-file-install
+- remove .la files
+- remove --enable-final (won't build with it)
+
+* Thu Apr 15 2004 Aurelien Bompard <gauret[AT]free.fr> 1.0-0.fdr.0.1.beta1
+- version 1.0-beta1
+- reduce BuildRequires : arts-devel already requires arts, libvorbis-devel
+ and audiofile-devel
+
+* Mon Mar 08 2004 Aurelien Bompard <gauret[AT]free.fr> 0:0.9-0.fdr.1
+- version 0.9
+
+* Wed Feb 11 2004 Aurelien Bompard <gauret[AT]free.fr> 0.8.3-0.fdr.1
+- initial package
diff --git a/sources b/sources
index e69de29..d765ff9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3572e1bbbc76d3985af9a982f22a5da8 amarok-1.0.1.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.1-0.fdr.2.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