public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-x265/
Date: Tue, 30 May 2023 18:21:33 +0000 (UTC)	[thread overview]
Message-ID: <1685470866.d666d82ca2779bca4e7c81b50e94d170020ffab9.sam@gentoo> (raw)

commit:     d666d82ca2779bca4e7c81b50e94d170020ffab9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 18:13:55 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 30 18:21:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d666d82c

media-plugins/gst-plugins-x265: add 1.20.6

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-plugins/gst-plugins-x265/Manifest            |  1 +
 .../gst-plugins-x265-1.20.6.ebuild                 | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/media-plugins/gst-plugins-x265/Manifest b/media-plugins/gst-plugins-x265/Manifest
index be652e5ab7de..ea94574dc23b 100644
--- a/media-plugins/gst-plugins-x265/Manifest
+++ b/media-plugins/gst-plugins-x265/Manifest
@@ -1,4 +1,5 @@
 DIST gst-plugins-bad-1.20.3.tar.xz 6222824 BLAKE2B 01aae59adbe76b8e50a49fb8bb8037e6f3aa93cbc2b658aab05ebbf30f8d1aef98c1981712caa39e3c9d08f1e0c9d76f2f874f7d2fdd994b3a0735b2809eafdf SHA512 cfcf126eabff550455decd7054a269b73489708c10a6b6090dddb5fde29bfba07ed330c339927ff170e025fa3a08d2ffb822322dc3798679366207a54132c71b
 DIST gst-plugins-bad-1.20.4.tar.xz 6229992 BLAKE2B 2cd276cec9991e2ca7367a43024d7aee43adaa185a4a06ec08d1e736e72333f7f38cb54257120b9a313feb1fdc285a50d456b4c1fb33627d83acfcd3ece20687 SHA512 31b28d4a1bbecf021a90f2aa49dd344ccea12533b65f3bf3a8426ca2175469fff7b7f8e08af7d3d22c18db2fe48b9d5fbea2b325d296aee04b019cebef1eaec4
 DIST gst-plugins-bad-1.20.5.tar.xz 6237720 BLAKE2B bf379da420d1f7f148cf51373f6f2d0800685487c8bdb7a768e79e0a2e4f1721053922be9321958b4ce318de12ea390de4cd89c345329ac41dd0425815e0e7f6 SHA512 4b4603d755d17a0fa072d771521bdcbf554fc9abdc8105b9d9189062e5725ae2989f430e1de77363a69d8c969ecbf15e73e9c478fabe8efac83b2d9b1b0a4a0a
+DIST gst-plugins-bad-1.20.6.tar.xz 6244344 BLAKE2B 50c8d62b486541c0ee71d69f1debb18c7dcd02afe562f6d337f8648cf69a492ac47dcf250e4e6b1c6a7d518237431639c25601f9935996724cb9f73beffa27e8 SHA512 c1f2be9351dc12d9290f715ac529dc03572617fb65c50755927e01cb9307b9e806b6204b5b2f85c29a8fc3d8ca7695767a316fb387eac465e9e93bcae5d39ff5
 DIST gst-plugins-bad-1.22.3.tar.xz 5523924 BLAKE2B 8015098ac2d19546de58cebdbe29fd7fbb2c7f076bf775564d7b862ed99a59968a2f751ff1137534d178fea5cf1c2022e53e4159ca2e5d3bf71c9fa4663be4f5 SHA512 1512e26111174ea4a9da26203a635e7ec7673ea5b6ca8dae8aaa8a20ffae36c9b68904d669344a8efc31f751093a00e22d2a1f1affcdd037f162493441c77628

diff --git a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.20.6.ebuild b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.20.6.ebuild
new file mode 100644
index 000000000000..8ae0a17a9eee
--- /dev/null
+++ b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.20.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 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="H.265 encoder plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	media-libs/x265:=[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+multilib_src_configure() {
+	local emesonargs=(
+		-Dgpl=enabled
+	)
+
+	gstreamer_multilib_src_configure
+}


             reply	other threads:[~2023-05-30 18:21 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-30 18:21 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-22  8:19 [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-x265/ Arthur Zamarin
2024-04-19 14:23 Arthur Zamarin
2024-04-01 19:55 Mart Raudsepp
2023-10-21 22:28 Mart Raudsepp
2023-10-13  7:33 Mart Raudsepp
2023-07-25 18:10 Arthur Zamarin
2023-07-23 19:32 Arthur Zamarin
2023-06-10  9:45 Arthur Zamarin
2023-01-14 15:50 Sam James
2022-12-15  4:46 Arthur Zamarin
2022-12-13 20:03 Arthur Zamarin
2022-10-10  2:34 Matt Turner
2022-09-16  6:52 Agostino Sarubbo
2022-09-14  7:47 Agostino Sarubbo
2022-08-26 13:10 Sam James
2022-06-07 13:59 Matt Turner
2021-09-16  6:27 Sam James
2021-05-30  0:40 Sam James
2021-02-19 23:16 Mart Raudsepp
2021-02-14 14:50 Sam James
2021-02-14  2:12 Sam James
2021-02-13 19:49 Mart Raudsepp
2020-06-29 15:51 Mikle Kolyada
2020-06-21 16:52 Thomas Deutschmann
2019-12-07 13:17 Mikle Kolyada
2019-12-07 13:12 Mikle Kolyada
2019-08-27 21:05 Mart Raudsepp
2019-01-09  4:37 Matt Turner
2019-01-09  1:36 Thomas Deutschmann
2018-09-21  5:23 Mart Raudsepp
2018-09-17 23:51 Mart Raudsepp
2018-07-31  8:02 Mart Raudsepp
2018-07-31  0:43 Thomas Deutschmann
2018-07-16 14:01 Mikle Kolyada
2018-06-21 10:40 Mart Raudsepp
2018-03-18  0:40 Thomas Deutschmann
2018-03-17 18:12 Mikle Kolyada
2018-02-14 22:06 Mart Raudsepp
2018-01-03  0:05 Mart Raudsepp
2017-12-16 11:33 Tobias Klausmann
2017-12-12 16:55 Mart Raudsepp
2017-10-09 22:48 Thomas Deutschmann
2017-09-16 19:46 Mart Raudsepp
2017-07-15 15:50 Tobias Klausmann
2017-06-18  8:31 Mart Raudsepp
2017-02-25 20:46 Mart Raudsepp
2017-02-16 17:26 Agostino Sarubbo
2017-02-16 13:25 Agostino Sarubbo
2017-02-11 14:52 Mart Raudsepp
2016-10-01  0:54 Pacho Ramos
2016-09-18 22:44 Gilles Dartiguelongue
2016-07-09 10:12 Pacho Ramos
2016-07-09 10:12 Pacho Ramos
2016-04-02 20:38 Pacho Ramos
2016-02-21 23:44 Pacho Ramos
2016-01-31 14:45 Gilles Dartiguelongue
2015-12-26 18:21 Gilles Dartiguelongue
2015-11-08 23:17 Gilles Dartiguelongue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1685470866.d666d82ca2779bca4e7c81b50e94d170020ffab9.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox