diff options
author | jperkin <jperkin> | 2014-03-13 11:08:49 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-03-13 11:08:49 +0000 |
commit | 1e8a4d3617e2918d830fd2618a6229f25737609e (patch) | |
tree | 1c699ba1dd234c6ee43e2b178e217734fa130ad6 /multimedia | |
parent | 76ae186abf09bff770978229a780293f2e6d1fdb (diff) | |
download | pkgsrc-1e8a4d3617e2918d830fd2618a6229f25737609e.tar.gz |
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 5 | ||||
-rw-r--r-- | multimedia/ffmpeg010/Makefile | 4 | ||||
-rw-r--r-- | multimedia/xvidcore/Makefile | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index ff8e259203f..e08bc75b15c 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2014/03/11 10:25:22 adam Exp $ +# $NetBSD: Makefile,v 1.119 2014/03/13 11:08:51 jperkin Exp $ PKGNAME= ffmpeg-20140305.${DISTVERSION} MAINTAINER= pkgsrc-users@NetBSD.org @@ -14,6 +14,9 @@ INSTALLATION_DIRS= lib share/examples/ffmpeg share/doc/ffmpeg CONF_FILES+= ${PREFIX}/share/examples/ffmpeg/ffserver.conf \ ${PKG_SYSCONFDIR}/ffserver.conf +# Needs to come before bsd.prefs.mk or compiler.mk, USE_LIBTOOL is set too late. +USE_GCC_RUNTIME= yes + .include "../../mk/bsd.prefs.mk" .if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) diff --git a/multimedia/ffmpeg010/Makefile b/multimedia/ffmpeg010/Makefile index 1dc3489fc45..619ad00b564 100644 --- a/multimedia/ffmpeg010/Makefile +++ b/multimedia/ffmpeg010/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.13 2013/08/03 09:22:58 obache Exp $ +# $NetBSD: Makefile,v 1.14 2014/03/13 11:08:51 jperkin Exp $ PKGNAME= ffmpeg010-20130731.${DISTVERSION} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ffmpeg.mplayerhq.hu/ COMMENT= Decoding, encoding and streaming software +USE_GCC_RUNTIME= yes + CONFIGURE_ARGS+= --enable-avfilter #CONFIGURE_ARGS+= --enable-avfilter-lavf CONFIGURE_ARGS+= --enable-postproc diff --git a/multimedia/xvidcore/Makefile b/multimedia/xvidcore/Makefile index 73fff936e86..037f055dfee 100644 --- a/multimedia/xvidcore/Makefile +++ b/multimedia/xvidcore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2012/10/08 09:21:16 asau Exp $ +# $NetBSD: Makefile,v 1.42 2014/03/13 11:08:52 jperkin Exp $ DISTNAME= xvidcore-1.3.2 CATEGORIES= multimedia @@ -10,6 +10,7 @@ HOMEPAGE= http://www.xvid.org/ COMMENT= ISO MPEG-4 compliant video codec LICENSE= gnu-gpl-v2 +USE_GCC_RUNTIME=yes USE_TOOLS+= gmake .include "../../mk/bsd.prefs.mk" |