Date: Mon, 6 Feb 2006 13:54:35 +0100 From: Dejan Lesjak <dejan.lesjak@ijs.si> To: Michael Landin Hostbaek <mich@freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, MANTANI Nobutaka <nobutaka@freebsd.org>, ports-committers@freebsd.org Subject: Re: cvs commit: ports/multimedia/libxine Makefile ports/multimedia/libxine/files patch-src_audio_out_audio_oss_out.c Message-ID: <200602061354.35472.dejan.lesjak@ijs.si> In-Reply-To: <20060206122959.GG47761@mich2.itxmarket.com> References: <200602051723.k15HNFX3056985@repoman.freebsd.org> <20060206122959.GG47761@mich2.itxmarket.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 06 February 2006 13:29, Michael Landin Hostbaek wrote: > MANTANI Nobutaka (nobutaka) writes: > > nobutaka 2006-02-05 17:23:15 UTC > > > > FreeBSD ports repository > > > > Modified files: > > multimedia/libxine Makefile > > Added files: > > multimedia/libxine/files patch-src_audio_out_audio_oss_out.c > > Log: > > Fix ioctl errors on amd64. > > It seems that this no longer compiles with xorg-lib 6.9.0 - as libdpstk > is longer installed. > > cc -shared .libs/xineplug_decode_image_la-image.o -Wl,--rpath > -Wl,/usr/ports/multimedia/libxine/work/xine-lib-1.1.1/src/xine-engine/.libs > -Wl,--rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib > ../../src/xine-engine/.libs/libxine.so -lWand -lMagick -ljbig -llcms > -ltiff -lfreetype -ljasper -ljpeg -lpng -lfpx -ldpstk -ldps -lXext -lXt > -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lm -mtune=i386 > -mpreferred-stack-boundary=2 -Wl,--rpath -Wl,/usr/local/lib -Wl,-soname > -Wl,xineplug_decode_image.so -o .libs/xineplug_decode_image.so > /usr/bin/ld: cannot find -ldpstk > gmake[3]: *** [xineplug_decode_image.la] Error 1 > gmake[3]: Leaving directory > `/usr/ports/multimedia/libxine/work/xine-lib-1.1.1/src/libxinevdec' > gmake[2]: *** [all-recursive] Error 1 You will probably need to recompile ImageMagick. If the output of "Wand-config --libs" includes "-ldpstk -ldps" then that would be it. (libxine just uses this output to figure out which libraries to link with). Dejan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602061354.35472.dejan.lesjak>