SPECS: xfmedia.spec - updated to 0.9.2 - removed dbus_use_newapi, ...
megabajt
megabajt at pld-linux.org
Tue Nov 28 00:25:31 CET 2006
Author: megabajt Date: Mon Nov 27 23:25:31 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.9.2
- removed dbus_use_newapi, trayicon-volume-scroll, link patches (applied upstream)
---- Files affected:
SPECS:
xfmedia.spec (1.17 -> 1.18)
---- Diffs:
================================================================
Index: SPECS/xfmedia.spec
diff -u SPECS/xfmedia.spec:1.17 SPECS/xfmedia.spec:1.18
--- SPECS/xfmedia.spec:1.17 Sat Sep 23 22:01:06 2006
+++ SPECS/xfmedia.spec Tue Nov 28 00:25:26 2006
@@ -6,32 +6,31 @@
Summary: Xfmedia - lightweight media player based on the xine engine
Summary(pl): Xfmedia - lekki odtwarzacz multimedialny oparty na silniku xine
Name: xfmedia
-Version: 0.9.1
-Release: 3
+Version: 0.9.2
+Release: 1
License: GPL v2
Group: X11/Applications/Multimedia
Source0: http://spuriousinterrupt.org/projects/xfmedia/files/%{name}-%{version}.tar.bz2
-# Source0-md5: 5ab3d25703d16ab4074dc63e677d0367
+# Source0-md5: 6eb8bd1f67201f829e0f45e733c02bd5
Patch0: %{name}-desktop.patch
-Patch1: %{name}-dbus_use_newapi.patch
-Patch2: %{name}-trayicon-volume-scroll.patch
-Patch3: %{name}-link.patch
URL: http://spuriousinterrupt.org/projects/xfmedia/index.php
BuildRequires: autoconf >= 2.50
BuildRequires: automake >= 1:1.8
-%{?with_dbus:BuildRequires: dbus-devel >= 0.60}
-BuildRequires: gtk+2-devel >= 2:2.4.0
+%{?with_dbus:BuildRequires: dbus-glib-devel >= 0.31}
+BuildRequires: gtk+2-devel >= 2:2.6.0
BuildRequires: libexo-devel >= 0.3.0
BuildRequires: libtool
BuildRequires: libxfce4util-devel >= 4.2.0
BuildRequires: libxfcegui4-devel >= 4.2.0
BuildRequires: rpmbuild(macros) >= 1.311
-BuildRequires: xfce4-dev-tools >= %{version}
+BuildRequires: startup-notification-devel >= 0.5
+BuildRequires: taglib-devel
+BuildRequires: xfce4-dev-tools >= 4.3.90.2
BuildRequires: xine-lib-devel
+BuildRequires: xorg-lib-libXScrnSaver-devel
+Requires(post,postun): gtk+2 >= 2:2.6.0
Requires(post,postun): hicolor-icon-theme
-Requires: gtk+2 >= 2:2.4.0
Requires: libexo >= 0.3.0
-Requires: libxfcegui4 >= 4.2.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -73,9 +72,6 @@
%prep
%setup -q
%patch0 -p1
-%patch1 -p0
-%patch2 -p0
-%patch3 -p1
%build
%{__libtoolize}
@@ -85,7 +81,9 @@
%{__automake}
%configure \
--disable-static \
- %{!?with_dbus: --disable-dbus} \
+ --%{?with_dbus:en}%{!?with_dbus:dis}able-dbus \
+ --enable-startup-notification \
+ --with-taglib \
--x-includes=%{_includedir}/xorg \
--x-libraries=%{_prefix}/lib/X11
@@ -97,6 +95,8 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{_libdir}/xfmedia/plugins/xfmedia-infopipe.la
+
%find_lang %{name}
%clean
@@ -132,7 +132,7 @@
%files devel
%defattr(644,root,root,755)
%{_includedir}/%{name}
-%{_pkgconfigdir}/*
+%{_pkgconfigdir}/*.pc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -140,6 +140,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2006/11/27 23:25:26 megabajt
+- updated to 0.9.2
+- removed dbus_use_newapi, trayicon-volume-scroll, link patches (applied upstream)
+
Revision 1.17 2006/09/23 20:01:06 koorek
- missing BR
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xfmedia.spec?r1=1.17&r2=1.18&f=u
More information about the pld-cvs-commit
mailing list