pkgsrc/net/gst-rtsp-server/Makefile
prlw1 986bb5686e Update gst-rtsp-server to 1.12.3
## GStreamer RTSP server

- The RTSP server now also supports Digest authentication in addition to Basic
  authentication.
- The `GstRTSPClient` class has gained a `pre-*-request` signal and virtual
  method for each client request type, emitted in the beginning of each rtsp
  request. These signals or virtual methods let the application validate the
  requests, configure the media/stream in a certain way and also generate error
  status codes in case of an error or a bad request.
2017-10-30 15:33:36 +00:00

23 lines
776 B
Makefile

# $NetBSD: Makefile,v 1.6 2017/10/30 15:33:36 prlw1 Exp $
DISTNAME= gst-rtsp-server-1.12.3
CATEGORIES= net multimedia
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-rtsp-server/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gstreamer.freedesktop.org/modules/gst-rtsp-server.html
COMMENT= GStreamer RTSP server
LICENSE= gnu-lgpl-v2
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake
PKGCONFIG_OVERRIDE= gstreamer-rtsp-server.pc.in
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.10.0
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.40.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"