Date: Mon, 19 Nov 2018 20:25:22 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485360 - head/multimedia/gstreamer1-plugins Message-ID: <201811192025.wAJKPMUE057154@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Mon Nov 19 20:25:22 2018 New Revision: 485360 URL: https://svnweb.freebsd.org/changeset/ports/485360 Log: In gstreamer 1.14 the gl plugin moved from bad to base distribution. Move related configure args. PR: 233220 Modified: head/multimedia/gstreamer1-plugins/Makefile.common Modified: head/multimedia/gstreamer1-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer1-plugins/Makefile.common Mon Nov 19 20:05:38 2018 (r485359) +++ head/multimedia/gstreamer1-plugins/Makefile.common Mon Nov 19 20:25:22 2018 (r485360) @@ -15,6 +15,11 @@ BASE_GST_ALL_PLUGINS= \ x \ xvideo +BASE_GST_NON_PLUGINS= \ + --disable-gles2 \ + --disable-egl \ + --disable-glx + BAD_GST_ALL_PLUGINS+= \ aom \ assrender \ @@ -66,14 +71,7 @@ BAD_GST_ALL_PLUGINS+= \ x265 \ zbar \ -# --with-egl-window-system=none --disable-opengl --disable-gles2 --disable-egl --disable-glx \ - -# XXX need to sort these three out. BAD_GST_NON_PLUGINS= \ - --disable-gles2 \ - --disable-egl \ - --disable-glx -BAD_GST_NON_PLUGINS+= \ --enable-bz2 \ --enable-dvb \ --enable-shm \ @@ -149,6 +147,7 @@ UGLY_GST_NON_PLUGINS= .for d in ${BASE_GST_ALL_PLUGINS} CONFIGURE_ARGS+= --disable-${d} .endfor +CONFIGURE_ARGS+= ${BASE_GST_NON_PLUGINS} .endif .if ${DIST}=="bad"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811192025.wAJKPMUE057154>