2002-07-15 23:45:20 +02:00
|
|
|
# New ports collection makefile for: gstreamer player
|
|
|
|
# Date created: Fri Jul 12 06:02:42 UTC 2002
|
|
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gstreamer
|
2004-04-05 06:17:08 +02:00
|
|
|
PORTVERSION= 0.8.0
|
2004-11-07 23:37:47 +01:00
|
|
|
PORTREVISION= 4
|
2002-11-28 01:09:51 +01:00
|
|
|
CATEGORIES= multimedia audio gnome
|
2004-04-05 06:17:08 +02:00
|
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-player/
|
2002-07-15 23:45:20 +02:00
|
|
|
PKGNAMESUFFIX= -player
|
|
|
|
DISTNAME= gst-player-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
2003-02-23 20:58:35 +01:00
|
|
|
COMMENT= Simple yet functional mediaplayer written with GStreamer
|
2002-07-15 23:45:20 +02:00
|
|
|
|
2004-04-05 06:17:08 +02:00
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
2002-12-18 17:33:20 +01:00
|
|
|
|
2004-04-05 06:17:08 +02:00
|
|
|
USE_BZIP2= yes
|
2002-07-15 23:45:20 +02:00
|
|
|
USE_X_PREFIX= yes
|
2003-02-28 05:55:24 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomehack \
|
2003-04-22 07:46:38 +02:00
|
|
|
gnomeprefix \
|
2004-04-05 06:17:08 +02:00
|
|
|
gnomedesktop \
|
|
|
|
gstreamerplugins
|
2004-07-09 19:43:11 +02:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
2003-11-29 23:03:00 +01:00
|
|
|
GNOME_DESKTOP_VERSION=2
|
2003-05-11 04:28:55 +02:00
|
|
|
WANT_GNOME= yes
|
2003-02-28 05:55:24 +01:00
|
|
|
PLIST_SUB= \
|
|
|
|
VERSION="${PORTVERSION}" \
|
|
|
|
SHLIB_VERSION="${SHLIB_VERSION}"
|
2002-07-15 23:45:20 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-11-07 23:02:58 +01:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-07-15 23:45:20 +02:00
|
|
|
|
2003-02-28 05:55:24 +01:00
|
|
|
MAN1= gst-player.1
|
|
|
|
|
|
|
|
# library minor number
|
|
|
|
SHLIB_VERSION= 0
|
|
|
|
|
2004-04-05 06:17:08 +02:00
|
|
|
pre-su-install:
|
2003-02-28 05:55:24 +01:00
|
|
|
# required for PREFIX safeness, the dir might not exist under PREFIX
|
|
|
|
@${MKDIR} ${PREFIX}/etc/gconf/
|
2002-07-15 23:45:20 +02:00
|
|
|
|
2003-05-11 04:28:55 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${HAVE_GNOME:Mnautilus2}!=""
|
|
|
|
USE_GNOME+= nautilus2
|
|
|
|
PLIST_SUB+= GST_PLAYER_VIEW=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= GST_PLAYER_VIEW="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|