freebsd-ports/multimedia/gstreamer-plugins-core/Makefile
Michael Johnson d8e1e16e64 - Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves

Repocopied by:  marcus [1]
2006-04-29 23:03:03 +00:00

57 lines
1.2 KiB
Makefile

# New ports collection makefile for: gstreamer-plugins-core
# Date created: 2004-11-15
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/multimedia/gstreamer-plugins-core/Makefile,v 1.14 2006/01/21 21:22:18 ahze Exp $
PORTNAME= gstreamer-plugins-core
PORTVERSION= 0.10
PORTREVISION= 4
CATEGORIES= multimedia audio
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= gnome@FreeBSD.org
COMMENT= Core set of typical audio and video gstreamer-plugins
USE_X_PREFIX= yes
NO_BUILD= yes
GST_DIR= lib/gstreamer-${PORTVERSION}
PLIST_FILES= ${GST_DIR}/.gstreamer-plugins-core.keep
WANT_GSTREAMER= yes
.include <bsd.port.pre.mk>
# Audio plugins
USE_GSTREAMER+= mad ogg vorbis
# Graphics plugins
USE_GSTREAMER+= libpng
# Misc plugins
USE_GSTREAMER+= pango
# Multimedia plugins
USE_GSTREAMER+= ffmpeg good theora
.if !defined(WITHOUT_DVD)
# Audio plugins
USE_GSTREAMER+= a52dec
.endif
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} " Disable DVD plugins by defining WITHOUT_DVD"
@${ECHO_MSG} ""
do-install:
if [ ! -d ${PREFIX}/${GST_DIR} ]; then \
${MKDIR} ${PREFIX}/${GST_DIR} ; \
fi
${TOUCH} -f ${PREFIX}/${GST_DIR}/.gstreamer-plugins-core.keep
.include <bsd.port.post.mk>