Makefile 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. # $OpenBSD: Makefile,v 1.13 2017/05/31 08:08:16 espie Exp $
  2. COMMENT= C++ bindings for GStreamer
  3. V= 1.8.0
  4. DISTNAME= gstreamermm-${V}
  5. PKGNAME= gstreamer1mm-${V}
  6. REVISION= 2
  7. SHARED_LIBS += gstreamermm-1.0 1.0 # 1.0
  8. MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gstreamermm/${V:R}/}
  9. WANTLIB += c ffi gio-2.0 giomm-2.4 glib-2.0 glibmm-2.4 gmodule-2.0
  10. WANTLIB += gobject-2.0 gstallocators-1.0 gstapp-1.0 gstaudio-1.0
  11. WANTLIB += gstbase-1.0 gstcheck-1.0 gstcontroller-1.0 gstfft-1.0
  12. WANTLIB += gstnet-1.0 gstpbutils-1.0 gstreamer-1.0 gstriff-1.0
  13. WANTLIB += gstrtp-1.0 gstrtsp-1.0 gstsdp-1.0 gsttag-1.0 gstvideo-1.0
  14. WANTLIB += iconv intl m orc-0.4 pcre pthread sigc-2.0 z $(LIBECXX)
  15. LIB_DEPENDS= devel/glib2mm \
  16. multimedia/gstreamer1/plugins-base
  17. CONFIGURE_ARGS= ac_cv_path_DOT= \
  18. ac_cv_path_DOXYGEN=
  19. # needed for the examples
  20. BUILD_DEPENDS += x11/gtk3mm
  21. post-install:
  22. # does nothing (overrides Makefile.inc)
  23. # c++11
  24. # note that Makefile.inc has "c" as default
  25. COMPILER_LANGS = c c++
  26. .include <bsd.port.mk>