patches/totem-01-remove-unsupported-format.diff
author chrisk
Thu, 05 Feb 2009 22:23:23 +0000
changeset 15024 05be82d39153
parent 14945 b5ae4790780a
child 16579 46e89ca1ea80
permissions -rw-r--r--
2009-02-05 Christian Kelly <[email protected]> * patches/totem-06-function.diff: Remove. * patches/totem-01-remove-unsupported-format.diff: Rework. * base-specs/totem-pl-parser.spec: Bump to 2.25.90. * base-specs/totem.spec: Bump to 2.25.90.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14945
b5ae4790780a 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14425
diff changeset
     1
diff -ruN totem-2.25.2.orig/data/mime-type-list.txt totem-2.25.2/data/mime-type-list.txt
b5ae4790780a 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14425
diff changeset
     2
--- totem-2.25.2.orig/data/mime-type-list.txt	2008-09-01 20:44:34.283787179 +0100
b5ae4790780a 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14425
diff changeset
     3
+++ totem-2.25.2/data/mime-type-list.txt	2008-09-01 20:47:35.482490427 +0100
b5ae4790780a 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14425
diff changeset
     4
@@ -16,7 +14,6 @@ application/x-quicktimeplayer
8977
1fcf6729a135 remove unsupported file format when open file in totem
jerrytan
parents:
diff changeset
     5
 application/x-shorten
1fcf6729a135 remove unsupported file format when open file in totem
jerrytan
parents:
diff changeset
     6
 application/x-smil
1fcf6729a135 remove unsupported file format when open file in totem
jerrytan
parents:
diff changeset
     7
 application/xspf+xml
9222
bd1ced196d08 Forgot to commit this changed file.
dcarbery
parents: 9137
diff changeset
     8
-audio/3gpp
bd1ced196d08 Forgot to commit this changed file.
dcarbery
parents: 9137
diff changeset
     9
 audio/ac3
bd1ced196d08 Forgot to commit this changed file.
dcarbery
parents: 9137
diff changeset
    10
 audio/AMR
bd1ced196d08 Forgot to commit this changed file.
dcarbery
parents: 9137
diff changeset
    11
 audio/AMR-WB
14425
b47a7184c0b2 2008-10-08 Wang Xin <[email protected]>
jedy
parents: 13482
diff changeset
    12
--- totem-2.24.0-orig/data/handlers.sh	Fri Sep 19 13:43:46 2008
b47a7184c0b2 2008-10-08 Wang Xin <[email protected]>
jedy
parents: 13482
diff changeset
    13
+++ totem-2.24.0/data/handlers.sh	Wed Oct  8 17:02:54 2008
b47a7184c0b2 2008-10-08 Wang Xin <[email protected]>
jedy
parents: 13482
diff changeset
    14
@@ -29,7 +29,12 @@
13482
afccedc237e1 2008-09-10 Wang Xin <[email protected]>
jedy
parents: 13344
diff changeset
    15
 
14425
b47a7184c0b2 2008-10-08 Wang Xin <[email protected]>
jedy
parents: 13482
diff changeset
    16
 	KEY="command"
b47a7184c0b2 2008-10-08 Wang Xin <[email protected]>
jedy
parents: 13482
diff changeset
    17
 	TYPE="string";
b47a7184c0b2 2008-10-08 Wang Xin <[email protected]>
jedy
parents: 13482
diff changeset
    18
-	DEFAULT="totem \"%s\"";
b47a7184c0b2 2008-10-08 Wang Xin <[email protected]>
jedy
parents: 13482
diff changeset
    19
+	if [ "$i" = "icyx" ];
b47a7184c0b2 2008-10-08 Wang Xin <[email protected]>
jedy
parents: 13482
diff changeset
    20
+	then
b47a7184c0b2 2008-10-08 Wang Xin <[email protected]>
jedy
parents: 13482
diff changeset
    21
+		DEFAULT="";
b47a7184c0b2 2008-10-08 Wang Xin <[email protected]>
jedy
parents: 13482
diff changeset
    22
+	else	
b47a7184c0b2 2008-10-08 Wang Xin <[email protected]>
jedy
parents: 13482
diff changeset
    23
+		DEFAULT="totem \"%s\"";
b47a7184c0b2 2008-10-08 Wang Xin <[email protected]>
jedy
parents: 13482
diff changeset
    24
+	fi
b47a7184c0b2 2008-10-08 Wang Xin <[email protected]>
jedy
parents: 13482
diff changeset
    25
 	schema;
13482
afccedc237e1 2008-09-10 Wang Xin <[email protected]>
jedy
parents: 13344
diff changeset
    26
 
14425
b47a7184c0b2 2008-10-08 Wang Xin <[email protected]>
jedy
parents: 13482
diff changeset
    27
 	KEY="needs_terminal"
15024
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    28
diff -ruN totem-2.25.90.orig/data/mime-type-list.txt totem-2.25.90/data/mime-type-list.txt
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    29
--- totem-2.25.90.orig/data/mime-type-list.txt	2009-02-05 21:55:25.443775979 +0000
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    30
+++ totem-2.25.90/data/mime-type-list.txt	2009-02-05 21:57:55.961954328 +0000
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    31
@@ -4,11 +4,9 @@
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    32
 application/smil
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    33
 application/smil+xml
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    34
 application/vnd.ms-wpl
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    35
-application/vnd.rn-realmedia
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    36
 application/x-extension-m4a
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    37
 application/x-extension-mp4
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    38
 application/x-flac
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    39
-application/x-flash-video
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    40
 application/x-matroska
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    41
 application/x-netshow-channel
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    42
 application/x-ogg
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    43
@@ -27,7 +25,6 @@
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    44
 audio/mpegurl
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    45
 audio/ogg
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    46
 audio/prs.sid
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    47
-audio/vnd.rn-realaudio
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    48
 audio/x-ape
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    49
 audio/x-flac
05be82d39153 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14945
diff changeset
    50
 audio/x-gsm