pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia multimedia: Remove totem-browser-plugin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b7d6b1efbf6
branches:  trunk
changeset: 420619:5b7d6b1efbf6
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jan 05 11:42:39 2020 +0000

description:
multimedia: Remove totem-browser-plugin

Obsolete NPAPI plugin, no longer useful or advisable to use

diffstat:

 multimedia/Makefile                      |   3 +-
 multimedia/totem-browser-plugin/DESCR    |   6 ----
 multimedia/totem-browser-plugin/Makefile |  39 --------------------------------
 multimedia/totem-browser-plugin/PLIST    |   6 ----
 4 files changed, 1 insertions(+), 53 deletions(-)

diffs (80 lines):

diff -r facd4c83f6be -r 5b7d6b1efbf6 multimedia/Makefile
--- a/multimedia/Makefile       Sun Jan 05 10:40:11 2020 +0000
+++ b/multimedia/Makefile       Sun Jan 05 11:42:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.290 2019/12/29 06:40:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.291 2020/01/05 11:42:39 nia Exp $
 #
 
 COMMENT=       Multimedia utilities
@@ -203,7 +203,6 @@
 SUBDIR+=       streamlink
 SUBDIR+=       subtitleeditor
 SUBDIR+=       totem
-SUBDIR+=       totem-browser-plugin
 SUBDIR+=       totem-nautilus
 SUBDIR+=       totem-pl-parser
 SUBDIR+=       transcode
diff -r facd4c83f6be -r 5b7d6b1efbf6 multimedia/totem-browser-plugin/DESCR
--- a/multimedia/totem-browser-plugin/DESCR     Sun Jan 05 10:40:11 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,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 contains a mozilla plugin for playing back media from a
-web page.
diff -r facd4c83f6be -r 5b7d6b1efbf6 multimedia/totem-browser-plugin/Makefile
--- a/multimedia/totem-browser-plugin/Makefile  Sun Jan 05 10:40:11 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.65 2019/11/03 17:12:04 rillig Exp $
-#
-
-.include "../../multimedia/totem/Makefile.common"
-
-DEPENDS+=      gst-plugins0.10-soup-[0-9]*:../../net/gst-plugins0.10-soup
-
-PKGNAME=       ${DISTNAME:S/totem/totem-browser-plugin/}
-PKGREVISION=   57
-
-# override Makefile.common
-PLIST_SRC=     ${.CURDIR}/PLIST
-GCONF_SCHEMAS= # none
-
-COMMENT+=      (gecko plugin)
-
-CONFIGURE_ARGS+=       --enable-browser-plugins
-
-BROWSER_PLUGINS=       cone gmp mully narrowspace
-
-INSTALLATION_DIRS=     lib/netscape/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/netscape/plugins
-.endfor
-       cd ${WRKSRC}/browser-plugin && ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \
-        totem-plugin-viewer ${DESTDIR}${PREFIX}/libexec
-
-BUILDLINK_API_DEPENDS.shared-mime-info+=       shared-mime-info>=0.22
-.include "../../databases/shared-mime-info/buildlink3.mk"
-.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
-.include "../../multimedia/gst-plugins0.10-good/buildlink3.mk"
-.include "../../multimedia/gstreamer0.10/buildlink3.mk"
-.include "../../x11/libunique/buildlink3.mk"
-.include "../../x11/startup-notification/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r facd4c83f6be -r 5b7d6b1efbf6 multimedia/totem-browser-plugin/PLIST
--- a/multimedia/totem-browser-plugin/PLIST     Sun Jan 05 10:40:11 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2009/09/13 11:22:58 tnn Exp $
-lib/netscape/plugins/libtotem-cone-plugin.la
-lib/netscape/plugins/libtotem-gmp-plugin.la
-lib/netscape/plugins/libtotem-mully-plugin.la
-lib/netscape/plugins/libtotem-narrowspace-plugin.la
-libexec/totem-plugin-viewer



Home | Main Index | Thread Index | Old Index