File totem.spec of Package totem
#
# spec file for package totem (Version 2.24.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: totem
BuildRequires: bluez-devel control-center2-devel dbus-1-glib-devel
BuildRequires: docbook_4 evolution-data-server-devel fdupes gcc-c++
BuildRequires: gnome-common gnome-desktop-devel gnome-doc-utils-devel
BuildRequires: gnome-icon-theme-devel gstreamer-0_10-plugins-base-devel
BuildRequires: gstreamer-0_10-plugins-good intltool iso-codes-devel
BuildRequires: lirc nautilus-devel python-gtk-devel
BuildRequires: shared-mime-info-devel totem-pl-parser-devel
BuildRequires: update-desktop-files
# We need these to pickup the playbin plugin
BuildRequires: gstreamer-0_10-plugins-base gstreamer-utils
%ifnarch ia64 ppc ppc64 s390 s390x
%endif
License: GPL v2 or later; LGPL v2.1 or later
Group: Productivity/Multimedia/Video/Players
Version: 2.24.2
Release: 4
Source0: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM totem-browser-plugin-dir.patch maw@novell.com -- configure ignores BROWSER_PLUGIN_DIR
Patch0: totem-browser-plugin-dir.patch
Url: http://www.gnome.org/projects/totem/
Summary: Movie Player for the GNOME Desktop
Requires: gstreamer010 gstreamer010-plugins-base gstreamer010-plugins-good iso-codes
# Requires for the youtube plugin
Requires: python-gdata
Requires: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Since totem-devel no longer exists, obsolete it.
Provides: totem-devel = %{version}
Obsoletes: totem-devel < %{version}
%gconf_schemas_prereq
%description
Totem is a movie player for the GNOME desktop based on GStreamer (or
xine). It features a playlist, a full-screen mode, seek and volume
controls, and complete keyboard navigation.
Apart from a movie player, it also includes a mozilla plug-in (in a
separate package) and a Nautilus thumbnailer and properties page.
Authors:
--------
Bastien Nocera <hadess@hadess.net>
Julien Moutte <julien@moutte.net>
%package plugin
License: GPL v2 or later; LGPL v2.1 or later
Summary: Browser Plugin Based on Totem Movie Player for the GNOME Desktop
Group: Productivity/Multimedia/Video/Players
Requires: %{name} = %{version}
Requires: shared-mime-info
%description plugin
Totem is movie player for the Gnome desktop based on GStreamer (or
xine).
Apart from a movie player, it also includes a mozilla plugin.
Authors:
--------
Bastien Nocera <hadess@hadess.net>
Julien Moutte <julien@moutte.net>
%lang_package
%prep
%setup -q
%patch0 -p0
%build
autoreconf -f -i
# needed for totem-2.20.0:
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
# FIXME: Build as root modifies system!
# totem-2.20.0: --disable-scrollkeeper does not work properly.
export BROWSER_PLUGIN_DIR=%{_libdir}/browser-plugins
%configure\
--libexecdir=%{_prefix}/lib/totem\
--disable-static\
--disable-scrollkeeper\
--disable-complex-plugin
# --disable-complex-plugin disables RealPlayer emulation plugin
make %{?jobs:-j%jobs}
%install
%makeinstall
if grep -q DocPath \
$RPM_BUILD_ROOT%{_datadir}/applications/totem.desktop; then
sed -i 's/^DocPath.*/DocPath=totem/' \
$RPM_BUILD_ROOT%{_datadir}/applications/totem.desktop
else
echo DocPath=totem \
>> $RPM_BUILD_ROOT%{_datadir}/applications/totem.desktop
fi
# Remove SWF (#72417) and any Real (#72985) MIME types.
sed -i ':1;s/^\(MimeType=.*\);[^;]*\(real\|shockwave-flash\)[^;]*/\1/;t1' \
$RPM_BUILD_ROOT%{_datadir}/applications/totem.desktop
%suse_update_desktop_file -N "Totem" -G "Movie Player" %{name}
%find_lang %{name}
%find_gconf_schemas
%fdupes $RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
rm $RPM_BUILD_ROOT/%{_libdir}/browser-plugins/*.*a
rm $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-2.0/*.*a
%clean
rm -rf $RPM_BUILD_ROOT
%pre -f %{name}.schemas_pre
%post -p /sbin/ldconfig
%preun -f %{name}.schemas_preun
%postun -p /sbin/ldconfig
%posttrans -f %{name}.schemas_posttrans
%files -f %{name}.schemas_list
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/totem*.*
%{_datadir}/omf/totem
%dir %{_datadir}/totem
%{_datadir}/totem/*.*
%{_libdir}/*.so.*
# urgh
%{_libdir}/*bacon*.so
%{_libdir}/nautilus/extensions-2.0/*.so
%{_libdir}/totem
%doc %{_mandir}/man?/*.*
%files lang -f %{name}.lang
###%files devel
###%defattr(-, root, root)
###%{_includedir}/totem
###%{_libdir}/*.so
###%{_libdir}/*.*a
###%{_libdir}/pkgconfig/*.pc
%files plugin
%defattr(-, root, root)
%{_libdir}/browser-plugins/*.so
%{_prefix}/lib/totem
### %{_datadir}/totem/doc
%changelog
* Wed Nov 26 2008 vuntz@novell.com
- Remove libnvtv-devel BuildRequires since nobody wants to maintain
the nvtv packages.
* Thu Nov 06 2008 vuntz@novell.com
- Remove BuildRequires on libgalago-devel so we can remove galago
from the repository. We lose the galago plugin, but it's not that
useful anyway.
* Tue Nov 04 2008 ro@suse.de
- no nvtv on ia64 either, add to ifarch lists
* Fri Oct 10 2008 mboman@suse.de
- Update to version 2.24.2:
+ Make the YouTube plugin faster by fixing some locking problems
* Fri Oct 03 2008 mboman@suse.de
- Update to version 2.24.1:
+ Fix typo in the browser plugin documentation
+ Disable the code to remove deleted files from the playlist,
it was broken
+ Fix a window parenting problem when using the GStreamer missing
plugins code
* Tue Sep 23 2008 mboman@suse.de
- Update to version 2.24.0:
+ Add support for application/x-ms-wmp in the browser plugin
+ Fix recent-files not working
+ Never disable an invisible plugin
+ Allow the new GStreamer MPEG plugins to be used for DVD and DVB
* Mon Sep 15 2008 dmueller@suse.de
- adjust buildrequires
* Thu Sep 04 2008 mboman@novell.com
- Update to version 2.23.91:
+ Numerous UI and bug fixes
+ DVB playback:
* Add support for a helper to setup DVB channels
* Support multiple DVB adapters
* Better DVB error messages
+ New features:
* Allow '+' and '-' to go to the previous/next tracks
* Make the LIRC plugin work out-of-the-box on a majority of remotes,
and add support for the Stop key
* Add a Python console plugin
+ Movie player:
* Require a newer gmyth to support newer MythTV instances
* UI fixes for the playlist and play buttons showing the wrong status
on error
* Fix restoring previous sessions
* Don't resize the window in the middle of a stream, for example, when
watching TV
* Build fixes for Python and Vala plugin backends
+ Youtube plugin:
* Fix webpage URLs getting added to the playlist, rather than movies
themselves
* Don't eat the CPU when searching for videos
* Blacklist the ffmpeg FLV demuxer, and popup the plugin installation
helper if no other demuxers are available
+ GStreamer backend:
* Fix possible drifts in the colour balance
* Fix the UI not updating for internet radio titles when streaming
* Add support for ATSC (North-American DVB)
* Update visualisations aspect ratio when the screen size changes
* Mon Sep 01 2008 wr@opensuse.org
- Totem doesn't need mozilla stuff to build the plugin
(interface headers are in its own source tree) (bnc#420641)
* Mon Jun 23 2008 maw@suse.de
- Update to version 2.23.4:
+ The backend is built as a shared library instead of statically
in the frontends, so that they may easily be swapped out
+ Automatically remove files from the playlist when they've been
removed from the filesystem
+ Replace gnome-vfs with gio
+ Add audio/x-speex as a supported mime-type
+ Update Vala sample plugin and bindings to use new features
+ Movie Player:
* Add an icon to "Clear playlist"
* Fix the bug report script
* Fix crasher when trying to load (unsupported) audio CDs
+ Plugins (general):
* Remove the need to configure the MythTV plugin; use UPNP
instead
* Use ~/.local/share/totem/plugins for user-installed
plugins
+ Web browser plugin:
* Remove mozilla specific requirements
* Show stream titles in fullscreen
* Add double-click -> fullscreen
* Hide controls by default in the Cone (VLC) plugin
* Implement Playlist::isplaying for Cone
+ YouTube Plugin:
* Make the plugin faster, by downloading less data
* Don't crash when the server returns HTTP errors
* Check for required GStreamer plugins in the YouTube plugin
* Add ability to launch YouTube videos in a web browser from
the YouTube plugin
* Add a progress bar
* Add support for high-res videos
+ GStreamer backend:
* Fix a possible crash when forcing use of ximagesink (as is
the case for small videos on trailers.apple
+ xine-lib backend:
* Allow loading remote subtitle files using gvfs' fuse
* Fix potential crasher when copying MRLs from the engine
- Drop an obsolete patch: totem-1.2.1-desktop.sh.patch.
- Add totem-browser-plugin-dir.patch.
* Sat May 03 2008 vuntz@suse.de
- Add python-gdata requires, so that the youtube plugin
automatically works (well, if the right gstreamer plugins are
installed too...).
* Mon Mar 17 2008 vuntz@suse.de
- Kill totem-dbus060.patch, it's not needed since 2006 at least
because totem defines DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT if
required.
- Tag totem-1.2.1-desktop.sh.patch. It will be fixed in next
version of totem.
* Thu Mar 13 2008 vuntz@suse.de
- Update to version 2.22.0:
+ Update GTK+ requirement for the accessibility support
+ Updated translations.
- Changes from version 2.21.96:
+ Add missing accessibility properties to the interface files
+ Fix some warnings in the help files
+ xine-lib backend:
* Fix crash when using multi-head
+ GStreamer backend:
* When resizing a visualisation, resize to the native
resolution, not the minimum size
* Add DVB-C (digital cable TV) support
* Wed Mar 05 2008 maw@suse.de
- Update to version 2.21.95:
+ Build fixes
+ Support audio/midi
+ Only stay on top when video is playing back, not during
visualisations
+ Fix logic in the channels.conf parsing for DVB in the
gstreamer backend
- Provide and obsolete totem-devel.
* Wed Feb 20 2008 maw@suse.de
- Update to version 2.21.93:
+ New plugins: MythTV, YouTube, Cone, video search
+ Add the ability to drop files in specific places in the
playlist
+ Remove support for audio CDs
+ Subtitle handling changes
+ Various bugfixes
- Update build requirements
- Drop the -devel subpackage.
* Wed Oct 17 2007 sbrabec@suse.cz
- Fixed plugin directory and package splitting (#334081).
- Build bemused, galago, media-player-keys and python plugins.
- Updated BuildRequires.
* Tue Sep 18 2007 maw@suse.de
- Update to version 2.20.0:
+ Better error when there are no DVD plugins available
+ Fix dropping URLs from Firefox/Mozilla-based browsers
+ Fix the media players key plugin not starting automatically
+ Stop the screensaver when we're playing, not only in fullscreen
+ Fix the visuals plugins list being always empty
+ Don't allow seeking when there's no files loaded
+ Don't ask the user twice whether to disable visualisations when
running remotely
+ Disable the Eject menu item, as it's not working properly
+ Don't rebuild the drives list for each click on the Movie menu
+ Add audio/off and audio/x-sbc as supported
+ Fix some problems when the position (0->1.0) doesn't match
time elapsed/duration (xine-lib)
+ Start playback when running "totem dvb:" (xine-lib)
+ Fix a crash when trying to use "totem dvb:" (GStreamer)
+ Browser plugin:
* Stop the play button glowing when we click play
* Don't call out to the viewer if it's not started yet
* Stop the screensaver when we're playing
* Show an icon in the about dialogue
+ Playlist parser:
* Add starttime and endtime support for RAM files
* When getting a cdda:/// URL, use the canonical device,
not the link to the device
* Push the duration attribute for PLS files
* Don't crash or eject the CD/DVD when trying to play a disc
that's not mounted.
* Fri Aug 31 2007 maw@suse.de
- Update to version 2.19.90:
* Make the default window size bigger on first startup
* Remove most of the flicker from the waiting cursor on startup
* Fix hang on startup with some versions of GCC
* Fix crashes when opening files with non-UTF-8 filenames
* Fix the fullscreen seekbar not working
* Browser plugin:
- Support the .Mac galleries
- Support replaying videos when they're in the browser cache
- Make the glow button behave better when the mouse pointer is
inside it, glow when a new file is ready to play and requires
the user to click play
- Support the video/x-m4v and application/asx mime-types
- Save the volume from video to video
- Naively skip unplayable items in playlists
- Support ASX playlists with starttime
- Fix some really small videos not showing up in the browser
* Playlist parser:
- Add PLA playlist write support
- Only push UTF-8 strings to the applications
- Fix parsing of some complicated relative URLs
- Fix parsing of M3U playlists when the files have spaces in
their name
- Push the starttime and duration properties to applications
from ASX playlists
* xine-lib backend:
- Fix the seekbar not moving when playing an unseekable source
(such as browser streams in the browser plugin)
* Tue Aug 07 2007 maw@suse.de
- Split off a -lang subpackage
- s#%%run_ldconfig#/sbin/ldconfig# in %%post and %%postun.
* Thu Aug 02 2007 maw@suse.de
- Update to version 2.19.6:
* Features:
- Detect DVD rips even if the VIDEO_TS directory is passed, and not the
top-level directory
- Add support for the Back, Forward, Open, Open URL, Eject, Save,
Zoom In, Zoom out multimedia keys
- Add support for Python and Vala plugins
- Move the "Open Location" dialogue to a plugin
- Also show comments in the properties tab and sidebar
- Make the play button glow when autostart is off, to avoid not seeing anything
- Use the GTK+ volume widget
- Add a Bemused server plugin
- Add FLV and NSV support to the browser plugin
- Add PLA playlist read support
- Add fullscreen support to the browser plugin
Bug fixes:
- Fix parsing of some playlists when the base ended with a '/'
- Don't crash when searching in plugins list
- Fix the properties page missing some symbols
- Make recent streams parsing faster in the "Open Location" dialogue
- Fix the second file in a playlist not updating the seekbar
- Use double-buffering in logo mode, or when showing the logo in audio-only mode
- Draw a nice black background on the video widget's place
- Fix parsing of ASX playlists when an entryref doesn't have a parent
- Use a combobox for the sidebar drop-down
- Use Glib's function for xdg-user-dirs support
- Use GtkBuilder in loads of place
- Fix visual effects showing up in the middle of a video in the browser plugin
(xine-lib)
- Use %%fdupes.
* Mon Jul 09 2007 mauro@suse.de
- Update to version 2.19.4
- Bugfixes for #438934, #442371, #442673, #440911, #428291,
[#439160], #428293, #401079, #435523.
* Wed May 09 2007 pgajdos@suse.cz
- removed gnome-icon-theme from Requieres and BuildRequieres
[#247450]
* Fri Apr 27 2007 sbrabec@suse.cz
- Do not call meinproc (#227624).
* Thu Apr 12 2007 maw@suse.de
- Update to version 2.18.1
- * Add xdg-user-dirs support, show Movies and Music directories
in the file choosers
* Avoid crashes when we can't figure out a file's display name
and we're adding it to the recent files list
* Make adding multiple files to a running Totem work again
* Misc build, bug and memory leak fixes
* GStreamer:
- Don't ask over and over when the user cancels a helper for a
missing plugin
- Call the missing plugins helper when there's no video available
and a subtitle was used
- Make the seek bar behaves properly when no soundcards are used
* Browser plugin:
- Remove rejection of streams based on mime-type, should allow
playback of many more broken servers
- Make the wheel act properly on the volume button
* Mon Apr 09 2007 maw@suse.de
- Update to version 2.18.0
- fixes for bugzilla.gnome.org #415389, #405883, #415326, #414961,
[#386558], #413065, #411408, #412560, #404304, #379742, #355881,
[#402920], #407679, #374470, #405880, #405850, #406806, and
[#405758]
- Cleaned up .desktop file
* Wed Apr 04 2007 sbrabec@suse.cz
- Do not require no more existing gstreamer010-plugins-base-oil.
* Fri Mar 09 2007 maw@suse.de
- Update to version 2.17.91
* Fix crasher when getting the listed of subtitles/languages
* Handle the icyx:// protocol
* Add video/x-theora+ogg, application/ram, video/x-matroska,
audio/x-matroska and audio/x-wavpack to the supported mime-types
* Solaris compilation fixes
* Fix vanity compilation
* Fix using the playlist parser from Python
* Have "Audio files" and "Video files" filters in the Open dialogues
* Browser plugin:
- Add stubs of Javascript support for the GMP (Windows Media compatible)
browser plugin
* GStreamer backend:
- More robust code to check for stream metadata
- Fix title streaming in internet radios
* xine-lib backend:
- Fix blue-ish pictures created by the thumbnailer
* Fix build with older GCCs, older Mozillas, "-j2", and Solaris
* Add support for the new "Media Player keys" infrastructure in
GNOME 2.18
* Append "#X" number to duplicate languages in the menu entries
* Add "TrueAudio" as a supported file type
* Add an uninstalled pkgconfig file for the playlist parser
* Fix launching Totem remotely (broken by GOption work earlier in 2.17.x)
* Make GTK+-only version compile again
* Fix disabling the browser plugin using configure
* Playlist parser:
- Only export public symbols from the library
- Avoid crashing when an MP3 that we can't get info about is being parsed
* Browser plugin:
- Add stubs of Javascript support for the NarrowSpace (Quicktime-
compatible) and Complex (Real/Helix-compatible) plugins
- Only set the "hand" cursor when we're ready to be clicked
- Only stop using video acceleration when the video size is given
* Thumbnailer:
- Avoid crashes with newer version of GLib
- Add a --verbose output
* GStreamer:
- Make mouse events work properly while playing
- When reaching the end of a file while seeking, go to the next
item in the list, instead of getting closer and closer to the end
- Show an error when we're missing the video decoder for a file
- Avoid reentrancy errors by handling errors asynchronously (avoids
bad state when clicking too fast)
- many more fixes between 2.17.0 and 2.17.5
- Fix totem-dbus060.patch to apply to a different file
* Fri Mar 09 2007 sbrabec@suse.cz
- Removed obsolete hicolor icon symlink (#248676).
* Wed Feb 07 2007 sbrabec@suse.cz
- Do not build unusable static libraries (#238552).
* Thu Jan 18 2007 sbrabec@suse.cz
- Plugin packaging cleanup (#236062). Patch from Andreas Hanke.
* Tue Dec 19 2006 sbrabec@suse.cz
- Prefix changed to /usr.
- Spec file cleanup.
* Fri Dec 08 2006 sbrabec@suse.cz
- Do not require xulrunner by runtime (#226945).
* Thu Nov 30 2006 sbrabec@suse.cz
- Fixed xulrunner dependencies for older products.
* Tue Nov 21 2006 sbrabec@suse.cz
- Do not explicitly require mDNSResponder-lib blocking avahi compat
package.
* Mon Nov 13 2006 sbrabec@suse.cz
- Use exact xulrunner version 181 (#218792, #216100).
* Fri Nov 03 2006 abockover@suse.de
- Disable complex/Helix-emulation plugin (BNC #209337)
* Fri Oct 13 2006 aj@suse.de
- Add gnome-doc-utils-devel to BuildRequires.
* Mon Oct 02 2006 jhargadon@suse.de
- update to version 2.17.0
- Updated documentation
- Use new GtkRecentManager as the rest of GNOME 2.16
- Handle the Apple Remote's menu button when playing back DVDs
- Add audio sample rate and audio channels in the properties
- Set volume up/down sensitivity properly when reaching a boundary
- Use the builtin overwrite confirmation when saving playlists
- Change the title when changing songs on Shoutcasts streams
- Add support for multiple selections in the playlist popup menu
* Sat Sep 30 2006 aj@suse.de
- Disable scrollkeeper.
- Compile C++ files with RPM_OPT_FLAGS.
* Tue Sep 26 2006 jhargadon@suse.de
- fixed the location of the plugin files to be in the correct
location as specified in bug #208187
* Thu Sep 14 2006 jhargadon@suse.de
- update to version 2.16.0
- Add keyboard support for the DVD keys: Up, Down, Left, Right
- Add support for audio/AMR, audio/AMR-WB and Musepack
- Remove old GStreamer 0.8 hacks
- Avoid repeat being turned on when it shouldn't in the web browser plugin
* Wed Sep 13 2006 ro@suse.de
- own mozilla plugin dirs to fix build
* Tue Sep 12 2006 ro@suse.de
- completely disable plugin to workaround rpm crash
* Thu Aug 31 2006 jhargadon@suse.de
- update to version 1.5.92
- Fix a crash when HAL isn't available
- Fix compilation with older versions of HAL, without HAL, and with the
Browser plugin disabled
- Save and restore the sidebar width
- Set and use the connection speed preference
- Numerous Browser Plugin enhancements:
- Playlist support
- Split the plugin in 4 different plugins, to allow
name-based detection to work, and different Javascript interfaces
to be used (Real Player/Helix, Windows Media Player and Quicktime
compatible, and basic Totem)
- Handle repeat and autostart parameters
- Make sure the plugin is available for all Mozilla-based browsers
- Make scrolling on the volume widget work as it should
- New icon
- Use HAL to determine the disc type
- Save and restore which sidebar was showing, and whether Totem was
maximised
- Fix the window title not changing when playing files with broken names
- Fix Ctrl+Q not working in fullscreen
- More logo mode fixes
- Fix aspect ratio of visuals
* Tue Aug 08 2006 gekker@suse.de
- Update to version 1.5.90
- Re-enable vanity webcam as it works with this version (#173694)
- Remove upstreamed patches
* Add a default filename to the save playlist dialogue
* Add supprot for more DVD related remote buttons
* Move the properties dialogue to the sidebar
* Fix build with newer versions of D-Bus
* Avoid linking directly against the Mozilla libraries, should allow
build-time and run-time engines to be different (build against Mozilla,
run in Firefox)
* Make the "Seek To" dialogue work correctly when using the keyboard
* Try harder to extract audio/subtitles languages from files (GStreamer)
* Fix crashes
* Text subtitle encoding is now selectable
* Numerous Browser Plugin enhancements:
- Try to cache files while playing them
- Add support for cache=true hint
- Fix getting the true path for relative paths
- Add support for audio-only playback
- Add a way to copy the URL from the right-click menu
- Add "Open in Movie Player" in the right-click menu
* Make showing/hiding the sidebar not resize the video or the window
* Add AC3 and Monkey's audio to the known filetypes
* Fix memory leaks
* Fix the "Skip to" dialogue not working when paused (GStreamer)
* Make Space Play/Pause when the video widget has the focus
* Fix DVD playback when started from gnome-volume-manager
* Use HAL to detect presence of discs in the drives
* Add Impulse Tracker and MOD files to the list of supported types
* Add audio/vnd.rn-realaudio as a supported playlist format
* Add XSPF playlists read and write support
* Allow users to choose the type of playlist to write when saving
* Fix the GTK+-only version not displaying some menu items
* Add basic support for the Quicktime Metalink playlists
* Make menu shortcuts unaccessible in fullscreen
* Make the preferences window appear on top of the main window at all times,
and hide it straight away when exiting
* Tue Aug 01 2006 schwab@suse.de
- Remove newlines from substituted variable.
* Tue Jul 18 2006 aj@suse.de
- Use PACKAGE_VERSION to fix build.
* Tue May 09 2006 jpr@suse.de
- Disable vanity in build (#173694)
* Sat Apr 08 2006 aj@suse.de
- Add BuildRequire for gstreamer010-plugins-base-oil.
* Mon Apr 03 2006 jpr@suse.de
- Update to totem 1.4.0 to get gstreamer 0.10 support
- Removed upstreamed patch
* Wed Mar 29 2006 sbrabec@suse.cz
- Typo fix in cs.po (GNOME#336012).
* Fri Mar 17 2006 federico@novell.com
- Added totem-init-backend-later.diff so that the Nautilus extension will not
do unnecessary work at startup.
* Tue Feb 28 2006 sbrabec@suse.cz
- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14).
* Mon Feb 27 2006 gekker@suse.de
- Add %%run_ldconfig to %%post (#153409)
* Sat Feb 18 2006 gekker@suse.de
- update .desktop files for UI team
* Tue Feb 14 2006 ke@suse.de
- totem-1.2.1-desktop.sh.patch: After the final Mime type entry close
line with newline.
* Tue Feb 07 2006 ro@suse.de
- no nvtv for ppc/ppc64/s390/s390x
* Thu Feb 02 2006 sbrabec@suse.cz
- Reduced BuildRequires.
* Thu Feb 02 2006 sbrabec@suse.cz
- Explicitly require iso-codes (#147467).
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Jan 18 2006 sbrabec@suse.cz
- Updated to version 1.2.1.
* Wed Dec 21 2005 ro@suse.de
- fix build with current dbus
* Thu Oct 13 2005 ro@suse.de
- fix build with xulrunner
* Thu Sep 15 2005 sbrabec@suse.cz
- Disable plugin for older products - it needs recent DBUS.
* Wed Sep 14 2005 sbrabec@suse.cz
- Fixed requirements.
- Enabled vanity and browser plugin.
- Split devel and plugin subpackages.
- Description and license updated.
* Mon Sep 12 2005 sbrabec@suse.cz
- Do not try to link with nvtv library in 9.3 and older.
* Mon Sep 05 2005 sbrabec@suse.cz
- Updated to version 1.2.0.
* Wed Aug 24 2005 gekker@suse.de
- Update to version 1.1.5
* Fri Jul 22 2005 gekker@suse.de
- Update to version 1.1.3
* Wed Jun 22 2005 gekker@suse.de
- Update to version 1.1.2
* Fri Mar 18 2005 gekker@suse.de
- Fix typo in Requires
* Thu Mar 17 2005 gekker@suse.de
- Add gstreamer-plugins-extra to nfb and Requires (72273).
* Wed Mar 16 2005 sbrabec@suse.cz
- Removed SWF (#72417) and Real (#72985) MIME type association.
* Wed Mar 16 2005 ke@suse.de
- Fix .desktop file [# 67352].
* Thu Mar 10 2005 gekker@suse.de
- Update to version 1.0 (GNOME 2.10).
* Wed Jan 26 2005 gekker@suse.de
- Update to version 0.101
* Tue Nov 02 2004 mmj@suse.de
- Locale rename no to nb
- Don't remove buildroot when installing
* Mon Aug 30 2004 shprasad@suse.de
- Fixes bug #63393.
Removed the Download button.
* Fri Aug 27 2004 clahey@suse.de
- Cache totem help and show totem in khelpcenter.
* Fri Jul 30 2004 shprasad@suse.de
- Fixes bug #60102 (Fix given by svasista@novell.com)
Correctly displays the recent files opened.
* Tue May 11 2004 sbrabec@suse.cz
- Fixed gconftool-2 prerequirements.
* Thu Mar 18 2004 adrian@suse.de
- fix double menu entries
* Wed Mar 10 2004 sbrabec@suse.cz
- Fixed gconf schemas installation (#33114).
* Thu Feb 19 2004 sbrabec@suse.cz
- Updated to version 0.99.9.
* Tue Feb 17 2004 adrian@suse.de
- fix Categories
* Sun Jan 11 2004 adrian@suse.de
- fix build as user
* Mon Oct 27 2003 sbrabec@suse.cz
- Updated to verion 0.99.7.
* Fri Oct 10 2003 sbrabec@suse.cz
- Updated to version 0.99.5.
* Sun Sep 14 2003 adrian@suse.de
- define Categories also for vanity
* Fri Sep 05 2003 adrian@suse.de
- mark it as Video player
* Fri Aug 15 2003 adrian@suse.de
- add Categories
* Mon Jul 14 2003 sbrabec@suse.cz
- GNOME prefix change to /opt/gnome.
* Tue Jul 08 2003 sbrabec@suse.cz
- Initial SuSE version.