~ubuntu-branches/ubuntu/raring/wxwidgets2.8/raring

« back to all changes in this revision

Viewing changes to src/png/projects/beos/x86-static.txt

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-01-07 13:59:25 UTC
  • mfrom: (1.1.9) (5.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120107135925-2601miy9ullcon9j
Tags: 2.8.12.1-6ubuntu1
* Resync from Debian, changes that were kept:
  - debian/rules: re-enable mediactrl. This allows libwx_gtk2u_media-2.8 to be
    built, as this is required by some applications (LP: #632984)
  - debian/control: Build-dep on libxt-dev for mediactrl.
  - Patches
    + fix-bashism-in-example
* Add conflict on python-wxgtk2.8 (<< 2.8.12.1-6ubuntu1~) to python-wxversion
  to guarantee upgrade ordering when moving from pycentral to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This project builds a static library version of libpng on x86 BeOS.
2
 
 
3
 
It defines PNG_USE_PNGGCCRD, which activates the assembly code in
4
 
pnggccrd.c; this hasn't been extensively tested on BeOS.
5
 
 
6
 
To install:
7
 
 
8
 
1) build
9
 
 
10
 
   Note: As of version 1.0.10, you'll get a fair number of warnings when
11
 
         you compile pnggccrd.c.  As far as I know, these are harmless,
12
 
         but it would be better if someone fixed them.
13
 
 
14
 
2) copy and png.h, pngconf.h somewhere; /boot/home/config/include (which
15
 
   you'll have to make) is a good choice
16
 
 
17
 
3) copy libpng.a to /boot/home/config/lib
18
 
 
19
 
4) build your libpng.a applications (remember to include libz.a as
20
 
   well when you link)
21
 
 
22
 
- Chris Herborth, March 27, 2001