summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-06-28 04:24:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-06-28 04:24:27 +0100
commit646d93e5fbcc79c7d0c3a0a70fc1a780f95df583 (patch)
treeec1a634473709358d17466cd84d068adc5096734
parentefef298558e094cca5ebf0b02df9f6eebe4b70cb (diff)
new package : www-plugins/opera-ffmpeg-codecs
-rw-r--r--www-plugins/opera-ffmpeg-codecs/Manifest1
-rw-r--r--www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-59.0.3071.86.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/www-plugins/opera-ffmpeg-codecs/Manifest b/www-plugins/opera-ffmpeg-codecs/Manifest
new file mode 100644
index 00000000..0ae5be36
--- /dev/null
+++ b/www-plugins/opera-ffmpeg-codecs/Manifest
@@ -0,0 +1 @@
+DIST opera-ffmpeg-codecs-59.0.3071.86-1-x86_64.pkg.tar.xz 1156424 SHA256 ee9b5140abdca41b6cf4dd810fb60bb2cccd07617ccf75065d0ba49bb0189e03 SHA512 7d44c963ffd61488193174ff57d105d968bf7274578399101f35757416a22f0f44ad8f41f845da50b598835a32cf7e3adba8d7669a70ce9d692ee8093a7cbb00 WHIRLPOOL 342c45aa7d403b5f0373403e63dc2446b5ff24530a7914d54106dfdbc71a32cdef1dd3522c9a20ae66313dab128b62b11945f81773dc4a7b3a543e6c7365e7dc
diff --git a/www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-59.0.3071.86.ebuild b/www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-59.0.3071.86.ebuild
new file mode 100644
index 00000000..59fe5147
--- /dev/null
+++ b/www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-59.0.3071.86.ebuild
@@ -0,0 +1,33 @@
+# 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/${P}-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() {
+ doins -r ${S}/*
+}