summaryrefslogtreecommitdiff
path: root/newmoon/debian/control
blob: 7d167fd9dddc88d8f93a0f00a81e423963246c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: newmoon
Section: web
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
Bugs: mailto: <bgstack15@gmail.com>
Build-Depends: debhelper (>= 12),
   autoconf2.13,
   gcc (<< 11) | gcc-10,
   g++ (<< 11) | g++-10,
   libasound2-dev,
   libdbus-glib-1-dev (>= 0.60),
   libgconf2-dev (>= 1.2.1),
   libgtk2.0-dev (>= 2.14),
   libssl-dev,
   libx11-xcb-dev,
   libxt-dev,
   lsb-release,
   mesa-common-dev,
   pkg-config,
   python2 (>= 2.7.18-2~) | python (>= 2.7),
   unzip,
   yasm (>= 1.1),
   zip,
#   libffi-dev,
#   libpixman-1-dev | libpixman-dev,
#   libbz2-dev,
#   zlib1g-dev,
#   libjpeg-dev,
#   libnspr-dev | libnspr4-dev,
#   libicu-dev,
#   libhunspell-dev,
#   libsqlite3-dev
Standards-Version: 3.9.6
Homepage: http://www.palemoon.org/

Package: newmoon
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
         libavcodec54 | libavcodec-extra54 | libavcodec55 | libavcodec-extra55 | libavcodec56 | libavcodec-extra56 | libavcodec57 | libavcodec-extra57 | libavcodec58 | libavcodec-extra58 | libavcodec-ffmpeg56 | libavcodec-ffmpeg-extra56
Provides: gnome-www-browser, www-browser, x-www-browser
Conflicts: palemoon-nonsse2
Replaces: palemoon-nonsse2
Description: Firefox-based, efficient and easy to use web browser
 Newmoon offers selected features and optimizations to maximize
 the browser's speed, stability and user experience, while maintaining
 compatibility with the thousands of Firefox extensions you have come
 to love and rely on.
 .
 Newmoon requires a processor that supports the SSE2 instruction set.
 Run "/proc/cpuinfo" in a terminal, and look for sse2 in the flags to ensure
 that your processor supports it.
bgstack15