freshplayerplugin: update to 0.3.7.

This commit is contained in:
Duncaen 2017-08-10 20:16:44 +02:00
parent a74e2d4af1
commit b109fa0433
2 changed files with 12 additions and 11 deletions

View file

@ -1,10 +1,11 @@
--- src/config_pepperflash.c 2015-07-05 12:34:13.000000000 -0300 --- src/config_pepperflash.c.orig
+++ src/config_pepperflash.c 2015-07-25 18:59:05.692993023 -0300 +++ src/config_pepperflash.c
@@ -39,6 +39,7 @@ @@ -80,6 +80,9 @@
"/usr/lib64/chromium/PepperFlash", // chromium-pepper-flash (Old Build) (CentOS/Read Hat/Fedora) // Chrome component update
"/opt/chromium/PepperFlash", // chromium-pepper-flash (New Build) (CentOS/Read Hat/Fedora) "~/.config/google-chrome/PepperFlash/*/libpepflashplayer.so",
"/usr/lib/pepflashplugin-installer", // pepflashplugin-installer (Ubuntu)
+ "/usr/lib/chromium-pepper-flash", // chromium-pepper-flash (Void Linux) + // chromium-pepper-flash (Void Linux)
+ "/usr/lib/chromium-pepper-flash",
+
NULL, NULL,
}; };

View file

@ -1,7 +1,7 @@
# Template file for 'freshplayerplugin' # Template file for 'freshplayerplugin'
pkgname=freshplayerplugin pkgname=freshplayerplugin
version=0.3.6 version=0.3.7
revision=4 revision=1
build_style=cmake build_style=cmake
hostmakedepends="pkg-config ragel" hostmakedepends="pkg-config ragel"
makedepends="libevent-devel libXcursor-devel alsa-lib-devel libXrandr-devel gtk+-devel makedepends="libevent-devel libXcursor-devel alsa-lib-devel libXrandr-devel gtk+-devel
@ -11,7 +11,7 @@ maintainer="Emanuel Serpa <emanuel@openmailbox.org>"
license="MIT" license="MIT"
homepage="https://github.com/i-rinat/freshplayerplugin" homepage="https://github.com/i-rinat/freshplayerplugin"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=3e2cfda78d836365ce3cafcaa3238a51a90ab86cb0e7e30eb31db9ecacfd115d checksum=e4c67ff382aacbdf6ecc45095fa48c582e89ce70f94fe6499e00f7d664d5e05f
nocross="http://build.voidlinux.eu/builders/armv6l-musl_builder/builds/2815/steps/shell_3/logs/stdio" nocross="http://build.voidlinux.eu/builders/armv6l-musl_builder/builds/2815/steps/shell_3/logs/stdio"