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

Context Navigation

  • Back to Ticket #477

Ticket #477: sdl-image-1.2.10.bep

File sdl-image-1.2.10.bep, 1.1 KB (added by mbaluta, 5 years ago)

changed libtiff to tiff

Line 
1DESCRIPTION="Simple Direct Media Layer Image Library"
2HOMEPAGE="http://www.libsdl.org/projects/SDL_image"
3SRC_URI="http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.10.tar.gz"
4CHECKSUM_MD5="6c06584b31559e2b59f2b982d0d1f628"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="media-libs/jpeg >= 8b
8        media-libs/libpng >= 1.2.44 < 1.4.0
9        media-libs/tiff >= 3.8.2
10        media-libs/giflib >= 4.1.6"
11BUILD {
12        cd SDL_image-1.2.10
13        cp /boot/common/share/aclocal/libtool.m4 acinclude
14        cp /boot/common/share/aclocal/ltoptions.m4 acinclude
15        cp /boot/common/share/aclocal/ltversion.m4 acinclude
16        cp /boot/common/share/aclocal/ltsugar.m4 acinclude
17        cp /boot/common/share/aclocal/lt~obsolete.m4 acinclude
18        libtoolize --force --copy --install
19        aclocal -I acinclude
20        ./autogen.sh
21        MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
22        LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
23        ./configure --prefix=`finddir B_COMMON_DIRECTORY` \
24                --enable-bmp --enable-lbm --enable-pcx \
25                --enable-pnm --enable-tga --enable-xcf --enable-xpm --enable-xv \
26                --enable-gif --enable-jpg --disable-jpg-shared \
27                --libdir=$LIBDIR \
28                --mandir=$MANDIR
29        make
30}
31
32INSTALL {
33        cd SDL_image-1.2.10
34        make install
35}

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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