Github messages for voidlinux
 help / color / mirror / Atom feed
From: tibequadorian <tibequadorian@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] freshplayerplugin: remove.
Date: Sat, 12 Feb 2022 16:32:34 +0100	[thread overview]
Message-ID: <20220212153234.3zKODZxsHBxv7bmEctKMihKLN1cBbT1hclShRoY7U_w@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35543@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1337 bytes --]

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages freshplayerplugin
https://github.com/void-linux/void-packages/pull/35543

freshplayerplugin: remove.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Doesn't work anymore.

Won't compile with ffmpeg-5.0.

Debian dropped it already in buster.

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35543.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-freshplayerplugin-35543.patch --]
[-- Type: text/x-diff, Size: 3892 bytes --]

From 6a1af8b8bb8b352a4f4f449be6686946de36845f Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Fri, 11 Feb 2022 20:42:22 +0100
Subject: [PATCH] freshplayerplugin: remove.

---
 .../patches/addvoidpepper.patch               | 11 ----------
 .../freshplayerplugin/patches/ffmpeg4.patch   | 16 --------------
 srcpkgs/freshplayerplugin/template            | 21 -------------------
 srcpkgs/removed-packages/template             |  3 ++-
 4 files changed, 2 insertions(+), 49 deletions(-)
 delete mode 100644 srcpkgs/freshplayerplugin/patches/addvoidpepper.patch
 delete mode 100644 srcpkgs/freshplayerplugin/patches/ffmpeg4.patch
 delete mode 100644 srcpkgs/freshplayerplugin/template

diff --git a/srcpkgs/freshplayerplugin/patches/addvoidpepper.patch b/srcpkgs/freshplayerplugin/patches/addvoidpepper.patch
deleted file mode 100644
index 8dacb2570781..000000000000
--- a/srcpkgs/freshplayerplugin/patches/addvoidpepper.patch
+++ /dev/null
@@ -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,
- };
diff --git a/srcpkgs/freshplayerplugin/patches/ffmpeg4.patch b/srcpkgs/freshplayerplugin/patches/ffmpeg4.patch
deleted file mode 100644
index 53fd1a31acdd..000000000000
--- a/srcpkgs/freshplayerplugin/patches/ffmpeg4.patch
+++ /dev/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;
-
diff --git a/srcpkgs/freshplayerplugin/template b/srcpkgs/freshplayerplugin/template
deleted file mode 100644
index f24272ef708f..000000000000
--- a/srcpkgs/freshplayerplugin/template
+++ /dev/null
@@ -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
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 23528615666e..03a65aed751f 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
 version=0.1
-revision=60
+revision=61
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -69,6 +69,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

  parent reply	other threads:[~2022-02-12 15:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-11 21:59 [PR PATCH] " tibequadorian
2022-02-12 15:11 ` [PR REVIEW] " Duncaen
2022-02-12 15:32 ` tibequadorian
2022-02-12 15:32 ` tibequadorian [this message]
2022-02-13  0:52 ` tibequadorian
2022-02-15 17:32 ` tibequadorian
2022-03-08 19:28 ` tibequadorian
2022-03-08 21:45 ` leahneukirchen
2022-03-08 21:51 ` [PR PATCH] [Updated] " tibequadorian
2022-03-08 22:51 ` tibequadorian
2022-03-09 15:36 ` [PR PATCH] [Merged]: " leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220212153234.3zKODZxsHBxv7bmEctKMihKLN1cBbT1hclShRoY7U_w@z \
    --to=tibequadorian@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).