rpms/totem/OLPC-3 totem.spec,1.188,1.189

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Fri Jun 27 15:09:40 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/totem/OLPC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29890

Modified Files:
	totem.spec 
Log Message:
initial build to shrink deps for OLPC



Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/OLPC-3/totem.spec,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- totem.spec	18 Jun 2008 16:58:34 -0000	1.188
+++ totem.spec	27 Jun 2008 15:08:53 -0000	1.189
@@ -1,4 +1,4 @@
-%define with_xine 1
+%define with_xine 0
 
 %define gstreamer_version 0.10.1
 %define gstreamer_plugins_base_version 0.10.17.2-4
@@ -11,7 +11,7 @@
 Summary: Movie player for GNOME
 Name: totem
 Version: 2.23.2
-Release: 4%{?dist}
+Release: 4%{?dist}.1
 License: GPLv2 with exception
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/totem/
@@ -210,10 +210,13 @@
 export MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins
 %configure \
   --enable-gstreamer \
+  --disable-lirc                  \
+  --disable-vanity                \
   --enable-mozilla \
-  --enable-nautilus \
+  --disable-nautilus \
   --disable-scrollkeeper \
-  --disable-nvtv
+  --disable-nvtv \
+  --enable-gtk
 
 make %{?_smp_mflags}
 popd
@@ -289,9 +292,11 @@
 /usr/sbin/alternatives --install %{_libdir}/libbaconvideowidget.so.0.0.0 totem-backend %{_libdir}/libbaconvideowidget-gstreamer.so.0.0.0 2
 /sbin/ldconfig
 
+%if %{with_xine}
 %post xine
 /usr/sbin/alternatives --install %{_libdir}/libbaconvideowidget.so.0.0.0 totem-backend %{_libdir}/libbaconvideowidget-xine.so.0.0.0 1
 /sbin/ldconfig
+%endif
 
 %pre
 if [ "$1" -gt 1 ]; then
@@ -327,11 +332,13 @@
 fi
 /sbin/ldconfig
 
+%if %{with_xine}
 %postun xine
 if [ "$1" -eq 0 ]; then
   /usr/sbin/alternatives --remove totem-backend %{_libdir}/libbaconvideowidget-xine.so.0.0.0
 fi
 /sbin/ldconfig
+%endif
 
 %post mythtv
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
@@ -433,6 +440,11 @@
 %endif
 
 %changelog
+* Fri Jun 27 2008 Dennis Gilmore <dennis at ausil.us> - 2.23.2-4.1
+- fix up disabling xine
+- disable xine
+- disable gnome
+
 * Wed Jun 18 2008 Owen Taylor <otaylor at redhat.com> - 2.23.2-4
 - Rebuild against xulrunner 1.9 final
 




More information about the fedora-extras-commits mailing list