diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-08-11 16:30:19 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-08-11 16:30:19 +0000 |
commit | 61367a19fe9a595b608af09e19adcdf3ac555197 (patch) | |
tree | f5935ff2aef00316fb11bebea0e6f34577fa35a3 /media-video/totem/files | |
parent | Remove old (diff) | |
download | gentoo-2-61367a19fe9a595b608af09e19adcdf3ac555197.tar.gz gentoo-2-61367a19fe9a595b608af09e19adcdf3ac555197.tar.bz2 gentoo-2-61367a19fe9a595b608af09e19adcdf3ac555197.zip |
Removing Gnome 2.14
(Portage version: 2.1.3.4)
Diffstat (limited to 'media-video/totem/files')
-rw-r--r-- | media-video/totem/files/digest-totem-1.2.1-r1 | 3 | ||||
-rw-r--r-- | media-video/totem/files/digest-totem-1.4.2-r1 | 3 | ||||
-rw-r--r-- | media-video/totem/files/digest-totem-2.18.1-r1 | 3 | ||||
-rw-r--r-- | media-video/totem/files/totem-1.4.0-autoconf.patch | 57 | ||||
-rw-r--r-- | media-video/totem/files/totem-1.4.1-nsIDOMWINDOW.patch | 12 | ||||
-rw-r--r-- | media-video/totem/files/totem-1.4.2-nsIURI.patch | 11 | ||||
-rw-r--r-- | media-video/totem/files/totem-2.17.5-browser-plugins.patch | 76 |
7 files changed, 0 insertions, 165 deletions
diff --git a/media-video/totem/files/digest-totem-1.2.1-r1 b/media-video/totem/files/digest-totem-1.2.1-r1 deleted file mode 100644 index 2ba499b2249c..000000000000 --- a/media-video/totem/files/digest-totem-1.2.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7915469973500dba01d51edfd9e49cf3 totem-1.2.1.tar.bz2 1411347 -RMD160 7d7e69003cd73e060c3e0f9f8b25e23ac484db63 totem-1.2.1.tar.bz2 1411347 -SHA256 569c265cd184ef559cf2e266812f09f93d1642c6fd612c92e1a639e0f91c6621 totem-1.2.1.tar.bz2 1411347 diff --git a/media-video/totem/files/digest-totem-1.4.2-r1 b/media-video/totem/files/digest-totem-1.4.2-r1 deleted file mode 100644 index fe7b5018ae0b..000000000000 --- a/media-video/totem/files/digest-totem-1.4.2-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5a9b9d127d5065c0ea2a3c8a3c255597 totem-1.4.2.tar.bz2 1707854 -RMD160 87d844ac490adf6210f47a652e17b6fb17c10d3f totem-1.4.2.tar.bz2 1707854 -SHA256 31141a6c55f3252ea01742aecba4c01cb438d7fc93d71a18b53bf06f2e65c03b totem-1.4.2.tar.bz2 1707854 diff --git a/media-video/totem/files/digest-totem-2.18.1-r1 b/media-video/totem/files/digest-totem-2.18.1-r1 deleted file mode 100644 index a690f5de9b1c..000000000000 --- a/media-video/totem/files/digest-totem-2.18.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c8faa37112cfd2edfebdd1df88519f36 totem-2.18.1.tar.bz2 2074935 -RMD160 bf648b1306d4eb6cfbe7403e4bd2b5c43b058392 totem-2.18.1.tar.bz2 2074935 -SHA256 205b4f4c318d29fdb21d5bfc2416038d55c79f1bbccd85ef4333f5963b38e7be totem-2.18.1.tar.bz2 2074935 diff --git a/media-video/totem/files/totem-1.4.0-autoconf.patch b/media-video/totem/files/totem-1.4.0-autoconf.patch deleted file mode 100644 index e4c462013c5f..000000000000 --- a/media-video/totem/files/totem-1.4.0-autoconf.patch +++ /dev/null @@ -1,57 +0,0 @@ -Index: totem-1.4.0/src/totem.c -=================================================================== ---- totem-1.4.0.orig/src/totem.c -+++ totem-1.4.0/src/totem.c -@@ -1959,7 +1959,7 @@ on_about1_activate (GtkButton *button, T - - totem->about = g_object_new (GTK_TYPE_ABOUT_DIALOG, - "name", _("Totem"), -- "version", VERSION, -+ "version", PACKAGE_VERSION, - "copyright", _("Copyright \xc2\xa9 2002-2005 Bastien Nocera"), - "comments", description, - "authors", authors, -@@ -3512,7 +3512,7 @@ main (int argc, char **argv) - #ifdef HAVE_GTK_ONLY - gtk_init (&argc, &argv); - #else -- gnome_program_init ("totem", VERSION, -+ gnome_program_init ("totem", PACKAGE_VERSION, - LIBGNOMEUI_MODULE, - argc, argv, - GNOME_PARAM_APP_DATADIR, DATADIR, -Index: totem-1.4.0/src/totem-mozilla-viewer.c -=================================================================== ---- totem-1.4.0.orig/src/totem-mozilla-viewer.c -+++ totem-1.4.0/src/totem-mozilla-viewer.c -@@ -272,7 +272,7 @@ on_about1_activate (GtkButton *button, T - - emb->about = g_object_new (GTK_TYPE_ABOUT_DIALOG, - "name", _("Totem Mozilla Plugin"), -- "version", VERSION, -+ "version", PACKAGE_VERSION, - "copyright", _("Copyright \xc2\xa9 2002-2005 Bastien Nocera"), - "comments", description, - "authors", authors, -Index: totem-1.4.0/src/vanity.c -=================================================================== ---- totem-1.4.0.orig/src/vanity.c -+++ totem-1.4.0/src/vanity.c -@@ -257,7 +257,7 @@ on_about1_activate (GtkButton *button, V - - vanity->about = g_object_new (GTK_TYPE_ABOUT_DIALOG, - "name", _("Vanity"), -- "version", VERSION, -+ "version", PACKAGE_VERSION, - "copyright", _("Copyright \xc2\xa9 2002-2005 Bastien Nocera"), - "comments", description, - "authors", authors, -@@ -654,7 +654,7 @@ main (int argc, char **argv) - - gtk_init (&argc, &argv); - #ifndef HAVE_GTK_ONLY -- gnome_program_init ("vanity", VERSION, -+ gnome_program_init ("vanity", PACKAGE_VERSION, - LIBGNOMEUI_MODULE, - argc, argv, - GNOME_PARAM_APP_DATADIR, DATADIR, diff --git a/media-video/totem/files/totem-1.4.1-nsIDOMWINDOW.patch b/media-video/totem/files/totem-1.4.1-nsIDOMWINDOW.patch deleted file mode 100644 index 0c31e56b0481..000000000000 --- a/media-video/totem/files/totem-1.4.1-nsIDOMWINDOW.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN totem-1.4.1-orig/src/totem-mozilla-plugin.cpp totem-1.4.1/src/totem-mozilla-plugin.cpp ---- totem-1.4.1-orig/src/totem-mozilla-plugin.cpp 2006-06-22 18:39:17.172913352 -0500 -+++ totem-1.4.1/src/totem-mozilla-plugin.cpp 2006-06-22 18:39:37.162874416 -0500 -@@ -43,7 +43,7 @@ - #include "npapi.h" - #include "npupp.h" - --#include <nsIDOMWindow.h> -+#include <dom/nsIDOMWindow.h> - #include <nsIURI.h> - #include <nsEmbedString.h> - #include <nsIInterfaceRequestorUtils.h> diff --git a/media-video/totem/files/totem-1.4.2-nsIURI.patch b/media-video/totem/files/totem-1.4.2-nsIURI.patch deleted file mode 100644 index edcd824ad1ec..000000000000 --- a/media-video/totem/files/totem-1.4.2-nsIURI.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- totem-1.4.2/src/totem-mozilla-plugin.cpp-orig 2006-07-01 11:52:26.000000000 -0500 -+++ totem-1.4.2/src/totem-mozilla-plugin.cpp 2006-07-01 11:52:28.000000000 -0500 -@@ -44,7 +44,7 @@ - #include "npupp.h" - - #include <dom/nsIDOMWindow.h> --#include <nsIURI.h> -+#include <necko/nsIURI.h> - #include <nsEmbedString.h> - #include <nsIInterfaceRequestorUtils.h> - #include <docshell/nsIWebNavigation.h> diff --git a/media-video/totem/files/totem-2.17.5-browser-plugins.patch b/media-video/totem/files/totem-2.17.5-browser-plugins.patch deleted file mode 100644 index 9868d16a9098..000000000000 --- a/media-video/totem/files/totem-2.17.5-browser-plugins.patch +++ /dev/null @@ -1,76 +0,0 @@ ---- configure.in.orig 2007-01-28 14:48:08.000000000 -0600 -+++ configure.in 2007-01-28 14:48:38.000000000 -0600 -@@ -580,6 +580,10 @@ - [],[enable_mully_plugin=yes]) - AC_MSG_RESULT([$enable_mully_plugin]) - -+PKG_CHECK_MODULES([SN], [ libstartup-notification-1.0 >= 0.8 ]) -+AC_SUBST([SN_CFLAGS]) -+AC_SUBST([SN_LIBS]) -+ - fi - - AM_CONDITIONAL([ENABLE_BASIC_PLUGIN],[test "$enable_basic_plugin" = "yes"]) ---- browser-plugin/Makefile.am.orig 2007-01-09 08:26:48.000000000 -0600 -+++ browser-plugin/Makefile.am 2007-01-28 14:53:09.000000000 -0600 -@@ -80,6 +80,7 @@ - $(WARN_CFLAGS) \ - $(DBUS_CFLAGS) \ - $(NVTV_CFLAGS) \ -+ $(SN_CFLAGS) \ - $(AM_CFLAGS) - - totem_plugin_viewer_LDADD = \ -@@ -93,6 +94,7 @@ - $(DBUS_LIBS) \ - $(NVTV_LIBS) \ - $(XTEST_LIBS) \ -+ $(SN_LIBS) \ - $(X_LIBS) - - BUILT_SOURCES += \ -@@ -152,7 +154,7 @@ - $(top_builddir)/src/plparse/libtotem-plparser-mini.la \ - $(top_builddir)/browser-plugin/libtotempluginviewer_marshal.la \ - $(DBUS_LIBS) \ -- $(MOZILLA_LIBS) \ -+ $(BROWSER_PLUGIN_LIBS) \ - $(LIBXPCOMGLUE_S) - - libtotem_basic_plugin_la_LDFLAGS = \ -@@ -211,7 +213,7 @@ - $(top_builddir)/src/plparse/libtotem-plparser-mini.la \ - $(top_builddir)/browser-plugin/libtotempluginviewer_marshal.la \ - $(DBUS_LIBS) \ -- $(MOZILLA_LIBS) \ -+ $(BROWSER_PLUGIN_LIBS) \ - $(LIBXPCOMGLUE_S) - - libtotem_gmp_plugin_la_LDFLAGS = \ -@@ -270,7 +272,7 @@ - $(top_builddir)/src/plparse/libtotem-plparser-mini.la \ - $(top_builddir)/browser-plugin/libtotempluginviewer_marshal.la \ - $(DBUS_LIBS) \ -- $(MOZILLA_LIBS) \ -+ $(BROWSER_PLUGIN_LIBS) \ - $(LIBXPCOMGLUE_S) - - libtotem_complex_plugin_la_LDFLAGS = \ -@@ -329,7 +331,7 @@ - $(top_builddir)/src/plparse/libtotem-plparser-mini.la \ - $(top_builddir)/browser-plugin/libtotempluginviewer_marshal.la \ - $(DBUS_LIBS) \ -- $(MOZILLA_LIBS) \ -+ $(BROWSER_PLUGIN_LIBS) \ - $(LIBXPCOMGLUE_S) - - libtotem_narrowspace_plugin_la_LDFLAGS = \ -@@ -388,7 +390,7 @@ - $(top_builddir)/src/plparse/libtotem-plparser-mini.la \ - $(top_builddir)/browser-plugin/libtotempluginviewer_marshal.la \ - $(DBUS_LIBS) \ -- $(MOZILLA_LIBS) \ -+ $(BROWSER_PLUGIN_LIBS) \ - $(LIBXPCOMGLUE_S) - - libtotem_mully_plugin_la_LDFLAGS = \ |