diff options
author | ormorph <roma251078@mail.ru> | 2023-04-16 22:54:08 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-04-16 22:55:36 +0300 |
commit | a180e0c5d550d213279ede2fdc05528919c27613 (patch) | |
tree | 0cf846ce806dbc19193bb0ea259cf16c6643fa28 /media-video | |
parent | eecab8428fd5b221de1aba5f79e0007e34483b43 (diff) | |
download | tde-packaging-gentoo-a180e0c5d550d213279ede2fdc05528919c27613.tar.gz tde-packaging-gentoo-a180e0c5d550d213279ede2fdc05528919c27613.zip |
Fix dependencies in emovix
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/emovix/emovix-0.9.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/emovix/emovix-0.9.0.ebuild b/media-video/emovix/emovix-0.9.0.ebuild index b51d8aec..a8b1f9f4 100644 --- a/media-video/emovix/emovix-0.9.0.ebuild +++ b/media-video/emovix/emovix-0.9.0.ebuild @@ -17,10 +17,11 @@ RESTRICT="mirror" RDEPEND="app-cdr/cdrtools" DEPEND="dev-lang/perl - virtual/awk" + app-alternatives/awk" src_install() { emake -j1 DESTDIR="${D}" install dodoc AUTHORS ChangeLog README* TODO - dosym /usr/lib/win32 /usr/share/emovix/codecs + # Mplayer is no longer built with support for win32 codecs in Gentoo + #dosym /usr/lib/win32 /usr/share/emovix/codecs } |