public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-v4l2/
Date: Mon, 18 Sep 2017 20:34:53 +0000 (UTC)	[thread overview]
Message-ID: <1505766094.7f03f1daa8bf3cfb2d563ee3bc29bf21acc9f367.leio@gentoo> (raw)

commit:     7f03f1daa8bf3cfb2d563ee3bc29bf21acc9f367
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 20:21:34 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 20:21:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f03f1da

media-plugins/gst-plugins-v4l2: bump to 1.12.3 for upstream bug fixes

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-plugins/gst-plugins-v4l2/Manifest            |  1 +
 .../gst-plugins-v4l2-1.12.3.ebuild                 | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/media-plugins/gst-plugins-v4l2/Manifest b/media-plugins/gst-plugins-v4l2/Manifest
index 006274e62a4..268e16496a1 100644
--- a/media-plugins/gst-plugins-v4l2/Manifest
+++ b/media-plugins/gst-plugins-v4l2/Manifest
@@ -2,3 +2,4 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad2961683
 DIST gst-plugins-good-1.10.3.tar.xz 3426164 SHA256 4e07e93e34d4b93208f1579c21e7d91a236577b36f128a5332ffee85b4465955 SHA512 ae1523e374715b4f65509eb63d987118510fc4fe61b5ac2a98e4ec06feb2ec65899557976d796ea09644b32652f3a321aca462b8fe1621308e0c00dd6913e592 WHIRLPOOL 7c2c5fa9b21cfd35e7895beb947b6396ae55bd2f510fbe55b7696a0b68e7248e0cb04d5e4fe55e8d029ab03b5401fe20c5080a92b0b22532c9ac3dcb7167681f
 DIST gst-plugins-good-1.10.5.tar.xz 3425088 SHA256 be053f6ed716eeb517cec148cec637cdce571c6e04d5c21409e2876fb76c7639 SHA512 556bb5f95f3d52722849b5abf2ece1abeba9eae556aa2bebccaeda419639aa93b517bacbe74a0b3c0ce481d1e56ed2793de892a3054fdb06ec9652e207d69e16 WHIRLPOOL 01405868de1faee643f1b9653efaf0a822a85a02d6c04ff98b93e9dc8339671111005105aeb4cb2d5b6c86e69c943d12daff6fc35e94c002b12e805f9605eac6
 DIST gst-plugins-good-1.12.2.tar.xz 3490976 SHA256 5591ee7208ab30289a30658a82b76bf87169c927572d9b794f3a41ed48e1ee96 SHA512 b83d63cf169521975e1358ca7ebe406392c887956a2f422813b7324c385bae058dc6797e1f2200294f9846ad831ce16650090f2acf946100b9a1d36963b4f163 WHIRLPOOL 0c7f4156b43cc52dc3341ac4ff3bae9e180806fd20d06ce382650f9426e9b3dd01d208d3b859d7a98410098a9e071a148dac4cbcc93ebf46fd6b453c3bd454f2
+DIST gst-plugins-good-1.12.3.tar.xz 3487448 SHA256 13e7f479296891fef5a686438f20ba7d534680becf2269ecc5ee24aa83b45f03 SHA512 8ed96d2b2c8724659cf8163be5246ec30c8a92d70fc6632e207ad258cff5624d6fc03576e6e674011bb88a4825c8ce225545bc7e60cdf66a173d9e1d4bfbbaa4 WHIRLPOOL 9255759738e14f9a6aee1122d7f2bd7b23266e33bdc834e2942ac3a1fbb9389fed504d4769c1ab50c35b8a319c351f8373aca8cf09bd138bbaf7bef4fc51894a

diff --git a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.12.3.ebuild b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.12.3.ebuild
new file mode 100644
index 00000000000..3a7e8cb0bd7
--- /dev/null
+++ b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.12.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-good
+
+inherit gstreamer
+
+DESCRIPION="V4L2 source/sink plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="udev"
+
+RDEPEND="
+	>=media-libs/libv4l-0.9.5[${MULTILIB_USEDEP}]
+	>=media-libs/gst-plugins-base-${PV}:${SLOT}[X,${MULTILIB_USEDEP}]
+	udev? ( >=virtual/libgudev-208:=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+	virtual/os-headers
+"
+
+GST_PLUGINS_BUILD="gst_v4l2"
+
+multilib_src_configure() {
+	gstreamer_multilib_src_configure \
+		--with-libv4l2 \
+		$(use_with udev gudev)
+}


             reply	other threads:[~2017-09-18 20:35 UTC|newest]

Thread overview: 120+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-18 20:34 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-07 16:18 [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-v4l2/ Arthur Zamarin
2025-01-09 22:16 Mart Raudsepp
2025-01-07  2:24 Sam James
2025-01-04 17:07 Arthur Zamarin
2024-04-30  8:28 Mart Raudsepp
2024-04-15  5:01 Arthur Zamarin
2023-11-29  8:22 Arthur Zamarin
2023-10-14  3:43 Sam James
2023-10-13  7:33 Mart Raudsepp
2023-08-21  6:31 Arthur Zamarin
2023-07-25 18:07 Arthur Zamarin
2023-06-10 10:15 Arthur Zamarin
2023-05-30 18:21 Sam James
2023-01-14 15:50 Sam James
2022-12-13 20:09 Arthur Zamarin
2022-12-13 20:03 Arthur Zamarin
2022-12-13 18:26 Arthur Zamarin
2022-11-20 18:34 Mart Raudsepp
2022-10-20 17:01 Georgy Yakovlev
2022-09-17 10:46 Arthur Zamarin
2022-09-16  8:53 Arthur Zamarin
2022-08-26 13:10 Sam James
2022-06-07 13:59 Matt Turner
2022-05-28  1:29 Sam James
2022-05-25 15:47 Jakov Smolić
2022-05-16 12:35 Jakov Smolić
2022-04-02 12:04 Arthur Zamarin
2022-04-01 15:20 Jakov Smolić
2022-04-01 11:38 Arthur Zamarin
2022-04-01  7:14 Arthur Zamarin
2022-04-01  6:53 Arthur Zamarin
2021-09-16 18:55 Sam James
2021-09-16  6:14 Sam James
2021-09-16  1:46 Sam James
2021-08-10 14:18 Marek Szuba
2021-02-18  8:47 Sam James
2021-02-17 13:53 Sam James
2021-02-15  4:03 Sam James
2021-02-14 14:50 Sam James
2021-02-14  2:12 Sam James
2021-02-14  2:09 Sam James
2021-02-13 17:43 Mart Raudsepp
2020-09-07  5:42 Sam James
2020-09-07  5:11 Sam James
2020-08-08  3:23 Sam James
2020-06-29 15:51 Mikle Kolyada
2020-06-21 21:59 Mart Raudsepp
2020-06-21 16:52 Thomas Deutschmann
2020-05-03 19:12 Mart Raudsepp
2020-01-01 15:08 Mart Raudsepp
2020-01-01 14:03 Agostino Sarubbo
2019-12-28 15:42 Mikle Kolyada
2019-12-10 18:10 Aaron Bauman
2019-12-10 14:08 Agostino Sarubbo
2019-12-10 12:16 Agostino Sarubbo
2019-12-08 23:37 Sergei Trofimovich
2019-12-07 13:17 Mikle Kolyada
2019-12-07 13:12 Mikle Kolyada
2019-08-26  9:36 Mart Raudsepp
2019-02-05 23:33 Mart Raudsepp
2019-01-25  2:38 Matt Turner
2019-01-23 13:41 Mikle Kolyada
2019-01-15 23:29 Mart Raudsepp
2019-01-09  6:40 Matt Turner
2019-01-09  4:37 Matt Turner
2019-01-09  1:36 Thomas Deutschmann
2018-10-03 23:56 Mart Raudsepp
2018-09-30 20:59 Mart Raudsepp
2018-09-19  8:42 Sergei Trofimovich
2018-09-17 22:54 Matt Turner
2018-09-17 21:49 Mart Raudsepp
2018-08-22  5:12 Markus Meier
2018-07-31  0:43 Thomas Deutschmann
2018-07-30 22:59 Mart Raudsepp
2018-07-21 16:57 Tobias Klausmann
2018-07-16 14:01 Mikle Kolyada
2018-07-15 23:13 Mart Raudsepp
2018-05-25  4:24 Matt Turner
2018-04-01 15:51 Tobias Klausmann
2018-03-28 22:41 Matt Turner
2018-03-28 19:24 Markus Meier
2018-03-18 19:36 Sergei Trofimovich
2018-03-18  0:40 Thomas Deutschmann
2018-03-17 18:12 Mikle Kolyada
2018-01-28 19:13 Mart Raudsepp
2018-01-05 13:29 Mart Raudsepp
2017-12-25 11:51 Markus Meier
2017-12-16 11:33 Tobias Klausmann
2017-11-08 20:50 Tobias Klausmann
2017-11-07  8:06 Sergei Trofimovich
2017-11-01 19:56 Sergei Trofimovich
2017-11-01  9:35 Sergei Trofimovich
2017-11-01  9:19 Sergei Trofimovich
2017-10-26  7:30 Sergei Trofimovich
2017-09-18 20:34 Mart Raudsepp
2017-07-20  4:40 Markus Meier
2017-07-15 15:50 Tobias Klausmann
2017-07-08 16:08 Sergei Trofimovich
2017-06-30  4:58 Alexis Ballier
2017-02-25  1:28 Mart Raudsepp
2017-02-24 13:51 Agostino Sarubbo
2017-02-16 17:26 Agostino Sarubbo
2017-02-16 13:25 Agostino Sarubbo
2017-02-15 17:42 Markus Meier
2017-01-25 15:52 Agostino Sarubbo
2017-01-22 18:03 Agostino Sarubbo
2017-01-22 17:45 Agostino Sarubbo
2016-12-06 21:43 Markus Meier
2016-10-03  6:12 Jeroen Roovers
2016-10-01  0:54 Pacho Ramos
2016-09-26 10:10 Tobias Klausmann
2016-09-23 15:41 Tobias Klausmann
2016-07-09 15:09 Pacho Ramos
2016-07-09 10:12 Pacho Ramos
2016-06-11 11:30 Pacho Ramos
2016-05-03 20:54 Markus Meier
2016-03-06 20:12 Mikle Kolyada
2016-02-21 23:44 Pacho Ramos
2016-01-31 13:51 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=1505766094.7f03f1daa8bf3cfb2d563ee3bc29bf21acc9f367.leio@gentoo \
    --to=leio@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