summaryrefslogtreecommitdiff
path: root/www-plugins/vivaldi-ffmpeg-codecs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-06-29 22:08:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-06-29 22:08:06 +0100
commit0e12cc076b8b3fd7caa61bfbb46136f0b8d8c938 (patch)
tree187db9f3924f25b824b5537257493d4351635a62 /www-plugins/vivaldi-ffmpeg-codecs
parentfb5fdc33b82a5c544cabebf9d4997cd6e93a80fb (diff)
www-plugins/vivaldi-ffmpeg-codecs : new package
Diffstat (limited to 'www-plugins/vivaldi-ffmpeg-codecs')
-rw-r--r--www-plugins/vivaldi-ffmpeg-codecs/Manifest1
-rw-r--r--www-plugins/vivaldi-ffmpeg-codecs/vivaldi-ffmpeg-codecs-59.0.3071.104.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/www-plugins/vivaldi-ffmpeg-codecs/Manifest b/www-plugins/vivaldi-ffmpeg-codecs/Manifest
new file mode 100644
index 00000000..eafdf994
--- /dev/null
+++ b/www-plugins/vivaldi-ffmpeg-codecs/Manifest
@@ -0,0 +1 @@
+DIST vivaldi-ffmpeg-codecs-59.0.3071.104-1-x86_64.pkg.tar.xz 1156180 SHA256 24f124de27b423b7887f2166e2740f25af3eb3f8bc5e605ff7658a3cc1ff4601 SHA512 a1420ff395acf810e577328552acc9d95bb93dcbb6b15539b98c5edc8895cb817f005b38a09034fc000f33a43da6c64969eac02dfaaaedf2dc37d6d54aadac55 WHIRLPOOL 3cdfe93949ac80321a9f32e34b37cb2809fb0d40b1a029311e336d09a21afe014dd8bb005498f94cca6a6be020b7edffe61a978786b859d112f308abf674989e
diff --git a/www-plugins/vivaldi-ffmpeg-codecs/vivaldi-ffmpeg-codecs-59.0.3071.104.ebuild b/www-plugins/vivaldi-ffmpeg-codecs/vivaldi-ffmpeg-codecs-59.0.3071.104.ebuild
new file mode 100644
index 00000000..9780d162
--- /dev/null
+++ b/www-plugins/vivaldi-ffmpeg-codecs/vivaldi-ffmpeg-codecs-59.0.3071.104.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 vivaldi"
+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/vivaldi"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"
+
+src_prepare() {
+ :
+}
+
+src_compile() {
+ :
+}
+
+src_install() {
+ doins -r ${S}/*
+}