Author: baggins Date: Wed May 17 14:33:15 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - from HEAD
---- Files affected: SPECS: rhythmbox.spec (1.52.2.1 -> 1.52.2.2) ---- Diffs: ================================================================ Index: SPECS/rhythmbox.spec diff -u SPECS/rhythmbox.spec:1.52.2.1 SPECS/rhythmbox.spec:1.52.2.2 --- SPECS/rhythmbox.spec:1.52.2.1 Wed Feb 8 18:16:46 2006 +++ SPECS/rhythmbox.spec Wed May 17 16:33:09 2006 @@ -1,48 +1,58 @@ # $Revision$, $Date$ +# +# Conditional build: +%bcond_without ipod # build without iPod support +# Summary: Music Management Application Summary(pl): Aplikacja do zarządzania muzyką Name: rhythmbox -Version: 0.9.3.1 +Version: 0.9.4.1 Release: 1 License: GPL v2+ Group: Applications Source0: http://ftp.gnome.org/pub/gnome/sources/rhythmbox/0.9/%{name}-%{version}.tar.bz2 -# Source0-md5: 0b63402c35c10de5581d79f5157a0739 +# Source0-md5: d725eb7134d1997efe28285715ebc05e Patch0: %{name}-desktop.patch Patch1: %{name}-broken_locale.patch Patch2: %{name}-gtk2.8-crash.patch +Patch3: %{name}-pyc.patch URL: http://www.rhythmbox.org/ BuildRequires: autoconf BuildRequires: automake +BuildRequires: avahi-glib-devel BuildRequires: dbus-glib-devel >= 0.35 -BuildRequires: gstreamer-GConf-devel >= 0.8.8 -BuildRequires: gstreamer-devel >= 0.8.9 -BuildRequires: gstreamer-plugins-devel >= 0.8.8 -BuildRequires: gnome-vfs2-devel >= 2.10.0-2 +BuildRequires: gnome-vfs2-devel >= 2.14.0 +BuildRequires: gstreamer-devel >= 0.10.2 +BuildRequires: gstreamer-GConf >= 0.10 +BuildRequires: gstreamer-plugins-base-devel >= 0.10 BuildRequires: gtk+2-devel >= 2:2.8.0 BuildRequires: hal-devel >= 0.5.4 -BuildRequires: howl-devel BuildRequires: intltool BuildRequires: libbonobo-devel >= 2.8.0 BuildRequires: libglade2-devel >= 1:2.5.1 -BuildRequires: libgnomeui-devel >= 2.10.0-2 -BuildRequires: libgpod-devel +BuildRequires: libgnomeui-devel >= 2.14.0 +%{?with_ipod:BuildRequires: libgpod-devel} BuildRequires: libmusicbrainz-devel >= 2.0.1 +BuildRequires: libnotify-devel >= 0.2.2 +BuildRequires: libsexy-devel >= 0.1.5 +BuildRequires: libsoup-devel BuildRequires: libtool -BuildRequires: nautilus-cd-burner-devel >= 2.9.0 +BuildRequires: nautilus-cd-burner-devel >= 2.14.0.1-2 BuildRequires: pkgconfig +BuildRequires: python-pygtk-devel >= 2.6.0 BuildRequires: rpmbuild(macros) >= 1.176 BuildRequires: scrollkeeper BuildRequires: totem-devel >= 1.1.3 BuildRequires: zlib-devel +%pyrequires_eq python-modules Requires(post,preun): GConf2 Requires(post,postun): desktop-file-utils Requires(post,postun): scrollkeeper Requires: dbus >= 0.35 -Requires: gstreamer-audio-effects >= 0.8.8 -Requires: gstreamer-audio-formats >= 0.8.8 +Requires: gstreamer-audio-effects-base >= 0.10 +Requires: gstreamer-audio-formats >= 0.10 Requires: gstreamer-audiosink -Requires: gstreamer-gnomevfs >= 0.8.8 +Requires: gstreamer-gnomevfs >= 0.10 Requires: gtk+2 >= 2:2.6.3 Obsoletes: net-rhythmbox BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -60,6 +70,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 # broken rm po/{ar,mn}.po @@ -74,11 +85,13 @@ %{__autoconf} %configure \ --disable-schemas-install \ + --disable-scrollkeeper \ --with-bonobo \ --with-cd-burner \ --with-dbus \ - --with-ipod \ - --with-mds=howl + %{!?with_ipod:--without-ipod} \ + --with-mds=avahi \ + --with-internal-libsexy=no %{__make} %install @@ -96,6 +109,7 @@ %find_lang %{name} --with-gnome --all-name rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/lib*.{la,a} +rm -f $RPM_BUILD_ROOT%{_libdir}/rhythmbox/plugins/*.{a,la,py} rm -rf $RPM_BUILD_ROOT%{_datadir}/application-registry rm -rf $RPM_BUILD_ROOT%{_datadir}/mime-info @@ -126,6 +140,14 @@ %doc AUTHORS ChangeLog README NEWS %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/bonobo/*.so +%attr(755,root,root) %{_libdir}/rhythmbox-metadata + +%dir %{_libdir}/rhythmbox +%dir %{_libdir}/rhythmbox/plugins +%attr(755,root,root) %{_libdir}/rhythmbox/plugins/*.so +%{_libdir}/rhythmbox/plugins/*-plugin +%{_libdir}/rhythmbox/plugins/*.py[co] + %{_datadir}/idl/* %{_datadir}/%{name} %{_datadir}/dbus-1/services/*.service @@ -142,8 +164,36 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.52.2.1 2006/02/08 17:16:46 freetz -- 0.9.3.1 for Ac +Revision 1.52.2.2 2006/05/17 14:33:09 baggins +- from HEAD + +Revision 1.60 2006/04/25 21:37:38 paladine +- added ipod bcond + +Revision 1.59 2006/04/25 16:15:38 freetz +- 0.9.4.1 + +Revision 1.58 2006/04/16 11:10:08 freetz +- 0.9.4, updated build time options, BR/R, updated file list, removed + unneed files + +Revision 1.57 2006/03/15 11:03:13 wiget +- require nautilus-cd-burner with fixed NAUTILUS_BURN_VERSION_MICRO macro +- release 2 + +Revision 1.56 2006/02/18 11:16:23 freetz +- rhythmbox can burn CDs without any external help, reverted last change + (tested, I can't reproduce any crash and CD burning works perfectly + without nautilus-cd-burner) + +Revision 1.55 2006/02/17 21:13:44 aredridel +- add R: nautilius-cd-burner (crashes on trying to burn a CD without) + +Revision 1.54 2006/02/04 10:30:28 freetz +- 0.9.3.1 + +Revision 1.53 2006/02/02 13:58:29 freetz +- 0.9.3, use gstreamer 0.10, switched to avahi, updaed BR/R Revision 1.52 2005/11/28 18:13:36 freetz - 0.9.2, dropped hal requirement (ankry uses rhythmbox on a 2.4.x box), ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rhythmbox.spec?r1=1.52.2.1&r2=1.52.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
