Page MenuHomeFreeBSD

D57652.diff
No OneTemporary

D57652.diff

diff --git a/multimedia/vapoursynth/Makefile b/multimedia/vapoursynth/Makefile
--- a/multimedia/vapoursynth/Makefile
+++ b/multimedia/vapoursynth/Makefile
@@ -1,9 +1,7 @@
PORTNAME= vapoursynth
-DISTVERSION= R66
+DISTVERSION= R73
CATEGORIES= multimedia
-PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
-
MAINTAINER= ports@FreeBSD.org
COMMENT= Video processing framework with simplicity in mind
WWW= https://www.vapoursynth.com/
@@ -15,38 +13,40 @@
BUILD_DEPENDS_amd64= nasm:devel/nasm
LIB_DEPENDS= libzimg.so:graphics/sekrit-twc-zimg
-USES= autoreconf compiler:c++17-lang gmake libtool localbase pathfix python pkgconfig
-USE_PYTHON= cython
+USES= autoreconf compiler:c++17-lang gmake libtool localbase pathfix \
+ pkgconfig python
USE_GITHUB= yes
USE_LDCONFIG= yes
-
-BINARY_ALIAS= cython=cython-${PYTHON_VER}
-INSTALL_TARGET= install-strip
+USE_PYTHON= cython
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-static
+
+INSTALL_TARGET= install-strip
DATADIR= ${PREFIX}/lib/vapoursynth
-CONFIGURE_ARGS= --disable-static
+BINARY_ALIAS= cython=cython-${PYTHON_VER}
OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD
OPTIONS_SUB= yes
-DEBUG_CONFIGURE_ENABLE= debug
+FRAME_GUARD_DESC= Check integrity after each filter
+
+DEBUG_CONFIGURE_ENABLE= debug
-DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \
- ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
-DOCS_PORTDOCS= *
+DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \
+ sphinx-build:textproc/py-sphinx
+DOCS_PORTDOCS= *
-FRAME_GUARD_DESC= Check integrity after each filter
FRAME_GUARD_CONFIGURE_ENABLE= guard-pattern
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64 && defined(MACHINE_CPU) && ${MACHINE_CPU:Mavx2}
-CONFIGURE_ARGS+= --enable-x86-asm
+CONFIGURE_ARGS+= --enable-x86-asm
.else
-CONFIGURE_ARGS+= --disable-x86-asm
+CONFIGURE_ARGS+= --disable-x86-asm
.endif
post-patch:
@@ -56,7 +56,7 @@
${WRKSRC}/configure.ac
post-build-DOCS-on:
- @${LOCALBASE}/bin/sphinx-build-${PYTHON_VER} -d ${WRKDIR} ${WRKSRC}/doc ${WRKSRC}/doc/_build/html
+ @${LOCALBASE}/bin/sphinx-build-${PYTHON_VER} -d ${WRKDIR} ${WRKSRC}/doc ${WRKSRC}/doc/_build/html
post-install-DOCS-on:
(cd ${WRKSRC}/doc/_build/html && ${COPYTREE_SHARE} \
diff --git a/multimedia/vapoursynth/distinfo b/multimedia/vapoursynth/distinfo
--- a/multimedia/vapoursynth/distinfo
+++ b/multimedia/vapoursynth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710077749
-SHA256 (vapoursynth-vapoursynth-R66_GH0.tar.gz) = e2c82b1f583adbc33dabbe59c0dc65e6aede70dedebe79be94155cb38d418b2c
-SIZE (vapoursynth-vapoursynth-R66_GH0.tar.gz) = 1878159
+TIMESTAMP = 1781808098
+SHA256 (vapoursynth-vapoursynth-R73_GH0.tar.gz) = 1bb8ffe31348eaf46d8f541b138f0136d10edaef0c130c1e5a13aa4a4b057280
+SIZE (vapoursynth-vapoursynth-R73_GH0.tar.gz) = 1877539
diff --git a/multimedia/vapoursynth/pkg-plist b/multimedia/vapoursynth/pkg-plist
--- a/multimedia/vapoursynth/pkg-plist
+++ b/multimedia/vapoursynth/pkg-plist
@@ -2,7 +2,6 @@
include/vapoursynth/VSConstants4.h
include/vapoursynth/VSHelper.h
include/vapoursynth/VSHelper4.h
-include/vapoursynth/VSScript.h
include/vapoursynth/VSScript4.h
include/vapoursynth/VapourSynth.h
include/vapoursynth/VapourSynth4.h

File Metadata

Mime Type
text/plain
Expires
Mon, Jun 22, 10:00 PM (5 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34168404
Default Alt Text
D57652.diff (3 KB)

Event Timeline