| 49 | | local myconf |
| 50 | | |
| 51 | | myconf="${myconf} |
| 52 | | $(use_enable fontconfig) \ |
| 53 | | $(use_enable X software-x11) \ |
| 54 | | $(use_enable X software-16-x11) \ |
| 55 | | $(use_enable xcb software-xcb) \ |
| 56 | | $(use_enable sdl software-sdl) \ |
| 57 | | $(use_enable sdl sdl-primitive) \ |
| 58 | | $(use_enable fbcon fb) \ |
| 59 | | $(use_enable opengl gl-x11) \ |
| 60 | | $(use_enable X xrender-x11) \ |
| 61 | | $(use_enable xcb xrender-xcb) \ |
| 62 | | $(use_enable gif image-loader-gif) \ |
| 63 | | $(use_enable png image-loader-png) \ |
| 64 | | $(use_enable jpeg image-loader-jpeg) \ |
| 65 | | $(use_enable eet image-loader-eet) \ |
| 66 | | $(use_enable eet font-loader-eet) \ |
| 67 | | $(use_enable edb image-loader-edb) \ |
| 68 | | $(use_enable tiff image-loader-tiff) \ |
| 69 | | $(use_enable xpm image-loader-xpm) \ |
| 70 | | $(use_enable svg image-loader-svg) \ |
| 71 | | $(use_enable threads pthreads) \ |
| 72 | | $(use_enable mmx cpu-mmx) \ |
| 73 | | $(use_enable sse cpu-sse) \ |
| 74 | | $(use_enable altivec cpu-altivec) \ |
| 75 | | $(use_enable directfb) \ |
| 76 | | --enable-buffer \ |
| 77 | | --disable-cairo-x11 \ |
| 78 | | --disable-image-loader-pmaps \ |
| 79 | | --enable-cpu-c \ |
| 80 | | --enable-scale-sample \ |
| 81 | | --enable-scale-smooth \ |
| 82 | | --enable-convert-8-rgb-332 \ |
| 83 | | --enable-convert-8-rgb-666 \ |
| 84 | | --enable-convert-8-rgb-232 \ |
| 85 | | --enable-convert-8-rgb-222 \ |
| 86 | | --enable-convert-8-rgb-221 \ |
| 87 | | --enable-convert-8-rgb-121 \ |
| 88 | | --enable-convert-8-rgb-111 \ |
| 89 | | --enable-convert-16-rgb-565 \ |
| 90 | | --enable-convert-16-rgb-555 \ |
| 91 | | --enable-convert-16-rgb-444 \ |
| 92 | | --enable-convert-16-rgb-rot-0 \ |
| 93 | | --enable-convert-16-rgb-rot-270 \ |
| 94 | | --enable-convert-16-rgb-rot-90 \ |
| 95 | | --enable-convert-24-rgb-888 \ |
| 96 | | --enable-convert-24-bgr-888 \ |
| 97 | | --enable-convert-32-rgb-8888 \ |
| 98 | | --enable-convert-32-rgbx-8888 \ |
| 99 | | --enable-convert-32-bgr-8888 \ |
| 100 | | --enable-convert-32-bgrx-8888 \ |
| 101 | | --enable-convert-32-rgb-rot-0 \ |
| 102 | | --enable-convert-32-rgb-rot-270 \ |
| 103 | | --enable-convert-32-rgb-rot-90 \ |
| 104 | | --x-includes=${SYSROOT}/usr/X11R6/include \ |
| 105 | | --x-libraries=${SYSROOT}/usr/X11R6/lib" |
| 106 | | |
| 107 | | econf ${myconf} || die "Configuration failed" |
| 108 | | emake || die "Make failed" |
| | 49 | econf \ |
| | 50 | $(use_enable fontconfig) \ |
| | 51 | $(use_enable X software-x11) \ |
| | 52 | $(use_enable X software-16-x11) \ |
| | 53 | $(use_enable xcb software-xcb) \ |
| | 54 | $(use_enable sdl software-sdl) \ |
| | 55 | $(use_enable sdl sdl-primitive) \ |
| | 56 | $(use_enable fbcon fb) \ |
| | 57 | $(use_enable opengl gl-x11) \ |
| | 58 | $(use_enable X xrender-x11) \ |
| | 59 | $(use_enable xcb xrender-xcb) \ |
| | 60 | $(use_enable gif image-loader-gif) \ |
| | 61 | $(use_enable png image-loader-png) \ |
| | 62 | $(use_enable jpeg image-loader-jpeg) \ |
| | 63 | $(use_enable eet image-loader-eet) \ |
| | 64 | $(use_enable eet font-loader-eet) \ |
| | 65 | $(use_enable edb image-loader-edb) \ |
| | 66 | $(use_enable tiff image-loader-tiff) \ |
| | 67 | $(use_enable xpm image-loader-xpm) \ |
| | 68 | $(use_enable svg image-loader-svg) \ |
| | 69 | $(use_enable threads pthreads) \ |
| | 70 | $(use_enable mmx cpu-mmx) \ |
| | 71 | $(use_enable sse cpu-sse) \ |
| | 72 | $(use_enable altivec cpu-altivec) \ |
| | 73 | $(use_enable directfb) \ |
| | 74 | --enable-buffer \ |
| | 75 | --disable-cairo-x11 \ |
| | 76 | --disable-image-loader-pmaps \ |
| | 77 | --enable-cpu-c \ |
| | 78 | --enable-scale-sample \ |
| | 79 | --enable-scale-smooth \ |
| | 80 | --enable-convert-8-rgb-332 \ |
| | 81 | --enable-convert-8-rgb-666 \ |
| | 82 | --enable-convert-8-rgb-232 \ |
| | 83 | --enable-convert-8-rgb-222 \ |
| | 84 | --enable-convert-8-rgb-221 \ |
| | 85 | --enable-convert-8-rgb-121 \ |
| | 86 | --enable-convert-8-rgb-111 \ |
| | 87 | --enable-convert-16-rgb-565 \ |
| | 88 | --enable-convert-16-rgb-555 \ |
| | 89 | --enable-convert-16-rgb-444 \ |
| | 90 | --enable-convert-16-rgb-rot-0 \ |
| | 91 | --enable-convert-16-rgb-rot-270 \ |
| | 92 | --enable-convert-16-rgb-rot-90 \ |
| | 93 | --enable-convert-24-rgb-888 \ |
| | 94 | --enable-convert-24-bgr-888 \ |
| | 95 | --enable-convert-32-rgb-8888 \ |
| | 96 | --enable-convert-32-rgbx-8888 \ |
| | 97 | --enable-convert-32-bgr-8888 \ |
| | 98 | --enable-convert-32-bgrx-8888 \ |
| | 99 | --enable-convert-32-rgb-rot-0 \ |
| | 100 | --enable-convert-32-rgb-rot-270 \ |
| | 101 | --enable-convert-32-rgb-rot-90 \ |
| | 102 | --x-includes=${SYSROOT}/usr/X11R6/include \ |
| | 103 | --x-libraries=${SYSROOT}/usr/X11R6/lib \ |
| | 104 | || die |
| | 105 | emake || die |