Index: head/graphics/frei0r-plugins/Makefile =================================================================== --- head/graphics/frei0r-plugins/Makefile +++ head/graphics/frei0r-plugins/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 PKGNAMESUFFIX= -plugins COMMENT= Frei0r meta-port Index: head/graphics/frei0r/Makefile =================================================================== --- head/graphics/frei0r/Makefile +++ head/graphics/frei0r/Makefile @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= frei0r -PORTVERSION= 1.7.0 -DISTVERSIONPREFIX= plugins- -PORTREVISION?= 1 +DISTVERSIONPREFIX= v CATEGORIES= graphics -MASTER_SITES?= https://files.dyne.org/frei0r/releases/ - +DISTVERSION= 1.7.0-18 +DISTVERSIONSUFFIX= -g86475d3 MAINTAINER= jhale@FreeBSD.org COMMENT?= Minimalistic plugin API for video effects .if !defined(BUILDING_FREI0R_METAPORT) LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING.txt +LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++11-lang pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= dyne .if defined(BUILDING_FREI0R_OPENCV) && defined(BUILDING_FREI0R_GAVL) IGNORE= cannot build OpenCV and gavl plugins simultaneously Index: head/graphics/frei0r/distinfo =================================================================== --- head/graphics/frei0r/distinfo +++ head/graphics/frei0r/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610463878 -SHA256 (frei0r-plugins-1.7.0.tar.gz) = 1b1ff8f0f9bc23eed724e94e9a7c1d8f0244bfe33424bb4fe68e6460c088523a -SIZE (frei0r-plugins-1.7.0.tar.gz) = 1214323 +TIMESTAMP = 1612101322 +SHA256 (dyne-frei0r-v1.7.0-18-g86475d3_GH0.tar.gz) = aa6c16361223923a6b6aada699f03afd2deb9de6a56f4840d42dde33b5fd52c4 +SIZE (dyne-frei0r-v1.7.0-18-g86475d3_GH0.tar.gz) = 817634 Index: head/graphics/frei0r/files/extra-patch-frei0r-plugins =================================================================== --- head/graphics/frei0r/files/extra-patch-frei0r-plugins +++ head/graphics/frei0r/files/extra-patch-frei0r-plugins @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2019-12-06 16:20:37 UTC +--- CMakeLists.txt.orig 2020-12-09 06:02:41 UTC +++ CMakeLists.txt @@ -11,8 +11,6 @@ if (NOT WITHOUT_OPENCV) find_package (OpenCV) @@ -27,9 +27,9 @@ -set (includedir "${CMAKE_INSTALL_PREFIX}/include") -configure_file ("frei0r.pc.in" "frei0r.pc" @ONLY) -install (FILES "${CMAKE_CURRENT_BINARY_DIR}/frei0r.pc" DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig") ---- src/filter/CMakeLists.txt.orig 2019-12-06 16:20:37 UTC +--- src/filter/CMakeLists.txt.orig 2020-12-09 06:02:41 UTC +++ src/filter/CMakeLists.txt -@@ -8,92 +8,3 @@ if (${OpenCV_FOUND}) +@@ -8,93 +8,3 @@ if (${OpenCV_FOUND}) add_subdirectory (facebl0r) add_subdirectory (facedetect) endif (${OpenCV_FOUND}) @@ -40,6 +40,7 @@ -endif (${Cairo_FOUND}) - -add_subdirectory (3dflippo) +-add_subdirectory (aech0r) -add_subdirectory (alpha0ps) -add_subdirectory (balanc0r) -add_subdirectory (baltan) Index: head/graphics/frei0r/pkg-plist =================================================================== --- head/graphics/frei0r/pkg-plist +++ head/graphics/frei0r/pkg-plist @@ -7,6 +7,7 @@ lib/frei0r-1/RGB.so lib/frei0r-1/addition.so lib/frei0r-1/addition_alpha.so +lib/frei0r-1/aech0r.so lib/frei0r-1/alpha0ps.so lib/frei0r-1/alphaatop.so lib/frei0r-1/alphagrad.so