summaryrefslogtreecommitdiff
path: root/www/nspluginwrapper
AgeCommit message (Collapse)AuthorFilesLines
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-2/+2
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-2/+2
2020-01-12*: Recursive revbump from devel/boost-libsryoon1-2/+2
2019-09-24nspluginwrapper: Link with -lgthread-2.0kamil2-1/+19
Otherwise there is a missing symbol with at least g_thread_init.
2019-08-22Recursive revbump from boost-1.71.0ryoon1-2/+2
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1-2/+2
2019-07-20*: recursive bump for nettle 3.5.1wiz1-2/+2
2019-07-01Recursive revbump from boost-1.70.0ryoon1-2/+2
2019-05-10nspluginwrapper: fix ETOOMUCHMULTIMEDIAwiz1-1/+1
2019-05-10Refect realityryoon1-1/+2
2018-12-13revbump for boost 1.69.0adam1-2/+2
2018-11-14Revbump after cairo 1.16.0 update.kleink1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-2/+2
2018-08-16revbump after boost-libs updateadam1-2/+2
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin1-2/+2
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2018-04-29revbump for boost-libs updateadam1-2/+2
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2018-01-01Revbump after boost updateadam1-2/+2
2017-08-24Revbump for boost updateadam1-2/+2
2017-04-30Recursive revbump from boost updateryoon1-2/+2
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2017-01-01Revbump after boost updateadam1-2/+2
2016-10-15Make npplayer search default pkgsrc dirs.tsutsui3-3/+30
Now npplayer works without MOZ_PLUGIN_PATH env as /usr/pkg/lib/nspluginwrapper/i386/netbsd/npplayer \ src=https://helpx.adobe.com/content/dam/help/en/flash-player/assets/flash_tree.swf etc. Bump PKGREVISION. XXX: probably we should move the default dir for adobe-flash-plugins11 from historical ${PREFIX}/lib/netscape to ${PREFIX}/lib/mozilla
2016-10-07Revbump post boost updateadam1-2/+2
2016-09-17Remove duplicated entry in plugin dirs.tsutsui3-12/+12
Fixes duplicated output of nspluginwrapper -l. Bump PKGREVISION.
2016-08-03Revbump after graphics/gd updateadam1-2/+2
2016-06-27Fix build on -currenttnn2-1/+17
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-1/+2
2015-10-24Update nspluginwrapper-1.4.4.tsutsui7-64/+68
pkgsrc changes: - use private Linux npviewer.bin binaries built by me (tsutsui@) on openSUSE 12.1 on 32 bit (i386) and 64 bit (x86_64) on VirtualBox - enable EMUL_PLATFORMS=linux-x86_64 using the native 64 bit Linux npviewer.bin binary, which allows using 64 bit native adobe-flash-plugin on NetBSD/amd64 hosts - also explicitly set EMUL_REQD= suse>=12.1 (NetBSD 6.x can use it anyway) - tweak some pkgsrc ${PREFIX} - update HOMEPAGE - take maintainership Note: - major Linux distributions provided nspluginwrapper binaries to use the 32 bit plugin binaries without sources on their 64 bit systems, so there is no 64 bit wrapper binary (npviewer.bin) to use native 64 bit plugin binaries on other systems (like NetBSD) via binary emulation - nowadays adobe provides 64 bit native adobe-flash-plugin11 binaries and NPAPI plugins are being deprecated by vendors, so I guess there is very few motivation to update nspluginwrapper project for Linux people http://nspluginwrapper.org/why.html - Linux binaries in distfiles are built with following changes to make npviewer.bin works on non-Linux hosts: - configure with the following options, to enable "generic" RPC calls (The default Linux native binaries use their specific "anonymous socket") - for i386: % ./configure --enable-generic - for x86_64: % ./configure --target-cpu=x86_64 --disable-biarch --enable-generic --enable-viewer --enable-player - disable USE_NPIDENTIFIER_CACHE in npviewer (as patch-src_npw-viewer.c), which doesn't seems tested with the "generic" RPC interfaces OK from abs@, and no particular objection to PR pkg/49705 and pkgsrc-users@. Also thanks to Onno van der Linden for his first analysis about newer nspluginwrapper APIs in PR pkg/47208. Upstream changes (in NEWS file): Version 1.4.4 - 30.Jun.2011 * Fix crash in some cases when the number of watched file descriptors decreases Version 1.4.2 - 04.Jun.2011 * Fix crash in WebKit/GTK when npwrapper.so is incorrectly treated as a plugin * Fix symbol versioning issues with _Unwind_GetIPInfo on some systems * Fix install process with parallel make Version 1.4.0 - 15.May.2011 * Report capabilities over RPC to fix logic based on NULL plugin/browser hooks * Fix initialization bug that causes Flash 10.3 to report a version of 0 * Implement ClearSiteData NPAPI extension for managing Flash LSOs * Work around bug in Konqueror that prevents plug-ins from functioning properly Version 1.3.2 (BETA) - 23.Apr.2011 * Work around lack of client-side windows in Flash * Fix race condition when NPP_Destroy was called while viewer is busy * Fix build on modern Linux platforms * Support NPAPI 0.24, in particular, Flash can now query for private browsing * Don't export any symbols but those necessary * Support XEmbeding npplayer into another application * Remove NPClass::HasMethod cache; it was incorrect * Fix initializing two wrapped plugins with the same name in the same process * Work around Qt bug that breaks npplayer when Kopete is installed * Release implicit grabs before forwarding events to fix Flash context menu hang * Work around Firefox quirk that broke windowless Flash in Firefox 4 * Bind wrapper and viewer event loops together to avoid many many race conditions * Redesign NPRuntime bridge to avoid leaking proxy objects * Incorportate release number into ident string so update works on distro patches Version 1.3.0 (BETA) - 02.Jan.2009 * Don't poll for Xt events in Gtk (XEMBED) plug-ins * Use 40 Hz timer for Xt events only when necessary (Xt input sources) * Add NPIdentifier and NPClass::HasMethod caches, i.e. lower RPC traffic * Add support for multiple viewer paths, see --viewer-paths=PATH-EXPR * Add basic checks for malloc()'ed buffer underflow/overflow * Add checks for single-threaded calls into the browser (NPN_*() functions)
2015-04-25Recursive revbump following MesaLib update, categories p through x.tnn1-2/+2
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-10-12Link against libraries whose functions are used, don't depend onwiz2-1/+18
them being pulled in by the linker.
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-11-03Whitespace.dholland1-9/+9
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)