summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2021-12-03 20:55:06 +0000
committertsutsui <tsutsui@pkgsrc.org>2021-12-03 20:55:06 +0000
commit1636df22d8e371af70950c501146ac43fca1fba8 (patch)
treec1c603d815af9690fc37b5749e862cdfbc1277be /multimedia
parent18ce0a88648203ddc203b39f0193c6a00cfb91ce (diff)
downloadpkgsrc-1636df22d8e371af70950c501146ac43fca1fba8.tar.gz
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 (limited to 'multimedia')
-rw-r--r--multimedia/adobe-flash-player/DESCR10
-rw-r--r--multimedia/adobe-flash-player/INSTALL.nspluginwrapper19
-rw-r--r--multimedia/adobe-flash-player/MESSAGE.pulseaudio10
-rw-r--r--multimedia/adobe-flash-player/Makefile49
-rw-r--r--multimedia/adobe-flash-player/PLIST2
-rw-r--r--multimedia/adobe-flash-player/distinfo8
-rw-r--r--multimedia/adobe-flash-player/options.mk27
7 files changed, 0 insertions, 125 deletions
diff --git a/multimedia/adobe-flash-player/DESCR b/multimedia/adobe-flash-player/DESCR
deleted file mode 100644
index 2b35a9639dc..00000000000
--- a/multimedia/adobe-flash-player/DESCR
+++ /dev/null
@@ -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 --git a/multimedia/adobe-flash-player/INSTALL.nspluginwrapper b/multimedia/adobe-flash-player/INSTALL.nspluginwrapper
deleted file mode 100644
index f1414865aed..00000000000
--- a/multimedia/adobe-flash-player/INSTALL.nspluginwrapper
+++ /dev/null
@@ -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 --git a/multimedia/adobe-flash-player/MESSAGE.pulseaudio b/multimedia/adobe-flash-player/MESSAGE.pulseaudio
deleted file mode 100644
index 01b9dea8d7b..00000000000
--- a/multimedia/adobe-flash-player/MESSAGE.pulseaudio
+++ /dev/null
@@ -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 --git a/multimedia/adobe-flash-player/Makefile b/multimedia/adobe-flash-player/Makefile
deleted file mode 100644
index ffea98d0034..00000000000
--- a/multimedia/adobe-flash-player/Makefile
+++ /dev/null
@@ -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
-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 --git a/multimedia/adobe-flash-player/PLIST b/multimedia/adobe-flash-player/PLIST
deleted file mode 100644
index 52d7994fc6d..00000000000
--- a/multimedia/adobe-flash-player/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2017/03/17 21:56:29 tsutsui Exp $
-lib/netscape/plugins/libflashplayer.so
diff --git a/multimedia/adobe-flash-player/distinfo b/multimedia/adobe-flash-player/distinfo
deleted file mode 100644
index f21b3d53119..00000000000
--- a/multimedia/adobe-flash-player/distinfo
+++ /dev/null
@@ -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 --git a/multimedia/adobe-flash-player/options.mk b/multimedia/adobe-flash-player/options.mk
deleted file mode 100644
index f170d6d34f3..00000000000
--- a/multimedia/adobe-flash-player/options.mk
+++ /dev/null
@@ -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