commit:     115876aa3a253f39645cdeb1cbc9e9f65a646b85
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 02:16:18 2020 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 02:16:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115876aa

media-libs/libmatroska: version bump to 1.6.0

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 media-libs/libmatroska/Manifest                 |  1 +
 media-libs/libmatroska/libmatroska-1.6.0.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/media-libs/libmatroska/Manifest b/media-libs/libmatroska/Manifest
index 3a8238b2e9a..c83f982bada 100644
--- a/media-libs/libmatroska/Manifest
+++ b/media-libs/libmatroska/Manifest
@@ -1 +1,2 @@
 DIST libmatroska-1.5.2.tar.xz 64996 BLAKE2B 
6af202b9817ed54feca76c0a9ed60a0eca0431ffc4ebc9aeae2df191066501c16fb7bb8dc37cb6353eb22c87dfe9fa22420cbbf18d3a6a6edeec4900a59bc0cf
 SHA512 
122b71b91ae89e2a7cc89db17655a006248d58f18d913b4f9ffc885aef7e39681a3a16eed43cd8ecd949c570a939007797c79829f5ee87d08562aee3f0224ba2
+DIST libmatroska-1.6.0.tar.xz 65316 BLAKE2B 
a374ed7f6ee46b578f4643bea5480d3d429e1cd3240e72876ea8f7bd510f161329b4470bfb0a47053baed34f4e99d7292dd0d213ecf97fd78007e031360edaad
 SHA512 
7908730aeae426e3f7a90c6cc9151686b453e03cc7046b87a655e51c78c6e5fde5c37d7e0db18c2c237ce853dbe428671b983801104a0860ab0ab1919234f30f

diff --git a/media-libs/libmatroska/libmatroska-1.6.0.ebuild 
b/media-libs/libmatroska/libmatroska-1.6.0.ebuild
new file mode 100644
index 00000000000..b11f8b3bc3d
--- /dev/null
+++ b/media-libs/libmatroska/libmatroska-1.6.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Extensible multimedia container format based on EBML"
+HOMEPAGE="https://www.matroska.org/ 
https://github.com/Matroska-Org/libmatroska/";
+SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz";
+
+LICENSE="LGPL-2.1"
+SLOT="0/7" # subslot = soname major version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
+IUSE=""
+
+RDEPEND=">=dev-libs/libebml-1.4.0:="
+DEPEND="${RDEPEND}"
+
+src_configure() {
+       local mycmakeargs=( -DBUILD_SHARED_LIBS=YES )
+       cmake_src_configure
+}

Reply via email to