From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libav/
Date: Mon, 18 Sep 2017 21:42:58 +0000 (UTC) [thread overview]
Message-ID: <1505770949.63a6d9aba6efb106f9723bdfba0321a20ee25a46.leio@gentoo> (raw)
commit: 63a6d9aba6efb106f9723bdfba0321a20ee25a46
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 21:33:09 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 21:42:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a6d9ab
media-plugins/gst-plugins-libav: bump to 1.12.3
Updates bundled ffmpeg to v3.3.4 (used only with USE=libav) and a memory leak fix
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-plugins/gst-plugins-libav/Manifest | 1 +
.../gst-plugins-libav-1.12.3.ebuild | 74 ++++++++++++++++++++++
2 files changed, 75 insertions(+)
diff --git a/media-plugins/gst-plugins-libav/Manifest b/media-plugins/gst-plugins-libav/Manifest
index 57fa1c07155..a3299f460c3 100644
--- a/media-plugins/gst-plugins-libav/Manifest
+++ b/media-plugins/gst-plugins-libav/Manifest
@@ -1,3 +1,4 @@
DIST gst-libav-1.10.4.tar.xz 8535052 SHA256 6ca0feca75e3d48315e07f20ec37cf6260ed1e9dde58df355febd5016246268b SHA512 4037c4651c9f4c0e677f1f8136194c16319507dec3992270c1f98d461a69a55653d261ade45add833103872455e09c30695318181e81242ce78d1c2a2b95ca9c WHIRLPOOL 441ed31e9886a71bace9fadd9edcf8102db621cffa9185c087535e7fa4daedb14dd2cbf3a067868f821d36b58982b482c0c37d82907e079cbe0f3e48bb8a27f3
DIST gst-libav-1.10.5.tar.xz 8545300 SHA256 e4d2f315f478d47281fbfdfbd590a63d23704ca37911d7142d5992616f4b28d3 SHA512 a0636a3b32a5c20eba69a0002fc549facebb0211774e13dd526a3a1eb710f3342662179af6275d619d5075ad0f6dc7068b9950cfb0c60e3ad48249475b39216b WHIRLPOOL 3b3ed00516ab8c4599ec249619390f4c4d478299bb5e14c2bbf532ab67d57881cf0584d33c78a6c5839008179b7815add6bf95437c7f2c65408469f9c4167457
DIST gst-libav-1.12.2.tar.xz 8784544 SHA256 5bb735b9bb218b652ae4071ea6f6be8eaae55e9d3233aec2f36b882a27542db3 SHA512 970c6c3ab71d1431196f3e95ef046cb28ba82e40b206f96fe8b70de2bf9c7ff1cf35e004f7f7dd92dac0ad5e94ed07d45a52dd1a90bdbe105cdd65235f0b6247 WHIRLPOOL 45a5754d12952cb5d242eae0da7d655dfe8f7c1fa5d496163d1291d56a02010d2552df9ca05f23fd9b9e02734832494297f3ac25f5cfde96886c9350186383c6
+DIST gst-libav-1.12.3.tar.xz 8791724 SHA256 015ef8cab6f7fb87c8fb42642486423eff3b6e6a6bccdcd6a189f436a3619650 SHA512 33b380b7094afe1db57103eeeca5ae13db98a5bee6785f884a7ec8abb93a94f702eb52f0515f4fa27a0f157ecb0757cf3576df335dc456254f9a82567f5ab7a8 WHIRLPOOL 0d8a1189fb75f1c324309175e64548fd93dc69a914d71425f4028ac7c54b95b69555276a20771e47e4266135080aa54c2056e999808ccc6b203ae33922e47c5f
diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.12.3.ebuild b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.12.3.ebuild
new file mode 100644
index 00000000000..bbc3a1fc3e2
--- /dev/null
+++ b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.12.3.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils multilib-minimal
+
+MY_PN="gst-libav"
+DESCRIPTION="FFmpeg based gstreamer plugin"
+HOMEPAGE="https://gstreamer.freedesktop.org/modules/gst-libav.html"
+SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="libav +orc"
+
+# XXX: bzip2/lzma are automagic
+# Move back to ${PV} deps of gstreamer/gst-plugins-base later; 1.10.4 had it reduced for lone security stabilization
+RDEPEND="
+ app-arch/bzip2
+ app-arch/xz-utils
+ >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
+ >=media-libs/gstreamer-1.12.0:1.0[${MULTILIB_USEDEP}]
+ >=media-libs/gst-plugins-base-1.12.0:1.0[${MULTILIB_USEDEP}]
+ !libav? ( >=media-video/ffmpeg-3.2.4:0=[${MULTILIB_USEDEP}] )
+ orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.12
+ >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+RESTRICT="test" # FIXME: tests seem to get stuck at one point; investigate properly
+
+multilib_src_configure() {
+ GST_PLUGINS_BUILD=""
+ # Upstream dropped support for system libav and won't work
+ # for preserving its compat anymore, forcing us to rely on internal
+ # ffmpeg copy if we don't want to cause unresolvable blockers for
+ # libav setups.
+ # https://bugzilla.gnome.org/show_bug.cgi?id=758183
+ # Prefer system ffmpeg for -libav
+ local myconf
+
+ if use libav; then
+ ewarn "Using internal ffmpeg copy as upstream dropped"
+ ewarn "the support for compiling against system libav"
+ ewarn "http://bugzilla.gnome.org/show_bug.cgi?id=758183"
+ else
+ myconf="--with-system-libav"
+ fi
+
+ ECONF_SOURCE=${S} \
+ econf \
+ --disable-maintainer-mode \
+ --with-package-name="Gentoo GStreamer ebuild" \
+ --with-package-origin="https://www.gentoo.org" \
+ --disable-fatal-warnings \
+ $(use_enable orc) \
+ ${myconf}
+}
+
+multilib_src_compile() {
+ # Don't build with -Werror
+ emake ERROR_CFLAGS=
+}
+
+multilib_src_install_all() {
+ einstalldocs
+ prune_libtool_files --modules
+}
next reply other threads:[~2017-09-18 21:43 UTC|newest]
Thread overview: 121+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-18 21:42 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-08 10:31 [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libav/ Arthur Zamarin
2025-02-08 10:28 Arthur Zamarin
2025-02-07 16:18 Arthur Zamarin
2025-01-15 19:54 Mart Raudsepp
2024-04-22 8:19 Arthur Zamarin
2024-04-19 14:23 Arthur Zamarin
2024-04-15 5:01 Arthur Zamarin
2024-04-01 19:55 Mart Raudsepp
2023-08-21 6:31 Arthur Zamarin
2023-07-25 18:07 Arthur Zamarin
2022-12-13 18:26 Arthur Zamarin
2022-11-24 12:12 WANG Xuerui
2022-11-02 5:50 WANG Xuerui
2022-09-16 8:53 Arthur Zamarin
2022-05-25 15:47 Jakov Smolić
2022-04-01 9:55 Sam James
2022-04-01 6:53 Arthur Zamarin
2022-03-15 19:48 Sam James
2022-03-15 19:47 Sam James
2021-09-16 18:55 Sam James
2021-09-16 1:46 Sam James
2021-08-10 13:36 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 2:09 Sam James
2021-02-13 21:41 Mart Raudsepp
2020-09-14 19:31 Michał Górny
2020-08-08 3:23 Sam James
2020-06-21 21:59 Mart Raudsepp
2020-05-07 12:52 Mart Raudsepp
2020-05-03 19:12 Mart Raudsepp
2020-05-03 19:12 Mart Raudsepp
2019-10-13 17:50 Mart Raudsepp
2019-10-13 17:46 Matt Turner
2019-10-13 17:46 Matt Turner
2019-10-12 23:50 Matt Turner
2019-09-26 20:00 Mikle Kolyada
2019-07-28 13:53 Mikle Kolyada
2019-07-08 12:10 Thomas Deutschmann
2019-05-21 17:37 Aaron Bauman
2019-05-21 6:35 Aaron Bauman
2019-04-04 11:50 Mart Raudsepp
2019-04-04 11:50 Mart Raudsepp
2019-03-30 14:23 Mart Raudsepp
2019-02-19 13:24 Alexis Ballier
2019-02-05 23:18 Mart Raudsepp
2019-01-25 2:38 Matt Turner
2019-01-15 23:38 Mart Raudsepp
2019-01-09 6:40 Matt Turner
2018-12-23 3:25 Matt Turner
2018-11-24 16:00 Mart Raudsepp
2018-11-23 9:49 Mart Raudsepp
2018-11-23 9:49 Mart Raudsepp
2018-11-23 9:49 Mart Raudsepp
2018-11-06 21:38 Mart Raudsepp
2018-09-21 5:32 Mart Raudsepp
2018-09-19 8:42 Sergei Trofimovich
2018-09-17 22:54 Matt Turner
2018-08-22 5:12 Markus Meier
2018-07-31 8:46 Mart Raudsepp
2018-07-21 16:57 Tobias Klausmann
2018-07-16 13:49 Mikle Kolyada
2018-07-15 23:13 Mart Raudsepp
2018-06-16 18:27 Mart Raudsepp
2018-05-25 4:24 Matt Turner
2018-04-01 15:51 Tobias Klausmann
2018-03-28 19:24 Markus Meier
2018-03-18 19:36 Sergei Trofimovich
2018-03-17 17:44 Mikle Kolyada
2018-02-14 22:06 Mart Raudsepp
2018-02-14 22:06 Mart Raudsepp
2017-12-25 11:51 Markus Meier
2017-12-16 14:19 Mart Raudsepp
2017-11-11 21:49 Thomas Deutschmann
2017-11-08 20:50 Tobias Klausmann
2017-11-07 8:06 Sergei Trofimovich
2017-11-01 9:19 Sergei Trofimovich
2017-10-09 22:48 Thomas Deutschmann
2017-10-02 1:35 NP Hardass
2017-09-18 21:42 Mart Raudsepp
2017-09-16 20:50 Mart Raudsepp
2017-09-02 4:29 Mart Raudsepp
2017-07-20 4:40 Markus Meier
2017-07-08 16:08 Sergei Trofimovich
2017-06-28 9:35 Alexis Ballier
2017-06-18 8:31 Mart Raudsepp
2017-06-10 20:14 Sergei Trofimovich
2017-04-05 14:07 Tobias Klausmann
2017-03-14 23:07 Michael Weber
2017-03-08 5:13 Jeroen Roovers
2017-02-28 17:33 Markus Meier
2017-02-25 9:58 Agostino Sarubbo
2017-02-25 9:57 Agostino Sarubbo
2017-02-25 8:22 Markus Meier
2017-02-24 19:51 Mart Raudsepp
2017-02-24 17:47 Markus Meier
2017-02-24 13:51 Agostino Sarubbo
2017-02-19 12:00 Jeroen Roovers
2017-01-22 18:03 Agostino Sarubbo
2017-01-22 17:45 Agostino Sarubbo
2016-12-06 21:34 Markus Meier
2016-09-26 10:10 Tobias Klausmann
2016-09-23 15:41 Tobias Klausmann
2016-07-09 15:09 Pacho Ramos
2016-06-11 11:30 Pacho Ramos
2016-05-03 20:47 Markus Meier
2016-03-06 19:39 Mikle Kolyada
2016-01-31 18:34 Pacho Ramos
2016-01-31 16:04 Gilles Dartiguelongue
2015-12-29 13:32 Pacho Ramos
2015-12-26 18:21 Gilles Dartiguelongue
2015-11-08 19:27 Gilles Dartiguelongue
2015-10-25 23:36 Gilles Dartiguelongue
2015-10-18 11:29 Mikle Kolyada
2015-10-03 8:49 Markus Meier
2015-09-28 4:44 Jeroen Roovers
2015-09-20 6:11 Jeroen Roovers
2015-09-16 8:43 Tobias Klausmann
2015-09-07 21:55 Mikle Kolyada
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=1505770949.63a6d9aba6efb106f9723bdfba0321a20ee25a46.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