summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins-core/Makefile
blob: da9823b6bddc96d79428e92c23bed664f15ec0b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# New ports collection makefile for:    gstreamer-plugins-core
# Date created:     2004-11-15
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom$

PORTNAME=   gstreamer-plugins-core
PORTVERSION=    0.10
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

# Graphics plugins
USE_GSTREAMER+= libpng

# Misc plugins
USE_GSTREAMER+= pango

# Multimedia plugins
USE_GSTREAMER+= ffmpeg

.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>