summaryrefslogtreecommitdiff
path: root/multimedia/totem/patches/patch-ab
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-03-22 16:37:32 +0000
committerjmmv <jmmv@pkgsrc.org>2005-03-22 16:37:32 +0000
commit22f84b33143b8dc4a05118aef2e17efa9a1dfcb0 (patch)
treefefecf4423ed5a9d2a6db56b52a9cde9b68187c3 /multimedia/totem/patches/patch-ab
parent9042b10a07a3658d47ef4d47771d1d7961d03495 (diff)
downloadpkgsrc-22f84b33143b8dc4a05118aef2e17efa9a1dfcb0.tar.gz
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.
Diffstat (limited to 'multimedia/totem/patches/patch-ab')
-rw-r--r--multimedia/totem/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
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 \