From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4EB71396B3 for ; Sat, 11 Feb 2017 14:53:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0244E21C127; Sat, 11 Feb 2017 14:53:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3A2B21C122 for ; Sat, 11 Feb 2017 14:52:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A67073413AA for ; Sat, 11 Feb 2017 14:52:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30FC1443C for ; Sat, 11 Feb 2017 14:52:40 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1486824729.cee2c969e9321ef3c482e4d0ee0a07c3cb56b06b.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-opencv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-opencv/Manifest media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-opencv/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: cee2c969e9321ef3c482e4d0ee0a07c3cb56b06b X-VCS-Branch: master Date: Sat, 11 Feb 2017 14:52:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 17a9df38-e284-4b4a-8bba-d4a86e75c0e6 X-Archives-Hash: 5d75ce748227dd701aba29c305b3964d commit: cee2c969e9321ef3c482e4d0ee0a07c3cb56b06b Author: Mart Raudsepp gentoo org> AuthorDate: Fri Feb 10 18:29:40 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 11 14:52:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee2c969 media-plugins/gst-plugins-opencv: bump to 1.10.3, compatible with up to opencv-3.1.0 Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-plugins/gst-plugins-opencv/Manifest | 1 + .../gst-plugins-opencv-1.10.3.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/media-plugins/gst-plugins-opencv/Manifest b/media-plugins/gst-plugins-opencv/Manifest index 35e0b5845d..dacb7d9b2e 100644 --- a/media-plugins/gst-plugins-opencv/Manifest +++ b/media-plugins/gst-plugins-opencv/Manifest @@ -1 +1,2 @@ +DIST gst-plugins-bad-1.10.3.tar.xz 4734656 SHA256 24099351fb6984c9e7560de06e072ff2e33d0b2db38b8fcc7afefb536e5094e7 SHA512 028e2c579d6e41fed2a3b7de91f3e0eac08fecd52bd67f198437909025aa41dbf4fd7ddd76decd989f8c4ca7664fad3517b403b326d8ef297bfdd006b5d79944 WHIRLPOOL 744f76c10fc534156abb49d71b4f01c663d8c14b3eb4ced988a41b0b3e1e455b988a2b2064af96f5e75f65622f6e5077c08016e29d68b12864f33fea664a613c DIST gst-plugins-bad-1.8.3.tar.xz 4500300 SHA256 7899fcb18e6a1af2888b19c90213af018a57d741c6e72ec56b133bc73ec8509b SHA512 3676903fea7a5b078187c3b295208bc24b567ba4e965035db603cf8106e34ca619668253ff4320b192c4e3d1698572e6591bf7fb7253bd2399e7986711bb85c4 WHIRLPOOL 7dbe853dd83b15c33a78da1cbe43d121dd92e90b9b0016ba8f77fbc8f4b6c4167fd508ed9ae0370c03a2b548a765539ed7a45e5dd0418bb6f66d789e133ee7c5 diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.3.ebuild b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.3.ebuild new file mode 100644 index 0000000000..5ff090e592 --- /dev/null +++ b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +GST_ORG_MODULE=gst-plugins-bad +MULTILIB_COMPAT=( abi_x86_64 ) + +inherit autotools gstreamer + +DESCRIPTION="OpenCV elements for Gstreamer" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=media-libs/opencv-2.3.0[contrib(+),${MULTILIB_USEDEP}] +