mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/vapoursynth-fmtconv: update to r24
Due to https://github.com/EleonoreMizo/fmtconv/commit/eb847d926a28 system "VapourSynth.h" from multimedia/vapoursynth cannot be used. Changes: https://github.com/EleonoreMizo/fmtconv/releases/tag/r24 Reported by: GitHub (watch releases)
This commit is contained in:
parent
e6d430445e
commit
90f0a32e4c
2 changed files with 6 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= fmtconv
|
PORTNAME= fmtconv
|
||||||
PORTVERSION= r23
|
PORTVERSION= r24
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
PKGNAMEPREFIX= vapoursynth-
|
PKGNAMEPREFIX= vapoursynth-
|
||||||
|
|
||||||
|
@ -8,21 +8,17 @@ COMMENT= Format conversion tools for Vapoursynth
|
||||||
|
|
||||||
LICENSE= WTFPL
|
LICENSE= WTFPL
|
||||||
|
|
||||||
|
BROKEN_i386= https://github.com/EleonoreMizo/fmtconv/issues/23
|
||||||
BROKEN_powerpc64= fails to compile on powerpc64: \#error
|
BROKEN_powerpc64= fails to compile on powerpc64: \#error
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/include/vapoursynth/VapourSynth.h:multimedia/vapoursynth
|
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= EleonoreMizo
|
GH_ACCOUNT= EleonoreMizo
|
||||||
|
|
||||||
USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig
|
USES= autoreconf compiler:c++11-lib gmake libtool
|
||||||
EXCLUDE= VapourSynth.h *.txt
|
|
||||||
EXTRACT_AFTER_ARGS= ${EXCLUDE:S,^,--exclude ,}
|
|
||||||
WRKSRC_SUBDIR= build/unix
|
WRKSRC_SUBDIR= build/unix
|
||||||
PATCH_WRKSRC= ${WRKSRC:H:H}
|
PATCH_WRKSRC= ${WRKSRC:H:H}
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --libdir="${DATADIR}"
|
CONFIGURE_ARGS= --libdir="${DATADIR}"
|
||||||
CPPFLAGS+= `pkg-config vapoursynth --cflags`
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
DATADIR= ${PREFIX}/lib/vapoursynth
|
DATADIR= ${PREFIX}/lib/vapoursynth
|
||||||
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
|
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1626266725
|
TIMESTAMP = 1629133588
|
||||||
SHA256 (EleonoreMizo-fmtconv-r23_GH0.tar.gz) = 567784f124c11577db8302962428d718b6ab4a408aabd2e4d8cf9eead17b9935
|
SHA256 (EleonoreMizo-fmtconv-r24_GH0.tar.gz) = d82099e1f9037f61c67951f141390a93bb89113e4690a2d7c39fd994bf1c7e50
|
||||||
SIZE (EleonoreMizo-fmtconv-r23_GH0.tar.gz) = 249196
|
SIZE (EleonoreMizo-fmtconv-r24_GH0.tar.gz) = 319658
|
||||||
|
|
Loading…
Add table
Reference in a new issue