diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-11-01 22:14:07 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-11-01 22:14:07 +0000 |
commit | 44d0dc12bbff17cfbbb9d182235924dbd7d86a45 (patch) | |
tree | b260b05e7fe7e534f08af61d8504ddf8a7ab5a49 /graphics/gstreamer-plugins-gl | |
parent | 96998c6a224d934b8d937663652dc498c7e4cdfd (diff) | |
download | ports-44d0dc12bbff17cfbbb9d182235924dbd7d86a45.tar.gz ports-44d0dc12bbff17cfbbb9d182235924dbd7d86a45.zip |
Notes
Diffstat (limited to 'graphics/gstreamer-plugins-gl')
-rw-r--r-- | graphics/gstreamer-plugins-gl/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/gstreamer-plugins-gl/Makefile b/graphics/gstreamer-plugins-gl/Makefile index e89cc8d2fe0b..39e862282c1e 100644 --- a/graphics/gstreamer-plugins-gl/Makefile +++ b/graphics/gstreamer-plugins-gl/Makefile @@ -11,8 +11,8 @@ DISTNAME= ${PORTNAME:S/gstreamer/gst/}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer OpenGL video plugin -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libjpeg.so:${PORTSDIR}/graphics/jpeg USE_BZIP2= yes USE_LDCONFIG= yes @@ -27,5 +27,8 @@ CONFIGURE_ARGS=--disable-examples PLIST_SUB= VERSION="0.10" -NO_STAGE= yes +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgstgl-0.10.so.1 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-0.10/libgst*.so + .include <bsd.port.mk> |