Author: baggins Date: Mon May 22 11:13:30 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2 - fix build with recent dbus
---- Files affected: SPECS: xfmedia.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/xfmedia.spec diff -u SPECS/xfmedia.spec:1.14 SPECS/xfmedia.spec:1.15 --- SPECS/xfmedia.spec:1.14 Wed Nov 30 16:08:34 2005 +++ SPECS/xfmedia.spec Mon May 22 13:13:24 2006 @@ -6,16 +6,18 @@ Summary(pl): Xfmedia - lekki odtwarzacz multimedialny oparty na silniku xine Name: xfmedia Version: 0.9.1 -Release: 1 +Release: 2 License: GPL v2 Group: X11/Applications/Multimedia Source0: http://spuriousinterrupt.org/projects/xfmedia/files/%{name}-%{version}.tar.bz2 # Source0-md5: 5ab3d25703d16ab4074dc63e677d0367 Patch0: %{name}-desktop.patch +Patch1: %{name}-dbus_use_newapi.patch +Patch2: %{name}-trayicon-volume-scroll.patch URL: http://spuriousinterrupt.org/projects/xfmedia/index.php #BuildRequires: autoconf >= 2.50 #BuildRequires: automake >= 1:1.8 -%{?with_dbus:BuildRequires: dbus-devel >= 0.23} +%{?with_dbus:BuildRequires: dbus-devel >= 0.60} BuildRequires: gtk+2-devel >= 2:2.4.0 BuildRequires: libexo-devel >= 0.3.0 BuildRequires: libxfcegui4-devel >= 4.2.0 @@ -65,6 +67,8 @@ %prep %setup -q %patch0 -p1 +%patch1 -p0 +%patch2 -p0 %build #%%{__aclocal} -I m4 @@ -116,6 +120,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2006/05/22 11:13:24 baggins +- rel 2 +- fix build with recent dbus + Revision 1.14 2005/11/30 15:08:34 adgor - Removed unused external desktop file (already in sources) - Added desktop.patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xfmedia.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
