From 0bd6a7b89f81b97120760916bc6fad5ee5042cd2 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 1 Aug 2005 14:15:54 +0000 Subject: added totem 0.101 - BROKEN due to lack of 'libnautilus-burn' package (or option to disable it) --- packages/totem/totem-0.101/.mtn2git_empty | 0 packages/totem/totem-0.101/include.patch | 11 +++++++++++ packages/totem/totem-0.101/omf.patch | 13 +++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 packages/totem/totem-0.101/.mtn2git_empty create mode 100644 packages/totem/totem-0.101/include.patch create mode 100644 packages/totem/totem-0.101/omf.patch (limited to 'packages/totem/totem-0.101') diff --git a/packages/totem/totem-0.101/.mtn2git_empty b/packages/totem/totem-0.101/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/totem/totem-0.101/include.patch b/packages/totem/totem-0.101/include.patch new file mode 100644 index 0000000000..6e99c4e21e --- /dev/null +++ b/packages/totem/totem-0.101/include.patch @@ -0,0 +1,11 @@ +--- totem-0.99.15/src/video-utils.c 2004-07-03 16:54:31.000000000 -0700 ++++ totem-0.99.15.new/src/video-utils.c 2004-08-04 11:03:30.822669856 -0700 +@@ -4,7 +4,7 @@ + #include "video-utils.h" + + #include +-#include ++/* #include */ + + #include + #include diff --git a/packages/totem/totem-0.101/omf.patch b/packages/totem/totem-0.101/omf.patch new file mode 100644 index 0000000000..a889db10ba --- /dev/null +++ b/packages/totem/totem-0.101/omf.patch @@ -0,0 +1,13 @@ +--- totem-0.99.12/omf.make 2003-11-08 18:04:41.000000000 -0700 ++++ totem-0.99.12.new/omf.make 2004-06-30 09:39:58.765495480 -0700 +@@ -41,7 +41,9 @@ + install-data-hook-omf: + $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir) + for file in $(omffile); do \ +- $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ ++ if [ -f $$file.out ]; then \ ++ $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ ++ fi; \ + done + -scrollkeeper-update -o $(DESTDIR)$(omf_dest_dir) + -- cgit v1.2.3