~ken-vandine/+junk/firefox-snap

« back to all changes in this revision

Viewing changes to snapcraft.yaml

  • Committer: Ken VanDine
  • Date: 2018-01-04 19:22:31 UTC
  • Revision ID: ken.vandine@canonical.com-20180104192231-rfhuihvsx97dd8ad
Added avahi-observe

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
name: firefox
2
 
version: 58.0b13
 
2
version: 58.0b14
3
3
summary: Mozilla Firefox web browser
4
4
description:  Firefox is a powerful, extensible web browser with support for modern web application technologies.
5
5
confinement: strict
11
11
    environment:
12
12
      DISABLE_WAYLAND: 1
13
13
    plugs:
 
14
      - avahi-observe
14
15
      - browser-sandbox
15
16
      - camera
16
17
      - desktop
75
76
      - --enable-sdl2
76
77
      - --disable-libx264
77
78
      - --disable-libx265
 
79
      - --disable-programs
78
80
    build-attributes: ['no-system-libraries']
79
81
    build-packages:
80
82
     - flite1-dev
129
131
     - libvpx-dev
130
132
     - libwavpack-dev
131
133
     - libwebp-dev
132
 
     #- libx264-dev
133
 
     #- libx265-dev
134
134
     - libxcb-shape0-dev
135
135
     - libxcb-shm0-dev
136
136
     - libxcb-xfixes0-dev
147
147
 
148
148
  firefox:
149
149
    plugin: dump
150
 
    source: https://archive.mozilla.org/pub/firefox/releases/58.0b13/linux-x86_64/en-US/firefox-58.0b13.tar.bz2
 
150
    source: https://archive.mozilla.org/pub/firefox/releases/58.0b14/linux-x86_64/en-US/firefox-58.0b14.tar.bz2
151
151
    stage-packages:
152
152
      - libxt6
153
153
      - libdbus-glib-1-2
180
180
      - libgme0
181
181
      - libbluray1
182
182
      - libzvbi0
183
 
      #- libx264-148
184
 
      #- libx265-79
185
183
      - libwebp5
186
184
      - libwavpack1
187
185
      - libvpx3
201
199
      - libva-drm1
202
200
    prime:
203
201
      - "-usr/lib/*.a"
204
 
      - "-usr/share/doc"
 
202
      - "-usr/share/doc*"
205
203
      - "-usr/include"