blob: 671a1fd2dbfd350b1158e938273dd281ea46a328 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $NetBSD: Makefile,v 1.8 2008/11/05 11:44:22 wiz Exp $
#
DISTNAME= gst-ffmpeg-0.10.3
PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-ffmpeg/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gstreamer.freedesktop.org/src/gst-ffmpeg/
COMMENT= ffmpeg plugin for gstreamer
PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
OVERRIDE_DIRDEPTH= 3
USE_TOOLS+= pkg-config gmake perl
PKGSRC_MAKE_ENV+= PERL=${PERL5}
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
# the upstream developers only want to support building against
# the included ffmpeg version, since the ffmpeg API/ABI is unstable
# and there are no releases
#.include "../../multimedia/ffmpeg/buildlink3.mk"
.include "../../devel/liboil/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|