From f2af27e19e3fadbf54e59b51fe7f8fb240f57732 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sun, 3 May 2020 21:12:56 +0300 Subject: media-plugins/gst-plugins-libav: ebuild cleanups after libav removal Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp --- .../gst-plugins-libav/gst-plugins-libav-1.16.2.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'media-plugins') 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 index 0737ecf70901..04f13962405e 100644 --- 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 @@ -6,13 +6,10 @@ EAPI=6 inherit autotools eapi7-ver multilib-minimal MY_PN="gst-libav" -MY_PV="$(ver_cut 1-3)" -MY_P="${MY_PN}-${MY_PV}" -FFMPEG_PV="$(ver_cut 4- ${PV%_*})" DESCRIPTION="FFmpeg based gstreamer plugin" HOMEPAGE="https://gstreamer.freedesktop.org/modules/gst-libav.html" -SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_P}.tar.xz" +SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz" LICENSE="LGPL-2+" SLOT="1.0" @@ -21,8 +18,8 @@ IUSE="+orc" RDEPEND=" >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}] - >=media-libs/gstreamer-${MY_PV}:1.0[${MULTILIB_USEDEP}] - >=media-libs/gst-plugins-base-${MY_PV}:1.0[${MULTILIB_USEDEP}] + >=media-libs/gstreamer-${PV}:1.0[${MULTILIB_USEDEP}] + >=media-libs/gst-plugins-base-${PV}:1.0[${MULTILIB_USEDEP}] >=media-video/ffmpeg-4:0=[${MULTILIB_USEDEP}] orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) " @@ -31,7 +28,7 @@ DEPEND="${RDEPEND} >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] " -S="${WORKDIR}/${MY_P}" +S="${WORKDIR}/${MY_PN}-${PV}" RESTRICT="test" # FIXME: tests seem to get stuck at one point; investigate properly -- cgit v1.2.3-65-gdbad