diff options
author | 2005-07-13 06:59:30 +0000 | |
---|---|---|
committer | 2005-07-13 06:59:30 +0000 | |
commit | f52d86bc937e83ba7629d6ac747508861bf8874f (patch) | |
tree | 503fd8386dd2c311385f233f3d08edd9e8aaa27a /media-video/totem/files | |
parent | Removing old ebuilds (diff) | |
download | historical-f52d86bc937e83ba7629d6ac747508861bf8874f.tar.gz historical-f52d86bc937e83ba7629d6ac747508861bf8874f.tar.bz2 historical-f52d86bc937e83ba7629d6ac747508861bf8874f.zip |
Cleaning old ebuilds/patches
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-video/totem/files')
7 files changed, 0 insertions, 132 deletions
diff --git a/media-video/totem/files/digest-totem-0.100-r3 b/media-video/totem/files/digest-totem-0.100-r3 deleted file mode 100644 index b18a963468ee..000000000000 --- a/media-video/totem/files/digest-totem-0.100-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 885423cc7e1d5eb8ff62b7b8ec9c30bc totem-0.100.tar.bz2 1279913 diff --git a/media-video/totem/files/digest-totem-0.99.19 b/media-video/totem/files/digest-totem-0.99.19 deleted file mode 100644 index b0d016c49c37..000000000000 --- a/media-video/totem/files/digest-totem-0.99.19 +++ /dev/null @@ -1 +0,0 @@ -MD5 e2d8c6cd39b0843d51d357cc3921873a totem-0.99.19.tar.bz2 1062379 diff --git a/media-video/totem/files/totem-0.100-cdrom_include.patch b/media-video/totem/files/totem-0.100-cdrom_include.patch deleted file mode 100644 index acbf9f6f11a3..000000000000 --- a/media-video/totem/files/totem-0.100-cdrom_include.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- totem-0.100/src/totem-disc.c 2005-01-10 12:41:50.247009280 +0100 -+++ totem-0.100-cdrom_include/src/totem-disc.c 2005-01-10 12:42:39.911459136 +0100 -@@ -30,12 +30,13 @@ - - #include <sys/ioctl.h> - #include <sys/stat.h> --#include <linux/cdrom.h> - - #include <glib.h> - #include <glib/gi18n.h> - #include <libgnomevfs/gnome-vfs.h> - -+#include <linux/cdrom.h> -+ - #include "totem-disc.h" - - typedef struct _CdCache { diff --git a/media-video/totem/files/totem-0.100-fix_desktop_item.patch b/media-video/totem/files/totem-0.100-fix_desktop_item.patch deleted file mode 100644 index c5c3c0a592f3..000000000000 --- a/media-video/totem/files/totem-0.100-fix_desktop_item.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- totem-0.100/data/Makefile.am 2005-01-03 17:10:26.000000000 +0100 -+++ totem-0.100.patched/data/Makefile.am 2005-01-09 14:42:29.000000000 +0100 -@@ -34,9 +34,9 @@ - desktop_in_in_files_all = totem.desktop.in.in.in vanity.desktop.in.in - desktop_in_files_all = totem.desktop.in.in vanity.desktop.in - if TOTEM_VANITY --desktop_in_files = totem.desktop.in.in vanity.desktop.in -+desktop_in_files = totem.desktop.in vanity.desktop.in - else --desktop_in_files = totem.desktop.in.in -+desktop_in_files = totem.desktop.in - endif - - desktopdir = $(datadir)/applications/ diff --git a/media-video/totem/files/totem-0.100-gst_backend_fixes-r1.patch b/media-video/totem/files/totem-0.100-gst_backend_fixes-r1.patch deleted file mode 100644 index be0d71fbc87c..000000000000 --- a/media-video/totem/files/totem-0.100-gst_backend_fixes-r1.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- bacon-video-widget-gst.c.orig 2005-01-03 00:18:38.000000000 +0100 -+++ bacon-video-widget-gst.c 2005-01-12 14:17:36.000000000 +0100 -@@ -802,14 +802,6 @@ - { - GstFormat fmt = GST_FORMAT_TIME; - gint64 value; -- gboolean res; -- -- if (!GST_FLAG_IS_SET (bvw->priv->play, GST_BIN_SELF_SCHEDULABLE)) { -- res = gst_bin_iterate (GST_BIN (bvw->priv->play)); -- } else { -- g_usleep (100); -- res = (gst_element_get_state (bvw->priv->play) == GST_STATE_PLAYING); -- } - - /* check length/pos of stream */ - if (!bvw->priv->stream_length) { -@@ -825,10 +817,7 @@ - value, bvw); - } - -- if (!res) -- bvw->priv->update_id = 0; -- -- return res; -+ return TRUE; - } - - static void -@@ -876,7 +865,7 @@ - } else if (new_state == GST_STATE_PLAYING) { - if (bvw->priv->update_id != 0) - g_source_remove (bvw->priv->update_id); -- bvw->priv->update_id = g_idle_add ((GSourceFunc) cb_iterate, bvw); -+ bvw->priv->update_id = g_timeout_add (200, (GSourceFunc) cb_iterate, bvw); - } - - if (old_state <= GST_STATE_READY && diff --git a/media-video/totem/files/totem-0.100-xine_backend-nocdrom.patch b/media-video/totem/files/totem-0.100-xine_backend-nocdrom.patch deleted file mode 100644 index 5845e033d083..000000000000 --- a/media-video/totem/files/totem-0.100-xine_backend-nocdrom.patch +++ /dev/null @@ -1,18 +0,0 @@ -=================================================================== -RCS file: /cvs/gnome/totem/src/backend/bacon-video-widget-xine.c,v -retrieving revision 1.167 -retrieving revision 1.168 -diff -u -r1.167 -r1.168 ---- bacon-video-widget-xine.c 2005/01/30 22:27:50 1.167 -+++ bacon-video-widget-xine.c 2005/02/07 08:37:00 1.168 -@@ -2447,6 +2447,10 @@ - { - xine_cfg_entry_t entry; - -+ g_return_if_fail (bvw != NULL); -+ g_return_if_fail (BACON_IS_VIDEO_WIDGET (bvw)); -+ g_return_if_fail (path != NULL); -+ - /* DVD device */ - bvw_config_helper_string (bvw->priv->xine, "media.dvd.device", - path, &entry); diff --git a/media-video/totem/files/totem-0.99.22-x_includes.patch b/media-video/totem/files/totem-0.99.22-x_includes.patch deleted file mode 100644 index 7eaac066ad30..000000000000 --- a/media-video/totem/files/totem-0.99.22-x_includes.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- configure.in 2004/11/22 21:41:20 1.1 -+++ configure.in 2004/11/22 22:04:49 -@@ -199,15 +199,21 @@ AC_SUBST(REMOTE_LIBS) - - AC_PATH_X - --CFLAGS="-I$x_includes $CFLAGS" --LIBS="-L$x_libraries $LIBS" -+if test x"$x_includes" != x"NONE" && test -n "$x_includes" ; then -+ X_INCLUDES=-L`echo $x_includes | sed -e "s/:/ -I/g"` -+fi -+if test x"$x_libraries" != x"NONE" && test -n "$x_libraries" ; then -+ X_LIBRARIES=-L`echo $x_libraries | sed -e "s/:/ -L/g"` -+fi -+CFLAGS="$X_INCLUDES $CFLAGS" -+LIBS="$X_LIBRARIES $LIBS" - - XTEST_LIBS="" - AC_CHECK_LIB(Xtst, XTestFakeKeyEvent, -- XTEST_LIBS="-lX11 -lXtst -L$x_libraries" -+ XTEST_LIBS="-lX11 -lXtst $X_LIBRARIES" - AC_DEFINE(HAVE_XTEST, 1, [defined if you have XTest library]), - , -- -L$x_libraries) -+ $X_LIBRARIES) - AC_SUBST(XTEST_LIBS) - - have_randr=no -@@ -217,12 +223,12 @@ AC_CHECK_LIB(Xrandr, XRRUpdateConfigurat - RANDR_LIBS="-lX11 -lXrandr -lXrender" - AC_DEFINE(HAVE_RANDR, 1, Have the Xrandr extension library), - :, [#include <X11/Xlib.h>])], : , -- -L$x_libraries -lXrandr -lXrender) -+ $X_LIBRARIES -lXrandr -lXrender) - AM_CONDITIONAL(HAVE_RANDR, [test $have_randr = yes]) - AC_SUBST(RANDR_LIBS) - - dnl Explicitely link against libX11 to avoid problems with crappy linkers --X_LIBS="-L$x_libraries -lX11" -+X_LIBS="$X_LIBRARIES -lX11" - AC_SUBST(X_LIBS) - - dnl Multimedia keys |