Sandro Santilli
2017-03-08 16:49:57 UTC
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".
The branch, master has been updated
via 8a11e60585db4ed6bc4eafadfbd9b3123ced45d9 (commit)
from 2383a5618a88db2c94c3b593a12ed020b8657bea (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnash.git/commit/?id=8a11e60585db4ed6bc4eafadfbd9b3123ced45d9
commit 8a11e60585db4ed6bc4eafadfbd9b3123ced45d9
Author: Sandro Santilli <***@kbt.io>
Date: Wed Mar 8 17:48:49 2017 +0100
Suggest installing npapi-sdk-dev to build plugin
Because firefox-dev is being deprecated as a package, see
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1671032/
Closes bug #50478
diff --git a/configure.ac b/configure.ac
index ffd5dee..97d3c87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4085,7 +4085,8 @@ if test x"$npapi" = xyes; then
PKG_ERR([No xulrunner development package is installed!])
PKG_SUGGEST([Install it from http://releases.mozilla.org/pub/mozilla.org/xulrunner])
DEB_INSTALL([xulrunner-dev])
- DEB_ALTERNATIVE([firefox-dev])
+ DEB_ALTERNATIVE([npapi-sdk-dev])
+ DEB_ALTERNATIVE([firefox-dev]) dnl deprecated, see https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1671032/
RPM_INSTALL([xulrunner-devel])
PKG_ALTERNATIVE([or specify --disable-npapi])
fi
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
generated because a ref change was pushed to the repository containing
the project "Gnash".
The branch, master has been updated
via 8a11e60585db4ed6bc4eafadfbd9b3123ced45d9 (commit)
from 2383a5618a88db2c94c3b593a12ed020b8657bea (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnash.git/commit/?id=8a11e60585db4ed6bc4eafadfbd9b3123ced45d9
commit 8a11e60585db4ed6bc4eafadfbd9b3123ced45d9
Author: Sandro Santilli <***@kbt.io>
Date: Wed Mar 8 17:48:49 2017 +0100
Suggest installing npapi-sdk-dev to build plugin
Because firefox-dev is being deprecated as a package, see
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1671032/
Closes bug #50478
diff --git a/configure.ac b/configure.ac
index ffd5dee..97d3c87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4085,7 +4085,8 @@ if test x"$npapi" = xyes; then
PKG_ERR([No xulrunner development package is installed!])
PKG_SUGGEST([Install it from http://releases.mozilla.org/pub/mozilla.org/xulrunner])
DEB_INSTALL([xulrunner-dev])
- DEB_ALTERNATIVE([firefox-dev])
+ DEB_ALTERNATIVE([npapi-sdk-dev])
+ DEB_ALTERNATIVE([firefox-dev]) dnl deprecated, see https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1671032/
RPM_INSTALL([xulrunner-devel])
PKG_ALTERNATIVE([or specify --disable-npapi])
fi
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
Gnash
Gnash