# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= gstreamer1-plugins-xvideo VERSION= 1.24.2 KEYWORDS= multimedia x11 VARIANTS= standard SDESC[standard]= GStreamer1 XImageSink plugin HOMEPAGE= https://gstreamer.freedesktop.org/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= https://gstreamer.freedesktop.org/src/gst-plugins-base/ DISTFILE[1]= gst-plugins-base-1.24.2.tar.xz:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= gstreamer1:dev:standard gstreamer1-plugins-base:dev:standard BUILDRUN_DEPENDS= gstreamer1:primary:standard gstreamer1-plugins-base:primary:standard USES= gmake pkgconfig meson GNOME_COMPONENTS= glib XORG_COMPONENTS= x11 xext DISTNAME= gst-plugins-base-1.24.2 LICENSE= LGPL20+:single LICENSE_TERMS= single:{{WRKDIR}}/TERMS LICENSE_FILE= LGPL20+:{{WRKSRC}}/COPYING LICENSE_AWK= TERMS:"^$$" LICENSE_SOURCE= TERMS:{{WRKSRC}}/sys/ximage/ximagesink.h LICENSE_SCHEME= solo FPC_EQUIVALENT= x11/gstreamer1-plugins-x MESON_ARGS= -Dalsa=disabled -Dcdparanoia=disabled -Dlibvisual=disabled -Dogg=disabled -Dopus=disabled -Dpango=disabled -Dtheora=disabled -Dtremor=disabled -Dvorbis=disabled -Dx11=enabled -Dxshm=disabled -Dxvideo=enabled -Ddoc=disabled -Dnls=disabled -Dtools=disabled -Dexamples=disabled -Dtests=disabled -Dorc=disabled -Daudioconvert=disabled -Daudiomixer=disabled -Daudiorate=disabled -Daudioresample=disabled -Daudiotestsrc=disabled -Dcompositor=disabled -Dencoding=disabled -Dgio=disabled -Dadder=disabled -Dapp=disabled -Doverlaycomposition=disabled -Dpbtypes=disabled -Dplayback=disabled -Drawparse=disabled -Dsubparse=disabled -Dtcp=disabled -Dtypefind=disabled -Dvideoconvertscale=disabled -Dvideorate=disabled -Dvideotestsrc=disabled -Dvolume=disabled -Dgl=disabled -Ddsd=disabled -Ddebugutils=disabled PLIST_SUB= GSTVER=1.0 PLUGIN=xvideo post-patch: ${REINPLACE_CMD} \ -e "s/subdir..gst-libs../build_gstgl = false/" \ -e "/subdir..pkgconfig../d" \ ${WRKSRC}/meson.build ${REINPLACE_CMD} -e "/subdir..xvimage../d" ${WRKSRC}/sys/meson.build post-install: ${RM} ${STAGEDIR}${PREFIX}/lib/pkgconfig/gstreamer-plugins-base-1.0.pc [FILE:56:descriptions/desc.single] This package contains the XImageSink GStreamer1 plugin. [FILE:109:distinfo] 282f1cc8065c9b62eb6a0a20fb9e8328f8e5296df2458b7236daa729c41ae769 2421032 gst-plugins-base-1.24.2.tar.xz [FILE:45:manifests/plist.single] lib/gstreamer-%%GSTVER%%/libgstximagesink.so [FILE:377:patches/patch-sys_ximage_meson.build] --- sys/ximage/meson.build.orig 2023-01-23 19:29:34 UTC +++ sys/ximage/meson.build @@ -3,6 +3,7 @@ no_warn_args = [] if cc.has_argument ('-Wno-deprecated-declarations') no_warn_args += '-Wno-deprecated-declarations' endif +video_dep = cc.find_library ('gstvideo-1.0', required : true) gstximage = library('gstximagesink', 'ximagesink.c', 'ximage.c', 'ximagepool.c', [FILE:391:patches/patch-tools_meson.build] --- tools/meson.build.orig 2023-01-23 19:29:34 UTC +++ tools/meson.build @@ -1,3 +1,6 @@ +tag_dep = cc.find_library ('gsttag-1.0', required : true) +audio_dep = cc.find_library ('gstaudio-1.0', required : true) +pbutils_dep = cc.find_library ('gstpbutils-1.0', required : true) tool_deps = [pbutils_dep, audio_dep, video_dep, tag_dep, gst_dep, gst_base_dep, gmodule_dep] extra_args = []