Webkit uses gstreamer1 now.
This commit is contained in:
parent
508403fce0
commit
2788ae5d37
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.91 2013/04/03 06:57:56 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.92 2013/04/13 09:27:34 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= GNOME web browser based on webkit
|
||||
|
||||
GNOME_PROJECT= epiphany
|
||||
GNOME_VERSION= 3.4.3
|
||||
REVISION= 7
|
||||
REVISION= 8
|
||||
|
||||
# NOTE: when M changes, increment M accordingly
|
||||
M= ${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
@ -53,8 +53,8 @@ LIB_DEPENDS= textproc/libxslt \
|
||||
x11/gnome/libgnome-keyring
|
||||
|
||||
# webkit browsing
|
||||
RUN_DEPENDS += multimedia/gstreamer-0.10/plugins-ffmpeg \
|
||||
multimedia/gstreamer-0.10/plugins-good
|
||||
RUN_DEPENDS += multimedia/gstreamer1/plugins-libav \
|
||||
multimedia/gstreamer1/plugins-good
|
||||
|
||||
MODULES= devel/dconf \
|
||||
devel/gettext \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:44:42 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2013/04/13 09:27:34 ajacoutot Exp $
|
||||
|
||||
BROKEN-powerpc= help2man: can't get `--help' info from ./luakit
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= fast, small, webkit based browser written in lua
|
||||
|
||||
VERSION= 2012.09.13.rc1
|
||||
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
|
||||
DISTNAME= luakit-${VERSION}
|
||||
|
||||
@ -43,8 +43,8 @@ LIB_DEPENDS= lang/luajit \
|
||||
www/webkit
|
||||
|
||||
# webkit browsing
|
||||
RUN_DEPENDS += multimedia/gstreamer-0.10/plugins-ffmpeg \
|
||||
multimedia/gstreamer-0.10/plugins-good
|
||||
RUN_DEPENDS += multimedia/gstreamer1/plugins-libav \
|
||||
multimedia/gstreamer1/plugins-good
|
||||
|
||||
MAKE_ENV+= USE_LUAJIT=1 USE_UNIQUE=1 INSTALLDIR=${PREFIX} \
|
||||
MANDIR=${PREFIX}
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.58 2013/04/02 16:21:19 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.59 2013/04/13 09:27:34 ajacoutot Exp $
|
||||
|
||||
COMMENT = lightweight web browser
|
||||
|
||||
XFCE_VERSION = 0.4.8
|
||||
XFCE_GOODIE = midori
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
MAINTAINER = Landry Breuil <landry@openbsd.org>
|
||||
CATEGORIES = www
|
||||
@ -42,8 +42,8 @@ LIB_DEPENDS += devel/libnotify \
|
||||
devel/libsoup>=2.28.0
|
||||
|
||||
# webkit browsing
|
||||
RUN_DEPENDS += multimedia/gstreamer-0.10/plugins-ffmpeg \
|
||||
multimedia/gstreamer-0.10/plugins-good
|
||||
RUN_DEPENDS += multimedia/gstreamer1/plugins-libav \
|
||||
multimedia/gstreamer1/plugins-good
|
||||
|
||||
BUILD_DEPENDS = textproc/py-docutils \
|
||||
lang/vala \
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2013/03/11 17:08:51 bcallah Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2013/04/13 09:27:34 ajacoutot Exp $
|
||||
|
||||
COMMENT = simple webbrowser based on webkit/gtk+
|
||||
|
||||
DISTNAME = surf-0.6
|
||||
CATEGORIES = www
|
||||
HOMEPAGE = http://surf.suckless.org/
|
||||
REVISION = 0
|
||||
|
||||
MAINTAINER= Joerg Jung <jung@openbsd.org>
|
||||
|
||||
@ -27,8 +28,8 @@ LIB_DEPENDS = www/webkit>=1.6.1v0
|
||||
RUN_DEPENDS = x11/dmenu
|
||||
|
||||
# webkit browsing
|
||||
RUN_DEPENDS += multimedia/gstreamer-0.10/plugins-ffmpeg \
|
||||
multimedia/gstreamer-0.10/plugins-good
|
||||
RUN_DEPENDS += multimedia/gstreamer1/plugins-libav \
|
||||
multimedia/gstreamer1/plugins-good
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:44:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2013/04/13 09:27:34 ajacoutot Exp $
|
||||
|
||||
COMMENT= vi-like minimalists web browser
|
||||
DISTNAME= xombrero-1.4.0
|
||||
CATEGORIES= www
|
||||
REVISION= 0
|
||||
EPOCH= 1
|
||||
|
||||
HOMEPAGE= http://opensource.conformal.com/wiki/xombrero
|
||||
@ -28,8 +29,8 @@ LIB_DEPENDS= www/webkit,gtk3
|
||||
RUN_DEPENDS= devel/desktop-file-utils
|
||||
|
||||
# webkit browsing
|
||||
RUN_DEPENDS += multimedia/gstreamer-0.10/plugins-ffmpeg \
|
||||
multimedia/gstreamer-0.10/plugins-good
|
||||
RUN_DEPENDS += multimedia/gstreamer1/plugins-libav \
|
||||
multimedia/gstreamer1/plugins-good
|
||||
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user