Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] freshplayerplugin: remove.
@ 2022-02-11 21:59 tibequadorian
  2022-02-12 15:11 ` [PR REVIEW] " Duncaen
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: tibequadorian @ 2022-02-11 21:59 UTC (permalink / raw)
  To: ml

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

There is a new 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.

<!--
#### 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: 3891 bytes --]

From f15f8afe0c2fa1b1d97755a6ca3feff62dac587c 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..81ab649f5685 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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR REVIEW] freshplayerplugin: remove.
  2022-02-11 21:59 [PR PATCH] freshplayerplugin: remove tibequadorian
@ 2022-02-12 15:11 ` Duncaen
  2022-02-12 15:32 ` tibequadorian
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Duncaen @ 2022-02-12 15:11 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/35543#discussion_r805170748

Comment:
this should use `<=` patterns like the other removed packages, otherwise it won't be removed from systems where it was not updated to the latest version before the removal.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR REVIEW] freshplayerplugin: remove.
  2022-02-11 21:59 [PR PATCH] freshplayerplugin: remove tibequadorian
  2022-02-12 15:11 ` [PR REVIEW] " Duncaen
@ 2022-02-12 15:32 ` tibequadorian
  2022-02-12 15:32 ` [PR PATCH] [Updated] " tibequadorian
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-02-12 15:32 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35543#discussion_r805172925

Comment:
oh i overlooked this

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] freshplayerplugin: remove.
  2022-02-11 21:59 [PR PATCH] freshplayerplugin: remove tibequadorian
  2022-02-12 15:11 ` [PR REVIEW] " Duncaen
  2022-02-12 15:32 ` tibequadorian
@ 2022-02-12 15:32 ` tibequadorian
  2022-02-13  0:52 ` [PR REVIEW] " tibequadorian
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-02-12 15:32 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR REVIEW] freshplayerplugin: remove.
  2022-02-11 21:59 [PR PATCH] freshplayerplugin: remove tibequadorian
                   ` (2 preceding siblings ...)
  2022-02-12 15:32 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-02-13  0:52 ` tibequadorian
  2022-02-15 17:32 ` tibequadorian
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-02-13  0:52 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35543#discussion_r805172925

Comment:
oh i missed this

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR REVIEW] freshplayerplugin: remove.
  2022-02-11 21:59 [PR PATCH] freshplayerplugin: remove tibequadorian
                   ` (3 preceding siblings ...)
  2022-02-13  0:52 ` [PR REVIEW] " tibequadorian
@ 2022-02-15 17:32 ` tibequadorian
  2022-03-08 19:28 ` tibequadorian
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-02-15 17:32 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35543#discussion_r807114656

Comment:
ok now?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR REVIEW] freshplayerplugin: remove.
  2022-02-11 21:59 [PR PATCH] freshplayerplugin: remove tibequadorian
                   ` (4 preceding siblings ...)
  2022-02-15 17:32 ` tibequadorian
@ 2022-03-08 19:28 ` tibequadorian
  2022-03-08 21:45 ` leahneukirchen
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-03-08 19:28 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35543#discussion_r807114656

Comment:
ok now?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: freshplayerplugin: remove.
  2022-02-11 21:59 [PR PATCH] freshplayerplugin: remove tibequadorian
                   ` (5 preceding siblings ...)
  2022-03-08 19:28 ` tibequadorian
@ 2022-03-08 21:45 ` leahneukirchen
  2022-03-08 21:51 ` [PR PATCH] [Updated] " tibequadorian
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: leahneukirchen @ 2022-03-08 21:45 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/35543#issuecomment-1062243372

Comment:
removed-packages needs a bump now -.-

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] freshplayerplugin: remove.
  2022-02-11 21:59 [PR PATCH] freshplayerplugin: remove tibequadorian
                   ` (6 preceding siblings ...)
  2022-03-08 21:45 ` leahneukirchen
@ 2022-03-08 21:51 ` tibequadorian
  2022-03-08 22:51 ` tibequadorian
  2022-03-09 15:36 ` [PR PATCH] [Merged]: " leahneukirchen
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-03-08 21:51 UTC (permalink / raw)
  To: ml

[-- 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 ab8983c6e5ae46bc7c5298f6e94c1404f63b420c 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 bd67947de02f..a7a19630a01a 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=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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: freshplayerplugin: remove.
  2022-02-11 21:59 [PR PATCH] freshplayerplugin: remove tibequadorian
                   ` (7 preceding siblings ...)
  2022-03-08 21:51 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-08 22:51 ` tibequadorian
  2022-03-09 15:36 ` [PR PATCH] [Merged]: " leahneukirchen
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-03-08 22:51 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35543#issuecomment-1062311026

Comment:
updated 👍 @leahneukirchen 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Merged]: freshplayerplugin: remove.
  2022-02-11 21:59 [PR PATCH] freshplayerplugin: remove tibequadorian
                   ` (8 preceding siblings ...)
  2022-03-08 22:51 ` tibequadorian
@ 2022-03-09 15:36 ` leahneukirchen
  9 siblings, 0 replies; 11+ messages in thread
From: leahneukirchen @ 2022-03-09 15:36 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

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

Description:
<!-- 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
-->


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-03-09 15:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11 21:59 [PR PATCH] freshplayerplugin: remove tibequadorian
2022-02-12 15:11 ` [PR REVIEW] " Duncaen
2022-02-12 15:32 ` tibequadorian
2022-02-12 15:32 ` [PR PATCH] [Updated] " tibequadorian
2022-02-13  0:52 ` [PR REVIEW] " 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

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).