mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 01:53:50 +02:00
freshplayerplugin: remove.
This commit is contained in:
parent
24681fce54
commit
13b145205a
4 changed files with 2 additions and 49 deletions
|
@ -1,11 +0,0 @@
|
|||
--- a/src/config_pepperflash.c
|
||||
+++ b/src/config_pepperflash.c
|
||||
@@ -80,6 +80,9 @@
|
||||
// Chrome component update
|
||||
"~/.config/google-chrome/PepperFlash/*/libpepflashplayer.so",
|
||||
|
||||
+ // chromium-pepper-flash (Void Linux)
|
||||
+ "/usr/lib/chromium-pepper-flash",
|
||||
+
|
||||
NULL,
|
||||
};
|
|
@ -1,16 +0,0 @@
|
|||
--- a/src/ppb_video_decoder.c.orig 2018-05-03 22:08:33.026677145 +0200
|
||||
+++ b/src/ppb_video_decoder.c 2018-05-03 22:09:26.176206079 +0200
|
||||
@@ -542,9 +542,9 @@
|
||||
goto err;
|
||||
}
|
||||
|
||||
- if (vd->avcodec->capabilities & CODEC_CAP_TRUNCATED) {
|
||||
- trace_info("%s, codec have CODEC_CAP_TRUNCATED\n", __func__);
|
||||
- vd->avctx->flags |= CODEC_FLAG_TRUNCATED;
|
||||
+ if (vd->avcodec->capabilities & AV_CODEC_CAP_TRUNCATED) {
|
||||
+ trace_info("%s, codec have AV_CODEC_CAP_TRUNCATED\n", __func__);
|
||||
+ vd->avctx->flags |= AV_CODEC_FLAG_TRUNCATED;
|
||||
}
|
||||
|
||||
vd->avctx->opaque = vd;
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# Template file for 'freshplayerplugin'
|
||||
pkgname=freshplayerplugin
|
||||
version=0.3.9
|
||||
revision=9
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config ragel"
|
||||
makedepends="libevent-devel libXcursor-devel alsa-lib-devel libXrandr-devel gtk+-devel
|
||||
libvdpau-devel libva-devel ffmpeg-devel v4l-utils-devel libdrm-devel MesaLib-devel"
|
||||
short_desc="PPAPI2NPAPI compatibility layer for Pepper Flash"
|
||||
maintainer="Emanuel Serpa <emanuel@openmailbox.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/i-rinat/freshplayerplugin"
|
||||
changelog="https://raw.githubusercontent.com/i-rinat/freshplayerplugin/master/ChangeLog"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=4fa4fe07e812f6e10784ff984e1389b9b444ca44b84101999c6fad8f55db59d9
|
||||
|
||||
do_install() {
|
||||
vinstall build/libfreshwrapper-flashplayer.so 755 usr/lib/mozilla/plugins
|
||||
vsconf data/freshwrapper.conf.example
|
||||
vlicense LICENSE
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'removed-packages'
|
||||
pkgname=removed-packages
|
||||
version=0.1
|
||||
revision=63
|
||||
revision=64
|
||||
build_style=meta
|
||||
short_desc="Uninstalls packages removed from repository"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
|
@ -70,6 +70,7 @@ replaces="
|
|||
enventor<=1.0.0_2
|
||||
epstopdf<=2.27_3
|
||||
fontmatrix<=0.6.0.20171228_2
|
||||
freshplayerplugin<=0.3.9_9
|
||||
fuse-usmb<=20130204_7
|
||||
gconf-editor<=3.0.1_3
|
||||
gegl3<=0.3.28_2
|
||||
|
|
Loading…
Add table
Reference in a new issue