diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-12-05 12:01:55 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-12-05 12:02:06 +0100 |
commit | 80ba3a79d1639271ad0d3931e59c19bb2836abba (patch) | |
tree | d490893ca0901f9191e7770109ba5f3e67b42d1f /media-sound/spek/spek-0.8.3-r1.ebuild | |
parent | sys-apps/portage: Version bump (diff) | |
download | gentoo-80ba3a79d1639271ad0d3931e59c19bb2836abba.tar.gz gentoo-80ba3a79d1639271ad0d3931e59c19bb2836abba.tar.bz2 gentoo-80ba3a79d1639271ad0d3931e59c19bb2836abba.zip |
media-sound/spek: backport upstream patches to build with ffmpeg3; bug #575060
Package-Manager: portage-2.3.2
Diffstat (limited to 'media-sound/spek/spek-0.8.3-r1.ebuild')
-rw-r--r-- | media-sound/spek/spek-0.8.3-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-sound/spek/spek-0.8.3-r1.ebuild b/media-sound/spek/spek-0.8.3-r1.ebuild index 8a9099526c7f..4becb5f06c86 100644 --- a/media-sound/spek/spek-0.8.3-r1.ebuild +++ b/media-sound/spek/spek-0.8.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -41,6 +41,8 @@ src_prepare() { epatch \ "${FILESDIR}"/${PN}-0.8.1-disable-updates.patch \ "${FILESDIR}"/${P}-replace-gnu+11-with-c++11.patch \ - "${FILESDIR}"/${P}-stdlib.patch + "${FILESDIR}"/${P}-stdlib.patch \ + "${FILESDIR}"/${P}-ffmpeg3.patch \ + "${FILESDIR}"/${P}-ffmpeg3-1.patch eautoreconf } |