summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-10-08 12:26:19 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-10-08 12:26:19 +0000
commit227b98512b05c529ffb6ec41177e6bca4a25721b (patch)
treecbf065034a1357cb270e5512da3034ce41aec564 /media-video/totem/files
parentRemoved x11-plugins/desklet-* that have been removed from the tree (diff)
downloadhistorical-227b98512b05c529ffb6ec41177e6bca4a25721b.tar.gz
historical-227b98512b05c529ffb6ec41177e6bca4a25721b.tar.bz2
historical-227b98512b05c529ffb6ec41177e6bca4a25721b.zip
New revision, using gecko-sdk to build its browser plugin. Removing old ebuilds/patches.
Package-Manager: portage-2.0.53_rc3
Diffstat (limited to 'media-video/totem/files')
-rw-r--r--media-video/totem/files/digest-totem-1.0.2-r11
-rw-r--r--media-video/totem/files/digest-totem-1.1.51
-rw-r--r--media-video/totem/files/digest-totem-1.2.0-r1 (renamed from media-video/totem/files/digest-totem-1.2.0)0
-rw-r--r--media-video/totem/files/totem-1.0.2-xine_no_xxmc.patch12
-rw-r--r--media-video/totem/files/totem-1.1.5-idl.patch20
-rw-r--r--media-video/totem/files/totem-1.1.5-nsi.patch13
-rw-r--r--media-video/totem/files/totem-1.2.0-gecko-sdk.patch30
7 files changed, 30 insertions, 47 deletions
diff --git a/media-video/totem/files/digest-totem-1.0.2-r1 b/media-video/totem/files/digest-totem-1.0.2-r1
deleted file mode 100644
index e69d316af5f5..000000000000
--- a/media-video/totem/files/digest-totem-1.0.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a69626273a14d747f836610f9de1fc0b totem-1.0.2.tar.bz2 1438134
diff --git a/media-video/totem/files/digest-totem-1.1.5 b/media-video/totem/files/digest-totem-1.1.5
deleted file mode 100644
index a61a94b593c2..000000000000
--- a/media-video/totem/files/digest-totem-1.1.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cc203683cc2cf7e3585cd0b25de55c7f totem-1.1.5.tar.bz2 1623055
diff --git a/media-video/totem/files/digest-totem-1.2.0 b/media-video/totem/files/digest-totem-1.2.0-r1
index 0762d3db70a3..0762d3db70a3 100644
--- a/media-video/totem/files/digest-totem-1.2.0
+++ b/media-video/totem/files/digest-totem-1.2.0-r1
diff --git a/media-video/totem/files/totem-1.0.2-xine_no_xxmc.patch b/media-video/totem/files/totem-1.0.2-xine_no_xxmc.patch
deleted file mode 100644
index 1de43e22941c..000000000000
--- a/media-video/totem/files/totem-1.0.2-xine_no_xxmc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/bacon-video-widget-xine.c 2005/04/27 16:11:37 1.184
-+++ src/bacon-video-widget-xine.c 2005/05/02 16:06:02 1.185
-@@ -551,7 +551,7 @@
- x11_visual_t vis;
- const char *video_driver_id;
- xine_video_port_t *vo_driver;
-- static char *drivers[] = { "xxmc", "xv", "xshm" };
-+ static char *drivers[] = { "xv", "xshm" };
- guint i;
-
- if (null_out != FALSE)
-
diff --git a/media-video/totem/files/totem-1.1.5-idl.patch b/media-video/totem/files/totem-1.1.5-idl.patch
deleted file mode 100644
index eb2b772948e6..000000000000
--- a/media-video/totem/files/totem-1.1.5-idl.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- totem-1.1.5/configure.in 2005-08-24 05:33:44.000000000 -0400
-+++ totem-1.1.5.new/configure.in 2005-08-29 22:07:54.000000000 -0400
-@@ -276,15 +276,8 @@
- dnl Search for the idl include directory
- if test "x$ENABLE_MOZILLA" = "xyes" ; then
- dnl This only works on gecko 1.8
-- MOZILLA_IDLDIR="`$PKG_CONFIG --variable=idldir $MOZILLA-xpcom`"
-- dnl Fallback for older versions
-- if test "x$MOZILLA_IDLDIR" = "x"; then
-- MOZILLA_IDLDIR="`echo $MOZILLA_LIBDIR | sed -e s!lib!share/idl!`"
-- fi
-- dnl Some distributions (Gentoo) have it in unusual places
-- if test "x$MOZILLA_IDLDIR" = "x"; then
-- MOZILLA_IDLDIR="$MOZILLA_INCLUDE_ROOT/idl"
-- fi
-+ dnl MOZILLA_IDLDIR="`$PKG_CONFIG --variable=idldir $MOZILLA-xpcom`"
-+ MOZILLA_IDLDIR="`$PKG_CONFIG --variable=libdir $MOZILLA-xpcom`/include/idl"
-
- AC_SUBST([MOZILLA_IDLDIR])
- fi
diff --git a/media-video/totem/files/totem-1.1.5-nsi.patch b/media-video/totem/files/totem-1.1.5-nsi.patch
deleted file mode 100644
index 123e85e09214..000000000000
--- a/media-video/totem/files/totem-1.1.5-nsi.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- totem-1.1.5/src/totem-mozilla-plugin.cpp 2005-08-22 14:20:39.000000000 -0400
-+++ totem-1.1.5.new/src/totem-mozilla-plugin.cpp 2005-08-29 22:12:39.000000000 -0400
-@@ -42,8 +42,8 @@
- #include "npupp.h"
-
- #include <nsCOMPtr.h>
--#include <nsIDOMWindow.h>
--#include <nsIURI.h>
-+#include <dom/nsIDOMWindow.h>
-+#include <necko/nsIURI.h>
- #include <nsEmbedString.h>
- #include <nsIInterfaceRequestorUtils.h>
- #include <docshell/nsIWebNavigation.h>
diff --git a/media-video/totem/files/totem-1.2.0-gecko-sdk.patch b/media-video/totem/files/totem-1.2.0-gecko-sdk.patch
new file mode 100644
index 000000000000..d8688832f614
--- /dev/null
+++ b/media-video/totem/files/totem-1.2.0-gecko-sdk.patch
@@ -0,0 +1,30 @@
+diff -NurdB totem-1.2.0/configure.in totem-1.2.0-patched/configure.in
+--- totem-1.2.0/configure.in 2005-09-05 05:00:30.000000000 -0500
++++ totem-1.2.0-patched/configure.in 2005-10-07 20:12:09.000000000 -0500
+@@ -189,7 +189,7 @@
+ AC_ARG_WITH([mozilla],
+ AS_HELP_STRING([--with-mozilla],[Which gecko engine to use (default: autodetect)]))
+
+- GECKOS="firefox mozilla-firefox seamonkey mozilla"
++ GECKOS="gecko-sdk firefox mozilla-firefox seamonkey mozilla"
+ gecko=$with_mozilla
+
+ if test "x$gecko" = "x"; then
+@@ -219,6 +219,7 @@
+ AC_MSG_RESULT([$gecko])
+
+ case "$gecko" in
++ gecko-sdk) MOZILLA_VERSION_MIN=1.7 ;;
+ mozilla) MOZILLA_VERSION_MIN=1.7 ;;
+ seamonkey) MOZILLA_VERSION_MIN=1.0 ;;
+ *firefox) MOZILLA_VERSION_MIN=1.0 ;;
+@@ -261,7 +262,8 @@
+ MOZILLA_XPCOM_CFLAGS="-I`$PKG_CONFIG --variable=includedir $MOZILLA-xpcom`"
+ MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR:-$MOZILLA_LIBDIR}"
+
+- AC_PATH_PROG([MOZILLA_XPIDL], [xpidl], [no], [$MOZILLA_LIBDIR:$PATH])
++ AC_PATH_PROG([MOZILLA_XPIDL], [xpidl], [no],
++ [$MOZILLA_LIBDIR:$MOZILLA_LIBDIR/../bin:$PATH])
+ if test "x$MOZILLA_XPIDL" = "xno"; then
+ ENABLE_MOZILLA=no
+ AC_MSG_WARN([xpidl compiler not found])