Author: megabajt                     Date: Tue Oct  7 21:37:25 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.24.2
- removed configure options which don't exist

---- Files affected:
SPECS:
   totem.spec (1.148 -> 1.149) 

---- Diffs:

================================================================
Index: SPECS/totem.spec
diff -u SPECS/totem.spec:1.148 SPECS/totem.spec:1.149
--- SPECS/totem.spec:1.148      Sat Oct  4 21:30:24 2008
+++ SPECS/totem.spec    Tue Oct  7 23:37:19 2008
@@ -14,12 +14,12 @@
 Summary:       Movie player for GNOME 2 based on the gstreamer engine
 Summary(pl.UTF-8):     Odtwarzacz filmów dla GNOME 2 oparty na silniku 
gstreamer
 Name:          totem
-Version:       2.24.1
+Version:       2.24.2
 Release:       1
 License:       GPL v2
 Group:         X11/Applications/Multimedia
 Source0:       
http://ftp.gnome.org/pub/GNOME/sources/totem/2.24/%{name}-%{version}.tar.bz2
-# Source0-md5: 326ae306d79076562a577cea761693be
+# Source0-md5: e85064c48fe28e8e87c1da04a06173df
 # http://bugzilla.gnome.org/show_bug.cgi?id=552027
 Patch0:                %{name}-desktop.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=552022
@@ -27,44 +27,41 @@
 # PLD-specific
 Patch2:                %{name}-codegen.patch
 URL:           http://www.gnome.org/projects/totem/
-BuildRequires: GConf2-devel >= 2.22.0
+BuildRequires: GConf2-devel >= 2.24.0
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1:1.9
 %{?with_bemused:BuildRequires: bluez-libs-devel}
 BuildRequires: dbus-glib-devel >= 0.74
 BuildRequires: gettext-devel
-BuildRequires: glib2-devel >= 1:2.16.1
-BuildRequires: gmyth-devel
-BuildRequires: gmyth-upnp-devel
-BuildRequires: gnome-common >= 2.20.0
-BuildRequires: gnome-doc-utils >= 0.12.0
-BuildRequires: gnome-vfs2-devel >= 2.22.0
+BuildRequires: glib2-devel >= 1:2.18.0
+BuildRequires: gmyth-devel >= 0.7.1
+BuildRequires: gmyth-upnp-devel >= 0.7.1
+BuildRequires: gnome-common >= 2.24.0
+BuildRequires: gnome-doc-utils >= 0.14.0
 %{?with_gstreamer:BuildRequires:       gstreamer-plugins-base-devel >= 0.10.12}
-BuildRequires: gtk+2-devel >= 2:2.12.8
-BuildRequires: intltool >= 0.36.2
+BuildRequires: gtk+2-devel >= 2:2.14.0
+BuildRequires: intltool >= 0.40.0
 BuildRequires: iso-codes
-BuildRequires: libepc-ui-devel
+BuildRequires: libepc-ui-devel >= 0.3.0
 BuildRequires: libgalago-devel >= 0.5.2
-BuildRequires: libgnomeui-devel >= 2.22.01
+BuildRequires: libgnomeui-devel >= 2.24.0
 %{?with_nvtv:BuildRequires:    libnvtvsimple-devel >= 0.4.5}
 BuildRequires: libtool
 BuildRequires: libtracker-devel
 %{?with_lirc:BuildRequires:    lirc-devel}
-BuildRequires: nautilus-devel >= 2.22.0
+BuildRequires: nautilus-devel >= 2.24.0
 BuildRequires: pkgconfig
 BuildRequires: python-pygtk-devel >= 2:2.12.0
 BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 1.357
-BuildRequires: scrollkeeper
 BuildRequires: sed >= 4.0
 BuildRequires: shared-mime-info >= 0.22
 BuildRequires: startup-notification-devel >= 0.8
-BuildRequires: totem-pl-parser-devel >= 2.23.91
+BuildRequires: totem-pl-parser-devel >= 2.24.0
 BuildRequires: vala >= 0.3.5
 %{!?with_gstreamer:BuildRequires:      xine-lib-devel >= 2:1.0.2-1}
 BuildRequires: xorg-lib-libXv-devel
 BuildRequires: xorg-lib-libXxf86vm-devel >= 1.0.1
-BuildRequires: xulrunner-devel >= 1.8.1.12-1.20080208.3
 Requires(post,postun): /sbin/ldconfig
 Requires(post,postun): gtk+2
 Requires(post,postun): hicolor-icon-theme
@@ -79,8 +76,8 @@
 # unusable
 Conflicts:     xine-input-gnome-vfs
 %endif
-Requires:      gtk+2 >= 2:2.12.8
-Requires:      nautilus >= 2.22.0
+Requires:      gtk+2 >= 2:2.14.0
+Requires:      nautilus >= 2.24.0
 Suggests:      galago-daemon
 Suggests:      gstreamer-ffmpeg
 Suggests:      gstreamer-mpeg
@@ -152,13 +149,10 @@
 %configure \
        --disable-scrollkeeper \
        --enable-vala \
-       %{?with_lirc:--enable-lirc} \
-       --enable-mozilla \
        --enable-nautilus \
        --%{?with_nvtv:enable}%{!?with_nvtv:disable}-nvtv \
-       %{?with_gstreamer:--enable-gstreamer} \
-       --enable-python \
-       --with-gecko=xulrunner
+       %{!?with_gstreamer:--enable-xine} \
+       --enable-python
 
 %{__make}
 
@@ -168,8 +162,6 @@
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        BROWSER_PLUGIN_DIR=%{_browserpluginsdir} \
-       typelibdir=%{_browserpluginsdir} \
-       xptdir=%{_browserpluginsdir} \
        GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
 rm -f $RPM_BUILD_ROOT%{_browserpluginsdir}/*.{la,a}
@@ -295,6 +287,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.149  2008/10/07 21:37:19  megabajt
+- updated to 2.24.2
+- removed configure options which don't exist
+
 Revision 1.148  2008/10/04 19:30:24  megabajt
 - updated to 2.24.1; merged changes from DEVEL
 - removed obsolete -libxul.patch
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/totem.spec?r1=1.148&r2=1.149&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to