diff --git a/graphics/gstreamer1-plugins-gl/Makefile b/graphics/gstreamer1-plugins-gl/Makefile index a50106c9f593..de6baf1f4825 100644 --- a/graphics/gstreamer1-plugins-gl/Makefile +++ b/graphics/gstreamer1-plugins-gl/Makefile @@ -1,42 +1,40 @@ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= GStreamer GL graphics plugin GST_PLUGIN= gl DIST= base GL_GST_DIRS= gst-libs/gst/allocators gst-libs/gst/video PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins OPTIONS_DEFINE= WAYLAND OPTIONS_DEFAULT=WAYLAND OPTIONS_SUB= yes -OPTIONS_UNSET= WAYLAND - GL_WINSYS= "x11,egl" WAYLAND_VARS= gl_winsys+=",wayland" WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland USES= gl USE_GL= gl glu glesv2 egl -USE_XORG+ =x11 \ +USE_XORG+= x11 \ xext \ xcb BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \ libpng16.so:graphics/png MESON_ARGS+= -Dgl=enabled \ -Dgl_winsys="${GL_WINSYS}" \ -Dgl_api=opengl,gles2 \ -Dgl_platform=glx,egl GST_PLUGIN_DIR= gst-libs/gst/gl ext/gl .include "${MASTERDIR}/Makefile" diff --git a/multimedia/clapper/Makefile b/multimedia/clapper/Makefile index aad6deded7ed..aea0ae0c353c 100644 --- a/multimedia/clapper/Makefile +++ b/multimedia/clapper/Makefile @@ -1,30 +1,30 @@ PORTNAME= clapper DISTVERSION= 0.5.2 -CATEGORIES= multimedia # wayland: requires WAYLAND=on in gstreamer1-plugins-gl +CATEGORIES= multimedia wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Simple and modern GNOME media player WWW= https://rafostar.github.io/clapper LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gjs:lang/gjs RUN_DEPENDS= gjs:lang/gjs USES= desktop-file-utils gettext-tools gl gnome gstreamer meson \ pkgconfig python:build shared-mime-info shebangfix USE_GITHUB= yes USE_GL= glesv2 USE_GNOME= gtk40 libadwaita USE_GSTREAMER= gl good libav USE_LDCONFIG= yes GH_ACCOUNT= Rafostar SHEBANG_FILES= build-aux/meson/postinstall.py GLIB_SCHEMAS= com.github.rafostar.Clapper.gschema.xml post-patch: # Derive Python version from Meson @${REINPLACE_CMD} -e "s,'python3',," ${WRKSRC}/meson.build .include