Skip to content

Commit

Permalink
fix(www-plugins/vdhcoapp-bin): remove ffplay, support for Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiderX committed Jun 30, 2024
1 parent 9439376 commit 0bead41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www-plugins/vdhcoapp-bin/vdhcoapp-bin-2.0.19.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ QA_PREBUILT="opt/vdhcoapp/filepicker
src_install() {
keepdir /etc/chromium/native-messaging-hosts \
/etc/opt/chrome/native-messaging-hosts \
/usr/lib/mozilla/native-messaging-hosts
/usr/lib/mozilla/native-messaging-hosts \
/etc/opt/edge/native-messaging-hosts

exeinto /opt/vdhcoapp
doexe opt/vdhcoapp/{filepicker,vdhcoapp,xdg-open}
dosym ../../usr/bin/ffmpeg opt/vdhcoapp/ffmpeg
dosym ../../usr/bin/ffplay opt/vdhcoapp/ffplay
dosym ../../usr/bin/ffprobe opt/vdhcoapp/ffprobe

dodir /opt/bin
Expand Down

0 comments on commit 0bead41

Please sign in to comment.