pkgsrc/multimedia/gst-plugins0.10-ffmpeg/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

28 lines
911 B
Makefile

# $NetBSD: Makefile,v 1.27 2013/05/31 12:41:30 wiz Exp $
#
DISTNAME= gst-ffmpeg-0.10.13
PKGREVISION= 7
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= GStreamer ffmpeg plugin
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/ffmpeg010/buildlink3.mk"
CONFIGURE_ARGS+= --with-system-ffmpeg
.include "../../devel/orc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"