b395b80d50
gnome-video-effects is a collection of GStreamer effects to be used in different GNOME modules. Effects will be available according to the GStreamer plugins installed (no dependency is enforced). ok jasper@
21 lines
405 B
Makefile
21 lines
405 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/11 08:50:14 ajacoutot Exp $
|
|
|
|
COMMENT= collection of GStreamer video effects
|
|
|
|
GNOME_PROJECT= gnome-video-effects
|
|
GNOME_VERSION= 0.4.0
|
|
|
|
CATEGORIES= multimedia
|
|
|
|
HOMEPAGE= https://live.gnome.org/GnomeVideoEffects
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= x11/gnome
|
|
|
|
.include <bsd.port.mk>
|