Re: multimedia/xvid

2008-10-12 Thread Carlos A. M. dos Santos
/multimedia/xvid/files/ seems to do the trick, though I don't use xvid so I can't exactly test that the new version assembles things properly. Something done to configure.in should be sent upstream really. Yes, fixing the configure script should be done upstream, but it seems that the xvid project

Re: multimedia/xvid

2008-10-11 Thread Michel Talon
On Fri, Oct 10, 2008 at 10:11:35PM -0300, Carlos A. M. dos Santos wrote: Standard questions: 1. O which architectures did you test this? On a P4 HTT. I can test that on an Athlon T Bird and a Core 2 Duo in 386 mode, but i don't have access to an amd64 machine running FreeBSD, and of course

Re: multimedia/xvid

2008-10-11 Thread Carlos A. M. dos Santos
On Sat, Oct 11, 2008 at 4:37 AM, Michel Talon [EMAIL PROTECTED] wrote: On Fri, Oct 10, 2008 at 10:11:35PM -0300, Carlos A. M. dos Santos wrote: Standard questions: 1. O which architectures did you test this? On a P4 HTT. I can test that on an Athlon T Bird and a Core 2 Duo in 386 mode, but

Re: multimedia/xvid

2008-10-11 Thread Michel Talon
On Sun, Oct 12, 2008 at 12:42:08AM +1100, Sean Winn wrote: Another option is to just fix the configure script so it doesn't break on nasm 1 (it's failing on the patch level check) The attached file dropped in ports/multimedia/xvid/files/ seems to do the trick, though I don't use xvid so I

Re: multimedia/xvid

2008-10-11 Thread Carlos A. M. dos Santos
On Sat, Oct 11, 2008 at 12:42 PM, Michel Talon [EMAIL PROTECTED] wrote: I gave it a try and found that configure needs some help on AMD64 because it expects the architecture name to be x86_64, not amd64. Could you please check if the attached Makefile works on i386? I can not test it because I

Re: multimedia/xvid

2008-10-10 Thread Carlos A. M. dos Santos
dependency and compiles the assembly files, which enables SSE instructions. The net result is that, without any other tweak, i now encode the same stuff at 11 frames/s. So to be short, multimedia/xvid should require a dependency on yasm. (*) in find that the end result is better (less artifacts

multimedia/xvid and USE_GCC

2007-05-25 Thread Yuri Pankov
Hi, Is there a reason why multimedia/xvid uses USE_GCC?= 3.4 and not USE_GCC?= 3.4+? Now that gcc-4.2.0 is in base on -CURRENT, it builds and apps using it seem to run just fine with 4.2. TIA, Yuri ___ freebsd-ports@freebsd.org mailing list http

Re: multimedia/xvid and USE_GCC

2007-05-25 Thread Michael Nottebrock
On Friday, 25. May 2007, Yuri Pankov wrote: Hi, Is there a reason why multimedia/xvid uses USE_GCC?= 3.4 and not USE_GCC?= 3.4+? Now that gcc-4.2.0 is in base on -CURRENT, it builds and apps using it seem to run just fine with 4.2. Nope, just an oversight. Should be fixed now. Cheers