Hi ports@

ajacoutot@ removed gstreamer1-plugins-good from surf's RUN_DEPENDS on rev1.19
since plugins-base already supported sndio(7) by that time out of the box.
Would it be reasonable do add it back? With it I'm able to watch WebM VP8/VP9
based videos (namely from YouTube) out of the box without relying on an
external viewer.

OK? comments?
? surf.patch
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/surf/Makefile,v
retrieving revision 1.24
diff -u -p -u -r1.24 Makefile
--- Makefile    23 Jun 2017 19:50:42 -0000      1.24
+++ Makefile    10 Apr 2018 09:25:09 -0000
@@ -5,7 +5,7 @@ COMMENT =       simple webbrowser based on web
 DISTNAME =     surf-2.0
 CATEGORIES =   www
 HOMEPAGE =     http://surf.suckless.org/
-REVISION =     0
+REVISION =     1
 
 MAINTAINER=    Joerg Jung <j...@openbsd.org>
 
@@ -24,7 +24,8 @@ RUN_DEPENDS = x11/dmenu \
                net/curl
 
 # webkit browsing
-RUN_DEPENDS += multimedia/gstreamer1/plugins-libav
+RUN_DEPENDS += multimedia/gstreamer1/plugins-libav \
+               multimedia/gstreamer1/plugins-good
 
 MAKE_FLAGS=    CC="${CC}"
 MAKE_ENV=      LDFLAGS="${LDFLAGS}"

Reply via email to