diff options
author | Olivier Laurantin <olivier.laurantin@laposte.net> | 2017-12-11 21:59:44 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-21 21:27:13 +0100 |
commit | c0ff1e0adaa6d1f87b99b5891f7af5cc26c03e5f (patch) | |
tree | 7147f05484f128047c36e9706fc1aa1122118fd1 /media-video/ffdiaporama | |
parent | media-video/ffdiaporama: version bump to 2.2_pre20140701. (diff) | |
download | gentoo-c0ff1e0adaa6d1f87b99b5891f7af5cc26c03e5f.tar.gz gentoo-c0ff1e0adaa6d1f87b99b5891f7af5cc26c03e5f.tar.bz2 gentoo-c0ff1e0adaa6d1f87b99b5891f7af5cc26c03e5f.zip |
media-video/ffdiaporama: fix patch location.
Fix the location of the patch recently moved to devspace.
Patch is now located in DISTDIR.
Closes: https://bugs.gentoo.org/640632
Closes: https://github.com/gentoo/gentoo/pull/6523
Diffstat (limited to 'media-video/ffdiaporama')
-rw-r--r-- | media-video/ffdiaporama/ffdiaporama-2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/ffdiaporama/ffdiaporama-2.1-r1.ebuild b/media-video/ffdiaporama/ffdiaporama-2.1-r1.ebuild index ea066ecd17b2..da652736f010 100644 --- a/media-video/ffdiaporama/ffdiaporama-2.1-r1.ebuild +++ b/media-video/ffdiaporama/ffdiaporama-2.1-r1.ebuild @@ -39,7 +39,7 @@ RDEPEND=" DEPEND="${RDEPEND}" DOCS=( authors.txt ) -PATCHES=( "${FILESDIR}"/${P}-{ffmpeg-2.4,libav10,ffmpeg-3.0}.patch ) +PATCHES=( "${DISTDIR}"/${P}-libav10.patch "${FILESDIR}"/${P}-{ffmpeg-2.4,ffmpeg-3.0}.patch ) S="${WORKDIR}/ffDiaporama" |