Date: Thu, 26 Sep 2002 07:14:57 -0400 (EDT) From: Dru <dlavigne6@cogeco.ca> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: gnome@FreeBSD.ORG Subject: Re: pango port Message-ID: <20020926071429.W181-100000@dhcp-17-14.kico2.on.cogeco.ca> In-Reply-To: <1033006087.356.0.camel@gyros.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
That was it, thanks :) I don't know how you can figure that out from all of that output... Dru On 25 Sep 2002, Joe Marcus Clarke wrote: > On Wed, 2002-09-25 at 20:22, Dru wrote: > > > > Hello, > > > > I'm trying to build /usr/ports/x11-toolkits/pango on a FreeBSD > > 4.6.2-RELEASE that is cvsupped daily with the last world built on > > Saturday. (Actually, I'm trying to install > > /usr/ports/graphics/gstreamer-player but it is failing at pango). It > > doesn't matter if I try the port or cd into the work directory and run the > > configure script manually then do a make from there. > > > > Attached is the config.log, results of make, and a pkg_info. Let me know > > if you need any additional information. > > You've got a very old /usr/local/include/glib.h that needs to be > deleted. This file should not exist. > > Joe > > > > > Thanks, > > > > Dru > > ---- > > > > > make all-recursive > > Making all in pango > > Making all in opentype > > /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/etc\" -DLIBDIR=\"/usr/local/lib\" -DG_DISABLE_DEPRECATED -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -I../.. -g -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -c pango-ot-info.c > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/etc\" -DLIBDIR=\"/usr/local/lib\" -DG_DISABLE_DEPRECATED -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -I../.. -g -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -c pango-ot-info.c -fPIC -DPIC -o pango-ot-info.lo > > In file included from /usr/local/include/glib-2.0/gobject/gtype.h:26, > > from /usr/local/include/glib-2.0/gobject/gboxed.h:26, > > from /usr/local/include/glib-2.0/glib-object.h:25, > > from pango-ot-private.h:27, > > from pango-ot-info.c:22: > > /usr/local/include/glib.h:153: warning: `G_STRUCT_OFFSET' redefined > > /usr/local/include/glib-2.0/glib/gmacros.h:160: warning: this is the location of the previous definition > > /usr/local/include/glib.h:155: warning: `G_STRUCT_MEMBER_P' redefined > > /usr/local/include/glib-2.0/glib/gmacros.h:162: warning: this is the location of the previous definition > > /usr/local/include/glib.h:240: warning: `G_GNUC_PRINTF' redefined > > /usr/local/include/glib-2.0/glib/gmacros.h:59: warning: this is the location of the previous definition > > /usr/local/include/glib.h:242: warning: `G_GNUC_SCANF' redefined > > /usr/local/include/glib-2.0/glib/gmacros.h:61: warning: this is the location of the previous definition > > /usr/local/include/glib.h:244: warning: `G_GNUC_FORMAT' redefined > > /usr/local/include/glib-2.0/glib/gmacros.h:63: warning: this is the location of the previous definition > > /usr/local/include/glib.h:246: warning: `G_GNUC_NORETURN' redefined > > /usr/local/include/glib-2.0/glib/gmacros.h:65: warning: this is the location of the previous definition > > /usr/local/include/glib.h:248: warning: `G_GNUC_CONST' redefined > > /usr/local/include/glib-2.0/glib/gmacros.h:67: warning: this is the location of the previous definition > > /usr/local/include/glib.h:250: warning: `G_GNUC_UNUSED' redefined > > /usr/local/include/glib-2.0/glib/gmacros.h:69: warning: this is the location of the previous definition > > In file included from /usr/local/include/glib-2.0/gobject/gtype.h:26, > > from /usr/local/include/glib-2.0/gobject/gboxed.h:26, > > from /usr/local/include/glib-2.0/glib-object.h:25, > > from pango-ot-private.h:27, > > from pango-ot-info.c:22: > > /usr/local/include/glib.h:491: redefinition of `gssize' > > /usr/local/include/glib-2.0/glibconfig.h:58: `gssize' previously declared here > > /usr/local/include/glib.h:492: redefinition of `gsize' > > /usr/local/include/glib-2.0/glibconfig.h:59: `gsize' previously declared here > > In file included from /usr/local/include/glib-2.0/glib-object.h:29, > > from pango-ot-private.h:27, > > from pango-ot-info.c:22: > > /usr/local/include/glib-2.0/gobject/gparamspecs.h:194: syntax error before `gunichar' > > /usr/local/include/glib-2.0/gobject/gparamspecs.h:327: syntax error before `gunichar' > > In file included from /usr/local/include/glib-2.0/glib-object.h:31, > > from pango-ot-private.h:27, > > from pango-ot-info.c:22: > > /usr/local/include/glib-2.0/gobject/gsourceclosure.h:29: syntax error before `*' > > In file included from /usr/local/include/glib-2.0/glib-object.h:36, > > from pango-ot-private.h:27, > > from pango-ot-info.c:22: > > /usr/local/include/glib-2.0/gobject/gvaluearray.h:66: syntax error before `GCompareDataFunc' > > *** Error code 1 > > > > Stop in /usr/ports/x11-toolkits/pango/work/pango-1.0.4/pango/opentype. > > *** Error code 1 > > > > Stop in /usr/ports/x11-toolkits/pango/work/pango-1.0.4/pango. > > *** Error code 1 > > > > Stop in /usr/ports/x11-toolkits/pango/work/pango-1.0.4. > > *** Error code 1 > > > > Stop in /usr/ports/x11-toolkits/pango/work/pango-1.0.4. > > ---- > > > > > ============ Checking for cc version ============ > > Result is: 2.95.3, ok > > ########################################## > > > > ============ Checking for CPU vendor ============ > > Result is: GenuineIntel (6:11:1) > > ########################################## > > > > ============ Checking for CPU type ============ > > Result is: Intel(R) Pentium(R) III CPU 1133MHz > > ########################################## > > > > ============ Checking for GCC & CPU optimization abilities ============ > > > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -march=pentium3 -mcpu=pentium3 > > cc1: bad value (pentium3) for -march= switch > > cc1: bad value (pentium3) for -mcpu= switch > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -march=i686 -mcpu=i686 > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: i686 > > ########################################## > > > > ============ Checking for kernel support of mmx ============ > > > > #include <signal.h> > > void catch() { exit(1); } > > int main(void){ > > signal(SIGILL, catch); > > __asm__ __volatile__ ("emms":::"memory");return(0); > > } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: failed > > ########################################## > > > > ============ Checking for kernel support of mmx2 ============ > > > > #include <signal.h> > > void catch() { exit(1); } > > int main(void){ > > signal(SIGILL, catch); > > __asm__ __volatile__ ("sfence":::"memory");return(0); > > } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: failed > > ########################################## > > > > ============ Checking for kernel support of sse ============ > > > > #include <signal.h> > > void catch() { exit(1); } > > int main(void){ > > signal(SIGILL, catch); > > __asm__ __volatile__ ("xorps %%xmm0, %%xmm0":::"memory");return(0); > > } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: failed > > ########################################## > > > > ============ Checking for mtrr support ============ > > Result is: yes > > ########################################## > > > > > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -march=i686 -mno-sse > > cc1: Invalid option `no-sse' > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > ============ Checking for assembler (/usr/libexec/elf/as 2.11.2) ============ > > Result is: ok > > ########################################## > > > > ============ Checking for extra headers ============ > > Result is: -I/usr/local/include -I/usr/local/include > > ########################################## > > > > ============ Checking for extra libs ============ > > Result is: -L/usr/local/lib -L/usr/local/lib > > ########################################## > > > > ============ Checking for i18n ============ > > Result is: no > > ########################################## > > > > ============ Checking for setlocale() ============ > > > > #include <locale.h> > > int main(void) { setlocale( LC_ALL,"" ); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for language ============ > > Result is: using en > > ########################################## > > > > ============ Checking for enable sighandler ============ > > Result is: yes > > ########################################## > > > > ============ Checking for runtime cpudetection ============ > > Result is: no > > ########################################## > > > > ============ Checking for restrict keyword ============ > > > > void foo(char * restrict p); int main(){} > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.c:1: syntax error before `p' > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > void foo(char * __restrict p); int main(){} > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: __restrict > > ########################################## > > > > ============ Checking for kstat ============ > > > > #include <kstat.h> > > int main(void) { (void) kstat_open(); (void) kstat_close(0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lkstat > > /tmp/mplayer-conf--31112.c:1: kstat.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for posix4 ============ > > > > #include <time.h> > > int main(void) { (void) nanosleep(0, 0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lposix4 > > /usr/libexec/elf/ld: cannot find -lposix4 > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for nanosleep ============ > > > > #include <time.h> > > int main(void) { (void) nanosleep(0, 0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for socklib ============ > > > > #include <netdb.h> > > int main(void) { (void) gethostbyname(0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lsocket > > /usr/libexec/elf/ld: cannot find -lsocket > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > #include <netdb.h> > > int main(void) { (void) gethostbyname(0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lnsl > > /usr/libexec/elf/ld: cannot find -lnsl > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > #include <netdb.h> > > int main(void) { (void) gethostbyname(0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lsocket -lnsl > > /usr/libexec/elf/ld: cannot find -lsocket > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for inet_pton() ============ > > > > #include <sys/types.h> > > #include <sys/socket.h> > > #include <arpa/inet.h> > > int main(void) { (void) inet_pton(0, 0, 0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > In file included from /tmp/mplayer-conf--31112.c:3: > > /usr/include/arpa/inet.h:89: warning: parameter has incomplete type > > /usr/include/arpa/inet.h:92: warning: parameter has incomplete type > > /usr/include/arpa/inet.h:96: warning: parameter has incomplete type > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes (using ) > > ########################################## > > > > ============ Checking for inttypes.h (required) ============ > > > > #include <inttypes.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for word size ============ > > > > #include <stdio.h> > > #include <sys/types.h> > > int main(void) { printf("%d\n", sizeof(size_t)*8); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: > > ########################################## > > > > ============ Checking for stddef.h ============ > > > > #include <stddef.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for malloc.h ============ > > > > #include <malloc.h> > > int main(void) { (void) malloc(0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > In file included from /tmp/mplayer-conf--31112.c:1: > > /usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead" > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for memalign() ============ > > Result is: no > > ########################################## > > > > ============ Checking for alloca.h ============ > > > > #include <alloca.h> > > int main(void) { (void) alloca(0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.c:1: alloca.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > #include <alloca.h> > > int main(void) { (void) alloca(0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.c:1: alloca.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for mman.h ============ > > > > #include <sys/types.h> > > #include <sys/mman.h> > > int main(void) { (void) mmap(0, 0, 0, 0, 0, 0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for dynamic loader ============ > > > > #include <dlfcn.h> > > int main(void) { dlopen(0, 0); dlclose(0); dlsym(0, 0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for pthread ============ > > Result is: yes (using -pthread) > > ########################################## > > > > ============ Checking for sys/soundcard.h ============ > > > > #include <sys/soundcard.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for sys/dvdio.h ============ > > > > #include <unistd.h> > > #include <sys/dvdio.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for sys/cdio.h ============ > > > > #include <unistd.h> > > #include <sys/cdio.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for linux/cdrom.h ============ > > > > #include <sys/types.h> > > #include <linux/cdrom.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.c:2: linux/cdrom.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for dvd.h ============ > > > > #include <dvd.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.c:1: dvd.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for BSDI dvd.h ============ > > > > #include <dvd.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.c:1: dvd.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for HPUX SCSI header ============ > > > > #include <sys/scsi.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.c:1: sys/scsi.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for userspace SCSI headers (Solaris) ============ > > > > # include <unistd.h> > > # include <stropts.h> > > # include <sys/scsi/scsi_types.h> > > # include <sys/scsi/impl/uscsi.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.c:2: stropts.h: No such file or directory > > /tmp/mplayer-conf--31112.c:3: sys/scsi/scsi_types.h: No such file or directory > > /tmp/mplayer-conf--31112.c:4: sys/scsi/impl/uscsi.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for termcap ============ > > > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -ltermcap > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for termios ============ > > > > #include <sys/termios.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes (using sys/termios.h) > > ########################################## > > > > ============ Checking for shm ============ > > > > #include <sys/types.h> > > #include <sys/shm.h> > > int main(void) { shmget(0, 0, 0); shmat(0, 0, 0); shmctl(0, 0, 0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for linux devfs ============ > > Result is: no > > ########################################## > > > > ============ Checking for strsep() ============ > > > > #include <string.h> > > int main (void) { char *s = "Hello, world!"; (void) strsep(&s, ","); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for vsscanf() ============ > > > > #include <stdarg.h> > > int main(void) { vsscanf(); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for sys/sysinfo.h ============ > > > > #include <sys/sysinfo.h> > > int main(void) { > > struct sysinfo s_info; > > sysinfo(&s_info); > > return 0; > > } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.c:1: sys/sysinfo.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for 3dfx ============ > > Result is: no > > ########################################## > > > > ============ Checking for tdfxfb ============ > > Result is: no > > ########################################## > > > > ============ Checking for DirectFB headers presence ============ > > Result is: not found > > ########################################## > > > > ============ Checking for DirectFB ============ > > Result is: no > > ########################################## > > > > ============ Checking for X11 headers presence ============ > > Result is: yes (using /usr/X11R6/include) > > ########################################## > > > > ============ Checking for X11 libs presence ============ > > Result is: yes (using /usr/X11R6/lib) > > ########################################## > > > > ============ Checking for X11 ============ > > > > #include <X11/Xlib.h> > > #include <X11/Xutil.h> > > int main(void) { (void) XCreateWindow(0,0,0,0,0,0,0,0,0,0,0,0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXext > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for DPMS ============ > > > > #include <X11/Xmd.h> > > #include <X11/Xlib.h> > > #include <X11/Xutil.h> > > #include <X11/Xatom.h> > > #include <X11/extensions/dpms.h> > > int main(void) { > > (void) DPMSQueryExtension(0, 0, 0); > > } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXext -lXdpms > > /usr/libexec/elf/ld: cannot find -lXdpms > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > #include <X11/Xlib.h> > > #include <X11/extensions/dpms.h> > > int main(void) { > > (void) DPMSQueryExtension(0, 0, 0); > > } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXext > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes (using Xdpms 4) > > ########################################## > > > > ============ Checking for Xv ============ > > > > #include <X11/Xlib.h> > > #include <X11/extensions/Xvlib.h> > > int main(void) { (void) XvGetPortAttribute(0, 0, 0, 0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXext -lXv > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for Xinerama ============ > > > > #include <X11/Xlib.h> > > #include <X11/extensions/Xinerama.h> > > int main(void) { (void) XineramaIsActive(0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXext -lXinerama > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for Xxf86vm ============ > > > > #include <X11/Xlib.h> > > #include <X11/extensions/xf86vmode.h> > > int main(void) { (void) XF86VidModeQueryExtension(0, 0, 0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXext -lXxf86vm > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for DGA ============ > > > > #include <X11/Xlib.h> > > #include <X11/extensions/xf86dga.h> > > int main (void) { (void) XF86DGASetViewPort(0, 0, 0, 0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXext -lXxf86dga -lXxf86vm > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > > > #include <X11/Xlib.h> > > #include <X11/extensions/xf86dga.h> > > int main (void) { (void) XDGASetViewport(0, 0, 0, 0, 0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXext -lXxf86dga > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes (using DGA 2.0) > > ########################################## > > > > ============ Checking for OpenGL ============ > > > > #include <GL/gl.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXext -lGL -lm > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for /dev/mga_vid ============ > > Result is: no > > ########################################## > > > > ============ Checking for xmga ============ > > Result is: no > > ########################################## > > > > ============ Checking for GGI ============ > > > > #include <ggi/ggi.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lggi > > /tmp/mplayer-conf--31112.c:1: ggi/ggi.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for AA ============ > > > > #include <aalib.h> > > int main(void) { (void) aa_init(0, 0, 0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -laa > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for SVGAlib ============ > > > > #include <vga.h> > > #include <vgagl.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lvgagl -lvga > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for FBDev ============ > > Result is: no > > ########################################## > > > > ============ Checking for DVB ============ > > > > #include <sys/poll.h> > > #include <sys/ioctl.h> > > #include <stdio.h> > > #include <time.h> > > #include <unistd.h> > > > > #include <ost/dmx.h> > > #include <ost/frontend.h> > > #include <ost/sec.h> > > #include <ost/video.h> > > #include <ost/audio.h> > > int main(void) {return 0;} > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.c:7: ost/dmx.h: No such file or directory > > /tmp/mplayer-conf--31112.c:8: ost/frontend.h: No such file or directory > > /tmp/mplayer-conf--31112.c:9: ost/sec.h: No such file or directory > > /tmp/mplayer-conf--31112.c:10: ost/video.h: No such file or directory > > /tmp/mplayer-conf--31112.c:11: ost/audio.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > #include <sys/poll.h> > > #include <sys/ioctl.h> > > #include <stdio.h> > > #include <time.h> > > #include <unistd.h> > > > > #include <ost/dmx.h> > > #include <ost/frontend.h> > > #include <ost/sec.h> > > #include <ost/video.h> > > #include <ost/audio.h> > > int main(void) {return 0;} > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I/usr/src/DVB/ost/include > > /tmp/mplayer-conf--31112.c:7: ost/dmx.h: No such file or directory > > /tmp/mplayer-conf--31112.c:8: ost/frontend.h: No such file or directory > > /tmp/mplayer-conf--31112.c:9: ost/sec.h: No such file or directory > > /tmp/mplayer-conf--31112.c:10: ost/video.h: No such file or directory > > /tmp/mplayer-conf--31112.c:11: ost/audio.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > #include <sys/poll.h> > > #include <sys/ioctl.h> > > #include <stdio.h> > > #include <time.h> > > #include <unistd.h> > > > > #include <ost/dmx.h> > > #include <ost/frontend.h> > > #include <ost/sec.h> > > #include <ost/video.h> > > #include <ost/audio.h> > > int main(void) {return 0;} > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I/usr/local/include -I/usr/local/include/ost/include > > /tmp/mplayer-conf--31112.c:7: ost/dmx.h: No such file or directory > > /tmp/mplayer-conf--31112.c:8: ost/frontend.h: No such file or directory > > /tmp/mplayer-conf--31112.c:9: ost/sec.h: No such file or directory > > /tmp/mplayer-conf--31112.c:10: ost/video.h: No such file or directory > > /tmp/mplayer-conf--31112.c:11: ost/audio.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no (specify path to DVB/ost/include with --with-extraincdir=DIR) > > ########################################## > > > > ============ Checking for PNG support ============ > > > > #include <png.h> > > #include <string.h> > > int main(void) { > > printf("png.h : %s\n", PNG_LIBPNG_VER_STRING); > > printf("libpng: %s\n", png_libpng_ver); > > return (strcmp(PNG_LIBPNG_VER_STRING, png_libpng_ver)); > > } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lpng -lz -lm > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: no (mismatch of library and header versions) > > ########################################## > > > > ============ Checking for JPEG support ============ > > > > #include <stdio.h> > > #include <stdlib.h> > > #include <setjmp.h> > > #include <string.h> > > #include <jpeglib.h> > > int main(void) { > > return 0; > > } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -ljpeg -lm > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: no > > ########################################## > > > > ============ Checking for GIF89a support ============ > > > > #include <gif_lib.h> > > int main(void) { > > return 0; > > } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lgif > > /usr/libexec/elf/ld: cannot find -lgif > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > #include <gif_lib.h> > > int main(void) { > > return 0; > > } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lungif > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > > > #include <gif_lib.h> > > int main(void) { > > return 0; > > } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lgif -L/usr/X11R6/lib -lX11 -lXext > > /usr/libexec/elf/ld: cannot find -lgif > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > #include <gif_lib.h> > > int main(void) { > > return 0; > > } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lungif -L/usr/X11R6/lib -lX11 -lXext > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: no > > ########################################## > > > > ============ Checking for VESA support ============ > > Result is: no (not supported on this OS/architecture) > > ########################################## > > > > ============ Checking for SDL ============ > > sdl-config: not found > > 1.2.4 > > 1.2.4 > > > > #include <SDL.h> > > int main(int argc, char *argv[]) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I/usr/local/include -I/usr/local/include/SDL11 -D_REENTRANT -D_THREAD_SAFE -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL-1.1 -pthread > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes (using sdl11-config) > > ########################################## > > > > ============ Checking for NAS ============ > > > > #include <audio/audiolib.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -laudio -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXext -lXt -lm > > /tmp/mplayer-conf--31112.c:1: audio/audiolib.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for DXR2 ============ > > > > #include <dxr2ioctl.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.c:1: dxr2ioctl.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > #include <dxr2ioctl.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I /usr/local/include/dxr2 > > /tmp/mplayer-conf--31112.c:1: dxr2ioctl.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > #include <dxr2ioctl.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I /usr/include/dxr2 > > /tmp/mplayer-conf--31112.c:1: dxr2ioctl.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for DXR3/H+ ============ > > > > #include <linux/em8300.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.c:1: linux/em8300.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for libmp1e ============ > > Result is: no > > ########################################## > > > > ============ Checking for libfame ============ > > Result is: no > > ########################################## > > > > ============ Checking for OSS Audio ============ > > > > #include <sys/ioctl.h> > > #include <sys/soundcard.h> > > int main(void) { int arg = SNDCTL_DSP_SETFRAGMENT; return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for aRts ============ > > 0.9.5 > > > > #include <artsc.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -L/usr/local/lib -lartsc -pthread -I/usr/local/include/artsc > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > ./configure: /tmp/mplayer-conf--31112.o: permission denied > > Result is: no > > ########################################## > > > > ============ Checking for ALSA audio ============ > > > > #include <sys/asoundlib.h> > > int main(void) { return (!(SND_LIB_MAJOR==0 && SND_LIB_MINOR==5)); } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lasound -pthread > > /tmp/mplayer-conf--31112.c:1: sys/asoundlib.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > #include <sys/asoundlib.h> > > int main(void) { return (!(SND_LIB_MAJOR==0 && SND_LIB_MINOR==9)); } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lasound -pthread > > /tmp/mplayer-conf--31112.c:1: sys/asoundlib.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > #include <alsa/asoundlib.h> > > int main(void) { return (!(SND_LIB_MAJOR==0 && SND_LIB_MINOR==9)); } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lasound -pthread > > /tmp/mplayer-conf--31112.c:1: alsa/asoundlib.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for Sun audio ============ > > > > #include <sys/types.h> > > #include <sys/audioio.h> > > int main(void) { audio_info_t info; AUDIO_INITINFO(&info); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.c:2: sys/audioio.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for Sun mediaLib ============ > > > > #include <mlib.h> > > int main(void) { mlib_VideoColorYUV2ABGR420(0,0,0,0,0,0,0,0,0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I/opt/SUNWmlib/include -L/opt/SUNWmlib/lib -lmlib > > /tmp/mplayer-conf--31112.c:1: mlib.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for SGI audio ============ > > > > #include <dmedia/audio.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.c:1: dmedia/audio.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for VCD support ============ > > Result is: ok > > ########################################## > > > > ============ Checking for DVD support (libmpdvdkit) ============ > > Result is: yes > > ########################################## > > > > ============ Checking for DVD support (libcss - old style) ============ > > > > #include <sys/types.h> > > #include <css.h> > > int main(void) { (void) CSSisEncrypted(0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lcss > > /tmp/mplayer-conf--31112.c:2: css.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for DVD support (libdvdread - new style) ============ > > Result is: disabled by libmpdvdkit2 > > ########################################## > > > > ============ Checking for DVD support (libdvdnav) ============ > > > > #include <dvdnav.h> > > int main(void) { dvdnav_t *dvd=0; return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -I/usr/local/include -I/usr/local/include -I-I/usr/local/include -I/usr/local/include/dvdnav -D_THREAD_SAFE -ldvdnav > > /usr/local/lib/libdvdnav.so: undefined reference to `pthread_mutex_unlock' > > /usr/local/lib/libdvdnav.so: undefined reference to `pthread_mutex_destroy' > > /usr/local/lib/libdvdnav.so: undefined reference to `pthread_mutex_lock' > > /usr/local/lib/libdvdnav.so: undefined reference to `pthread_mutex_init' > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for cdparanoia ============ > > > > #include <cdda_interface.h> > > #include <cdda_paranoia.h> > > // This need a better test. How ? > > int main(void) { return 1; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lcdda_interface -lcdda_paranoia > > /tmp/mplayer-conf--31112.c:1: cdda_interface.h: No such file or directory > > /tmp/mplayer-conf--31112.c:2: cdda_paranoia.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for freetype >= 2.0.9 ============ > > Result is: no > > ########################################## > > > > ============ Checking for zlib ============ > > > > #include <zlib.h> > > int main(void) { (void) inflate(0, Z_NO_FLUSH); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lz > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for RTC ============ > > Result is: no (Linux specific feature) > > ########################################## > > > > ============ Checking for mad support ============ > > > > #include <mad.h> > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lmad > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for OggVorbis support ============ > > > > #include <vorbis/codec.h> > > int main(void) { vorbis_packet_blocksize(0,0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lvorbis -logg -lm > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for FAAD (AAC) support ============ > > > > #include <faad.h> > > int main(void) { faacDecHandle testhand; faacDecFrameInfo testinfo; testhand = faacDecOpen(); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lfaad -lm > > /tmp/mplayer-conf--31112.c:1: faad.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for Win32 DLL support ============ > > Result is: yes (using /usr/local/lib/win32) > > ########################################## > > > > ============ Checking for DirectShow ============ > > Result is: yes > > ########################################## > > > > ============ Checking for XAnim DLL ============ > > Result is: yes > > ########################################## > > > > ============ Checking for RealPlayer DLL ============ > > Result is: yes (using /usr/local/lib/RealPlayer8/Codecs) > > ########################################## > > > > ============ Checking for LIVE.COM Streaming Media libraries ============ > > Result is: no > > ########################################## > > > > ============ Checking for iconv ============ > > > > #include <stdio.h> > > #include <unistd.h> > > #include <iconv.h> > > #define INBUFSIZE 1024 > > #define OUTBUFSIZE 4096 > > > > char inbuffer[INBUFSIZE]; > > char outbuffer[OUTBUFSIZE]; > > > > int main(void) { > > ssize_t numread; > > iconv_t icdsc; > > char *tocode="UTF-8"; > > char *fromcode="cp1250"; > > if ((icdsc = iconv_open (tocode, fromcode)) != (iconv_t)(-1)) { > > while ((numread = read (0, inbuffer, INBUFSIZE))) { > > char *iptr=inbuffer; > > char *optr=outbuffer; > > size_t inleft=numread; > > size_t outleft=OUTBUFSIZE; > > if (iconv(icdsc, (const char **)&iptr, &inleft, &optr, &outleft) > > != (size_t)(-1)) { > > write (1, outbuffer, OUTBUFSIZE - outleft); > > } > > } > > if (iconv_close(icdsc) == -1) > > ; > > } > > } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lm -liconv > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for FFmpeg libavcodec (static) ============ > > Result is: yes > > ########################################## > > > > ============ Checking for libdv-0.9.5 (for mencoder) ============ > > > > #include <libdv/dv.h> > > int main(void) { dv_encoder_t* enc=dv_encoder_new(1,1,1); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -ldv -lm > > /tmp/mplayer-conf--31112.c:1: libdv/dv.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for zr ============ > > Result is: no > > ########################################## > > > > ============ Checking for bl ============ > > Result is: no > > ########################################## > > > > ============ Checking for XviD ============ > > > > #include <xvid.h> > > #include <divx4.h> > > int main(void) { xvid_init(0, 0, 0, 0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lm > > cc: : No such file or directory > > /tmp/mplayer-conf--31112.c:2: divx4.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > #include <xvid.h> > > #include <divx4.h> > > int main(void) { xvid_init(0, 0, 0, 0); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lm -lxvidcore > > /tmp/mplayer-conf--31112.c:2: divx4.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for DivX4linux/DivX5linux/OpenDivX decore ============ > > > > #include <decore.h> > > int main(void) { (void) decore(0, 0, 0, 0); return DEC_OPT_FRAME_311; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lm -ldivxdecore -lm > > /tmp/mplayer-conf--31112.c:1: decore.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > > > #include <decore.h> > > int main(void) { (void) decore(0, 0, 0, 0); return DEC_OPT_MEMORY_REQS; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lm -ldivxdecore -lm > > /tmp/mplayer-conf--31112.c:1: decore.h: No such file or directory > > > > ldd /tmp/mplayer-conf--31112.o > > ldd: /tmp/mplayer-conf--31112.o: No such file or directory > > > > Result is: no > > ########################################## > > > > ============ Checking for libmp3lame (for mencoder) ============ > > > > #include <lame/lame.h> > > int main(void) { (void) lame_init(); return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o -lmp3lame -lvorbis -logg -lm > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for XviD/DivX4linux encore (for mencoder) ============ > > Result is: no > > ########################################## > > > > ============ Checking for mencoder ============ > > Result is: yes > > ########################################## > > > > ============ Checking for fastmemcpy ============ > > Result is: yes > > ########################################## > > > > ============ Checking for TV interface ============ > > Result is: yes > > ########################################## > > > > ============ Checking for *BSD BrookTree 848 TV interface ============ > > > > #include <sys/types.h> > > #if defined(__NetBSD__) > > #include <dev/ic/bt8xx.h> > > #else > > #include <machine/ioctl_bt848.h> > > #endif > > int main(void) { return 0; } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: yes > > ########################################## > > > > ============ Checking for Video 4 Linux TV interface ============ > > Result is: no > > ########################################## > > > > ============ Checking for audio select() ============ > > Result is: yes > > ########################################## > > > > ============ Checking for streaming ============ > > Result is: yes > > ########################################## > > > > ============ Checking for byte order ============ > > > > #include <inttypes.h> > > int main(void) { > > volatile uint32_t i=0x01234567; > > return (*((uint8_t*)(&i))) == 0x67; > > } > > > > cc -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib /tmp/mplayer-conf--31112.c -o /tmp/mplayer-conf--31112.o > > > > ldd /tmp/mplayer-conf--31112.o > > /tmp/mplayer-conf--31112.o: > > ldd: /tmp/mplayer-conf--31112.o: Permission denied > > /tmp/mplayer-conf--31112.o: exit status 1 > > > > Result is: Little Endian > > ########################################## > > > > ============ Checking for GUI ============ > > ---- > > > > > AbiWord-1.0.2 An open-source, cross-platform WYSIWYG word processor > > ImageMagick-5.4.8.3 Image processing tools (interactive optional--misc/display > > Mesa-3.4.2_2 A graphics library similar to SGI's OpenGL > > ORBit-0.5.17 High-performance CORBA ORB with support for the C language > > XFree86-VirtualFramebufferServer-4.2.1 XFree86-4 Virtual Framebuffer Server > > XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files > > XFree86-libraries-4.2.1_1 XFree86-4 include/(shared) library kit > > Xaw3d-1.5 A 3-D Athena Widget set that looks like Motif > > aalib-1.4.r5_1 An ascii art library > > acidwarp-1.0 SVGAlib demo which displays trippy mathematical images in c > > acroread-5.06_1 View, distribute and print PDF documents > > arts-1.0.3,1 Audio system for the KDE integrated X11 desktop > > atk-1.0.3 A GNOME accessibility toolkit (ATK) > > autoconf-2.53_1 Automatically configure source code on many Un*x platforms > > autoconf213-2.13.000227_2 Automatically configure source code on many Un*x platforms > > automake-1.5,1 GNU Standards-compliant Makefile generator > > automake14-1.4.5_2 GNU Standards-compliant Makefile generator (legacy version > > avifile-0.7.11.20020711,2 AVI player/converter with numerous codecs, including MPEG-4 > > backfract-1.1.2 Fractal image animated wallpaper program > > barry-0.5.3 A nice KDE frontend to the ports system > > bison-1.35_1 A parser generator from FSF, (mostly) compatible with Yacc > > bonobo-1.0.20_2 The component and compound document system for GNOME > > cclient-2001a,1 Mark Crispen's C-client mail access routines > > chbg-1.5_1 Change Background Picture with time period > > cups-base-1.1.15.1_4 The Common UNIX Printing System > > cvsup-without-gui-16.1f General network file distribution system optimized for CVS > > db3-3.3.11,1 The Berkeley DB package, revision 3 > > deep_zoom-0.3 Generate very highly zoomed fractals > > djbfft-0.76 An extremely fast library for floating-point convolution > > docbook-xml-4.1.2_1 XML version of the DocBook DTD > > docbook-xsl-1.51.1 XSL DocBook stylesheets > > esound-0.2.29 A sound library for enlightenment package > > expat-1.95.5 XML 1.0 parser written in C > > extace-1.7.3 An Audio Visualization plugin for the X Window System > > fam-2.6.9_2 A file alteration monitor > > fetchmail-5.9.13 Batch mail retrieval utility for IMAP/POP2/POP3/APOP/KPOP/E > > ffmpeg-0.4.5_2 Hyper fast realtime audio/video encoder/converter, streamin > > fftw-2.1.3 Fast C routines to compute the Discrete Fourier Transform > > flashplayer-0.4.10_1 GPL standalone Flash (TM) player > > flashplugin-mozilla-0.4.10_1 A GPL standalone Flash (TM) plugin for Mozilla web browser > > freetype-1.3.1_2 A free and portable TrueType font rendering engine > > freetype2-2.1.2 A free and portable TrueType font rendering engine > > gal-0.19.3 A collection of widgets taken from GNOME gnumeric and evolu > > gcc-3.1.1_20020909 GNU Compiler Collection 3.1 (inprogress version) > > gconf-1.0.9_1 A configuration database system for GNOME > > gdbm-1.8.0 The GNU database manager > > gdk-pixbuf-0.18.0 A graphic library for GTK+ > > gettext-0.10.35_2 GNU gettext package > > gettext-0.11.5_1 GNU gettext package > > ghostscript-gnu-7.05_3 GNU Postscript interpreter > > giblib-1.2.2 A utility library that includes a wrapper for imlib2 > > gimp-1.2.3_2,1 the GNU Image Manipulation Program > > glib-1.2.10_7 Some useful routines of C programming (previous stable vers > > glib-2.0.6 Some useful routines of C programming (current stable versi > > gmake-3.79.1_3 GNU version of 'make' utility > > gnomebasic-0.0.20 Provide Visual Basic compatible functionality for GNOME, es > > gnomecanvas-0.18.0 A graphics library for GNOME > > gnomedb-0.2.96_1 Provide uniform access to data sources for the GNOME enviro > > gnomehier-1.0_3 An utility port, installing hierarchy of common GNOME direc > > gnomelibs-1.4.2_1 Libraries for GNOME, a GNU desktop environment > > gnomemimedata-2.0.1_1 A MIME and Application database for GNOME > > gnomeprint-0.37 Gnome print support library > > gnomevfs-1.0.5_4 GNOME Virtual File System > > gnumeric-1.0.9 The GNOME spreadsheet > > gqview-1.1.1 Another gtk-based graphic file viewer > > gtar-1.13.25_4 GNU version of the traditional tar archiver > > gtk-1.2.10_8 Gimp Toolkit for X11 GUI (previous stable version) > > guile-1.4.1_2 GNU's Ubiquitous Intelligent Language for Extension > > guppi-0.40.3_1 A ploting program for GNOME > > gv-3.5.8 A PostScript and PDF previewer > > help2man-1.26 Automatically generating simple manual pages from program o > > imake-4.2.0_1 Imake and other utilities from XFree86 > > imlib-1.9.14_1 A graphic library for enlightenment package > > imlib2-1.0.6_1 The next generation graphic library for enlightenment packa > > intltool-0.22 Xml internationalization support for GNOME, and others > > jasper-1.500.4 An implementation of the codec specified in the JPEG-2000 s > > javavmwrapper-1.4 Wrapper script for various Java Virtual Machines > > jbigkit-1.4 Lossless compression for bi-level images such as scanned pa > > jdk-1.3.1p7 Java Development Kit 1.3 > > jpeg-6b_1 IJG's jpeg compression utilities > > kde-3.0.3 The "meta-port" for KDE > > kdebase-3.0.3 Base modules for the KDE integrated X11 desktop > > kdegames-3.0.3 Games for the KDE integrated X11 desktop > > kdegraphics-3.0.3 Graphics utilities for the KDE3 integrated X11 desktop > > kdelibs-3.0.3a Libraries for KDE > > kdemultimedia-3.0.3 Multimedia utilities for the KDE integrated X11 desktop > > kdenetwork-3.0.3 Network modules for KDE3 > > kdeutils-3.0.3 Utilities for the KDE integrated X11 desktop > > kisomandel-0.66 A fractal rendering program with nice 3d-display in realtim > > koffice-1.2,1 Office Suite for KDE3 > > ladspa-1.1 Linux Audio Developer's Simple Plugin API > > lame-gtk-3.91 ISO code based fast MP3 encoder kit > > lcms-1.08 Light Color Management System -- a color management library > > liba52-0.7.4 A free library for decoding ATSC A/52 streams, aka AC-3 > > libart_lgpl2-2.3.10 Library for high-performance 2D graphics > > libaudiofile-0.2.3 A sound library for SGI audio file > > libdivxdecore-devel-0.4.0.50_1 OpenDivX decoding engine from Project Mayo (development ver > > libdvdcss-1.2.2 Portable abstraction library for DVD decryption > > libdvdnav-0.1.3 The library for the xine-dvdnav plugin > > libdvdread-0.9.3 This is needed by ogle, which is a DVD player that supports > > libflash-0.4.10 GPL Flash (TM) Library > > libfpx-1.2.0.4_1 Library routines for working with Flashpix images > > libgda-0.2.96_1 Provides uniform access to different kinds of data sources > > libglade-0.17_2 GNOME glade library > > libgmp-4.1_1 A free library for arbitrary precision arithmetic > > libgnugetopt-1.2 GNU getopt library > > libiconv-1.8_1 A character set conversion library > > libmikmod-3.1.10 MikMod Sound Library > > libmng-1.0.3 Multiple-image Network Graphics (MNG) reference library > > libmpeg2-0.2.1_1 A free library for decoding mpeg-2 and mpeg-1 video streams > > libogg-1.0,3 Ogg bitstream library > > libole2-0.2.4 Support library for OLE functions (MS-Excel) for gnumeric > > libsidplay-1.36.57 A Commodore SID-chip emulator library to play SID music fil > > libsndfile-1.0.1 Reading and writing files containing sampled sound (like WA > > libtool-1.3.4_4 Generic shared library support script > > libungif-4.1.0b1 Tools and library routines for working with GIF images > > libunicode-0.4_3 A library for manipulating Unicode characters and strings > > libvorbis-1.0,3 Audio compression codec library > > libwmf-0.2.6 Tools and library for converting microsoft's wmf (windows m > > libxine-0.9.13 Libraries for xine UNIX video player > > libxml-1.8.17_1 Xml parser library for GNOME > > libxml2-2.4.24 Xml parser library for GNOME > > libxslt-1.0.20 The XSLT C library for GNOME > > linux-divxplayer-0.2.0 DivX(TM) Video Player for Linux from DivX.com > > linux-realplayer-8.cs2 Linux RealPlayer 8.0 from RealNetworks > > linux-sun-jdk-1.3.1.04_1 Sun Java Development Kit 1.3 for Linux > > linux_base-7.1_1 The base set of packages needed in Linux mode > > lynx-ssl-2.8.4.1c A non-graphical, text-based https-enabled World-Wide Web cl > > m4-1.4_1 GNU's m4 > > mad-0.14.2b_2 High-quality MPEG audio decoder > > mkcatalog-1.1 A maintainance utility for sgml catalog files > > mozilla-1.0.1,2 The open source, standards compliant web browser > > mplayer-fonts-0.50 A font pack for the mplayer OSD and SUB > > mplayer-gtk-0.90.0.8_1 High performance media player that supports many formats > > mplayer-skins-1.0.3 Skins for MPlayer's Graphical User Interface (GUI) > > nasm-0.98.33,1 General-purpose multi-platform x86 assembler > > netshow-2.00.251 Microsoft NetShow video stream player > > nspr-4.2 A platform-neutral API for system level and libc like funct > > oaf-0.6.10 Object Activation Framework for GNOME > > ogle-0.8.5 Open DVD player that supports DVD menus > > ogle-gui-0.8.5 An add-on graphical user interface for Ogle > > open-motif-2.2.2 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) > > pcre-3.9 Perl Compatible Regular Expressions library > > pine-4.44 PINE(tm) -- a Program for Internet News & Email > > pkgconfig-0.12.0 An utility used to retrieve information about installed lib > > plugger-4.0_1 A multimedia front-end plugin for Mozilla > > png-1.2.4 Library for manipulating PNG images > > popt-1.6.4 A getopt(3) like library with a number of enhancements, fro > > portupgrade-20020921.1 Very powerful FreeBSD ports/packages upgrading tool and mor > > procmail-3.22 A local mail delivery agent > > psiconv-0.8.3 A conversion utility to convert Psion 5(MX) files into othe > > py22-expat-2.2.1_2 Python interface to the Expat XML parser > > py22-tkinter-2.2.1 Python bindings to the Tk widget set > > pysol-4.81 Solitaire game, written in Python > > pysol-cardsets-4.40 Collection of free cardsets adapted for use with PySol > > pysol-music-4.40 Collection of background music for use with PySol > > pysol-sound-server-2.50 Python extension module to play sounds and background music > > python-2.2.1 An interpreted object-oriented programming language > > qt-2.3.1_2 A C++ X GUI toolkit > > qt-3.0.5_3 A C++ X GUI toolkit > > rpm-3.0.6_6 The Red Hat Package Manager > > rpm2cpio-1.1.20020306 Convert .rpm files for extraction with /usr/bin/cpio, needs > > ruby-1.6.7.2002.09.12 An object-oriented interpreted scripting language > > ruby-bdb1-0.1.7 Ruby interface to Berkeley DB revision 1.8x with full featu > > ruby-shim-ruby18-1.7.3.2002.09.20 A set of Ruby modules to provide Ruby 1.8 functionalities > > scrollkeeper-0.3.11_2,1 An Open Document Cataloging Project > > scrot-0.6 A screen capture utility that utilizes Imlib2 > > sdl-1.2.4_1 Cross-platform multi-media development API (developm. vers. > > sdl_mixer-1.2.4_1 A sample multi-channel audio mixer library > > sdocbook-xml-4.1.2.5 "Simplified" DocBook XML DTD > > sed_inplace-2002.06.28 A modified version of the sed(1) which can do in-place edit > > sidplay-1.0.8 A Commodore SID-chip emulator that plays SID music files > > smpeg-0.4.4 A free MPEG1 video player library with sound support > > smpeg-xmms-0.3.4 A mpeg video plugin for XMMS > > svgalib-1.4.2_1 A low level console graphics library > > synaesthesia-2.1 Graphically represents sound in real time > > tcl-8.3.4_4 Tool Command Language > > tiff-3.5.7 Tools and library routines for working with TIFF images > > timidity++-esound-2.11.3 Software MIDI player > > tk-8.3.4_3 Graphical toolkit for TCL > > unzip-5.50 List, test and extract compressed files in a ZIP archive > > urwfonts-1.0 Another font package for X > > wavplay-1.4 A wav player and recorder > > win32-codecs-011002.0.0.60 Huge compilation of Win32 binary codecs, including MPEG-4(D > > xanim-2.80.2 Play most popular animation formats and show pictures > > xine-0.9.13 A MPEG-1 and MPEG-2 player > > xine_d4d_plugin-0.3.2 A dvd input plugin for xine > > xine_d5d_plugin-0.2.7_1 A dvd input plugin for xine with menu support > > xine_dvdnav_plugin-0.9.13 A dvd input plugin for xine > > xmms-esound-1.2.7_2 X Multimedia System --- An audio player with a Winamp GUI > > xmms-gdancer-0.4.5 XMMS Visualization plugin, displays dancing figures > > xmms-liveice-1.0.0 Use XMMS for streaming audio to Icecast servers > > xmms-osssurround-0.1 OSSSuround adds Surround Sound capabilities to XMMS > > xmms-quix3dn-4.4.1 A 3D-sound effect plugin for XMMS > > xmp-esound-2.0.4 A player for many different Amiga and PC module formats > > xvid-0.20020412_1 An opensource MPEG-4 codec, based on OpenDivx > > zip-2.3_1 Create/update ZIP files compatible with pkzip > -- > PGP Key : http://www.marcuscom.com/pgp.asc > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020926071429.W181-100000>