From d4855467bb3e9d9da353fabfafdfc28d2ac3bd28 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 28 May 2018 11:04:05 +0100 Subject: www-plugins/opera-ffmpeg-codecs : version bump, switch to ubuntu sources, archlinux ones are no longer libc compatible --- www-plugins/opera-ffmpeg-codecs/Manifest | 2 +- .../opera-ffmpeg-codecs-66.0.3359.117.ebuild | 35 ------------------ .../opera-ffmpeg-codecs-66.0.3359.181.ebuild | 41 ++++++++++++++++++++++ 3 files changed, 42 insertions(+), 36 deletions(-) delete mode 100644 www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-66.0.3359.117.ebuild create mode 100644 www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-66.0.3359.181.ebuild diff --git a/www-plugins/opera-ffmpeg-codecs/Manifest b/www-plugins/opera-ffmpeg-codecs/Manifest index b6962954..88352fc8 100644 --- a/www-plugins/opera-ffmpeg-codecs/Manifest +++ b/www-plugins/opera-ffmpeg-codecs/Manifest @@ -1 +1 @@ -DIST opera-beta-ffmpeg-codecs-66.0.3359.117-1-x86_64.pkg.tar.xz 1246076 BLAKE2B 1dd45864c02f314f272fc20681e50468af9596d1d51876b546eb65ee62b2d0329410b8153dcffd8b235f25ca3bb0517bc4c8133eb0aab530f470d62728b9af28 SHA512 7d41e8d6d8b290f771c55ec953535b3b66560a915bfcf228cf5164246b0fc25a13d3eb3221afc4c1bc64a7b721db09fab186306b60a279f67c98a0d55ab867a6 +DIST chromium-codecs-ffmpeg-extra_66.0.3359.181-0ubuntu0.16.04.1_amd64.deb 1018432 BLAKE2B 07d7202d14a85c7198cbe18b161aea02bcdf257d2284c3c9ec2baa8ae6a2e55d279920cdea0b82565c65b2fedb532bdd1b27bb587d913b99aee425c9ecba3338 SHA512 cb79d8c0e843233aa2e8a974e4ba8d1e4811a99fee79da45acc226cb33df7a40c41ade9abfb48526398831ab92395521f87a3e33490ae510fe76c0c31d4fd28c diff --git a/www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-66.0.3359.117.ebuild b/www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-66.0.3359.117.ebuild deleted file mode 100644 index f03a62b6..00000000 --- a/www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-66.0.3359.117.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils - -DESCRIPTION="Additional proprietary codecs for opera" -HOMEPAGE="http://ffmpeg.org/" -SRC_URI="https://repo.herecura.eu/herecura/x86_64/opera-beta-ffmpeg-codecs-${PV}-1-x86_64.pkg.tar.xz" - -LICENSE="LGPL2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="www-client/opera" -RDEPEND="${DEPEND}" - -S="${WORKDIR}" - -src_prepare() { - : -} - -src_compile() { - : -} - -src_install() { - dodir usr/$(get_libdir)/opera/lib_extra - insinto usr/$(get_libdir)/opera/lib_extra - doins ${S}/usr/lib/opera-beta/lib_extra/libffmpeg.so -} diff --git a/www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-66.0.3359.181.ebuild b/www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-66.0.3359.181.ebuild new file mode 100644 index 00000000..735c95b6 --- /dev/null +++ b/www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-66.0.3359.181.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils unpacker + +DESCRIPTION="Additional proprietary codecs for opera" +HOMEPAGE="http://ffmpeg.org/" +SRC_URI="http://mirrors.kernel.org/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg-extra_${PV}-0ubuntu0.16.04.1_amd64.deb" + +LICENSE="LGPL2.1" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND="www-client/opera" + +RESTRICT="mirror strip" + +S="${WORKDIR}" + +src_unpack() { + unpack_deb ${A} +} + +src_prepare() { + : +} + +src_compile() { + : +} + +src_install() { + dodir usr/$(get_libdir)/opera/lib_extra + insinto usr/$(get_libdir)/opera/lib_extra + doins ${S}/usr/lib/chromium-browser/libffmpeg.so +} -- cgit v1.2.3