From owner-svn-ports-all@freebsd.org Wed Nov 6 16:42:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 484681BA2D0; Wed, 6 Nov 2019 16:42:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 477XPx1D19z4KqB; Wed, 6 Nov 2019 16:42:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0E64A27F22; Wed, 6 Nov 2019 16:42:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA6GgSB6041742; Wed, 6 Nov 2019 16:42:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA6GgS3V041740; Wed, 6 Nov 2019 16:42:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201911061642.xA6GgS3V041740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 6 Nov 2019 16:42:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516900 - in head/multimedia: ffms2 vapoursynth vapoursynth-l-smash-works X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/multimedia: ffms2 vapoursynth vapoursynth-l-smash-works X-SVN-Commit-Revision: 516900 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Nov 2019 16:42:29 -0000 Author: jbeich Date: Wed Nov 6 16:42:28 2019 New Revision: 516900 URL: https://svnweb.freebsd.org/changeset/ports/516900 Log: multimedia/vapoursynth: mark BROKEN on non-x86 Modified: head/multimedia/ffms2/Makefile (contents, props changed) head/multimedia/vapoursynth-l-smash-works/Makefile (contents, props changed) head/multimedia/vapoursynth/Makefile (contents, props changed) Modified: head/multimedia/ffms2/Makefile ============================================================================== --- head/multimedia/ffms2/Makefile Wed Nov 6 16:42:19 2019 (r516899) +++ head/multimedia/ffms2/Makefile Wed Nov 6 16:42:28 2019 (r516900) @@ -11,18 +11,24 @@ COMMENT= FFmpeg-based source library and VapourSynth p LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386 BUILD_DEPENDS= ${LOCALBASE}/include/vapoursynth/VSHelper.h:multimedia/vapoursynth +.endif LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg USE_GITHUB= yes GH_ACCOUNT= FFMS USES= compiler:c++11-lib gmake libtool pathfix pkgconfig +.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386 EXCLUDE= VSHelper.h VSScript.h VapourSynth.h EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} +.endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static +.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386 CPPFLAGS+= `pkg-config vapoursynth --cflags` +.endif INSTALL_TARGET= install-strip USE_LDCONFIG= yes DATADIR= ${PREFIX}/lib/vapoursynth Modified: head/multimedia/vapoursynth-l-smash-works/Makefile ============================================================================== --- head/multimedia/vapoursynth-l-smash-works/Makefile Wed Nov 6 16:42:19 2019 (r516899) +++ head/multimedia/vapoursynth-l-smash-works/Makefile Wed Nov 6 16:42:28 2019 (r516900) @@ -12,7 +12,9 @@ COMMENT= L-SMASH source plugin for VapourSynth LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE +.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386 BUILD_DEPENDS= ${LOCALBASE}/include/vapoursynth/VSHelper.h:multimedia/vapoursynth +.endif BUILD_DEPENDS+= ffmpeg>=3.2,1:multimedia/ffmpeg LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ liblsmash.so:multimedia/l-smash @@ -22,8 +24,10 @@ GH_ACCOUNT= VFR-maniac GH_PROJECT= L-SMASH-Works USES= gmake pkgconfig shebangfix +.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386 EXCLUDE= VSHelper.h VSScript.h VapourSynth.h EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} +.endif WRKSRC_SUBDIR= VapourSynth SHEBANG_FILES= configure bash_CMD= ${SH} @@ -36,7 +40,9 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" \ --extra-libs="${LIBS}" MAKEFILE= GNUmakefile MAKE_ARGS= STRIP="${STRIP_CMD}" +.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386 CPPFLAGS+= `pkg-config vapoursynth --cflags` +.endif USE_LDCONFIG= yes DATADIR= ${PREFIX}/lib/vapoursynth DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} Modified: head/multimedia/vapoursynth/Makefile ============================================================================== --- head/multimedia/vapoursynth/Makefile Wed Nov 6 16:42:19 2019 (r516899) +++ head/multimedia/vapoursynth/Makefile Wed Nov 6 16:42:28 2019 (r516900) @@ -9,6 +9,9 @@ COMMENT= Video processing framework with simplicity in LICENSE= LGPL21+ +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= https://github.com/vapoursynth/vapoursynth/issues/509 + USE_GITHUB= yes USES= autoreconf gmake libtool localbase pathfix pkgconfig