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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3C081580FD for ; Tue, 24 Dec 2024 10:20:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A475E07BA; Tue, 24 Dec 2024 10:20:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDE7DE07B3 for ; Tue, 24 Dec 2024 10:20:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF77A33EDD8 for ; Tue, 24 Dec 2024 10:20:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 350A61909 for ; Tue, 24 Dec 2024 10:20:37 +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: <1735035608.6dfbcc8aa7cebf77efbb44cd1b3486cdbe949e8b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-raw1394/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-raw1394/Manifest media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.22.12.ebuild X-VCS-Directories: media-plugins/gst-plugins-raw1394/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6dfbcc8aa7cebf77efbb44cd1b3486cdbe949e8b X-VCS-Branch: master Date: Tue, 24 Dec 2024 10:20:37 +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: 4772b2e5-7092-4b3f-8570-d71db747cae6 X-Archives-Hash: ff06116f367de3a9646e3dcd2ddb1824 commit: 6dfbcc8aa7cebf77efbb44cd1b3486cdbe949e8b Author: Sam James gentoo org> AuthorDate: Tue Dec 24 10:14:34 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 24 10:20:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfbcc8a media-plugins/gst-plugins-raw1394: add 1.22.12 Signed-off-by: Sam James gentoo.org> media-plugins/gst-plugins-raw1394/Manifest | 1 + .../gst-plugins-raw1394-1.22.12.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/media-plugins/gst-plugins-raw1394/Manifest b/media-plugins/gst-plugins-raw1394/Manifest index 08d2b2aa7987..8e6f2cb97c06 100644 --- a/media-plugins/gst-plugins-raw1394/Manifest +++ b/media-plugins/gst-plugins-raw1394/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.22.11.tar.xz 2847708 BLAKE2B d61f834727719992e207ce3aa2e9b4ca779930f8bc0baf12bef7869f456ac86fad4a3874b50071d28724e414c5b134f7604af4b66c836da3388e584fbbe16dcf SHA512 e6105c90a66bfee8a69f621bf44f53fcbf832ec9290cee984354da91e57b61d2bbd548e3ad0c5d9f859d0c3f5ba3c313539f24b350e0a7acf29cb8983d4f40cb +DIST gst-plugins-good-1.22.12.tar.xz 2844924 BLAKE2B 5bc2f802a6abac4405642f9fe9a0ce4aacfdd1273a9e6224f7fa917ec3a654a2db97c6f74f8cbba93211bc7d41a10ea5394342ea9c902fddb723adfe8535cdec SHA512 06edbec1981681eef13852f21814666ccd9b664892795109d605015e0fe351d9cc3159af3e0ff92aa0d6bf085af8a749333d128544a2ce8b545067b95b7e09c0 diff --git a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.22.12.ebuild b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.22.12.ebuild new file mode 100644 index 000000000000..3e06eb3145ff --- /dev/null +++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.22.12.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="Fiwewire DV/HDV capture plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" + +RDEPEND=" + >=media-libs/libiec61883-1.2.0-r1[${MULTILIB_USEDEP}] + >=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}] + >=sys-libs/libavc1394-0.5.4-r1[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" + +GST_PLUGINS_ENABLED="dv1394" +GST_PLUGINS_BUILD_DIR="raw1394"