aboutsummaryrefslogtreecommitdiff
path: root/multimedia/totem
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-04-24 20:15:46 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-04-24 20:15:46 +0000
commit454262068ca4b4ed8613a18b5360a451e1aea8d0 (patch)
tree4194fec3d3352c1642dc2a9e816122902ca8b6ad /multimedia/totem
parentdf01f1474e6e8339fde487b31d673ff8d5378776 (diff)
downloadports-454262068ca4b4ed8613a18b5360a451e1aea8d0.tar.gz
ports-454262068ca4b4ed8613a18b5360a451e1aea8d0.zip
Update to 2.22.2
Notes
Notes: svn path=/head/; revision=211898
Diffstat (limited to 'multimedia/totem')
-rw-r--r--multimedia/totem/Makefile4
-rw-r--r--multimedia/totem/distinfo6
-rw-r--r--multimedia/totem/files/patch-src_plugins_youtube_youtube.py11
3 files changed, 5 insertions, 16 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index 4cc1e52f6180..776947ec418d 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -7,8 +7,8 @@
#
PORTNAME= totem
-PORTVERSION= 2.22.1
-PORTREVISION?= 1
+PORTVERSION= 2.22.2
+PORTREVISION?= 0
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/multimedia/totem/distinfo b/multimedia/totem/distinfo
index 0e4f1ecac73d..22866f91f455 100644
--- a/multimedia/totem/distinfo
+++ b/multimedia/totem/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/totem-2.22.1.tar.bz2) = f4920ffef2a90f019ff7e9d6a411e532
-SHA256 (gnome2/totem-2.22.1.tar.bz2) = 345a0960532e0d74c23fd4720a8db4649300b5d09ac87d8d8aaa6be3e45ccc2f
-SIZE (gnome2/totem-2.22.1.tar.bz2) = 2403707
+MD5 (gnome2/totem-2.22.2.tar.bz2) = 6062080e81b4859f87fee8a592b92489
+SHA256 (gnome2/totem-2.22.2.tar.bz2) = 7dd755e3b9a9610989661bfe7e09388e67ba6aca960c33e65e6a39682c00ffd4
+SIZE (gnome2/totem-2.22.2.tar.bz2) = 2403730
diff --git a/multimedia/totem/files/patch-src_plugins_youtube_youtube.py b/multimedia/totem/files/patch-src_plugins_youtube_youtube.py
deleted file mode 100644
index 361ef6b84997..000000000000
--- a/multimedia/totem/files/patch-src_plugins_youtube_youtube.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/plugins/youtube/youtube.py.orig 2008-04-08 15:37:02.979444610 -0400
-+++ src/plugins/youtube/youtube.py 2008-04-08 15:37:16.056825001 -0400
-@@ -52,7 +52,7 @@
- import gst
-
- registry = gst.registry_get_default ()
-- if registry.find_plugin ("flvdemux") == None or registry.find_plugin ("souphttpsrc") == None:
-+ if registry.find_plugin ("flvdemux") == None or registry.find_plugin ("soup") == None:
- """This means an error will be displayed when they try to play anything"""
- self.gstreamer_plugins_present = False
- except ImportError: