summaryrefslogtreecommitdiff
path: root/totem.spec.in
diff options
context:
space:
mode:
authorChristian Fredrik Kalager Schaller <uraeus@src.gnome.org>2004-03-20 08:49:32 +0000
committerChristian Fredrik Kalager Schaller <uraeus@src.gnome.org>2004-03-20 08:49:32 +0000
commit25a687b2eda13c91dfcc50c920a5601a80382cd7 (patch)
treedf07fddf23fa00903eaad7a5cff5539e6c983ea1 /totem.spec.in
parentee3f88a443c772fa7f350513712162b7aeda167d (diff)
downloadtotem-25a687b2eda13c91dfcc50c920a5601a80382cd7.tar.gz
update spec to include latest additions and changes
Diffstat (limited to 'totem.spec.in')
-rw-r--r--totem.spec.in17
1 files changed, 14 insertions, 3 deletions
diff --git a/totem.spec.in b/totem.spec.in
index 70d2348f9..99d06c04f 100644
--- a/totem.spec.in
+++ b/totem.spec.in
@@ -9,8 +9,8 @@ Group: Applications/Multimedia
Source: http://www.hadess.net/files/software/%{name}/%{name}-%{version}.tar.gz
URL: http://www.hadess.net/totem.php3
BuildRoot: %{_tmppath}/%{name}-root
-Requires: xine-libs, gnome-desktop >= 2.0.0
-BuildRequires: xine-libs-devel, pkgconfig
+Requires: gnome-desktop >= 2.0.0
+BuildRequires: pkgconfig
BuildRequires: libgnomeui-devel >= 2.0.0, gnome-vfs2-devel, libglade2-devel
%description
@@ -24,7 +24,7 @@ It also includes a thumbnailer for your movie files.
%setup -q
%build
-%configure
+%configure --enable-gstreamer
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make %{?_smp_mflags}
@@ -37,6 +37,7 @@ rm -rf %{buildroot}
rm -rf %{buildroot}
%post
+scrollkeeper-update -q
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/totem.schemas > /dev/null
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/totem-video-thumbnail.schemas >/dev/null
@@ -48,13 +49,23 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/totem-video-thu
%config %{_sysconfdir}/gconf/schemas/totem-video-thumbnail.schemas
%{_bindir}/%{name}
%{_bindir}/totem-video-thumbnailer
+%{_bindir}/vanity
+%{_libdir}/bonobo/servers/Totem_properties.server
+%{_libexecdir}/totem-properties-page
%{_datadir}/application-registry/%{name}.applications
%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/vanity.desktop
%{_datadir}/mime-info/%{name}.keys
%{_datadir}/pixmaps/*
+%{_datadir}/gnome/help
+%{_datadir}/omf/totem/totem-C.omf
%{_datadir}/%{name}
%changelog
+* Fri Mar 19 2004 Christian Schaller <Uraeus@gnome.org>
+- Add all unpackaged files
+- Add scrollkeeper to post area
+
* Fri Apr 25 2003 Bastien Nocera <hadess@hadess.net>
- Package the thumbnailer as well (spotted by Chris Chabot <chabotc@4-ice.com>