/[packages]/cauldron/firefox/current/SPECS/firefox.spec
ViewVC logotype

Diff of /cauldron/firefox/current/SPECS/firefox.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 390568 by luigiwalser, Mon Jan 21 19:00:20 2013 UTC revision 390635 by luigiwalser, Mon Jan 21 21:58:09 2013 UTC
# Line 30  Line 30 
30    
31  %define _use_syshunspell 1  %define _use_syshunspell 1
32    
33  %define release %mkrel 5  %define release %mkrel 6
34    
35  %define update_channel esr17  %define update_channel esr17
36    
# Line 67  Patch34:       Bug-814693-Allow-webrtc-to-buil Line 67  Patch34:       Bug-814693-Allow-webrtc-to-buil
67  # (cjw) use system virtualenv  # (cjw) use system virtualenv
68  Patch36:        iceape-2.12-system-virtualenv.patch  Patch36:        iceape-2.12-system-virtualenv.patch
69  Patch37:        firefox-17.0-nss-version.patch  Patch37:        firefox-17.0-nss-version.patch
70    # (cjw) build against system ogg libs
71    Patch38:        firefox-17.0-system-ogg.patch
72    # (cjw) use mozilla ogg player instead of gstreamer
73    Patch39:        firefox-17.0-moz-ogg.patch
74  BuildRequires:  gtk+2-devel  BuildRequires:  gtk+2-devel
75  BuildRequires:  unzip  BuildRequires:  unzip
76  BuildRequires:  zip  BuildRequires:  zip
# Line 111  BuildRequires: libiw-devel Line 115  BuildRequires: libiw-devel
115  BuildRequires:  python-virtualenv  BuildRequires:  python-virtualenv
116  BuildRequires:  gstreamer0.10-devel  BuildRequires:  gstreamer0.10-devel
117  BuildRequires:  libgstreamer0.10-plugins-base-devel  BuildRequires:  libgstreamer0.10-plugins-base-devel
118    BuildRequires:  pkgconfig(ogg)
119    BuildRequires:  pkgconfig(vorbis)
120    BuildRequires:  pkgconfig(theoradec)
121  BuildRequires:  pkgconfig(opus)  BuildRequires:  pkgconfig(opus)
122    
123  Provides:       %{name} = %{epoch}:%{major}  Provides:       %{name} = %{epoch}:%{major}
# Line 175  Files and macros mainly for building Fir Line 182  Files and macros mainly for building Fir
182  %patch34 -p1 -b .webrtc  %patch34 -p1 -b .webrtc
183  %patch36 -p2 -b .system-virtualenv  %patch36 -p2 -b .system-virtualenv
184  %patch37 -p0  %patch37 -p0
185    %patch38 -p1
186    %patch39 -p1
187    
188  pushd js/src  pushd js/src
189  autoconf-2.13  autoconf-2.13
# Line 237  ac_add_options --with-valgrind Line 246  ac_add_options --with-valgrind
246  ac_add_options --with-java-include-path=%{java_home}/include  ac_add_options --with-java-include-path=%{java_home}/include
247  ac_add_options --with-java-bin-path=%{java_home}/bin  ac_add_options --with-java-bin-path=%{java_home}/bin
248  %endif  %endif
249    ac_add_options --with-system-ogg
250  ac_add_options --enable-opus  ac_add_options --enable-opus
251    ac_add_options --disable-webrtc
252    
253  EOF  EOF
254    

Legend:
Removed from v.390568  
changed lines
  Added in v.390635

  ViewVC Help
Powered by ViewVC 1.1.30