pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/adobe-flash-player adobe-flash-player: remove.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0317e7cc139c
branches:  trunk
changeset: 770599:0317e7cc139c
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Fri Dec 03 20:55:06 2021 +0000

description:
adobe-flash-player: remove.

EOLed on 2020/12/31.
Note 32.0.0.371 still works (no EOL date check),
but no public binaries anyway.

diffstat:

 multimedia/adobe-flash-player/DESCR                   |  10 ---
 multimedia/adobe-flash-player/INSTALL.nspluginwrapper |  19 -------
 multimedia/adobe-flash-player/MESSAGE.pulseaudio      |  10 ---
 multimedia/adobe-flash-player/Makefile                |  49 -------------------
 multimedia/adobe-flash-player/PLIST                   |   2 -
 multimedia/adobe-flash-player/distinfo                |   8 ---
 multimedia/adobe-flash-player/options.mk              |  27 ----------
 7 files changed, 0 insertions(+), 125 deletions(-)

diffs (153 lines):

diff -r aa9d1b5ce393 -r 0317e7cc139c multimedia/adobe-flash-player/DESCR
--- a/multimedia/adobe-flash-player/DESCR       Fri Dec 03 17:45:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-NPAPI Adobe Flash player plugin for the Firefox browser.
-This package contains a plugin that enables web browsers to render
-the Flash format.
-
-The nspluginwrapper option (enabled by default on non Linux platforms)
-permits the use of the the Linux x86 and x86_64 flash player in Firefox
-browsers on other x86 systems and x86_64 systems.
-
-For NetBSD this package requires NetBSD 6.2 or 7.1 (and later versions)
-which include procfs fixes for Linux binaries.
diff -r aa9d1b5ce393 -r 0317e7cc139c multimedia/adobe-flash-player/INSTALL.nspluginwrapper
--- a/multimedia/adobe-flash-player/INSTALL.nspluginwrapper     Fri Dec 03 17:45:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-#!/bin/sh
-# $NetBSD: INSTALL.nspluginwrapper,v 1.1 2017/03/17 21:56:29 tsutsui Exp $
-
-PATH=@PREFIX@/bin:$PATH
-
-case $STAGE in
-    POST-INSTALL)
-       nspluginwrapper -i @PREFIX@/lib/netscape/plugins/libflashplayer.so
-       ;;
-esac
-
-
-case $STAGE in
-    DEINSTALL)
-       for wrapped in `nspluginwrapper -l | grep ^/` ; do
-           nspluginwrapper -r $wrapped
-       done
-       ;;
-esac
diff -r aa9d1b5ce393 -r 0317e7cc139c multimedia/adobe-flash-player/MESSAGE.pulseaudio
--- a/multimedia/adobe-flash-player/MESSAGE.pulseaudio  Fri Dec 03 17:45:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.pulseaudio,v 1.1 2017/03/17 21:56:29 tsutsui Exp $
-
-The flash plugin requires tmpfs to be mounted on /dev/shm for PulseAudio.
-
-This can be automated by adding the following to your /etc/fstab:
-
-tmpfs /emul/linux/dev/shm tmpfs rw,-m1777
-
-===========================================================================
diff -r aa9d1b5ce393 -r 0317e7cc139c multimedia/adobe-flash-player/Makefile
--- a/multimedia/adobe-flash-player/Makefile    Fri Dec 03 17:45:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,49 +0,0 @@
-# $NetBSD: Makefile,v 1.54 2020/12/08 13:02:06 tsutsui Exp $
-
-FLASH_VERSION=         32.0.0.465
-DISTNAME=              flash_player_npapi_linux.${FLASH_ARCH}
-PKGNAME=               adobe-flash-player-${FLASH_VERSION}
-DIST_SUBDIR=           ${PKGNAME_NOREV}
-CATEGORIES=            multimedia www
-MASTER_SITES=          https://fpdownload.macromedia.com/get/flashplayer/pdc/${FLASH_VERSION}/
-
-MAINTAINER=            tsutsui%NetBSD.org@localhost
-HOMEPAGE=              https://www.adobe.com/products/flashplayer.html
-COMMENT=               Adobe Flash Player Browser NPAPI plugin
-LICENSE=               flash-license
-
-RESTRICTED=            Redistribution not permitted
-NO_BIN_ON_CDROM=       ${RESTRICTED}
-NO_BIN_ON_FTP=         ${RESTRICTED}
-NO_SRC_ON_CDROM=       ${RESTRICTED}
-NO_SRC_ON_FTP=         ${RESTRICTED}
-
-WRKSRC=                        ${WRKDIR}
-BUILD_DIRS=            # empty
-
-EMUL_PLATFORMS=                linux-i386 linux-x86_64
-EMUL_MODULES.linux=    gtk2 x11 glx krb5 alsa curl nss nspr
-# flashplayer 24 still supports OpenSUSE 11.3, but NetBSD 6.x uses 12.1
-# by default so I won't bother to test with 11.3.
-EMUL_REQD=             suse>=12.1
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${EMUL_PLATFORM} == "linux-i386"
-FLASH_ARCH=            i386
-.elif ${EMUL_PLATFORM} == "linux-x86_64"
-FLASH_ARCH=            x86_64
-.endif
-
-CONFLICTS=             adobe-flash-plugin-[0-9]*
-
-NS_PLUGINS_DIR=                ${PREFIX}/lib/netscape/plugins
-
-.include "options.mk"
-
-do-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${NS_PLUGINS_DIR}
-       ${INSTALL_DATA} ${WRKSRC}/libflashplayer.so \
-               ${DESTDIR}${NS_PLUGINS_DIR}
-
-.include "../../mk/bsd.pkg.mk"
diff -r aa9d1b5ce393 -r 0317e7cc139c multimedia/adobe-flash-player/PLIST
--- a/multimedia/adobe-flash-player/PLIST       Fri Dec 03 17:45:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2017/03/17 21:56:29 tsutsui Exp $
-lib/netscape/plugins/libflashplayer.so
diff -r aa9d1b5ce393 -r 0317e7cc139c multimedia/adobe-flash-player/distinfo
--- a/multimedia/adobe-flash-player/distinfo    Fri Dec 03 17:45:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.53 2021/10/07 14:32:01 nia Exp $
-
-RMD160 (adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz) = 2be9ad97204398cdf15532c1b10565cde7827f03
-SHA512 (adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz) = 
5c7b81aa38667aedc230a14899d0dbb26d0a59c255946966e1b11b8abad98312e1d45d75b1fddf4ace8587121b431d77b1050ce764613eb4e8ea34ea37587b3e
-Size (adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz) = 8548148 bytes
-RMD160 (adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz) = cd3a48c2edd3b72d2154db08c9de9407429dcb6d
-SHA512 (adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz) = 
b2fd7b16326facadb94e505de4e27d608d8b7690a719753348d381a54362984905dcb431ceb3f12853ddd3f2a5542497e2e5bb09afbdd728ca1217408fea1797
-Size (adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz) = 9064884 bytes
diff -r aa9d1b5ce393 -r 0317e7cc139c multimedia/adobe-flash-player/options.mk
--- a/multimedia/adobe-flash-player/options.mk  Fri Dec 03 17:45:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2019/11/03 17:11:59 rillig Exp $
-#
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.adobe-flash-plugin
-PKG_SUPPORTED_OPTIONS= nspluginwrapper pulseaudio
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} != "Linux"
-.  if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-PKG_SUGGESTED_OPTIONS= nspluginwrapper
-.  endif
-.endif
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mnspluginwrapper)
-DEPENDS+=              nspluginwrapper>=1.4.4:../../www/nspluginwrapper
-.  if !empty(PKG_OPTIONS:Mpulseaudio)
-EMUL_MODULES.linux+=   pulseaudio
-MESSAGE_SRC+=          ${PKGDIR}/MESSAGE.pulseaudio
-.  else
-DEPENDS+=              libflashsupport>=4.2.2011:../../multimedia/libflashsupport
-.  endif
-INSTALL_TEMPLATES+=    ${PKGDIR}/INSTALL.nspluginwrapper
-DEINSTALL_TEMPLATES+=  ${PKGDIR}/INSTALL.nspluginwrapper
-.endif



Home | Main Index | Thread Index | Old Index