summaryrefslogtreecommitdiff
path: root/totem.spec.in
blob: 90bb6117ec259c3a6c16f3846d5c01dffa45aa15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# $Id$

Summary: Movie player for GNOME 2 based on the xine engine.
Name: totem
Version: @VERSION@
Release: 1
License: GPL
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: gnome-desktop >= 2.0.0
BuildRequires: pkgconfig
BuildRequires: libgnomeui-devel >= 2.0.0, gnome-vfs2-devel, libglade2-devel

%description
Totem is simple movie player for the Gnome desktop based on xine. It features a
simple playlist, a full-screen mode, seek and volume controls, as well as
a pretty complete keyboard navigation.

It also includes a thumbnailer for your movie files.

%prep
%setup -q

%build
%configure --enable-gstreamer
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
%makeinstall
%find_lang %{name}

%clean
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

%files -f %{name}.lang
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%config %{_sysconfdir}/gconf/schemas/%{name}.schemas
%config %{_sysconfdir}/gconf/schemas/totem-video-thumbnail.schemas
%{_bindir}/%{name}
%{_bindir}/totem-video-thumbnailer
%{_libdir}/bonobo/servers/Totem_properties.server
%{_libexecdir}/totem-properties-page
%{_datadir}/application-registry/%{name}.applications
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime-info/%{name}.keys
%{_datadir}/pixmaps/*
%{_datadir}/gnome/help
%{_datadir}/omf/totem/totem-C.omf
%{_datadir}/omf/totem/totem-ru.omf
%{_datadir}/%{name}
%{_sysconfdir}/gconf/schemas/totem-handlers.schemas
%{_mandir}/man1/totem.1.gz
%{_datadir}/omf/totem/totem-de.omf
%{_datadir}/omf/totem/totem-es.omf

%changelog
* Thu Dec 23 2004 Christian Schaller <Uraeus@gnome.org>
- Add russian omf file
* Thu Sep 21 2004 Christian Schaller <Uraeus@gnome.org>
- Remove vanity
- Add manpage
- Add totem-handlers.schemas file
- Add a couple of omf files

* 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>

* Mon Sep 30 2002 Bastien Nocera <hadess@hadess.net>
- Install gconf schemas properly

* Mon Sep 30 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
- Initial RPM release.