2011-01-18 11:37:40 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2011/01/18 11:37:40 landry Exp $
|
2008-05-13 15:34:02 +00:00
|
|
|
|
2009-11-29 09:18:11 +00:00
|
|
|
COMMENT = ffmpeg element for GStreamer
|
2008-05-13 15:34:02 +00:00
|
|
|
|
2010-07-22 19:19:26 +00:00
|
|
|
V = 0.10.11
|
2008-05-13 15:34:02 +00:00
|
|
|
DISTNAME = gst-ffmpeg-$V
|
2010-05-26 22:39:02 +00:00
|
|
|
PKGNAME = gstreamer-ffmpeg-$V
|
2010-08-25 23:27:21 +00:00
|
|
|
REVISION = 0
|
2008-05-13 15:34:02 +00:00
|
|
|
|
|
|
|
MASTER_SITES = ${MASTER_SITE_GST:=gst-ffmpeg/}
|
|
|
|
|
2010-11-19 07:23:05 +00:00
|
|
|
LIB_DEPENDS = $P/core>=0.10 \
|
|
|
|
$P/plugins-base \
|
|
|
|
graphics/ffmpeg>=20080620p10
|
2009-01-24 12:39:11 +00:00
|
|
|
|
2011-01-18 11:37:40 +00:00
|
|
|
# Should be 2.65
|
|
|
|
AUTOCONF_VERSION = 2.64
|
2008-05-13 15:34:02 +00:00
|
|
|
|
2009-09-28 19:50:59 +00:00
|
|
|
MODULES += devel/gettext
|
|
|
|
|
2010-05-26 22:39:02 +00:00
|
|
|
WANTLIB += bz2 faac faad glib-2.0 gmodule-2.0 gobject-2.0 gsm
|
2010-08-25 23:27:21 +00:00
|
|
|
WANTLIB += gthread-2.0 m mp3lame ogg pcre schroedinger-1.0
|
2010-07-22 19:19:26 +00:00
|
|
|
WANTLIB += speex theora vorbis vorbisenc x264 xml2 z orc-0.4
|
|
|
|
WANTLIB += gstreamer-0.10 gstbase-0.10 gstaudio-0.10 gstvideo-0.10
|
|
|
|
WANTLIB += gstinterfaces-0.10 avcodec avformat avutil postproc swscale
|
2008-05-13 15:34:02 +00:00
|
|
|
|
2010-06-02 13:08:32 +00:00
|
|
|
CONFIGURE_ARGS += --with-system-ffmpeg \
|
|
|
|
--disable-shave
|
2008-05-13 15:34:02 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|