pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia ffmpeg, ffplay - re-disable optimizations, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcf51aef24b0
branches:  trunk
changeset: 326608:bcf51aef24b0
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Dec 10 16:23:49 2018 +0000

description:
ffmpeg, ffplay - re-disable optimizations, pending more discussion

diffstat:

 multimedia/ffmpeg3/Makefile        |  4 ++--
 multimedia/ffmpeg3/Makefile.common |  3 ++-
 multimedia/ffmpeg4/Makefile        |  4 ++--
 multimedia/ffmpeg4/Makefile.common |  3 ++-
 multimedia/ffplay3/Makefile        |  4 ++--
 multimedia/ffplay4/Makefile        |  4 ++--
 6 files changed, 12 insertions(+), 10 deletions(-)

diffs (86 lines):

diff -r e553d7e1d408 -r bcf51aef24b0 multimedia/ffmpeg3/Makefile
--- a/multimedia/ffmpeg3/Makefile       Mon Dec 10 15:50:10 2018 +0000
+++ b/multimedia/ffmpeg3/Makefile       Mon Dec 10 16:23:49 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2018/12/09 22:22:27 maya Exp $
+# $NetBSD: Makefile,v 1.40 2018/12/10 16:23:50 maya Exp $
 
 PKGNAME=       ${DISTNAME:S/ffmpeg/ffmpeg3/}
-PKGREVISION=   3
+PKGREVISION=   4
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://ffmpeg.mplayerhq.hu/
 COMMENT=       Decoding, encoding and streaming software (v3.x)
diff -r e553d7e1d408 -r bcf51aef24b0 multimedia/ffmpeg3/Makefile.common
--- a/multimedia/ffmpeg3/Makefile.common        Mon Dec 10 15:50:10 2018 +0000
+++ b/multimedia/ffmpeg3/Makefile.common        Mon Dec 10 16:23:49 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2018/12/09 22:22:27 maya Exp $
+# $NetBSD: Makefile.common,v 1.35 2018/12/10 16:23:50 maya Exp $
 # used by multimedia/ffmpeg3/Makefile
 # used by multimedia/ffplay3/Makefile
 
@@ -17,6 +17,7 @@
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --cc=${CC:Q}
 CONFIGURE_ARGS+=       --disable-debug
+CONFIGURE_ARGS+=       --disable-optimizations
 CONFIGURE_ARGS+=       --disable-stripping
 CONFIGURE_ARGS+=       --enable-gpl
 CONFIGURE_ARGS+=       --enable-libxml2
diff -r e553d7e1d408 -r bcf51aef24b0 multimedia/ffmpeg4/Makefile
--- a/multimedia/ffmpeg4/Makefile       Mon Dec 10 15:50:10 2018 +0000
+++ b/multimedia/ffmpeg4/Makefile       Mon Dec 10 16:23:49 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2018/12/09 22:12:44 maya Exp $
+# $NetBSD: Makefile,v 1.11 2018/12/10 16:23:50 maya Exp $
 
 PKGNAME=       ${DISTNAME:S/ffmpeg/ffmpeg4/}
-PKGREVISION=   3
+PKGREVISION=   4
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://ffmpeg.mplayerhq.hu/
 COMMENT=       Decoding, encoding and streaming software (v4.x)
diff -r e553d7e1d408 -r bcf51aef24b0 multimedia/ffmpeg4/Makefile.common
--- a/multimedia/ffmpeg4/Makefile.common        Mon Dec 10 15:50:10 2018 +0000
+++ b/multimedia/ffmpeg4/Makefile.common        Mon Dec 10 16:23:49 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2018/12/09 22:12:44 maya Exp $
+# $NetBSD: Makefile.common,v 1.10 2018/12/10 16:23:50 maya Exp $
 # used by multimedia/ffmpeg4/Makefile
 # used by multimedia/ffplay4/Makefile
 
@@ -17,6 +17,7 @@
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --cc=${CC:Q}
 CONFIGURE_ARGS+=       --disable-debug
+CONFIGURE_ARGS+=       --disable-optimizations
 CONFIGURE_ARGS+=       --disable-stripping
 CONFIGURE_ARGS+=       --enable-gpl
 CONFIGURE_ARGS+=       --enable-libxml2
diff -r e553d7e1d408 -r bcf51aef24b0 multimedia/ffplay3/Makefile
--- a/multimedia/ffplay3/Makefile       Mon Dec 10 15:50:10 2018 +0000
+++ b/multimedia/ffplay3/Makefile       Mon Dec 10 16:23:49 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2018/12/09 22:22:27 maya Exp $
+# $NetBSD: Makefile,v 1.16 2018/12/10 16:23:49 maya Exp $
 
 PKGNAME=       ${DISTNAME:S/ffmpeg/ffplay3/}
-PKGREVISION=   2
+PKGREVISION=   3
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ffmpeg.org/
 COMMENT=       Simple SDL frontend for FFmpeg
diff -r e553d7e1d408 -r bcf51aef24b0 multimedia/ffplay4/Makefile
--- a/multimedia/ffplay4/Makefile       Mon Dec 10 15:50:10 2018 +0000
+++ b/multimedia/ffplay4/Makefile       Mon Dec 10 16:23:49 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2018/12/09 22:12:43 maya Exp $
+# $NetBSD: Makefile,v 1.5 2018/12/10 16:23:50 maya Exp $
 
 PKGNAME=       ${DISTNAME:S/ffmpeg/ffplay4/}
-PKGREVISION=   2
+PKGREVISION=   3
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ffmpeg.org/
 COMMENT=       Simple SDL frontend for FFmpeg



Home | Main Index | Thread Index | Old Index