summaryrefslogtreecommitdiff
path: root/media-video/transcode/transcode-1.1.7-r4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/transcode/transcode-1.1.7-r4.ebuild')
-rw-r--r--media-video/transcode/transcode-1.1.7-r4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/transcode/transcode-1.1.7-r4.ebuild b/media-video/transcode/transcode-1.1.7-r4.ebuild
index 1091cd557b80..2eabda9fb10d 100644
--- a/media-video/transcode/transcode-1.1.7-r4.ebuild
+++ b/media-video/transcode/transcode-1.1.7-r4.ebuild
@@ -7,7 +7,8 @@ inherit autotools libtool multilib
DESCRIPTION="Utilities for transcoding video and audio codecs in different containers"
HOMEPAGE="http://www.transcoding.org/ https://bitbucket.org/france/transcode-tcforge"
SRC_URI="https://www.bitbucket.org/france/${PN}-tcforge/downloads/${P}.tar.bz2
- https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2"
+ https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2
+ https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-1.1.7-ffmpeg4.patch.xz"
LICENSE="GPL-2"
SLOT="0"
@@ -78,7 +79,7 @@ src_prepare() {
fi
if has_version '>=media-video/ffmpeg-4' ; then
- PATCHES+=( "${FILESDIR}/ffmpeg4.patch" )
+ PATCHES+=( "${WORKDIR}/transcode-1.1.7-ffmpeg4.patch" )
fi
default