svn commit: r329144 - head/multimedia/ffmpeg2theora
Baptiste Daroussin
bapt at FreeBSD.org
Thu Oct 3 06:42:22 UTC 2013
Author: bapt
Date: Thu Oct 3 06:42:21 2013
New Revision: 329144
URL: http://svnweb.freebsd.org/changeset/ports/329144
Log:
Use new USES=scons,
Add support for stage
Modified:
head/multimedia/ffmpeg2theora/Makefile
Modified: head/multimedia/ffmpeg2theora/Makefile
==============================================================================
--- head/multimedia/ffmpeg2theora/Makefile Thu Oct 3 06:41:54 2013 (r329143)
+++ head/multimedia/ffmpeg2theora/Makefile Thu Oct 3 06:42:21 2013 (r329144)
@@ -11,21 +11,17 @@ COMMENT= Reencode many media file format
LICENSE= GPLv3
-LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg \
- kate:${PORTSDIR}/multimedia/libkate \
- theora:${PORTSDIR}/multimedia/libtheora
+LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
+ libkate.so:${PORTSDIR}/multimedia/libkate \
+ libtheora.so:${PORTSDIR}/multimedia/libtheora
USE_BZIP2= yes
-USES= iconv pkgconfig
-USE_SCONS= yes
-SCONS_BUILDENV= CC="${CC}" CCFLAGS="${CFLAGS}" \
- APPEND_CCFLAGS="${CPPFLAGS}" APPEND_LINKFLAGS="${LDFLAGS}"
+USES= iconv pkgconfig scons
+MAKE_ENV= APPEND_CCFLAGS="${CPPFLAGS}" APPEND_LINKFLAGS="${LDFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-MAN1= ffmpeg2theora.1
-PLIST_FILES= bin/ffmpeg2theora
+PLIST_FILES= bin/ffmpeg2theora man/man1/ffmpeg2theora.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list