summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer/Makefile
blob: 896bf15441fa146b4b3e3caf293baa53f9d4021d (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
57
58
59
60
61
62
63
# New ports collection makefile for:    gstreamer
# Date created:     Tue Jul 9 20:24:02 UTC 2002
# Whom:         Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD: ports/multimedia/gstreamer/Makefile,v 1.10 2003/02/23 19:58:24 lioux Exp $
#

PORTNAME=   gstreamer
PORTVERSION=    0.6.0
PORTREVISION=   1
CATEGORIES= multimedia
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= lioux@FreeBSD.org
COMMENT=    Development framework for creating media applications

BUILD_DEPENDS=  pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS=    popt.0:${PORTSDIR}/devel/popt

USE_X_PREFIX=   yes
USE_BISON=  yes
USE_BZIP2=  yes
USE_GMAKE=  yes
USE_LIBTOOL=    yes
USE_REINPLACE=  yes
USE_GNOME=  gnomehack \
        gnomeprefix \
        glib20 \
        libxml2
WANT_GNOME= yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-tests \
        --disable-failing-tests
CONFIGURE_ENV=  PKG_CONFIG=${PKG_CONFIG} \
        CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
        LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
CONFIGURE_TARGET=
PLIST_SUB=  \
        VERSION="${PORTVERSION:C/..$//}" \
        SHLIB_VERSION="${SHLIB_VERSION}"
INSTALLS_SHLIB= yes

MAN1=   gst-complete.1 gst-compprep.1 gst-inspect.1 gst-launch.1 \
    gst-feedback.1 gst-md5sum.1 \
    gst-register.1 gst-xmllaunch.1

PKG_CONFIG?="${LOCALBASE}/bin/pkg-config"

# library minor number
SHLIB_VERSION=  0

post-install:
# register plugins
    @${PREFIX}/bin/gst-register 2>/dev/null

.include <bsd.port.pre.mk>

.if ${HAVE_GNOME:Mlibgnomeui}!=""
USE_GNOME+= libgnomeui
.endif

.include <bsd.port.post.mk>