HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 2 and Version 3 of net-www/gnash/0.8.4/2


Ignore:
Timestamp:
03/13/09 16:09:52 (6 years ago)
Author:
adek336
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • net-www/gnash/0.8.4/2

    v2 v3  
    11Requires gcc4. Builds stand-alone player which is able to view most swf files. Also builds a very early version of a Bezilla-gcc4 plugin. 
     2 
     3 
     4Configure summary 
     5{{{ 
     6Configurable options are: 
     7        Intel 810 LOD bias hack disabled (default). Use --enable-i810-lod-bias to enable. 
     8        MIT-SHM X extension support disabled (default). Use --enable-mit-shm to enable. 
     9        POSIX Threads support enabled (default) 
     10        DMalloc support disabled (default). Use --enable-dmalloc to enable. 
     11        NPAPI plugin enabled (default). Use --disable-npapi to disable. 
     12            NPAPI plugin will be installed in /boot/home/config/settings/Mozilla/plugins 
     13        KPARTS plugin disabled. 
     14        GNOME help disabled (default). Use --enable-ghelp to enable. 
     15        Building Cygnal media server disabled. 
     16        Building the Flash debugger is disabled. 
     17        Top level for cross compiling support files is:  
     18        Enabling security features:  localconnection 
     19        GUI toolkits supported: sdl,dump 
     20        Renderers supported: agg 
     21        Media handler: ffmpeg 
     22        Using SDL for sound handling 
     23        Using sysv mode for shared memory 
     24 
     25Configured paths for i586-pc-haiku are: 
     26        DocBook document processing disabled (default) 
     27        XML flags are: -I/boot/common/include/libxml2 
     28        XML libs are: -L/boot/common/lib -lxml2 
     29        JPEG flags are: default include path 
     30        JPEG libs are: -ljpeg -lz   
     31        GIF flags are: default include path 
     32        GIF libs are: -lgif -ljpeg -lz   
     33        PNG flags are: -I/boot/common/include/libpng12   
     34        PNG libs are: -lpng12   
     35        MP3 and video support enabled through ffmpeg 
     36        FFMPEG flags are: -I/boot/home/config/include   
     37        FFMPEG libs are:  -lavcodec   -lavformat   -lavutil   -lswscale   
     38        SDL flags are: -I/boot/common/include/SDL -D_GNU_SOURCE=1 
     39        SDL libs are: -L/boot/common/lib -lSDL 
     40        POSIX Threads flags are: -Kthread 
     41        CURL flags are: -I/boot/common/include 
     42        CURL libs are: -L/boot/common/lib -lcurl 
     43        AGG Pixel format is: all 
     44        AGG flags are: -I/boot/common/include/agg 
     45        AGG libs are:  -lagg 
     46        BOOST flags are: -I/boot/common/include/boost-1_38 
     47        BOOST libs are: -L/boot/common/lib -lboost_thread-gcc43-mt-1_38 -lboost_date_time-gcc43-mt-1_38 
     48        BOOST Extra libs are:  -lboost_serialization-gcc43-mt-1_38 
     49        Z flags are: default include path 
     50        Z libs are: -lz   
     51 
     52        WARNING: without --enable-docbook we will use the cached 
     53                 documentation files included in the gnash distribution. 
     54                 If you change files in doc/C, you should --enable-docbook. 
     55        WARNING: You need to have the Ming development package 
     56                 installed to run most of the tests in Gnash testsuite. 
     57                 Install it from http://www.libming.org/ 
     58                 or .deb users: apt-get install libming-dev 
     59        WARNING: You need to have the Ming utilities package 
     60                 installed to run most of the tests in Gnash testsuite. 
     61                 Install it from http://www.libming.org 
     62                 or .deb users: apt-get install libming-util 
     63        WARNING: You need to have the MTASC compiler packages installed 
     64                 to run some of the tests in Gnash testsuite. 
     65                 You can install it from http://mtasc.org 
     66                 or .deb users: apt-get install mtasc 
     67        WARNING: You need to have the HAXE compiler packages installed 
     68                 to run some of the tests in Gnash testsuite. 
     69                 You can install it from http://haxe.org 
     70                 or .deb users: apt-get install haxe (version 2 or later required) 
     71        WARNING: You need to have the 'swfmill' tool installed 
     72                 to run some of the tests in Gnash testsuite. 
     73                 You can install it from http://swfmill.org/ 
     74                 or .deb users: apt-get install swfmill 
     75        WARNING: You need to have 'swfc' from SWFTools installed 
     76                 to run some of the tests in Gnash testsuite. 
     77                 You can install it from http://www.swftools.org/ 
     78                 or .deb users: apt-get install swftools 
     79        WARNING: You need to have python installed 
     80                 to run some of the tests in Gnash testsuite. 
     81        WARNING: You need to have the freetype development packages installed 
     82                 to use device fonts. 
     83                 Install it from http://www.freetype.org 
     84                 or .deb users: apt-get install libfreetype6-dev 
     85                 or .rpm users: yum install libfreetype6-dev (??) 
     86                 It may still be possible to configure without freetype. 
     87        WARNING: You need to have the freetype development packages installed 
     88                 to use device fonts. 
     89                 Install it from http://www.fontconfig.org 
     90                 or .deb users: apt-get install libfontconfig1-dev 
     91                 or .rpm users: yum install ?? 
     92                 It may still be possible to configure without fontconfig. 
     93        WARNING: You need the dejagnu package installed to get a summary 
     94                 report after running ''make check'' 
     95                 Install it from http://www.gnu.org/software/dejagnu/ 
     96                 or .deb users: apt-get install dejagnu 
     97 
     98Gnash should still compile even with these warnings.  If it doesn't, 
     99report the warnings as a bug. 
     100 
     101ERROR: No pthread development package installed! 
     102configure: error: Please install required packages 
     103}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/