summaryrefslogtreecommitdiffstats
path: root/net-im/farsight2/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-11-07 20:46:27 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-11-07 20:46:27 +0800
commit6b3fa438ef389b05082706b536bdf5cad89daee6 (patch)
tree63234df41fb9d246793d5e113a9b6e58174641ac /net-im/farsight2/Makefile
parent04e1ae879e4d12a020cec963438e268226f17fe7 (diff)
downloadmarcuscom-ports-6b3fa438ef389b05082706b536bdf5cad89daee6.tar
marcuscom-ports-6b3fa438ef389b05082706b536bdf5cad89daee6.tar.gz
marcuscom-ports-6b3fa438ef389b05082706b536bdf5cad89daee6.tar.bz2
marcuscom-ports-6b3fa438ef389b05082706b536bdf5cad89daee6.tar.lz
marcuscom-ports-6b3fa438ef389b05082706b536bdf5cad89daee6.tar.xz
marcuscom-ports-6b3fa438ef389b05082706b536bdf5cad89daee6.tar.zst
marcuscom-ports-6b3fa438ef389b05082706b536bdf5cad89daee6.zip
Readd farsight2, turns out there isn't a conflict with farstream (anymore).
And pidgin 2.7 series isn't compatible with farstream or uses gstreamer 1.0 yes. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18856 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/farsight2/Makefile')
-rw-r--r--net-im/farsight2/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/net-im/farsight2/Makefile b/net-im/farsight2/Makefile
new file mode 100644
index 000000000..b525737ae
--- /dev/null
+++ b/net-im/farsight2/Makefile
@@ -0,0 +1,33 @@
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
+# $FreeBSD: head/net-im/farsight2/Makefile 327756 2013-09-20 22:13:34Z bapt $
+# $MCom$
+
+PORTNAME= farsight2
+PORTVERSION= 0.0.31
+PORTREVISION= 1
+CATEGORIES= net-im devel
+MASTER_SITES= http://www.freedesktop.org/software/farstream/releases/farsight2/ \
+ http://miwibox.org/distfiles/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Collection of GStreamer modules and libraries for videoconferencing
+
+LIB_DEPENDS= libnice.so:${PORTSDIR}/net-im/libnice
+RUN_DEPENDS= libnice-gst010>=0:${PORTSDIR}/net-im/libnice-gst010
+
+USES= gettext gmake pathfix pkgconfig
+USE_LDCONFIG= yes
+USE_PYTHON= yes
+USE_GNOME= glib20 ltverhack
+USE_GSTREAMER= core good bad python
+USE_AUTOTOOLS= libtool
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/farsight2-0.0/lib*.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/farsight.so
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgstfarsight-0.10.so.0
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-0.10/lib*.so
+
+.include <bsd.port.mk>