mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
29 lines
823 B
Makefile
29 lines
823 B
Makefile
# $NetBSD: Makefile,v 1.37 2016/08/03 10:22:17 adam Exp $
|
|
|
|
DISTNAME= clutter-gst-2.0.12
|
|
PKGREVISION= 2
|
|
CATEGORIES= multimedia gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/clutter-gst/2.0/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.clutter-project.org/
|
|
COMMENT= Clutter GStreamer integration
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= clutter-gst.pc.in
|
|
|
|
.include "options.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.clutter+= clutter>=1.6.0
|
|
.include "../../graphics/clutter/buildlink3.mk"
|
|
.include "../../graphics/cogl/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.2.0
|
|
.include "../../multimedia/gstreamer1/buildlink3.mk"
|
|
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|