Author: glen Date: Tue May 22 21:53:51 2012 GMT Module: packages Tag: HEAD ---- Log message: - clutter, mx deps for visualization
---- Files affected: packages/rhythmbox: rhythmbox.spec (1.160 -> 1.161) ---- Diffs: ================================================================ Index: packages/rhythmbox/rhythmbox.spec diff -u packages/rhythmbox/rhythmbox.spec:1.160 packages/rhythmbox/rhythmbox.spec:1.161 --- packages/rhythmbox/rhythmbox.spec:1.160 Tue May 22 23:47:10 2012 +++ packages/rhythmbox/rhythmbox.spec Tue May 22 23:53:46 2012 @@ -4,13 +4,14 @@ %bcond_without ipod # build without iPod support %bcond_without mtp # build without MTP support %bcond_without daap # build without DAAP support +%bcond_without vis # build without Visualization support Summary: Music Management Application Summary(hu.UTF-8): Zenelejátszó alkalmazás Summary(pl.UTF-8): Aplikacja do zarządzania muzyką Name: rhythmbox Version: 2.96 -Release: 0.4 +Release: 0.5 License: GPL v2+ Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/%{version}/%{name}-%{version}.tar.xz @@ -70,6 +71,12 @@ BuildRequires: xulrunner-devel BuildRequires: xz BuildRequires: zlib-devel +%if %{with vis} +BuildRequires: clutter-devel >= 1.2 +BuildRequires: clutter-gst-devel >= 1.0 +BuildRequires: clutter-gtk-devel >= 1.0 +BuildRequires: mx-devel +%endif %pyrequires_eq python-modules Requires(post,postun): desktop-file-utils Requires(post,postun): gtk-update-icon-cache @@ -226,7 +233,6 @@ %{_iconsdir}/hicolor/*/*/rhythmbox.png %{_iconsdir}/hicolor/*/*/music-library.png %{_iconsdir}/hicolor/scalable/apps/rhythmbox-symbolic.svg -#%{_sysconfdir}/gconf/schemas/rhythmbox.schemas %{_mandir}/man1/rhythmbox.1* %{_mandir}/man1/rhythmbox-client.1* @@ -351,9 +357,11 @@ %{_libdir}/rhythmbox/plugins/sendto/sendto.plugin %{_libdir}/rhythmbox/plugins/sendto/*.py[co] +%if %{with vis} %dir %{_libdir}/rhythmbox/plugins/visualizer %{_libdir}/rhythmbox/plugins/visualizer/visualizer.plugin %attr(755,root,root) %{_libdir}/rhythmbox/plugins/visualizer/libvisualizer.so +%endif %files -n browser-plugin-%{name} %defattr(644,root,root,755) @@ -365,6 +373,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.161 2012/05/22 21:53:46 glen +- clutter, mx deps for visualization + Revision 1.160 2012/05/22 21:47:10 glen - deps found by cleanbuild ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/rhythmbox/rhythmbox.spec?r1=1.160&r2=1.161 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
