Changeset 7498751


Ignore:
Timestamp:
05/06/2012 03:26:39 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7be6394d
Parents:
b7083b7
Message:

Added Gnash 0.8.10 and its required dependency, Agg 2.5

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10090 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 added
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb7083b7 r7498751  
    44-->
    55
    6 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     6<!ENTITY day          "06">                   <!-- Always 2 digits -->
    77<!ENTITY month        "05">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "May 5th, &year;">
     12<!ENTITY releasedate  "May 6th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    629629<!ENTITY pango-version                "1.30.0">
    630630<!ENTITY pangomm-version              "2.28.4">
     631<!ENTITY agg-version                  "2.5">
    631632<!ENTITY atk-version                  "2.4.0">
    632633<!ENTITY atkmm-version                "2.22.6">
     
    938939<!ENTITY balsa-version                "2.4.12">
    939940<!ENTITY gparted-version              "0.12.1">
     941<!ENTITY gnash-version                "0.8.10">
    940942<!ENTITY gimp-version                 "2.8.0">
    941943<!ENTITY icedtea-web-version          "1.0.1">
  • introduction/welcome/changelog.xml

    rb7083b7 r7498751  
    4343-->
    4444    <listitem>
     45      <para>May 6th, 2012</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[abenton] - Added Gnash 0.8.10 and its required dependency,
     49          Agg 2.5.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>May 5th, 2012</para>
    4656      <itemizedlist>
  • x/lib/lib.xml

    rb7083b7 r7498751  
    2525  assist programmers by supplying common elements.</para>
    2626
     27  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="agg.xml"/>
    2728  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="atk.xml"/>
    2829  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="atkmm.xml"/>
  • x/wm/other-wms.xml

    rb7083b7 r7498751  
    2020  packages.</para>
    2121
    22   <para><command>mwm</command> is the Motif® Window Manager. It is an
    23   <application>OSF/Motif®</application> clone packaged and installed with
     22  <para><command>mwm</command> is the Motif&reg; Window Manager. It is an
     23  <application>OSF/Motif&reg;</application> clone packaged and installed with
    2424  <!-- <xref linkend="lesstif"/>.</para>-->
    2525  <ulink url="http://sourceforge.net/projects/lesstif/">LessTif</ulink>.</para>
  • xsoft/graphweb/firefox.xml

    rb7083b7 r7498751  
    66
    77  <!ENTITY firefox-download-http
    8      "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
     8    "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    99  <!ENTITY firefox-download-ftp
    10   "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
     10    "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    1111  <!ENTITY firefox-md5sum        "80c3e5927274de7f181fb5f931ac5fd4">
    1212  <!ENTITY firefox-size          "75 MB">
     
    202202    <para>
    203203      The above instructions just install the parts you need to run
    204       <application>Firefox</application>. Alternatively, if you want to install
    205       the full <application>Firefox</application> development environment (Note,
    206       this installs more than half a gigabyte of extra files and so is not
    207       recommended) as the <systemitem class="username">root</systemitem> user:
     204      <application>Firefox</application>. If you want to compile
     205      <xref linkend="gnash"/>, the open source version of Flash, copy some
     206      headers that Gnash needs into /usr/include, as the
     207      <systemitem class="username">root</systemitem> user:
     208    </para>
     209
     210<screen role="root"><userinput>mkdir /usr/include/npapi
     211cp dom/plugins/base/*.h /usr/include/npapi</userinput></screen>
     212
     213    <para>
     214      If you want to install the full <application>Firefox</application>
     215      development environment (Note, this installs more than half a gigabyte of
     216      extra files), as the <systemitem class="username">root</systemitem> user:
    208217    </para>
    209218
     
    329338          <filename class="directory">/usr/lib/firefox-&firefox-version;</filename>.
    330339        </seg>
    331         <seg>/usr/lib/firefox-&firefox-version;</seg>
     340        <seg>
     341          /usr/include/npapi and
     342          /usr/lib/firefox-&firefox-version;.
     343        </seg>
    332344      </seglistitem>
    333345    </segmentedlist>
  • xsoft/graphweb/seamonkey.xml

    rb7083b7 r7498751  
    222222    <para>
    223223      The above instructions just install the parts you need to run
    224       <application>Seamonkey</application>. Alternatively, if you want to
    225       install the full <application>Seamonkey</application> development
    226       environment (Note, this installs more than half a gigabyte of extra files
    227       and so is not recommended) as the
     224      <application>Seamonkey</application>. If you want to compile
     225      <xref linkend="gnash"/>, the open source version of Flash, copy some
     226      headers that Gnash needs into /usr/include, as the
    228227      <systemitem class="username">root</systemitem> user:
     228    </para>
     229
     230<screen role="root"><userinput>mkdir /usr/include/npapi
     231cp mozilla/dom/plugins/base/*.h /usr/include/npapi</userinput></screen>
     232
     233    <para>
     234      If you want to install the full <application>Seamonkey</application>
     235      development environment (Note, this installs more than half a gigabyte of
     236      extra files), as the <systemitem class="username">root</systemitem> user:
    229237    </para>
    230238
     
    357365          class="directory">/usr/lib/seamonkey-&seamonkey-version;</filename>
    358366        </seg>
    359         <seg>/usr/lib/seamonkey-&seamonkey-version;</seg>
     367        <seg>
     368          /usr/include/npapi and
     369          /usr/lib/seamonkey-&seamonkey-version;.
     370        </seg>
    360371      </seglistitem>
    361372    </segmentedlist>
  • xsoft/other/other.xml

    rb7083b7 r7498751  
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="balsa.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gimp.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnash.xml"/>
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gparted.xml"/>
    2425  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="icedtea-web.xml"/>
Note: See TracChangeset for help on using the changeset viewer.