Skip to content
Snippets Groups Projects
Commit 06ce9bde authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

make-firefox update for v48, removed deprecated gst section from the helper

parent a218b15e
No related branches found
No related tags found
No related merge requests found
......@@ -77,12 +77,7 @@ sed 's%https://www.mozilla.org/legal/privacy/%https://trisquel.info/legal%' -i .
rm debian/ga debian/go
sed '/Google API/,$ d' debian/config/mozconfig.in -i
# Enable gst support
[ $REVISION = "6.0" ] && apt-get install -y --force-yes libgstreamermm-0.10-dev
[ $REVISION = "6.0" ] && echo "ac_add_options --enable-gstreamer=0.10" >> debian/config/mozconfig.in
[ $REVISION = "7.0" ] && echo "ac_add_options --enable-gstreamer=1.0" >> debian/config/mozconfig.in
sed 's/1204/60/g; s/1210/65/g; s/1404/70/g' -i debian/config/mozconfig.in debian/firefox-dev.install.in debian/firefox-dev.links.in
# Org branding
sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in
# Disable DRM support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment