Changeset 222df76
- Timestamp:
- 06/13/2015 09:11:10 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 55be034
- Parents:
- af5248e2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
raf5248e2 r222df76 48 48 <para>June 13th, 2015</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to thunderbird-38.0.1. Fixes 52 <ulink url="&blfs-ticket-root;6593">#6593</ulink>.</para> 53 </listitem> 50 54 <listitem> 51 55 <para>[fernando] - More short descriptions. -
packages.ent
raf5248e2 r222df76 615 615 <!ENTITY rox-filer-version "2.11"> 616 616 <!ENTITY rxvt-unicode-version "9.21"> 617 <!ENTITY thunderbird-version "3 1.7.0">617 <!ENTITY thunderbird-version "38.0.1"> 618 618 <!ENTITY tigervnc-version "1.4.3"> 619 619 <!ENTITY transmission-version "2.84"> -
xsoft/other/thunderbird.xml
raf5248e2 r222df76 9 9 <!ENTITY thunderbird-download-ftp 10 10 "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2"> 11 <!ENTITY thunderbird-md5sum " dcf14a6d4aaba2f695a1ec30c296e356">12 <!ENTITY thunderbird-size "1 64 MB">13 <!ENTITY thunderbird-buildsize " 4.9 GB (62MB installed)">14 <!ENTITY thunderbird-time " 15SBU (with -j4)">11 <!ENTITY thunderbird-md5sum "0a740cdeee86d3ab49c635c6070c4b06"> 12 <!ENTITY thunderbird-size "194 MB"> 13 <!ENTITY thunderbird-buildsize "3.9 GB (73 MB installed)"> 14 <!ENTITY thunderbird-time "8.7 SBU (with -j4)"> 15 15 ]> 16 16 … … 73 73 </listitem> 74 74 </itemizedlist> 75 75 <!-- 76 76 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 77 77 <itemizedlist spacing="compact"> … … 82 82 </para> 83 83 </listitem> 84 </itemizedlist> 84 </itemizedlist>--> 85 85 86 86 <bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead> … … 217 217 # The BLFS editors recommend not changing anything below this line: 218 218 ac_add_options --prefix=/usr 219 ac_add_options --enable-application=mail 219 220 220 221 ac_add_options --disable-crashreporter … … 242 243 ac_add_options --with-system-jpeg 243 244 ac_add_options --with-system-png 244 ac_add_options --with-system-zlib</literal> 245 ac_add_options --with-system-zlib 246 247 # Build broken with system freetype-2.6 248 ac_add_options --enable-tree-freetype</literal> 245 249 EOF</userinput></screen> 246 250 <!-- … … 253 257 test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-\-> 254 258 <screen><userinput>mkdir -vp mozilla/thunderbuild</userinput></screen>--> 255 256 <para>Fix some code when building with libvpx-1.4.0 and later:</para>257 258 <screen><userinput>cd mozilla/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8 &&259 sed -e 's/IMG_FMT_I420/VPX_&/' \260 -e 's/\[PLANE_/\[VPX_PLANE_/' \261 -i vp8_impl.cc &&262 cd -</userinput></screen>263 264 <para>Fix some code when building with gcc-5:</para>265 266 <screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-gcc5-1.patch</userinput></screen>267 259 268 260 <para>
Note:
See TracChangeset
for help on using the changeset viewer.