diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-12 01:07:57 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-12 01:10:07 +0200 |
commit | ae405a5723a6f7db0ad20309f49f9bb5c5ec0754 (patch) | |
tree | 450c21d18d9a28944ab31a1787d452e08f7755f0 /media-video/avidemux | |
parent | media-libs/avidemux-plugins: bump to v2.7.6 (diff) | |
download | gentoo-ae405a5723a6f7db0ad20309f49f9bb5c5ec0754.tar.gz gentoo-ae405a5723a6f7db0ad20309f49f9bb5c5ec0754.tar.bz2 gentoo-ae405a5723a6f7db0ad20309f49f9bb5c5ec0754.zip |
media-video/avidemux: bump to v2.7.6
Closes: https://bugs.gentoo.org/735568
Closes: https://bugs.gentoo.org/693112
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-video/avidemux')
-rw-r--r-- | media-video/avidemux/avidemux-2.7.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/avidemux/avidemux-2.7.6.ebuild b/media-video/avidemux/avidemux-2.7.6.ebuild index ce223b81cf34..8808e2507b90 100644 --- a/media-video/avidemux/avidemux-2.7.6.ebuild +++ b/media-video/avidemux/avidemux-2.7.6.ebuild @@ -16,7 +16,8 @@ SLOT="2.7" KEYWORDS="~amd64 ~x86" IUSE="debug nls nvenc opengl qt5 sdl vaapi vdpau xv" -BDEPEND="qt5? ( dev-qt/linguist-tools:5 )" +BDEPEND="dev-lang/yasm + qt5? ( dev-qt/linguist-tools:5 )" DEPEND=" ~media-libs/avidemux-core-${PV}:${SLOT}[nls?,sdl?,vaapi?,vdpau?,xv?,nvenc?] nvenc? ( amd64? ( media-video/nvidia_video_sdk:0 ) ) @@ -39,7 +40,7 @@ PDEPEND="~media-libs/avidemux-plugins-${PV}:${SLOT}[opengl?,qt5?]" S="${WORKDIR}/avidemux2-${PV}" src_prepare() { - eapply "${FILESDIR}"/${P}-qt-5.15.patch + eapply "${FILESDIR}"/${PN}-2.7.4-qt-5.15.patch processes="buildCli:avidemux/cli" use qt5 && processes+=" buildQt4:avidemux/qt4" |