summaryrefslogblamecommitdiffstats
path: root/multimedia/gstreamer-plugins-core/Makefile
blob: 8165e66b133bd23f83a0b2ebcea3491c10bd6a35 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                              
                                                                                                  


                                      
                 












































                                                                     
# 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.16 2006/07/17 00:00:01 ahze Exp $

PORTNAME=   gstreamer-plugins-core
PORTVERSION=    0.10
PORTREVISION=   7
CATEGORIES= multimedia audio
MASTER_SITES=   # empty
DISTFILES=  # empty
EXTRACT_ONLY=   # empty

MAINTAINER= multimedia@FreeBSD.org
COMMENT=    Core set of typical audio and video gstreamer-plugins

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 xvid

.if !defined(WITHOUT_DVD)
# Audio plugins
USE_GSTREAMER+= a52dec dvd dts
.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>