Changeset ae284778
- Timestamp:
- 07/08/2017 11:46:39 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 428fb71
- Parents:
- bf5b1db
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/libjpeg-turbo.xml
rbf5b1db rae284778 7 7 <!ENTITY libjpeg-download-http "&sourceforge-repo;/libjpeg-turbo/libjpeg-turbo-&libjpeg-turbo-version;.tar.gz"> 8 8 <!ENTITY libjpeg-download-ftp " "> 9 <!ENTITY libjpeg-md5sum " 55deb139b0cac3c8200b75d485fc13f3">9 <!ENTITY libjpeg-md5sum "6b4923e297a7eaa255f08511017a8818"> 10 10 <!ENTITY libjpeg-size "1.6 MB"> 11 11 <!ENTITY libjpeg-buildsize "15 MB (with tests)"> 12 <!ENTITY libjpeg-time "0. 6SBU (with tests)">12 <!ENTITY libjpeg-time "0.5 SBU (with tests)"> 13 13 ]> 14 14 … … 39 39 40 40 &lfs80_checked; 41 &gcc7_checked; 41 42 42 43 <bridgehead renderas="sect3">Package Information</bridgehead> -
introduction/welcome/changelog.xml
rbf5b1db rae284778 46 46 <para>July 8th, 2017</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to faad2-2.8.0. Fixes 50 <ulink url="&blfs-ticket-root;9463">#9463</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to bind9-9.11.1-P3. Fixes 54 <ulink url="&blfs-ticket-root;9462">#9462</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[bdubbs] - Update to libjpeg-turbo-1.5.2. Fixes 58 <ulink url="&blfs-ticket-root;9460">#9460</ulink>.</para> 59 </listitem> 48 60 <listitem> 49 61 <para>[bdubbs] - Update to php-7.1.7. Fixes -
multimedia/libdriv/faad2.xml
rbf5b1db rae284778 7 7 <!ENTITY faad2-download-http "&sourceforge-repo;/faac/faad2-&faad2-version;.tar.bz2"> 8 8 <!ENTITY faad2-download-ftp " "> 9 <!ENTITY faad2-md5sum " 4c332fa23febc0e4648064685a3d4332">10 <!ENTITY faad2-size " 880 KB">11 <!ENTITY faad2-buildsize "1 2MB (without media player plugins)">9 <!ENTITY faad2-md5sum "0404cb32b1cf0ffecc8e31eab0d10c2f"> 10 <!ENTITY faad2-size "640 KB"> 11 <!ENTITY faad2-buildsize "16 MB (without media player plugins)"> 12 12 <!ENTITY faad2-time "0.2 SBU (without media player plugins)"> 13 13 ]> … … 35 35 36 36 &lfs80_checked; 37 &gcc7_checked; 37 38 38 39 <bridgehead renderas="sect3">Package Information</bridgehead> … … 62 63 <listitem> 63 64 <para> 64 Required patch: <ulink url="&patch-root;/faad2-&faad2-version;-mp4ff-1.patch"/>65 </para>66 </listitem>67 <listitem>68 <para>69 65 Sample AAC file: <ulink url="http://www.nch.com.au/acm/sample.aac"/> (7 KB) 70 66 </para> … … 72 68 </itemizedlist> 73 69 74 <!--75 <bridgehead renderas="sect3">FAAD2 Dependencies</bridgehead>76 77 <bridgehead renderas="sect4">Optional (to build corresponding AAC plugins)</bridgehead>78 <para role="optional"><xref linkend="xmms"/> and79 <ulink url="http://mpeg4ip.sourceforge.net/">mpeg4ip</ulink> (both80 are untested, and both projects are dead).</para> -->81 70 82 71 <para condition="html" role="usernotes">User Notes: … … 91 80 following commands:</para> 92 81 93 <screen><userinput>patch -Np1 -i ../faad2-&faad2-version;-mp4ff-1.patch && 94 95 sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g" configure.in && 96 sed -i "s:man_MANS:man1_MANS:g" frontend/Makefile.am && 97 98 autoreconf -fi && 82 <screen><userinput>autoreconf -fiv && 99 83 100 84 ./configure --prefix=/usr --disable-static && … … 139 123 <title>Command Explanations</title> 140 124 141 <!-- <para><command>./bootstrap</command>: This command runs GNU Autotools142 to create the <command>configure</command> script and other143 required build files.</para> -->144 145 <para>146 <command>sed -i ...</command>: First command fixes autotools scripts to147 be compatible with latest version of <application>Automake</application>148 and second command fixes manual page install location.149 </para>150 151 125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 152 126 href="../../xincludes/static-libraries.xml"/> 153 127 154 <para><option>--with-drm</option>: This option is supposed to enable155 support for decoding156 <ulink url="http://www.drm.org/">Digital Radio Mondiale</ulink>, but157 actually breaks the base functionality of the package (e.g., the resulting158 <command>faad</command> program cannot decode the sample AAC file159 linked above). Don't use it.</para>160 128 </sect2> 161 129 … … 170 138 <seglistitem> 171 139 <seg>faad</seg> 172 <seg>libfaad.so </seg>140 <seg>libfaad.so and libfaad_drm.so</seg> 173 141 <seg>None</seg> 174 142 </seglistitem> -
networking/netutils/bind-utils.xml
rbf5b1db rae284778 6 6 <!ENTITY bind-download-http " "> 7 7 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz"> 8 <!ENTITY bind-md5sum " 6ffed18c96ad1f8247492156c2d180a9">8 <!ENTITY bind-md5sum "86536512f247750255c4fd63ffa6e96f"> 9 9 <!ENTITY bind-size "9.3 MB"> 10 10 <!ENTITY bind-utils-buildsize "125 MB"> -
packages.ent
rbf5b1db rae284778 200 200 <!ENTITY lcms2-version "2.8"> 201 201 <!ENTITY libexif-version "0.6.21"> 202 <!ENTITY libjpeg-turbo-version "1.5. 1">202 <!ENTITY libjpeg-turbo-version "1.5.2"> 203 203 <!ENTITY libmng-version "2.0.3"> 204 204 <!ENTITY libpng-version "1.6.29"> … … 432 432 <!ENTITY avahi-version "0.6.32"> 433 433 <!ENTITY bind-minor-version "9.11"> 434 <!ENTITY bind-version "&bind-minor-version;.1-P 2">434 <!ENTITY bind-version "&bind-minor-version;.1-P3"> 435 435 <!ENTITY mod_dnssd-version "0.6"> 436 436 <!ENTITY NetworkManager-version "1.8.0"> … … 753 753 <!ENTITY audiofile-version "0.3.6"> 754 754 <!ENTITY faac-version "1.29"> 755 <!ENTITY faad2-version "2. 7">755 <!ENTITY faad2-version "2.8.0"> 756 756 <!ENTITY fdk-aac-version "0.1.5"> 757 757 <!ENTITY flac-version "1.3.2"> -
server/major/bind.xml
rbf5b1db rae284778 7 7 <!ENTITY bind-download-http " "> 8 8 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz"> 9 <!ENTITY bind-md5sum " 6ffed18c96ad1f8247492156c2d180a9">9 <!ENTITY bind-md5sum "86536512f247750255c4fd63ffa6e96f"> 10 10 <!ENTITY bind-size "9.3 MB"> 11 11 <!ENTITY bind-buildsize "118 MB (additional 11 MB for the test suite)">
Note:
See TracChangeset
for help on using the changeset viewer.