From 22f84b33143b8dc4a05118aef2e17efa9a1dfcb0 Mon Sep 17 00:00:00 2001 From: jmmv Date: Tue, 22 Mar 2005 16:37:32 +0000 Subject: Initial import of totem, version 1.0: Totem is simple movie player for the GNOME desktop based on GStreamer and Xine. It features a playlist, a full-screen mode, seek and volume controls, as well as a pretty complete keyboard navigation. This package is built using the GStreamer backend. --- multimedia/totem/patches/patch-ab | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 multimedia/totem/patches/patch-ab (limited to 'multimedia/totem/patches/patch-ab') diff --git a/multimedia/totem/patches/patch-ab b/multimedia/totem/patches/patch-ab new file mode 100644 index 00000000000..2293e04b085 --- /dev/null +++ b/multimedia/totem/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1.1.1 2005/03/22 16:37:32 jmmv Exp $ + +--- src/Makefile.in.orig 2005-03-07 18:01:00.000000000 +0100 ++++ src/Makefile.in +@@ -686,7 +686,8 @@ clean-noinstLTLIBRARIES: + rm -f "$${dir}/so_locations"; \ + done + pluginLTLIBRARIES_INSTALL = $(INSTALL) +-install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) ++install-pluginLTLIBRARIES: ++dont-install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(plugindir) + @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ -- cgit v1.2.3