pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/ffmpeg3
Module Name: pkgsrc
Committed By: tsutsui
Date: Sat Jan 13 04:56:43 UTC 2018
Modified Files:
pkgsrc/multimedia/ffmpeg3: Makefile
Log Message:
ffmpeg3: add --enable-rpath to CONFIGURE_ARGS to put rpath to *.pc files.
Assume no response for PR pkg/52880 means no problem.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/multimedia/ffmpeg3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/ffmpeg3/Makefile
diff -u pkgsrc/multimedia/ffmpeg3/Makefile:1.25 pkgsrc/multimedia/ffmpeg3/Makefile:1.26
--- pkgsrc/multimedia/ffmpeg3/Makefile:1.25 Fri Dec 1 21:43:15 2017
+++ pkgsrc/multimedia/ffmpeg3/Makefile Sat Jan 13 04:56:43 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2017/12/01 21:43:15 sevan Exp $
+# $NetBSD: Makefile,v 1.26 2018/01/13 04:56:43 tsutsui Exp $
PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg3/}
+PKGREVISION= 1
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://ffmpeg.mplayerhq.hu/
COMMENT= Decoding, encoding and streaming software (v3.x)
@@ -8,6 +9,7 @@ COMMENT= Decoding, encoding and streamin
CONFIGURE_ARGS+= --enable-avfilter
CONFIGURE_ARGS+= --enable-avresample
CONFIGURE_ARGS+= --enable-postproc
+CONFIGURE_ARGS+= --enable-rpath
CONFIGURE_ARGS+= --disable-ffplay
INSTALLATION_DIRS= lib/ffmpeg3 share/doc/ffmpeg3 share/examples/ffmpeg3
Home |
Main Index |
Thread Index |
Old Index