git: ef4a2bbf51b7 - main - multimedia/cheese: remove wrong dependency on gtk2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Feb 2023 09:11:34 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ef4a2bbf51b7cf90cfc74412cdeb3705a28f0b17
commit ef4a2bbf51b7cf90cfc74412cdeb3705a28f0b17
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-01-31 17:00:39 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-02-01 09:11:15 +0000
multimedia/cheese: remove wrong dependency on gtk2
---
multimedia/cheese/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile
index 47373ebf875f..52596ac13239 100644
--- a/multimedia/cheese/Makefile
+++ b/multimedia/cheese/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cheese
PORTVERSION= 41.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
@@ -16,7 +16,6 @@ BUILD_DEPENDS= v4l_compat>=0:multimedia/v4l_compat \
gnome-video-effects>=0:graphics/gnome-video-effects \
itstool:textproc/itstool
LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \
- libcanberra-gtk.so:audio/libcanberra-gtk2 \
libcanberra.so:audio/libcanberra \
libclutter-1.0.so:graphics/clutter \
libcogl.so:graphics/cogl \
@@ -41,6 +40,6 @@ MESON_ARGS= -Dgtk_doc=false \
GLIB_SCHEMAS= org.gnome.Cheese.gschema.xml
post-patch:
- @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|canberra-gtk\.h|canberra-gtk2/canberra-gtk.h|'
+ @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|canberra-gtk\.h|canberra-gtk3/canberra-gtk.h|'
.include <bsd.port.mk>