Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 547456 Details for
Bug 666674
media-plugins/gst-plugins-libav[libav]: Use newer version of bundled FFmpeg
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Difference between ebuilds for easier review
ebuilds_difference (text/plain), 1.57 KB, created by
Arfrever Frehtes Taifersar Arahesis
on 2018-09-21 06:02:11 UTC
(
hide
)
Description:
Difference between ebuilds for easier review
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2018-09-21 06:02:11 UTC
Size:
1.57 KB
patch
obsolete
>--- gst-plugins-libav-1.14.2.ebuild >+++ gst-plugins-libav-1.14.3.3.4.4.ebuild >@@ -3,12 +3,17 @@ > > EAPI=6 > >-inherit multilib-minimal >+inherit 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-)" >+ > 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" >+SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_P}.tar.xz >+ libav? ( https://ffmpeg.org/releases/ffmpeg-${FFMPEG_PV}.tar.bz2 )" > > LICENSE="LGPL-2+" > SLOT="1.0" >@@ -17,8 +22,8 @@ > > RDEPEND=" > >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}] >- >=media-libs/gstreamer-${PV}:1.0[${MULTILIB_USEDEP}] >- >=media-libs/gst-plugins-base-${PV}:1.0[${MULTILIB_USEDEP}] >+ >=media-libs/gstreamer-${MY_PV}:1.0[${MULTILIB_USEDEP}] >+ >=media-libs/gst-plugins-base-${MY_PV}:1.0[${MULTILIB_USEDEP}] > !libav? ( >=media-video/ffmpeg-3.2.6:0=[${MULTILIB_USEDEP}] ) > libav? ( > app-arch/bzip2[${MULTILIB_USEDEP}] >@@ -31,10 +36,20 @@ > >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] > " > >-S="${WORKDIR}/${MY_PN}-${PV}" >+S="${WORKDIR}/${MY_P}" > > RESTRICT="test" # FIXME: tests seem to get stuck at one point; investigate properly > >+src_unpack() { >+ default >+ >+ if use libav; then >+ # Use newer version of bundled FFmpeg. >+ rm -r "${S}/gst-libs/ext/libav" || die >+ ln -s ../../../ffmpeg-${FFMPEG_PV} "${S}/gst-libs/ext/libav" || die >+ fi >+} >+ > multilib_src_configure() { > GST_PLUGINS_BUILD="" > # Upstream dropped support for system libav and won't work
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 666674
:
547454
| 547456