Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libav/
Date: Sun, 03 May 2020 19:12:30
Message-Id: 1588533134.f2af27e19e3fadbf54e59b51fe7f8fb240f57732.leio@gentoo
1 commit: f2af27e19e3fadbf54e59b51fe7f8fb240f57732
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 18:12:56 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 19:12:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2af27e1
7
8 media-plugins/gst-plugins-libav: ebuild cleanups after libav removal
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 .../gst-plugins-libav/gst-plugins-libav-1.16.2.ebuild | 11 ++++-------
14 1 file changed, 4 insertions(+), 7 deletions(-)
15
16 diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.2.ebuild b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.2.ebuild
17 index 0737ecf7090..04f13962405 100644
18 --- a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.2.ebuild
19 +++ b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.2.ebuild
20 @@ -6,13 +6,10 @@ EAPI=6
21 inherit autotools eapi7-ver multilib-minimal
22
23 MY_PN="gst-libav"
24 -MY_PV="$(ver_cut 1-3)"
25 -MY_P="${MY_PN}-${MY_PV}"
26 -FFMPEG_PV="$(ver_cut 4- ${PV%_*})"
27
28 DESCRIPTION="FFmpeg based gstreamer plugin"
29 HOMEPAGE="https://gstreamer.freedesktop.org/modules/gst-libav.html"
30 -SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_P}.tar.xz"
31 +SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz"
32
33 LICENSE="LGPL-2+"
34 SLOT="1.0"
35 @@ -21,8 +18,8 @@ IUSE="+orc"
36
37 RDEPEND="
38 >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
39 - >=media-libs/gstreamer-${MY_PV}:1.0[${MULTILIB_USEDEP}]
40 - >=media-libs/gst-plugins-base-${MY_PV}:1.0[${MULTILIB_USEDEP}]
41 + >=media-libs/gstreamer-${PV}:1.0[${MULTILIB_USEDEP}]
42 + >=media-libs/gst-plugins-base-${PV}:1.0[${MULTILIB_USEDEP}]
43 >=media-video/ffmpeg-4:0=[${MULTILIB_USEDEP}]
44 orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
45 "
46 @@ -31,7 +28,7 @@ DEPEND="${RDEPEND}
47 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
48 "
49
50 -S="${WORKDIR}/${MY_P}"
51 +S="${WORKDIR}/${MY_PN}-${PV}"
52
53 RESTRICT="test" # FIXME: tests seem to get stuck at one point; investigate properly