www-plugins/freshplayerplugin: Drop old
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 12 Jun 2019 10:04:52 +0000 (12:04 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 12 Jun 2019 10:13:04 +0000 (12:13 +0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
www-plugins/freshplayerplugin/Manifest
www-plugins/freshplayerplugin/files/0.3.4-git-revision.patch [deleted file]
www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild [deleted file]
www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r3.ebuild [deleted file]
www-plugins/freshplayerplugin/freshplayerplugin-0.3.7.ebuild [deleted file]
www-plugins/freshplayerplugin/metadata.xml

index 32f758906837591c27912ced7414d0193b166219..1a31abda5339d549ebb62f7ccc8bebcd1432edb2 100644 (file)
@@ -1,3 +1 @@
-DIST freshplayerplugin-0.3.5.tar.gz 781003 BLAKE2B 9874f07905a277c95374a697397dc9b3661cdba40b39ee74702d4ec67a0447d13cc2a187c695b47be9f922177b37bdf5fff8ebb9dd57b709f884ffa3db0da54d SHA512 dd447db4cbfdb80b89ff42894099971c100023d19fe5fbad023d5ac1afa827fdc5a169a03f4702ffda3cf6e0dd9c63217b68d97d047ac43afc22f488020a0ba0
-DIST freshplayerplugin-0.3.7.tar.gz 789974 BLAKE2B 0217e3431164e9dfce4ec21f07331aea4b5841b963c51c258f10c68d8089b8f860364d58af533f3724f8759b8d6381cba950f174b2ca3f0a7b59c581192b5a47 SHA512 9ef534b873833d69caa86a5702ad6150e4aa2fe399159a550b6cb0ebad2754d25e185c54b6285f6f50913c5595c5b460ce3e0d21ac45f0d25793805463ce1d5d
 DIST freshplayerplugin-0.3.9.tar.gz 790261 BLAKE2B 88526c01e7a06c7b295e5a7652602eb661097f869b30c8fd0978a4e03adea9d1fa75d35e5e9c0751d786c04f0247fc292aa0c1857cf1fa575eb0b11499bec7fc SHA512 999d7c223dd493e43a0fa7874371c7b781fe5273b2661fc30f814832b4aafd23f297795b644f58553107ef962ca17ce58fb39a637d1ab7bdf470cd33e0b19cf8
diff --git a/www-plugins/freshplayerplugin/files/0.3.4-git-revision.patch b/www-plugins/freshplayerplugin/files/0.3.4-git-revision.patch
deleted file mode 100644 (file)
index 96cfce9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/cmake/update-version-info.sh     2015-12-20 08:38:33.000000000 -0500
-+++ b/cmake/update-version-info.sh     2015-12-26 20:14:00.000000000 -0500
-@@ -18,7 +18,7 @@
- GIT_COMMAND_EXISTS=1
- command -v git >/dev/null 2>&1 || GIT_COMMAND_EXISTS=0
--if [ $GIT_COMMAND_EXISTS -eq 0 ]; then
-+if [ $GIT_COMMAND_EXISTS -eq 0 -o ! -d "${CMAKE_SOURCE_DIR}/.git" ]; then
-     update_header "no vcs hash"
-     exit 0
- fi
diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild
deleted file mode 100644 (file)
index b69aaa9..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-LICENSE="MIT"
-HOMEPAGE="https://github.com/i-rinat/freshplayerplugin"
-DESCRIPTION="PPAPI-host NPAPI-plugin adapter for flashplayer in npapi based browsers"
-SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SLOT=0
-IUSE="gles2 gtk3 jack libav libressl pulseaudio v4l vaapi vdpau"
-
-KEYWORDS="amd64"
-
-HWDEC_DEPEND="
-       libav? ( media-video/libav:0=[vaapi?,vdpau?] )
-       !libav? ( media-video/ffmpeg:0=[vaapi?,vdpau?] )
-       x11-libs/libva
-       x11-libs/libvdpau
-"
-
-COMMON_DEPEND="
-       dev-libs/glib:2=
-       dev-libs/icu:0=
-       dev-libs/libevent:=[threads]
-       media-libs/alsa-lib:=
-       media-libs/freetype:2=
-       media-libs/mesa:=[egl,gles2?]
-       x11-libs/cairo:=[X]
-       x11-libs/libXcursor:=
-       x11-libs/libXrandr:=
-       x11-libs/libXrender:=
-       x11-libs/libdrm:=
-       x11-libs/pango:=[X]
-       jack? (
-               media-sound/jack-audio-connection-kit
-               media-libs/soxr
-       )
-       pulseaudio? ( media-sound/pulseaudio )
-       !gtk3? ( x11-libs/gtk+:2= )
-       gtk3? ( x11-libs/gtk+:3= )
-       libressl? ( dev-libs/libressl:0= )
-       !libressl? ( dev-libs/openssl:0= )
-       v4l? ( media-libs/libv4l:0= )
-       vaapi? ( ${HWDEC_DEPEND} )
-       vdpau? ( ${HWDEC_DEPEND} )
-"
-
-DEPEND="${COMMON_DEPEND}
-       dev-util/ragel
-       virtual/pkgconfig
-       "
-RDEPEND="${COMMON_DEPEND}
-       www-plugins/adobe-flash:22
-       "
-
-PATCHES=( "${FILESDIR}/0.3.5-cmake.patch" "${FILESDIR}/0.3.4-git-revision.patch" )
-DOCS=( ChangeLog data/freshwrapper.conf.example README.md )
-
-src_configure() {
-       mycmakeargs=(
-               -DWITH_JACK=$(usex jack)
-               -DWITH_PULSEAUDIO=$(usex pulseaudio)
-               -DWITH_GTK=$(usex gtk3 3 2)
-               -DWITH_GLES2=$(usex gles2)
-               -DWITH_LIBV4L2=$(usex v4l)
-               -DCMAKE_SKIP_RPATH=1
-       )
-       if use vaapi || use vdpau ; then
-               mycmakeargs+=( -DWITH_HWDEC=1 )
-       else
-               mycmakeargs+=( -DWITH_HWDEC=0 )
-       fi
-       cmake-utils_src_configure
-}
diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r3.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r3.ebuild
deleted file mode 100644 (file)
index a59a285..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-LICENSE="MIT"
-HOMEPAGE="https://github.com/i-rinat/freshplayerplugin"
-DESCRIPTION="PPAPI-host NPAPI-plugin adapter for flashplayer in npapi based browsers"
-SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SLOT=0
-IUSE="gles2 gtk3 jack libav libressl pulseaudio v4l vaapi vdpau"
-
-KEYWORDS="~amd64"
-
-HWDEC_DEPEND="
-       libav? ( media-video/libav:0=[vaapi?,vdpau?] )
-       !libav? ( media-video/ffmpeg:0=[vaapi?,vdpau?] )
-       x11-libs/libva
-       x11-libs/libvdpau
-"
-
-COMMON_DEPEND="
-       dev-libs/glib:2=
-       dev-libs/icu:0=
-       dev-libs/libevent:=[threads]
-       media-libs/alsa-lib:=
-       media-libs/freetype:2=
-       media-libs/mesa:=[egl,gles2?]
-       x11-libs/cairo:=[X]
-       x11-libs/libXcursor:=
-       x11-libs/libXrandr:=
-       x11-libs/libXrender:=
-       x11-libs/libdrm:=
-       x11-libs/pango:=[X]
-       jack? (
-               media-sound/jack-audio-connection-kit
-               media-libs/soxr
-       )
-       pulseaudio? ( media-sound/pulseaudio )
-       !gtk3? ( x11-libs/gtk+:2= )
-       gtk3? ( x11-libs/gtk+:3= )
-       libressl? ( dev-libs/libressl:0= )
-       !libressl? ( dev-libs/openssl:0= )
-       v4l? ( media-libs/libv4l:0= )
-       vaapi? ( ${HWDEC_DEPEND} )
-       vdpau? ( ${HWDEC_DEPEND} )
-"
-
-DEPEND="${COMMON_DEPEND}
-       dev-util/ragel
-       virtual/pkgconfig
-       "
-RDEPEND="${COMMON_DEPEND}
-       www-plugins/adobe-flash:22[abi_x86_64,ppapi(+)]
-       "
-
-PATCHES=( "${FILESDIR}/0.3.5-cmake.patch" "${FILESDIR}/0.3.4-git-revision.patch" )
-DOCS=( ChangeLog data/freshwrapper.conf.example README.md )
-
-src_configure() {
-       mycmakeargs=(
-               -DWITH_JACK=$(usex jack)
-               -DWITH_PULSEAUDIO=$(usex pulseaudio)
-               -DWITH_GTK=$(usex gtk3 3 2)
-               -DWITH_GLES2=$(usex gles2)
-               -DWITH_LIBV4L2=$(usex v4l)
-               -DCMAKE_SKIP_RPATH=1
-       )
-       if use vaapi || use vdpau ; then
-               mycmakeargs+=( -DWITH_HWDEC=1 )
-       else
-               mycmakeargs+=( -DWITH_HWDEC=0 )
-       fi
-       cmake-utils_src_configure
-}
diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.7.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.7.ebuild
deleted file mode 100644 (file)
index 7f1968d..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-LICENSE="MIT"
-HOMEPAGE="https://github.com/i-rinat/freshplayerplugin"
-DESCRIPTION="PPAPI-host NPAPI-plugin adapter for flashplayer in npapi based browsers"
-SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SLOT=0
-IUSE="gles2 gtk3 jack libav libressl pulseaudio v4l vaapi vdpau"
-
-KEYWORDS="~amd64"
-
-HWDEC_DEPEND="
-       libav? ( media-video/libav:0=[vaapi?,vdpau?] )
-       !libav? ( media-video/ffmpeg:0=[vaapi?,vdpau?] )
-       x11-libs/libva
-       x11-libs/libvdpau
-"
-
-COMMON_DEPEND="
-       dev-libs/glib:2=
-       dev-libs/icu:0=
-       dev-libs/libevent:=[threads]
-       media-libs/alsa-lib:=
-       media-libs/freetype:2=
-       media-libs/mesa:=[egl,gles2?]
-       x11-libs/cairo:=[X]
-       x11-libs/libXcursor:=
-       x11-libs/libXrandr:=
-       x11-libs/libXrender:=
-       x11-libs/libdrm:=
-       x11-libs/pango:=[X]
-       jack? (
-               media-sound/jack-audio-connection-kit
-               media-libs/soxr
-       )
-       pulseaudio? ( media-sound/pulseaudio )
-       !gtk3? ( x11-libs/gtk+:2= )
-       gtk3? ( x11-libs/gtk+:3= )
-       libressl? ( dev-libs/libressl:0= )
-       !libressl? ( dev-libs/openssl:0= )
-       v4l? ( media-libs/libv4l:0= )
-       vaapi? ( ${HWDEC_DEPEND} )
-       vdpau? ( ${HWDEC_DEPEND} )
-"
-
-DEPEND="${COMMON_DEPEND}
-       dev-util/ragel
-       virtual/pkgconfig
-       "
-RDEPEND="${COMMON_DEPEND}
-       www-plugins/adobe-flash:22[abi_x86_64,ppapi(+)]
-       "
-
-PATCHES=( "${FILESDIR}/0.3.5-cmake.patch" )
-DOCS=( ChangeLog data/freshwrapper.conf.example README.md )
-
-src_configure() {
-       mycmakeargs=(
-               -DWITH_JACK=$(usex jack)
-               -DWITH_PULSEAUDIO=$(usex pulseaudio)
-               -DWITH_GTK=$(usex gtk3 3 2)
-               -DWITH_GLES2=$(usex gles2)
-               -DWITH_LIBV4L2=$(usex v4l)
-               -DCMAKE_SKIP_RPATH=1
-       )
-       if use vaapi || use vdpau ; then
-               mycmakeargs+=( -DWITH_HWDEC=1 )
-       else
-               mycmakeargs+=( -DWITH_HWDEC=0 )
-       fi
-       cmake-utils_src_configure
-}
index 9355f3dea45add031a3fa0ebe0204af34fe8c12a..9351b433717f001621bb0832d69501b8f2f42801 100644 (file)
@@ -3,7 +3,6 @@
 <pkgmetadata>
        <use>
                <flag name="gles2">Use system GLESv2 libraries instead of ANGLE for shader translation</flag>
-               <flag name="gtk3">Build with GTK+ 3 instead of GTK+ 2</flag>
                <flag name="v4l">Use libv4l2 for colorspace conversion</flag>
        </use>
        <upstream>