c3988eb63e
This switches from the bundled ffmpeg library to the pkgsrc one, although this is strongly discouraged -- the build process of the bundled one os so f'ed up that I couldn't get it to build with pkgsrc libtool with readonable effort. The update is needed for some push/pull change in gstreamer which is needed for the totem youtube plugin.
29 lines
946 B
Makefile
29 lines
946 B
Makefile
# $NetBSD: Makefile,v 1.12 2010/05/14 17:06:19 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= gst-ffmpeg-0.10.10
|
|
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"
|
|
CONFIGURE_ARGS+= --with-system-ffmpeg
|
|
.include "../../devel/liboil/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|