content-type support
This commit is contained in:
parent
884621a6c9
commit
970e3648ae
@ -7,7 +7,7 @@
|
||||
Summary: Movie player for GNOME
|
||||
Name: totem
|
||||
Version: 2.21.90
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2 with exception
|
||||
Group: Applications/Multimedia
|
||||
URL: http://www.gnome.org/projects/totem/
|
||||
@ -62,6 +62,8 @@ Obsoletes: nautilus-media
|
||||
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=458324
|
||||
Patch0: totem-xul-3.patch
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=510320
|
||||
Patch1: x-content.patch
|
||||
|
||||
%description
|
||||
Totem is simple movie player for the Gnome desktop. It features a
|
||||
@ -139,6 +141,7 @@ in that playlist) with other Totems on the same local network.
|
||||
%setup -q
|
||||
|
||||
%patch0 -p0 -b .xulrunner
|
||||
%patch1 -p1 -b .x-content
|
||||
automake
|
||||
autoconf
|
||||
|
||||
@ -295,6 +298,9 @@ fi
|
||||
%{_libdir}/totem/plugins/publish
|
||||
|
||||
%changelog
|
||||
* Fri Jan 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-2
|
||||
- Add content-type support
|
||||
|
||||
* Mon Jan 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-1
|
||||
- Update to 2.21.90
|
||||
- Add patch to allow building against xulrunner
|
||||
|
||||
12
x-content.patch
Normal file
12
x-content.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up totem-2.21.90/data/mime-type-list.txt.x-content totem-2.21.90/data/mime-type-list.txt
|
||||
--- totem-2.21.90/data/mime-type-list.txt.x-content 2008-01-18 01:12:06.000000000 -0500
|
||||
+++ totem-2.21.90/data/mime-type-list.txt 2008-01-18 01:12:33.000000000 -0500
|
||||
@@ -89,3 +89,8 @@ video/x-ms-wvx
|
||||
video/x-nsv
|
||||
video/x-ogm+ogg
|
||||
video/x-theora+ogg
|
||||
+x-content/video-dvd
|
||||
+x-content/video-vcd
|
||||
+x-content/video-svcd
|
||||
+x-content/video-blueray
|
||||
+x-content/video-hddvd
|
||||
Loading…
Reference in New Issue
Block a user