summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorbouyer <bouyer>2014-12-03 15:08:02 +0000
committerbouyer <bouyer>2014-12-03 15:08:02 +0000
commit3c8f936889dbb0ae4cde4074b46ef12942dd6794 (patch)
tree587b5b4a354a318b496106bbb9494d6f10421c7f /multimedia
parent131773af073c4ba22d3a9f17403fe3a119a42c04 (diff)
downloadpkgsrc-3c8f936889dbb0ae4cde4074b46ef12942dd6794.tar.gz
Add -mstackrealign -mpreferred-stack-boundary=4 to CFLAGS on i386 for all
gcc 4.x versions. Fix mplayer coredumping on mp4 videos on netbsd-7. Patch from John D. Baker Bump PKGREVISION for all affected packages.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gmplayer/Makefile4
-rw-r--r--multimedia/mplayer-share/Makefile.cflags10
-rw-r--r--multimedia/mplayer/Makefile4
3 files changed, 9 insertions, 9 deletions
diff --git a/multimedia/gmplayer/Makefile b/multimedia/gmplayer/Makefile
index bd5748bd68b..287fbf0301e 100644
--- a/multimedia/gmplayer/Makefile
+++ b/multimedia/gmplayer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2014/10/09 14:48:51 martin Exp $
+# $NetBSD: Makefile,v 1.121 2014/12/03 15:08:02 bouyer Exp $
#
# NOTE: if you are updating both mplayer and gmplayer, you must ensure
# that *both* distinfo files contain the correct, up-to-date files and
@@ -8,7 +8,7 @@
#
PKGNAME= gmplayer-${MPLAYER_VERSION}
-PKGREVISION= 20
+PKGREVISION= 21
SKIN_SITES= http://www1.mplayerhq.hu/MPlayer/skins/ \
http://www2.mplayerhq.hu/MPlayer/skins/ \
diff --git a/multimedia/mplayer-share/Makefile.cflags b/multimedia/mplayer-share/Makefile.cflags
index 31482c17bc9..cfc62ffb142 100644
--- a/multimedia/mplayer-share/Makefile.cflags
+++ b/multimedia/mplayer-share/Makefile.cflags
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cflags,v 1.6 2013/06/29 13:35:04 wiz Exp $
+# $NetBSD: Makefile.cflags,v 1.7 2014/12/03 15:08:02 bouyer Exp $
# This must be included after everything else to truly clear ${CFLAGS}
# in the non-runtime-cpu-detection case. If ${CFLAGS} is non-empty, the
@@ -16,11 +16,11 @@
# alignment flags for builtin ffmpeg
# --yasm='' disables asm altogether for gcc < 4.2
-. if !empty(CC_VERSION:Mgcc-4.[2345]*)
-CFLAGS+=-mstackrealign -mpreferred-stack-boundary=4
-. elif !empty(CC_VERSION:Mgcc-[123]*) || \
- !empty(CC_VERSION:Mgcc-4.[01]*)
+. if !empty(CC_VERSION:Mgcc-[123]*) || \
+ !empty(CC_VERSION:Mgcc-4.[01].*)
CONFIGURE_ARGS+= --yasm=''
+. elif !empty(CC_VERSION:Mgcc-4.*)
+CFLAGS+=-mstackrealign -mpreferred-stack-boundary=4
. endif
. if !empty(CC_VERSION:Mgcc-4*)
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 46f8e65df85..f82662bb6a0 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.94 2014/06/27 15:58:44 drochner Exp $
+# $NetBSD: Makefile,v 1.95 2014/12/03 15:08:02 bouyer Exp $
PKGNAME= mplayer-${MPLAYER_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
COMMENT= Fast, cross-platform movie player