FreeBSD Bugzilla – Attachment 210247 Details for
Bug 242903
multimedia/libva-utils: minor refactor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v2
bug242903.diff (text/plain), 2.77 KB, created by
Jan Beich
on 2019-12-27 04:46:42 UTC
(
hide
)
Description:
v2
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2019-12-27 04:46:42 UTC
Size:
2.77 KB
patch
obsolete
>From a34b70a9c2a4008a43ec90847a5686ea73e67420 Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Fri, 27 Dec 2019 04:06:19 +0000 >Subject: [PATCH] multimedia/libva-utils: minor refactor > >- Convert to USES=meson like r490613 >- Drop unused USES=tar:bz2 like r490614 >- Drop unused DEBUG like r490615 >- Drop unused dependencies >- Take maintainership > >PR: 242903 >Approved by: madpilot (maintainer) >--- > multimedia/libva-utils/Makefile | 32 ++++++++++++++------------------ > multimedia/libva-utils/distinfo | 4 ++++ > 2 files changed, 18 insertions(+), 18 deletions(-) > >diff --git a/multimedia/libva-utils/Makefile b/multimedia/libva-utils/Makefile >index 5b5311a31e3f..6aeed5d6c67e 100644 >--- a/multimedia/libva-utils/Makefile >+++ b/multimedia/libva-utils/Makefile >@@ -2,38 +2,34 @@ > > PORTNAME= libva-utils > PORTVERSION= 2.6.0 >+PORTREVISION= 1 > CATEGORIES= multimedia > >-MAINTAINER= madpilot@FreeBSD.org >+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ >+PATCHFILES+= 4aeb5254a191.patch:-p1 # https://github.com/intel/libva-utils/pull/183 >+PATCHFILES+= 96e150ddbd93.patch:-p1 # https://github.com/intel/libva-utils/pull/184 >+ >+MAINTAINER= jbeich@FreeBSD.org > COMMENT= Collection of tests and utilities for VAAPI > > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/COPYING > >-LIB_DEPENDS= libva.so:multimedia/libva \ >- libdrm.so:graphics/libdrm >- >-USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig tar:bzip2 >- >-GNU_CONFIGURE= yes >-INSTALL_TARGET= install-strip >+LIB_DEPENDS= libva-drm.so:multimedia/libva > >+USES= meson pkgconfig > USE_GITHUB= yes > GH_ACCOUNT= intel > >-OPTIONS_DEFINE= DEBUG WAYLAND X11 >+OPTIONS_DEFINE= WAYLAND X11 > OPTIONS_DEFAULT=WAYLAND X11 >-WAYLAND_DESC= Support wayland protocol > OPTIONS_SUB= yes > >-DEBUG_CFLAGS= -D_DEBUG >-DEBUG_CFLAGS_OFF= -DNDEBUG >- >-WAYLAND_CONFIGURE_ENABLE= wayland >-WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland >+WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland >+WAYLAND_MESON_TRUE= wayland > >-X11_CONFIGURE_ENABLE= x11 >-X11_USES= xorg >-X11_USE= XORG=x11,xext,xfixes >+X11_USES= xorg >+X11_USE= XORG=x11,xext,xfixes >+X11_MESON_TRUE= x11 > > .include <bsd.port.mk> >diff --git a/multimedia/libva-utils/distinfo b/multimedia/libva-utils/distinfo >index 47d55046649a..9ac8e66185bf 100644 >--- a/multimedia/libva-utils/distinfo >+++ b/multimedia/libva-utils/distinfo >@@ -1,3 +1,7 @@ > TIMESTAMP = 1575987973 > SHA256 (intel-libva-utils-2.6.0_GH0.tar.gz) = 6ce7a534539c9ae554ace0bfa6689d871145cc172bb3f66ceb3fe2f65466fd90 > SIZE (intel-libva-utils-2.6.0_GH0.tar.gz) = 1196875 >+SHA256 (4aeb5254a191.patch) = 33bc96eb476fa09bcbecb1f32f5a7cb4a28eba7777e6398646df057cba5d9934 >+SIZE (4aeb5254a191.patch) = 3180 >+SHA256 (96e150ddbd93.patch) = 357de153ab9a1a78b3f64ffafd2390d3031d72d59f619f721d0844d7e1d4eaf4 >+SIZE (96e150ddbd93.patch) = 1192
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242903
:
210246
|
210247
|
210248