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 2EF391382C5 for ; Sun, 30 May 2021 00:40:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 088C5E0827; Sun, 30 May 2021 00:40:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D4788E0827 for ; Sun, 30 May 2021 00:40:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0E673340CC5 for ; Sun, 30 May 2021 00:40:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5F727A8 for ; Sun, 30 May 2021 00:40:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622334945.8ab3de9d38fcda09b21d7359e4034fd24dc89eaf.sam@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.18.4.ebuild X-VCS-Directories: media-plugins/gst-plugins-zbar/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8ab3de9d38fcda09b21d7359e4034fd24dc89eaf X-VCS-Branch: master Date: Sun, 30 May 2021 00:40:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb63a118-1b44-4a89-b9ad-10a4108921d1 X-Archives-Hash: 0ed509041ca8ab84df682aabf2bae947 commit: 8ab3de9d38fcda09b21d7359e4034fd24dc89eaf Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sun May 2 17:45:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 30 00:35:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab3de9d media-plugins/gst-plugins-zbar: Version bump, 1.18.4 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Sam James gentoo.org> media-plugins/gst-plugins-zbar/Manifest | 1 + .../gst-plugins-zbar/gst-plugins-zbar-1.18.4.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/media-plugins/gst-plugins-zbar/Manifest b/media-plugins/gst-plugins-zbar/Manifest index b8facca998f..410a851ca65 100644 --- a/media-plugins/gst-plugins-zbar/Manifest +++ b/media-plugins/gst-plugins-zbar/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25 SHA512 378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04 +DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a SHA512 02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125 diff --git a/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.18.4.ebuild b/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.18.4.ebuild new file mode 100644 index 00000000000..8dd352ae0e2 --- /dev/null +++ b/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.18.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="Bar codes detection in video streams for GStreamer" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=media-gfx/zbar-0.10_p20121015-r2[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}"