pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox45



Module Name:    pkgsrc
Committed By:   khorben
Date:           Sat May 13 02:34:30 UTC 2017

Modified Files:
        pkgsrc/www/firefox45: Makefile mozilla-common.mk

Log Message:
Add dependency to multimedia/ffmpeg3

This fixes audio and H.264 support. From ryoon@ originally, on 46.0nb1 at
the time.

"commit" maya@


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/firefox45/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/firefox45/mozilla-common.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox45/Makefile
diff -u pkgsrc/www/firefox45/Makefile:1.26 pkgsrc/www/firefox45/Makefile:1.27
--- pkgsrc/www/firefox45/Makefile:1.26  Fri May 12 20:21:27 2017
+++ pkgsrc/www/firefox45/Makefile       Sat May 13 02:34:30 2017
@@ -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

Index: pkgsrc/www/firefox45/mozilla-common.mk
diff -u pkgsrc/www/firefox45/mozilla-common.mk:1.6 pkgsrc/www/firefox45/mozilla-common.mk:1.7
--- pkgsrc/www/firefox45/mozilla-common.mk:1.6  Sun Mar 26 03:53:34 2017
+++ pkgsrc/www/firefox45/mozilla-common.mk      Sat May 13 02:34:30 2017
@@ -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
 .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"



Home | Main Index | Thread Index | Old Index