summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-22 18:08:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-22 18:08:19 +0800
commit9aa66c3f20c2af343d6a43fe1801d457d3d87e11 (patch)
tree4c97398a5bdcad65707917ca67806399d0a29707 /multimedia
parentacf7420aa556cc59c5bbaa4cc3ec696749962665 (diff)
downloadmarcuscom-ports-9aa66c3f20c2af343d6a43fe1801d457d3d87e11.tar
marcuscom-ports-9aa66c3f20c2af343d6a43fe1801d457d3d87e11.tar.gz
marcuscom-ports-9aa66c3f20c2af343d6a43fe1801d457d3d87e11.tar.bz2
marcuscom-ports-9aa66c3f20c2af343d6a43fe1801d457d3d87e11.tar.lz
marcuscom-ports-9aa66c3f20c2af343d6a43fe1801d457d3d87e11.tar.xz
marcuscom-ports-9aa66c3f20c2af343d6a43fe1801d457d3d87e11.tar.zst
marcuscom-ports-9aa66c3f20c2af343d6a43fe1801d457d3d87e11.zip
Update to 2.91.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15264 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/totem3/Makefile6
-rw-r--r--multimedia/totem3/distinfo4
-rw-r--r--multimedia/totem3/files/patch-libpeas28
3 files changed, 5 insertions, 33 deletions
diff --git a/multimedia/totem3/Makefile b/multimedia/totem3/Makefile
index edb50dad1..9d8a7c090 100644
--- a/multimedia/totem3/Makefile
+++ b/multimedia/totem3/Makefile
@@ -3,12 +3,12 @@
# Whom: Hendrik Scholz <hendrik@scholz.net>
#
# $FreeBSD$
-# $MCom: ports/multimedia/totem3/Makefile,v 1.5 2011/02/16 15:37:13 kwm Exp $
+# $MCom: ports/multimedia/totem3/Makefile,v 1.6 2011/02/16 17:38:35 kwm Exp $
#
PORTNAME= totem
-PORTVERSION= 2.91.6
-PORTREVISION?= 2
+PORTVERSION= 2.91.7
+PORTREVISION?= 0
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/multimedia/totem3/distinfo b/multimedia/totem3/distinfo
index 5f92d078d..43dd1166d 100644
--- a/multimedia/totem3/distinfo
+++ b/multimedia/totem3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/totem-2.91.6.tar.bz2) = c7c01544d9f97f8800887ed778c595273b62877585246a986191ef5a4bb3920e
-SIZE (gnome3/totem-2.91.6.tar.bz2) = 3521525
+SHA256 (gnome3/totem-2.91.7.tar.bz2) = be8259b306d3def99341b8cf3eef7acdf813ea71286d89dc1eeed8b7f74b8c53
+SIZE (gnome3/totem-2.91.7.tar.bz2) = 3537658
diff --git a/multimedia/totem3/files/patch-libpeas b/multimedia/totem3/files/patch-libpeas
deleted file mode 100644
index e6948b436..000000000
--- a/multimedia/totem3/files/patch-libpeas
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/src/plugins/totem-plugins-engine.c b/src/plugins/totem-plugins-engine.c
-index cdff0bf..4518fe2 100644
---- src/plugins/totem-plugins-engine.c
-+++ src/plugins/totem-plugins-engine.c
-@@ -120,6 +120,8 @@ totem_plugins_engine_get_default (TotemObject *totem)
- }
- g_strfreev (paths);
-
-+ peas_engine_enable_loader (PEAS_ENGINE (engine), "python");
-+
- g_object_add_weak_pointer (G_OBJECT (engine),
- (gpointer) &engine);
-
-diff --git a/src/totem-menu.c b/src/totem-menu.c
-index 6e76184..1a2e54e 100644
---- src/totem-menu.c
-+++ src/totem-menu.c
-@@ -1234,7 +1234,7 @@ plugins_action_callback (GtkAction *action, Totem *totem)
- G_CALLBACK (totem_plugins_response_cb),
- NULL, 0);
-
-- manager = peas_gtk_plugin_manager_new ();
-+ manager = peas_gtk_plugin_manager_new (NULL);
- gtk_widget_show_all (GTK_WIDGET (manager));
- gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (totem->plugins))),
- manager, TRUE, TRUE, 0);
---
-cgit v0.8.3.1