~ubuntu-branches/ubuntu/karmic/gnash/karmic

« back to all changes in this revision

Viewing changes to doc/C/refmanual/code_dependencies.xml

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2008-10-13 14:29:49 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20081013142949-f6qdvnu4mn05ltdc
Tags: 0.8.4~~bzr9980-0ubuntu1
* new upstream release 0.8.4 (LP: #240325)
* ship new lib usr/lib/gnash/libmozsdk.so.* in mozilla-plugin-gnash
  - update debian/mozilla-plugin-gnash.install
* ship new lib usr/lib/gnash/libgnashnet.so.* in gnash-common
  - update debian/gnash-common.install
* add basic debian/build_head script to build latest CVS head packages.
  - add debian/build_head
* new sound architecture requires build depend on libsdl1.2-dev
  - update debian/control
* head build script now has been completely migrated to bzr (upstream +
  ubuntu)
  - update debian/build_head
* disable kde gui until klash/qt4 has been fixed; keep kde packages as empty
  packages for now.
  - update debian/rules
  - debian/klash.install
  - debian/klash.links
  - debian/klash.manpages
  - debian/konqueror-plugin-gnash.install
* drop libkonq5-dev build dependency accordingly
  - update debian/control
* don't install headers manually anymore. gnash doesnt provide a -dev
  package after all
  - update debian/rules
* update libs installed in gnash-common; libgnashserver-*.so is not available
  anymore (removed); in turn we add the new libgnashcore-*.so
  - update debian/gnash-common.install
* use -Os for optimization and properly pass CXXFLAGS=$(CFLAGS) to configure
  - update debian/rules
* touch firefox .autoreg in postinst of mozilla plugin
  - update debian/mozilla-plugin-gnash.postinst
* link gnash in ubufox plugins directory for the plugin alternative switcher
  - add debian/mozilla-plugin-gnash.links
* suggest ubufox accordingly
  - update debian/control
* add new required build-depends on libgif-dev
  - update debian/control
* add Xb-Npp-Description and Xb-Npp-File as new plugin database meta data
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    &app; has a number of dependencies on other packages.
6
6
    If you install the dependencies using a package
7
7
    manager, be certain to install the development versions
8
 
    of the packages.  The normal versions are often missing
 
8
    of the packages.  The normal versions often lack
9
9
    the headers &app; needs to compile.
10
10
  </para>
11
11
 
12
12
  <para>
13
 
    Some dependencies have other dependencies, like GTk also needs
 
13
    Some dependencies have other dependencies: for instance, GTK also needs
14
14
    glib2, atk, and pango to produce a fully linked
15
15
    executable. Different distributions also use differing
16
16
    dependencies, sometimes a package will depend on libxml2 on one
298
298
        
299
299
        <row>
300
300
          <entry>JPEG</entry>
301
 
          <entry>Optional</entry>
 
301
          <entry>Required</entry>
302
302
          <entry></entry>
303
303
          <entry>
304
304
            <ulink type="http" url="http://www.ijg.org/">JPEG</ulink>
305
305
            is a lossy image format which is heavily used for images.
306
306
          </entry>
307
307
          <entry>
308
 
            This library is used for rendering JPEGs.
 
308
                  This library is used for reading external JPEGs and JPEG
 
309
                  data embedded in SWF files.
309
310
          </entry>
310
311
          <entry><filename>libjpeg62-dev</filename></entry>
311
312
          <entry><filename>libjpeg</filename></entry>
314
315
        
315
316
        <row>
316
317
          <entry>PNG</entry>
317
 
          <entry>Optional</entry>
 
318
          <entry>Required</entry>
318
319
          <entry></entry>
319
320
          <entry>
320
321
            <ulink type="http" 
323
324
            <emphasis>GIF</emphasis>.
324
325
          </entry>
325
326
          <entry>
326
 
            This library is used for rendering PNGs.
 
327
                  This library is used for loading external PNG
 
328
                  images (part of the SWF8 specification) and for writing
 
329
                  images in the PNG format.
327
330
          </entry>
328
331
          <entry><filename>libpng12-dev</filename></entry>
329
332
          <entry><filename>libpng</filename></entry>
330
333
          <entry><filename>png</filename></entry>
331
334
        </row>
 
335
 
 
336
        <row>
 
337
          <entry>GIF</entry>
 
338
            <entry>Required</entry>
 
339
              <entry></entry>
 
340
              <entry>GIF is a common image format that should now
 
341
                      be free of patent restrictions.
 
342
               <emphasis>GIF</emphasis>.
 
343
                </entry>
 
344
                <entry>
 
345
                This library is used for loading external GIF
 
346
                images (part of the SWF8 specification).
 
347
                </entry>
 
348
                    <entry><filename>libungif-dev</filename></entry>
 
349
                    <entry><filename>libungif-devel</filename></entry>
 
350
                    <entry><filename>gif</filename></entry>
 
351
        </row>
332
352
        
333
353
        <row>
334
354
          <entry>libcurl</entry>