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 DA19A1396D0 for ; Wed, 27 Sep 2017 19:29:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 223F8E0CA4; Wed, 27 Sep 2017 19:29:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0373AE0CA4 for ; Wed, 27 Sep 2017 19:29:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30CA33416DA for ; Wed, 27 Sep 2017 19:29:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E85549083 for ; Wed, 27 Sep 2017 19:29:34 +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: <1506540547.87c7d00a1ae8daef8d07ccc314e592d67bd984ca.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-zbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-zbar/Manifest media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.12.3.ebuild media-plugins/gst-plugins-zbar/metadata.xml X-VCS-Directories: media-plugins/gst-plugins-zbar/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 87c7d00a1ae8daef8d07ccc314e592d67bd984ca X-VCS-Branch: master Date: Wed, 27 Sep 2017 19:29:34 +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: dbff4872-cd95-4b4e-81d5-2328d0d57668 X-Archives-Hash: 2493aaa42b59789d89cd5f90a6517c36 commit: 87c7d00a1ae8daef8d07ccc314e592d67bd984ca Author: Mart Raudsepp gentoo org> AuthorDate: Wed Sep 27 19:28:31 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Sep 27 19:29:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c7d00a media-plugins/gst-plugins-zbar: new package for bar codes detection in video streams Closes: https://bugs.gentoo.org/628306 Package-Manager: Portage-2.3.8, Repoman-2.3.2 media-plugins/gst-plugins-zbar/Manifest | 1 + .../gst-plugins-zbar/gst-plugins-zbar-1.12.3.ebuild | 14 ++++++++++++++ media-plugins/gst-plugins-zbar/metadata.xml | 8 ++++++++ 3 files changed, 23 insertions(+) diff --git a/media-plugins/gst-plugins-zbar/Manifest b/media-plugins/gst-plugins-zbar/Manifest new file mode 100644 index 00000000000..5a6998c745f --- /dev/null +++ b/media-plugins/gst-plugins-zbar/Manifest @@ -0,0 +1 @@ +DIST gst-plugins-bad-1.12.3.tar.xz 4707000 SHA256 36d059761852bed0f1a7fcd3ef64a8aeecab95d2bca53cd6aa0f08054b1cbfec SHA512 6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661 WHIRLPOOL b4c1262a0ca63331f5cb38fecc6a26830234712d6d4409aed495b05e7cfe13760bf056767e54e17cb9899c3671f0a05b90199d80d0b47bacb2ee6d27b89a5457 diff --git a/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.12.3.ebuild b/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.12.3.ebuild new file mode 100644 index 00000000000..5539c263369 --- /dev/null +++ b/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.12.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer + +DESCRIPTION="Bar codes detection in video streams for GStreamer" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=media-gfx/zbar-0.10_p20121015-r2[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-zbar/metadata.xml b/media-plugins/gst-plugins-zbar/metadata.xml new file mode 100644 index 00000000000..fb1ea7216a8 --- /dev/null +++ b/media-plugins/gst-plugins-zbar/metadata.xml @@ -0,0 +1,8 @@ + + + + + gstreamer@gentoo.org + GStreamer package maintainers + +