Date: Thu, 17 Jan 2019 23:56:21 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490612 - in head/multimedia: libva libva-intel-driver Message-ID: <201901172356.x0HNuLeJ057136@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Jan 17 23:56:20 2019 New Revision: 490612 URL: https://svnweb.freebsd.org/changeset/ports/490612 Log: multimedia/libva{,-intel-driver}: better group variables Consistent style across my ports helps to process issues faster. Modified: head/multimedia/libva-intel-driver/Makefile (contents, props changed) head/multimedia/libva/Makefile (contents, props changed) Modified: head/multimedia/libva-intel-driver/Makefile ============================================================================== --- head/multimedia/libva-intel-driver/Makefile Thu Jan 17 23:54:42 2019 (r490611) +++ head/multimedia/libva-intel-driver/Makefile Thu Jan 17 23:56:20 2019 (r490612) @@ -18,16 +18,14 @@ ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Only Intel GPUs on x86 are supported BUILD_DEPENDS= libva>=2.3.0_3:multimedia/libva -LIB_DEPENDS= libva.so:multimedia/libva \ - libdrm_intel.so:graphics/libdrm +LIB_DEPENDS= libdrm_intel.so:graphics/libdrm \ + libva.so:multimedia/libva -GNU_CONFIGURE= yes USES= autoreconf compiler:c11 gmake libtool pkgconfig tar:bzip2 - USE_GITHUB= yes GH_ACCOUNT= intel GH_PROJECT= intel-vaapi-driver - +GNU_CONFIGURE= yes PLIST_FILES= lib/dri/i915_drv_video.so lib/dri/i965_drv_video.so OPTIONS_DEFINE= HYBRID Modified: head/multimedia/libva/Makefile ============================================================================== --- head/multimedia/libva/Makefile Thu Jan 17 23:54:42 2019 (r490611) +++ head/multimedia/libva/Makefile Thu Jan 17 23:56:20 2019 (r490612) @@ -19,14 +19,11 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm USES= autoreconf gmake libtool pkgconfig tar:bzip2 USE_LDCONFIG= yes - -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip - USE_GITHUB= yes GH_ACCOUNT= intel - +GNU_CONFIGURE= yes LDFLAGS+= -lpthread # for pthread_getthreadid_np +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DEBUG WAYLAND X11 OPTIONS_DEFAULT=WAYLAND X11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901172356.x0HNuLeJ057136>