diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 05:50:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 05:50:30 +0800 |
commit | 2b608721e2fd69f2fc28c7008c659631151c6c30 (patch) | |
tree | 5e7f2711e53044a74894c948fad581a0f0bb351a /net-im/farstream | |
parent | f1dc3ed5c7ca488602e7722513cc7b3cb79a3f96 (diff) | |
download | marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.gz marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.bz2 marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.lz marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.xz marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.zst marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.zip |
Switch to USES=libtool:keepla for now. While I rather want to ditch .la files
I think we need to keep em a cycle. So that other ports have a chance to
update there .la files not to record dependancies .la files.
sprinkle some USE_AUTOTOOLS=libtool -> libtoolize. This will give us base
libtool (ltmain.sh and libtool.m4) files. But doesn't depend on
${LOCALBASE}/bin/libtool
INSTALL_TARGET=install-strip and misc smaller cleanups.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19578 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/farstream')
-rw-r--r-- | net-im/farstream/Makefile | 13 | ||||
-rw-r--r-- | net-im/farstream/pkg-plist | 11 |
2 files changed, 6 insertions, 18 deletions
diff --git a/net-im/farstream/Makefile b/net-im/farstream/Makefile index 0747f9cc0..6aac326e7 100644 --- a/net-im/farstream/Makefile +++ b/net-im/farstream/Makefile @@ -15,16 +15,13 @@ RUN_DEPENDS= libnice-gst1>=0:${PORTSDIR}/net-im/libnice-gst1 USE_LDCONFIG= yes USE_PYTHON= yes -USES= gettext gmake pathfix pkgconfig -USE_GNOME= glib20 ltverhack introspection:build +USES= gettext libtool:keepla gmake pathfix pkgconfig +USE_GNOME= glib20 introspection:build USE_GSTREAMER1= good bad -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfarstream-0.2.so.2 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-1.0/lib*.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/farstream-0.2/lib*.so +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/net-im/farstream/pkg-plist b/net-im/farstream/pkg-plist index c30bfb26c..59e68e475 100644 --- a/net-im/farstream/pkg-plist +++ b/net-im/farstream/pkg-plist @@ -11,38 +11,29 @@ include/farstream-0.2/farstream/fs-stream-transmitter.h include/farstream-0.2/farstream/fs-stream.h include/farstream-0.2/farstream/fs-transmitter.h include/farstream-0.2/farstream/fs-utils.h -lib/farstream-0.2/libmulticast-transmitter.a lib/farstream-0.2/libmulticast-transmitter.la lib/farstream-0.2/libmulticast-transmitter.so -lib/farstream-0.2/libnice-transmitter.a lib/farstream-0.2/libnice-transmitter.la lib/farstream-0.2/libnice-transmitter.so -lib/farstream-0.2/librawudp-transmitter.a lib/farstream-0.2/librawudp-transmitter.la lib/farstream-0.2/librawudp-transmitter.so -lib/farstream-0.2/libshm-transmitter.a lib/farstream-0.2/libshm-transmitter.la lib/farstream-0.2/libshm-transmitter.so lib/girepository-1.0/Farstream-0.2.typelib -lib/gstreamer-1.0/libfsmsnconference.a lib/gstreamer-1.0/libfsmsnconference.la lib/gstreamer-1.0/libfsmsnconference.so -lib/gstreamer-1.0/libfsrawconference.a lib/gstreamer-1.0/libfsrawconference.la lib/gstreamer-1.0/libfsrawconference.so -lib/gstreamer-1.0/libfsrtcpfilter.a lib/gstreamer-1.0/libfsrtcpfilter.la lib/gstreamer-1.0/libfsrtcpfilter.so -lib/gstreamer-1.0/libfsrtpconference.a lib/gstreamer-1.0/libfsrtpconference.la lib/gstreamer-1.0/libfsrtpconference.so -lib/gstreamer-1.0/libfsvideoanyrate.a lib/gstreamer-1.0/libfsvideoanyrate.la lib/gstreamer-1.0/libfsvideoanyrate.so -lib/libfarstream-0.2.a lib/libfarstream-0.2.la lib/libfarstream-0.2.so lib/libfarstream-0.2.so.2 +lib/libfarstream-0.2.so.2.1.0 libdata/pkgconfig/farstream-0.2.pc %%DATADIR%%/0.2/fsrawconference/default-element-properties %%DATADIR%%/0.2/fsrtpconference/default-codec-preferences |