From c3570df406b90a78b22972f24146ca662dd8cd75 Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Sun, 18 Jun 2023 14:23:21 -0400 Subject: graphics/frei0r*: Update to 2.3.0 [1] Split cairo-dependent plugins out into graphics/frei0r-plugins-cairo. Shift pkg-plist and several variables out into the slave ports for easier maintainence, including PORTREVISION to facilitate usage of PORTREVISION bump scripts. Convert "extra" patches into regular patches for easier future maintainence. Ensure optional plugins are the same version as the frei0r base. https://github.com/dyne/frei0r/releases/tag/v2.3.0 PR: 272045 [1] Reported by: Olivier Duchateau [1] --- graphics/frei0r-plugins-opencv/Makefile | 8 +++++++- graphics/frei0r-plugins-opencv/pkg-plist | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 graphics/frei0r-plugins-opencv/pkg-plist (limited to 'graphics/frei0r-plugins-opencv') diff --git a/graphics/frei0r-plugins-opencv/Makefile b/graphics/frei0r-plugins-opencv/Makefile index 294f6d059a5b..2de52ca243eb 100644 --- a/graphics/frei0r-plugins-opencv/Makefile +++ b/graphics/frei0r-plugins-opencv/Makefile @@ -1,5 +1,11 @@ +PORTREVISION= 0 +PKGNAMESUFFIX= -plugins-${SLAVE_PORT:tl} + +COMMENT= Frei0r ${SLAVE_PORT} plugins + MASTERDIR= ${.CURDIR}/../frei0r +PLIST= ${.CURDIR}/pkg-plist -BUILDING_FREI0R_OPENCV= yes +SLAVE_PORT= OpenCV .include "${MASTERDIR}/Makefile" diff --git a/graphics/frei0r-plugins-opencv/pkg-plist b/graphics/frei0r-plugins-opencv/pkg-plist new file mode 100644 index 000000000000..fb51e8282601 --- /dev/null +++ b/graphics/frei0r-plugins-opencv/pkg-plist @@ -0,0 +1,2 @@ +lib/frei0r-1/facebl0r.so +lib/frei0r-1/facedetect.so -- cgit v1.2.3