Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Nov 2020 23:48:43 +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: r556541 - in head/multimedia/arcan: . files
Message-ID:  <202011282348.0ASNmhK1037705@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Nov 28 23:48:42 2020
New Revision: 556541
URL: https://svnweb.freebsd.org/changeset/ports/556541

Log:
  multimedia/arcan: switch to upstreamable UVC fix

Deleted:
  head/multimedia/arcan/files/
Modified:
  head/multimedia/arcan/Makefile   (contents, props changed)
  head/multimedia/arcan/distinfo   (contents, props changed)

Modified: head/multimedia/arcan/Makefile
==============================================================================
--- head/multimedia/arcan/Makefile	Sat Nov 28 22:52:45 2020	(r556540)
+++ head/multimedia/arcan/Makefile	Sat Nov 28 23:48:42 2020	(r556541)
@@ -12,6 +12,7 @@ PATCHFILES+=	b519eb023e20.patch:-p2 # https://github.c
 PATCHFILES+=	d6b52b1b3601.patch:-p2 # https://github.com/letoram/arcan/pull/205
 PATCHFILES+=	d8a262d6d19a.patch:-p2 # https://github.com/letoram/arcan/pull/205
 PATCHFILES+=	f724b748cc72.patch:-p2 # https://github.com/letoram/arcan/pull/205
+PATCHFILES+=	06ca1fd319bf.patch:-p2 # https://github.com/letoram/arcan/pull/209
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Display Server, Multimedia Framework, Game Engine
@@ -33,6 +34,7 @@ USE_LDCONFIG=	yes
 GH_ACCOUNT=	letoram
 WRKSRC_SUBDIR=	src
 CMAKE_ON=	HYBRID_HEADLESS
+CMAKE_OFF=	STATIC_LIBUVC
 CMAKE_ARGS=	-DENGINE_BUILDTAG:STRING="${DISTVERSIONFULL}"
 LDFLAGS+=	-Wl,--as-needed # bzip2, ffmpeg, librt, libutil, lzma, zlib
 LDFLAGS_i386=	-Wl,-z,notext

Modified: head/multimedia/arcan/distinfo
==============================================================================
--- head/multimedia/arcan/distinfo	Sat Nov 28 22:52:45 2020	(r556540)
+++ head/multimedia/arcan/distinfo	Sat Nov 28 23:48:42 2020	(r556541)
@@ -13,3 +13,5 @@ SHA256 (d8a262d6d19a.patch) = 82b04de15212726d33fab17c
 SIZE (d8a262d6d19a.patch) = 804
 SHA256 (f724b748cc72.patch) = 33c580b5638060476bfb1bf48d9fe040d15e412c494a2a52432b01f9a55758b8
 SIZE (f724b748cc72.patch) = 1348
+SHA256 (06ca1fd319bf.patch) = e65a854e6a51ecb68707f3b257dc3a748b72a840f398f536c455faea0d2d673a
+SIZE (06ca1fd319bf.patch) = 3777



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011282348.0ASNmhK1037705>