svn commit: r331151 - head/deskutils/libstreamanalyzer
William Grzybowski
wg at FreeBSD.org
Mon Oct 21 15:45:54 UTC 2013
Author: wg
Date: Mon Oct 21 15:45:53 2013
New Revision: 331151
URL: http://svnweb.freebsd.org/changeset/ports/331151
Log:
deskutils/libstreamanalyzer: link against ffmpeg-2
- Link against ffmpeg-2
- Convert lib depends to new format
Approved by: pormgr (bapt, implicit)
Modified:
head/deskutils/libstreamanalyzer/Makefile
Modified: head/deskutils/libstreamanalyzer/Makefile
==============================================================================
--- head/deskutils/libstreamanalyzer/Makefile Mon Oct 21 15:17:54 2013 (r331150)
+++ head/deskutils/libstreamanalyzer/Makefile Mon Oct 21 15:45:53 2013 (r331151)
@@ -2,17 +2,17 @@
PORTNAME= libstreamanalyzer
PORTVERSION= ${STRIGI_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= ${STRIGI_MASTER_SITES}
MAINTAINER= kde at FreeBSD.org
COMMENT= Strigi desktop search: streamanalyzer library
-LIB_DEPENDS= avcodec${FFMPEG_SUFFIX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFFIX} \
- clucene-core:${PORTSDIR}/textproc/clucene \
- exiv2:${PORTSDIR}/graphics/exiv2 \
- streams:${PORTSDIR}/deskutils/libstreams
+LIB_DEPENDS= libavcodec${FFMPEG_SUFFIX}.so:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFFIX} \
+ libclucene-core.so:${PORTSDIR}/textproc/clucene \
+ libexiv2.so:${PORTSDIR}/graphics/exiv2 \
+ libstreams.so:${PORTSDIR}/deskutils/libstreams
USES= pkgconfig iconv
USE_GNOME= libxml2
@@ -20,7 +20,7 @@ USE_LDCONFIG= yes
# supported versions: ffmpeg, ffmpeg1, ffmpeg-devel
# corresponding FFMPEG_SUFFIX: '', '1', '-devel'
-FFMPEG_SUFFIX?= 1
+FFMPEG_SUFFIX?=
CMAKE_ARGS+= -DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFFIX}"
.if !empty(FFMPEG_SUFFIX)
More information about the svn-ports-all
mailing list