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 697BA1580FD for ; Tue, 24 Dec 2024 10:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB286E07D0; 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 969B1E07D0 for ; Tue, 24 Dec 2024 10:20:41 +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 07F4533FE7D for ; Tue, 24 Dec 2024 10:20:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 765B5190F 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: <1735035611.f846e692c94847fb33e440cae12c2f3986b42d57.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-sidplay/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-sidplay/Manifest media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.22.12.ebuild X-VCS-Directories: media-plugins/gst-plugins-sidplay/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f846e692c94847fb33e440cae12c2f3986b42d57 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: 0f93599c-beda-4722-b2ca-cb66156c312d X-Archives-Hash: 30d6a90e1f4be62334b673c3780452cc commit: f846e692c94847fb33e440cae12c2f3986b42d57 Author: Sam James gentoo org> AuthorDate: Tue Dec 24 10:15:01 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 24 10:20:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f846e692 media-plugins/gst-plugins-sidplay: add 1.22.12 Signed-off-by: Sam James gentoo.org> media-plugins/gst-plugins-sidplay/Manifest | 1 + .../gst-plugins-sidplay-1.22.12.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/media-plugins/gst-plugins-sidplay/Manifest b/media-plugins/gst-plugins-sidplay/Manifest index b2b2d4a984d9..4d94fd9151a4 100644 --- a/media-plugins/gst-plugins-sidplay/Manifest +++ b/media-plugins/gst-plugins-sidplay/Manifest @@ -1 +1,2 @@ DIST gst-plugins-ugly-1.22.11.tar.xz 256812 BLAKE2B 143fe16c92465be0c5bfb5b6c452be9e730501d372e49c26c6837eb2ff336b8098cda5afc61b3620f9ea9ed13eed6118e0deed8dcc9eab499b941e5e64157fd9 SHA512 767e80c1d15ec79ff196c4c4ad6128bc17502b490201c1a3799341a2784848f639392310de7dabc922d022acb5156bd25e4191ba2409c17b3a23a278f7722c5c +DIST gst-plugins-ugly-1.22.12.tar.xz 257464 BLAKE2B c7f89dda309712cb2380b2e29b67a40c02c561bbe49a83acb2beb84aac6ebaed895e1a27d5f6fb6787c803e2e94a0409d14a3206feb9797c5329bbaff5e4a61d SHA512 3ef5cb384578bcaff3bb45fa8fa8f97884acb2e09a1621c504fca4bd8744cb83e71c342372a7ddd06bc4077fdd2684d1f7f078278392361ed4e18afed374c659 diff --git a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.22.12.ebuild b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.22.12.ebuild new file mode 100644 index 000000000000..b9c48b37b348 --- /dev/null +++ b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.22.12.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-ugly + +inherit gstreamer-meson + +DESCRIPTION="Sid decoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=">=media-libs/libsidplay-1.36.59-r1:1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +}