Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 207941 Details for
Bug 242862
Amarok doesn't support transfer of Unicode filenames to MTP devices
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
.spec file for Amarok with the MTP unicode issue fixed
amarok.spec (text/x-rpm-spec), 18.44 KB, created by
Gian Paolo Mureddu
on 2007-09-27 08:52:06 UTC
(
hide
)
Description:
.spec file for Amarok with the MTP unicode issue fixed
Filename:
MIME Type:
Creator:
Gian Paolo Mureddu
Created:
2007-09-27 08:52:06 UTC
Size:
18.44 KB
patch
obsolete
># TODO: ># Rio Karma support : libkarma > >Name: amarok >Summary: Media player for KDE >Version: 1.4.7 >Release: 3%{?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/%{version}/src/amarok-%{version}.tar.bz2 >Source0: ftp://ftp.kde.org/pub/kde/stable/amarok/%{version}/src/amarok-%{version}.tar.bz2 > ># MTP correction patch > >Patch1: mtpmediadevice.patch > >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >BuildRequires: kdemultimedia-devel >= 6:3.2 >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 >BuildRequires: libtool-ltdl-devel >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 ># Ipod >BuildRequires: libgpod-devel ># Creative Nomad Jukebox >BuildRequires: libnjb-devel ># MTP players >BuildRequires: libmtp-devel >## Gstreamer engine >#BuildRequires: gstreamer-plugins-base-devel, gstreamer-plugins-good-devel, gstreamer-devel ># Helix engine on archs where it is available >%ifnarch ppc64 x86_64 s390 s390x ia64 sparc sparc64 >BuildRequires: HelixPlayer >%endif > ># For some default plugins (lyrics) >Requires: ruby > ># Bug 245386 >Requires: kdelibs >= 6:3.5.7 > >Requires(post): desktop-file-utils >Requires(postun): desktop-file-utils > >Obsoletes: amarok-arts < 1.3, amarok-akode < 1.3 >Provides: amarok-devel = %{version}-%{release} > > >%description >Amarok is a KDE multimedia player with: > - fresh playlist concept, very fast to use, with drag and drop > - plays all formats supported by the various engines > - 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 > >Amarok can use various engines to decode sound : helix and xine. >(gstreamer is in the works) >To use the helix engine, you'll have to install either HelixPlayer >or RealPlayer > > >%package visualisation >Summary: Visualisation plugins for Amarok >Group: Applications/Multimedia >Requires: %{name} = %{version} ># No plugins by default, we need libvisual-plugins >Requires: libvisual-plugins > >%description visualisation >Amarok can use visualisation plugins from different origins. >Right now, only xmms is supported, which means that you can >use any of xmms' visualisation plugins with Amarok. > > > >%prep >%setup -q >%patch1 -p1 > > > >%build >unset QTDIR && . %{_sysconfdir}/profile.d/qt.sh >%configure \ > --disable-debug \ > --disable-rpath \ > --with-gstreamer10 \ > --enable-mysql \ > --enable-postgresql \ > --with-ifp \ > --with-libgpod \ > --without-mp4v2 \ >%ifnarch ppc64 x86_64 s390 s390x ia64 sparc sparc64 > --with-helix=%{_libdir}/helix \ >%endif ># --enable-final \ ># --with-nmm \ ># --with-mas > ># fails with smp flags >#make %{?_smp_mflags} >make > > >%install >rm -fr $RPM_BUILD_ROOT >make install DESTDIR=$RPM_BUILD_ROOT > ># desktop files >mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications >mkdir -p $RPM_BUILD_ROOT%{_datadir}/apps/konqueror/servicemenus > >desktop-file-install --vendor "" \ > --dir $RPM_BUILD_ROOT%{_datadir}/applications/kde \ > --delete-original \ > $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop > >#rm -f $RPM_BUILD_ROOT%{_datadir}/applications/kde/amarokapp.desktop ># Amarok crashes without the *.la files ! >#find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' ># Remove the *.la file in /usr/lib though, those are OK to delete >rm -f $RPM_BUILD_ROOT%{_libdir}/*.la > > >%find_lang %{name} ># HTML >for lang_dir in $RPM_BUILD_ROOT%{_docdir}/HTML/* ; do > lang=$(basename $lang_dir) > [ "$lang" == "en" ] && d=en/%{name} || d=$lang > echo "%lang($lang) %doc %{_docdir}/HTML/$d" >> %{name}.lang >done > > >%post ># update icon themes if necessary >touch --no-create %{_datadir}/icons/hicolor || : >if [ -x %{_bindir}/gtk-update-icon-cache ]; then > %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : >fi >update-desktop-database &> /dev/null ||: >ldconfig > >%postun ># update icon themes if necessary >touch --no-create %{_datadir}/icons/hicolor || : >if [ -x %{_bindir}/gtk-update-icon-cache ]; then > %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : >fi >update-desktop-database &> /dev/null ||: >ldconfig > > >%clean >rm -fr $RPM_BUILD_ROOT > > >%files -f %{name}.lang >%defattr(-,root,root) >%doc COPYING AUTHORS ChangeLog README >%{_bindir}/amarok >%{_bindir}/amarokapp >%{_bindir}/amarokcollectionscanner >%{_bindir}/amarok_proxy.rb >%{_datadir}/apps/%{name} >%{_datadir}/icons/hicolor/*/* >%{_datadir}/applications/kde/*.desktop >%{_datadir}/servicetypes/*.desktop >%{_datadir}/apps/konqueror/servicemenus/*.desktop >%{_libdir}/kde3/konqsidebar_universalamarok.* >%{_libdir}/libamarok.* >%{_datadir}/apps/konqsidebartng/*/amarok.desktop >%{_datadir}/apps/profiles/amarok.profile.xml >%{_datadir}/config/amarokrc >%{_datadir}/config.kcfg/*.kcfg >%{_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.* >%{_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 >%{_datadir}/services/amarok_generic-mediadevice.desktop >%{_libdir}/kde3/libamarok_generic-mediadevice.* ># iRiver >%{_datadir}/services/amarok_ifp-mediadevice.desktop >%{_libdir}/kde3/libamarok_ifp-mediadevice.* ># Creative Zen >%{_datadir}/services/amarok_njb-mediadevice.desktop >%{_libdir}/kde3/libamarok_njb-mediadevice.* ># MTP players >%{_datadir}/services/amarok_mtp-mediadevice.desktop >%{_libdir}/kde3/libamarok_mtp-mediadevice.* ># Rio Karma >#%{_datadir}/services/amarok_riokarma-mediadevice.desktop >#%{_libdir}/kde3/libamarok_riokarma-mediadevice.* ># 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.* ># Helix engine >%ifnarch ppc64 x86_64 s390 s390x ia64 sparc sparc64 >%{_libdir}/kde3/libamarok_helixengine_plugin.* >%{_datadir}/services/amarok_helixengine_plugin.desktop >%endif > > > > >%files visualisation >%defattr(-,root,root) >%{_bindir}/amarok_libvisual > > > >%changelog >* Thu Sep 27 2007 Gian Paolo Mureddu <gmureddu@prodigy.net.mx> 1.4.7-3 >- Fixed issue with Amarok not being able to send files with unicode names > >* Sat Aug 18 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.4.7-2 >- version 1.4.7 > >* Sun Aug 05 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.4.6-3 >- rebuild for new libmtp (bug 250905) > >* Wed Jun 27 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.4.6-2 >- add explicit Requires on kdelibs >= 3.5.7 to fix bug 245386 > >* Mon Jun 18 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.4.6-1 >- version 1.4.6 > >* Mon Feb 19 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.4.5-4 >- have the visualisation subpackage require libvisual-plugins (bug 229131) > >* Thu Feb 15 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.4.5-3 >- fix patch (provided by upstream) > >* Wed Feb 14 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.4.5-2 >- add patch to fix CVE-2006-6979 (bug 228138) > >* Sat Feb 03 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.4.5-1 >- version 1.4.5 >- drop patch0 and patch1 (merged upstream) > >* Thu Jan 25 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.4.4-7 >- add patch to enable building with libgpod >= 0.4.2, thanks go to Todd Zullinger > >* Wed Jan 17 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.4.4-6 >- rebuild for new libgpod > >* Thu Jan 11 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.4.4-5 >- HelixPlayer is not available on Sparc, exclude it from this arch too > (#221058) > >* Tue Dec 19 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.4-4 >- add patch to make lastfm work with xine-lib 1.1.3 (sent by upstream) > >* Sat Dec 09 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.4-3 >- rebuild > >* Wed Dec 06 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.4-2 >- rebuild > >* 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 > >* Thu Oct 05 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.3-5 >- add libmtp support > >* Sun Oct 01 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.3-4 >- rebuild > >* Fri Sep 15 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.3-3 >- add patch for playlist encoding > >* Wed Sep 13 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.3-2 >- buildrequires ruby-devel (checked by configure) > >* Wed Sep 13 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.3-1 >- update to 1.4.3 > >* Thu Aug 31 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.2-2 >- add amarok patchset 1 > >* 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) > >* Sat Jul 08 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.1-2 >- BuildRequires ruby > >* Sat Jul 08 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.1-1 >- version 1.4.1 >- make it possible to build the gst10 engine with a "--with gst10" switch > >* Wed May 24 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4.0-5 >- Require HelixPlayer on archs where it is the only engine available > >* Sun May 21 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4.0-4 >- really fix building gst engine on x86_64 > >* Sun May 21 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4.0-3 >- missing buildrequires > >* Sun May 21 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4.0-2 >- gstreamer engine has been disabled, bring it back in SOURCE1 > where Helix is unavailable (only engine available) > >* 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 > >* Sun Apr 09 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.11.beta3 >- drop the non-free bits >- beta 3 (akode has been disabled) > >* Wed Mar 22 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.10.beta2 >- enable libgpod support > >* Wed Mar 22 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.9.beta2 >- make amarok build even with gstreamer only > >* Sun Mar 05 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.8.beta2 >- version 1.4 beta2 > >* Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.7.beta1 >- disable build of Helix engine on x86_64 > >* Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.6.beta1 >- remove requirement on HelixPlayer for x86_64, amarok include the headers > >* Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.5.beta1 >- build Helix engine on x86_64 > >* Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.4.beta1 >- fix gstramer 0.10 detection again > >* Mon Feb 20 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.3.beta1 >- fix gstreamer 0.10 detection > >* Fri Feb 17 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.1.beta1 >- fix gstreamer dependency > >* Wed Feb 15 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.1.beta1 >- version 1.4-beta1 > >* Sun Feb 12 2006 Aurelien Bompard <gauret[AT]free.fr> 1.3.8-2 >- fix BR for gstreamer < 0.10 > >* Sat Jan 21 2006 Aurelien Bompard <gauret[AT]free.fr> 1.3.8-1 >- version 1.3.8 > >* Wed Dec 07 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3.7-1 >- version 1.3.7 > >* Sun Nov 20 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3.6-2 >- build with libtunepimp >- add patch to use libtunepimp 0.4.0 (api changed) > >* Tue Nov 08 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3.6-1 >- version 1.3.6 >- BR libGL instead of xorg-x11-Mesa-libGL to prepare for X11R7 > >* Tue Oct 25 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3.5-1 >- version 1.3.5 > >* Mon Oct 24 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3.4-1 >- version 1.3.4 >- add mysql and postgresql support >- update desktop database >- add %%doc files > >* Thu Oct 13 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3.3-1 >- version 1.3.3 >- drop endian patch > >* Wed Sep 21 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3.2-1 >- version 1.3.2 >- remove patch 4 (applied upstream) > >* Sat Sep 10 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3.1-2 >- add patch from upstream to fix alsasink in gstreamer >- default to autoaudiosink for gstreamer > >* Mon Sep 05 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3.1-1 >- version 1.3.1 > >* Tue Aug 23 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3-6 >- add version to obsoletes > >* Tue Aug 23 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3-5 >- add missing Obsoletes. > >* Mon Aug 22 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3-4 >- fix endian declaration on ppc > >* Mon Aug 22 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3-3 >- dont build the Helix engine on arches where HelixPlayer is not built > >* Mon Aug 22 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3-2 >- disable the akode engine (disabled upstream, see Changelog) >- merge in the Helix engine, since it does not have special Requires. > HelixPlayer or RealPlayer need to be installed manually (either one) >- updated description > >* Mon Aug 22 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3-1 >- update to version 1.3 >- add Michel Salim's improvements: > - call gtk-update-icon-cache to (de-)register icons > - new output plugin subpackage: helix > - patched gst and helix plugins' default settings > >* Fri Jul 01 2005 Aurelien Bompard <gauret[AT]free.fr> 1.2.4-6 >- remove -arts subpackage, it is useless > >* Thu Jun 2 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2.4-6.fc5 >- remove temporary work-around from 1.2.4-2.fc4 >- add patch to fix several missing forward declarations which let > compilation with gcc >= 4.0.0-9 fail >- re-enable SMP make flags > >* Thu Jun 2 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2.4-5.fc4 >- disable SMP make flags, since previous release failed miserably on > i386 while the one before it succeeded > >* Thu Jun 2 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2.4-4.fc4 >- set QTLIB and QTINC, so configure script does not search for Qt in > QTDIR/lib64 on 64-bit multilib platforms > >* Thu Jun 2 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2.4-3.fc4 >- try to fix build problems (#158654): always set QTDIR, always > buildrequire libtool-ltdl-devel, disable %%fedora conditional BR > >* Thu Jun 2 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2.4-2.fc4 >- temporarily add patch to work around Fedora Core bug 159090 > >* Mon May 23 2005 Aurelien Bompard <gauret[AT]free.fr> 1.2.4-1 >- version 1.2.4 >- use dist tag >- conditional builds for fc3 and fc4 > >* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1.2.3-2.fc4 >- rebuild on all arches > >* Tue Mar 29 2005 Aurelien Bompard <gauret[AT]free.fr> 1.2.3-1.fc4 >- version 1.2.3 >- add libtool to BuildRequirements >- change release tag for FC4 >- add a subpackage for aKode engine > >* Mon Mar 14 2005 Aurelien Bompard <gauret[AT]free.fr> 1.2.2-1 >- version 1.2.2 > >* Sat Mar 05 2005 Aurelien Bompard <gauret[AT]free.fr> 1.2.1-1 >- version 1.2.1 (bugfixes) > >* Mon Feb 14 2005 Aurelien Bompard <gauret[AT]free.fr> 1.2-2 >- show in the GNOME menus too > >* Sun Feb 13 2005 Aurelien Bompard <gauret[AT]free.fr> 1.2-1 >- version 1.2 final >- drop --disable-rpath, won't build with it. >- drop epoch > >* Thu Feb 10 2005 Aurelien Bompard <gauret[AT]free.fr> 0:1.2-0.2.beta4 >- version 1.2 beta 4 > >* Sat Nov 27 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.2-0.fdr.0.1.beta1 >- version 1.2beta 1 >- minor cleanups >- don't ship the desktop files, split the provided one instead > >* Sun Oct 24 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.1.1-0.fdr.2 >- clean-up buildrequires >- fix --with xine switch >- make a -visualisation subpackage for visualisation plugins >- make a -arts subpackage to lower dependencies > >* Wed Oct 20 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.1.1-0.fdr.1 >- version 1.1.1 > >* Mon Sep 27 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.1.0-0.fdr.2 >- improve buildrequires > >* Sun Sep 26 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.1.0-0.fdr.1 >- version 1.1 final > >* Tue Sep 14 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.1.0-0.fdr.0.1.beta2 >- version 1.1 beta2 > >* 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 > >* 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 242862
: 207941 |
207951