diff options
author | khorben <khorben@pkgsrc.org> | 2017-05-13 02:34:30 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2017-05-13 02:34:30 +0000 |
commit | cd4e7319994ce4be762db0d91e18df14d56e71dd (patch) | |
tree | 84c75876190e3f288fa456f811ea0dcd5b2368ae /www/firefox45 | |
parent | 45f8b1ac75682cee4c0fbce52a2f275ea0547060 (diff) | |
download | pkgsrc-cd4e7319994ce4be762db0d91e18df14d56e71dd.tar.gz |
Add dependency to multimedia/ffmpeg3
This fixes audio and H.264 support. From ryoon@ originally, on 46.0nb1 at
the time.
"commit" maya@
Diffstat (limited to 'www/firefox45')
-rw-r--r-- | www/firefox45/Makefile | 3 | ||||
-rw-r--r-- | www/firefox45/mozilla-common.mk | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/firefox45/Makefile b/www/firefox45/Makefile index 4b4877d7a65..5521c396c25 100644 --- a/www/firefox45/Makefile +++ b/www/firefox45/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2017/05/12 20:21:27 khorben Exp $ +# $NetBSD: Makefile,v 1.27 2017/05/13 02:34:30 khorben Exp $ MOZILLA_PKG_NAME= firefox45 +PKGREVISION= 1 FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 45.9 MOZ_BRANCH_MINOR= .0esr diff --git a/www/firefox45/mozilla-common.mk b/www/firefox45/mozilla-common.mk index 084624c8ecc..91e52c41616 100644 --- a/www/firefox45/mozilla-common.mk +++ b/www/firefox45/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.6 2017/03/26 03:53:34 ryoon Exp $ +# $NetBSD: mozilla-common.mk,v 1.7 2017/05/13 02:34:30 khorben Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -48,8 +48,7 @@ CONFIGURE_ARGS+= --enable-crypto CONFIGURE_ARGS+= --with-pthreads CONFIGURE_ARGS+= --disable-javaxpcom CONFIGURE_ARGS+= --enable-default-toolkit=cairo-gtk2 -CONFIGURE_ARGS+= --enable-gstreamer=1.0 -#CONFIGURE_ARGS+= --disable-gstreamer +CONFIGURE_ARGS+= --disable-gstreamer CONFIGURE_ARGS+= --enable-svg CONFIGURE_ARGS+= --enable-mathml CONFIGURE_ARGS+= --enable-pango @@ -236,8 +235,7 @@ BUILDLINK_API_DEPENDS.libvpx+= libvpx>=1.3.0 .include "../../textproc/hunspell/buildlink3.mk" BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.18.3nb1 .include "../../x11/gtk2/buildlink3.mk" -.include "../../multimedia/gstreamer1/buildlink3.mk" -.include "../../multimedia/gst-plugins1-base/buildlink3.mk" +.include "../../multimedia/ffmpeg3/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" BUILDLINK_API_DEPENDS.pixman+= pixman>=0.25.2 .include "../../x11/pixman/buildlink3.mk" |