diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2014-07-20 14:03:59 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2014-07-20 14:04:08 +0200 |
commit | 2066465399fc9597742cf15940d7197eccfde37f (patch) | |
tree | 8770bc7f3733a62c069335504a44eb49b26df397 /thunderbird | |
parent | 488e32c876c37dd5d91dcf941445ba30b6334f88 (diff) | |
download | contrib-2066465399fc9597742cf15940d7197eccfde37f.tar.gz contrib-2066465399fc9597742cf15940d7197eccfde37f.tar.xz |
thunderbird: use system libjpeg-turbo
Diffstat (limited to 'thunderbird')
-rw-r--r-- | thunderbird/.footprint | 6 | ||||
-rw-r--r-- | thunderbird/Pkgfile | 7 |
2 files changed, 3 insertions, 10 deletions
diff --git a/thunderbird/.footprint b/thunderbird/.footprint index 75e74eb62..4626b0185 100644 --- a/thunderbird/.footprint +++ b/thunderbird/.footprint @@ -339,13 +339,7 @@ drwxr-xr-x root/root usr/include/thunderbird/harfbuzz/ drwxr-xr-x root/root usr/include/thunderbird/ipc/ -rw-r--r-- root/root usr/include/thunderbird/ipc/IPCMessageUtils.h -rw-r--r-- root/root usr/include/thunderbird/jArray.h --rw-r--r-- root/root usr/include/thunderbird/jconfig.h -rw-r--r-- root/root usr/include/thunderbird/jemalloc_types.h --rw-r--r-- root/root usr/include/thunderbird/jerror.h --rw-r--r-- root/root usr/include/thunderbird/jinclude.h --rw-r--r-- root/root usr/include/thunderbird/jmorecfg.h --rw-r--r-- root/root usr/include/thunderbird/jpegint.h --rw-r--r-- root/root usr/include/thunderbird/jpeglib.h -rw-r--r-- root/root usr/include/thunderbird/js-config.h -rw-r--r-- root/root usr/include/thunderbird/js.msg drwxr-xr-x root/root usr/include/thunderbird/js/ diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile index 5d04e40fd..10c2bef04 100644 --- a/thunderbird/Pkgfile +++ b/thunderbird/Pkgfile @@ -1,11 +1,11 @@ # Description: email client from the Mozilla project # URL: http://www.mozillamessaging.com/en-US/thunderbird/ # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu -# Depends on: python gtk alsa-lib xorg-libxt libnotify libidl nss dbus-glib xorg-libxdamage yasm mesa3d +# Depends on: python gtk alsa-lib xorg-libxt libnotify libidl nss dbus-glib xorg-libxdamage yasm mesa3d libjpeg-turbo name=thunderbird version=24.6.0 -release=1 +release=2 source=(ftp://ftp.mozilla.org/pub/thunderbird/releases/$version/source/$name-$version.source.tar.bz2 $name.desktop ${name}_default48.png thunderbird-install-dir.patch) @@ -21,8 +21,7 @@ build() { ac_add_options --enable-application=mail ac_add_options --with-system-nspr ac_add_options --with-system-nss - # libjpeg-turbo (http://libjpeg-turbo.virtualgl.org/) is required - #ac_add_options --with-system-jpeg + ac_add_options --with-system-jpeg ac_add_options --with-system-zlib ac_add_options --with-system-bz2 ac_add_options --with-pthreads |