pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/totem-browser-plugin - Drop firefox3 depend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d9d7c34a548
branches:  trunk
changeset: 399104:6d9d7c34a548
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Sep 13 10:53:40 2009 +0000

description:
- Drop firefox3 dependency. After @dirrm deprecation we don't need to worry
  about ownership of the plugins directory anymore.
- Install to ${PREFIX}/lib/mozilla/plugins to make it browser-agnostic.
  (browsers should be taught to look there if they don't already do so).

diffstat:

 multimedia/totem-browser-plugin/Makefile |  10 ++++------
 multimedia/totem-browser-plugin/PLIST    |  10 +++++-----
 2 files changed, 9 insertions(+), 11 deletions(-)

diffs (57 lines):

diff -r fb3b78814000 -r 6d9d7c34a548 multimedia/totem-browser-plugin/Makefile
--- a/multimedia/totem-browser-plugin/Makefile  Sun Sep 13 10:29:20 2009 +0000
+++ b/multimedia/totem-browser-plugin/Makefile  Sun Sep 13 10:53:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/08/26 20:22:52 sno Exp $
+# $NetBSD: Makefile,v 1.5 2009/09/13 10:53:40 tnn Exp $
 #
 
 PKG_DESTDIR_SUPPORT=   user-destdir
@@ -6,7 +6,7 @@
 .include "../../multimedia/totem/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/totem/totem-browser-plugin/}
-PKGREVISION=   1
+PKGREVISION=   2
 
 # override Makefile.common
 PLIST_SRC=      ${.CURDIR}/PLIST
@@ -18,13 +18,13 @@
 
 BROWSER_PLUGINS=       cone gmp mully narrowspace
 
-INSTALLATION_DIRS=     lib/firefox3/plugins
+INSTALLATION_DIRS=     lib/mozilla/plugins
 INSTALLATION_DIRS+=    libexec
 
 do-install:
 .for plugin in ${BROWSER_PLUGINS}
        cd ${WRKSRC}/browser-plugin && ${LIBTOOL} --mode=install ${INSTALL_DATA} \
-        libtotem-${plugin}-plugin.la ${DESTDIR}${PREFIX}/lib/firefox3/plugins
+        libtotem-${plugin}-plugin.la ${DESTDIR}${PREFIX}/lib/mozilla/plugins
 .endfor
        cd ${WRKSRC}/browser-plugin && ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \
         totem-plugin-viewer ${DESTDIR}${PREFIX}/libexec
@@ -34,7 +34,5 @@
 .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
 .include "../../multimedia/gst-plugins0.10-good/buildlink3.mk"
 .include "../../multimedia/gstreamer0.10/buildlink3.mk"
-# not actually needed to build, but firefox3 owns the plugin directory
-.include "../../www/firefox3/buildlink3.mk"
 .include "../../x11/startup-notification/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r fb3b78814000 -r 6d9d7c34a548 multimedia/totem-browser-plugin/PLIST
--- a/multimedia/totem-browser-plugin/PLIST     Sun Sep 13 10:29:20 2009 +0000
+++ b/multimedia/totem-browser-plugin/PLIST     Sun Sep 13 10:53:40 2009 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2009/03/16 12:13:31 jmcneill Exp $
-lib/firefox3/plugins/libtotem-cone-plugin.la
-lib/firefox3/plugins/libtotem-gmp-plugin.la
-lib/firefox3/plugins/libtotem-mully-plugin.la
-lib/firefox3/plugins/libtotem-narrowspace-plugin.la
+@comment $NetBSD: PLIST,v 1.3 2009/09/13 10:53:40 tnn Exp $
+lib/mozilla/plugins/libtotem-cone-plugin.la
+lib/mozilla/plugins/libtotem-gmp-plugin.la
+lib/mozilla/plugins/libtotem-mully-plugin.la
+lib/mozilla/plugins/libtotem-narrowspace-plugin.la
 libexec/totem-plugin-viewer



Home | Main Index | Thread Index | Old Index