pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libmp4v2 Newer gcc doesn't like non-defined...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7657f5adee90
branches:  trunk
changeset: 373215:7657f5adee90
user:      he <he%pkgsrc.org@localhost>
date:      Sat Dec 30 11:12:01 2017 +0000

description:
Newer gcc doesn't like non-defined but declared inlines.
Just skip -Werror to avoid the problem for the internal faad library.
Bump PKGREVISION.

diffstat:

 multimedia/libmp4v2/Makefile                                        |   4 +-
 multimedia/libmp4v2/distinfo                                        |   3 +-
 multimedia/libmp4v2/patches/patch-player_lib_audio_faad_Makefile.in |  16 ++++++++++
 3 files changed, 20 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r 43b8f2b83d21 -r 7657f5adee90 multimedia/libmp4v2/Makefile
--- a/multimedia/libmp4v2/Makefile      Sat Dec 30 10:42:47 2017 +0000
+++ b/multimedia/libmp4v2/Makefile      Sat Dec 30 11:12:01 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2017/12/19 10:08:14 markd Exp $
+# $NetBSD: Makefile,v 1.20 2017/12/30 11:12:01 he Exp $
 
 DISTNAME=              mpeg4ip-1.6.1
 PKGNAME=               libmp4v2-1.6.1
-PKGREVISION=           7
+PKGREVISION=           8
 CATEGORIES=            multimedia
 # distfile at sf is corrupt
 #MASTER_SITES=         ${MASTER_SITE_SOURCEFORGE:=mpeg4ip/}
diff -r 43b8f2b83d21 -r 7657f5adee90 multimedia/libmp4v2/distinfo
--- a/multimedia/libmp4v2/distinfo      Sat Dec 30 10:42:47 2017 +0000
+++ b/multimedia/libmp4v2/distinfo      Sat Dec 30 11:12:01 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2017/12/19 10:08:14 markd Exp $
+$NetBSD: distinfo,v 1.19 2017/12/30 11:12:01 he Exp $
 
 SHA1 (mpeg4ip-1.6.1.tar.gz) = 2af97fc0da6a5c0bcb7b433c6715967487b80e38
 RMD160 (mpeg4ip-1.6.1.tar.gz) = ee8375d9581cccbbf685f730bb36f3866eaf12f7
@@ -90,6 +90,7 @@
 SHA1 (patch-lib_mp4v2_rtphint.cpp) = 670c658388b1b7b8e57e02971560ca18e89d48d0
 SHA1 (patch-lib_rtp_net__udp.c) = 3250d0ebcc0899ec4521eb20bc83f6e8a8bce3c9
 SHA1 (patch-lib_utils_config__opts.cpp) = 15a385df3635b9441ceacf898031ce0a94d1cd0e
+SHA1 (patch-player_lib_audio_faad_Makefile.in) = 7da79ebe1bd23b4b711f9f821529983af04db5e0
 SHA1 (patch-player_lib_audio_faad_config.c) = 6448e02ed9f95fc94bca986958ac61c0bf0ec752
 SHA1 (patch-player_lib_audio_faad_huffdec.c) = 1106e902c3fe95cb76009613ae6641339580adac
 SHA1 (patch-player_lib_audio_faad_monopred.c) = 0833f17e10f91b69c63c896c15e98471c62f3025
diff -r 43b8f2b83d21 -r 7657f5adee90 multimedia/libmp4v2/patches/patch-player_lib_audio_faad_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/libmp4v2/patches/patch-player_lib_audio_faad_Makefile.in       Sat Dec 30 11:12:01 2017 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-player_lib_audio_faad_Makefile.in,v 1.1 2017/12/30 11:12:01 he Exp $
+
+Newer gcc doesn't like non-defined declared inlines.
+Just skip -Werror to avoid the problem.
+
+--- player/lib/audio/faad/Makefile.in.orig     2017-12-22 19:19:38.939099764 +0000
++++ player/lib/audio/faad/Makefile.in
+@@ -293,7 +293,7 @@ libmpeg4ip_faad_la_SOURCES = \
+       util.h
+ 
+ INCLUDES = -I$(top_srcdir)/include
+-AM_CFLAGS = -O2 -Werror -Wall -fexceptions -fno-strict-aliasing
++AM_CFLAGS = -O2 -Wall -fexceptions -fno-strict-aliasing
+ EXTRA_DIST = COPYING libfaad60.dsp README libfaad.vcproj
+ all: all-am
+ 



Home | Main Index | Thread Index | Old Index