From owner-cvs-all@FreeBSD.ORG Tue Aug 1 15:23:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB34416A4DA; Tue, 1 Aug 2006 15:23:45 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from mail2.itxmarket.com (fw.itxmarket.com [84.14.136.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id B856A43D9D; Tue, 1 Aug 2006 15:23:17 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id 1617E1C095C; Tue, 1 Aug 2006 17:23:16 +0200 (CEST) Received: by icommerce.fr (Postfix, from userid 1001) id 123EF22840; Tue, 1 Aug 2006 17:23:16 +0200 (CEST) Date: Tue, 1 Aug 2006 17:23:16 +0200 From: Michael Landin Hostbaek To: MANTANI Nobutaka Message-ID: <20060801152315.GW95100@mich2.itxmarket.com> Mail-Followup-To: Michael Landin Hostbaek , MANTANI Nobutaka , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200607291800.k6TI05jp029075@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607291800.k6TI05jp029075@repoman.freebsd.org> X-Operating-System: FreeBSD 6.1-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.12-2006-07-14 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/libxine Makefile distinfo pkg-plist ports/multimedia/libxine/files patch-configure patch-src:input:input_cdda.c patch-src:libffmpeg:libavcodec:h263.c patch-src:libffmpeg:libavcodec:mpeg12.c patch-src:libffmpeg:libavcodec:msmpeg4.c patch-src:libreal:audio_decoder.c patch-src:libreal:xine_decoder.c patch-src_input_input_http.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Aug 2006 15:23:46 -0000 MANTANI Nobutaka (nobutaka) writes: > nobutaka 2006-07-29 18:00:05 UTC > > FreeBSD ports repository > > Modified files: > multimedia/libxine Makefile distinfo pkg-plist > multimedia/libxine/files patch-configure > patch-src:libreal:audio_decoder.c > patch-src:libreal:xine_decoder.c > Removed files: > multimedia/libxine/files patch-src:input:input_cdda.c > patch-src:libffmpeg:libavcodec:h263.c > patch-src:libffmpeg:libavcodec:mpeg12.c > patch-src:libffmpeg:libavcodec:msmpeg4.c > patch-src_input_input_http.c > Log: > - Update to 1.1.2. > - Enable Theora codec support by default and remove WITH_THEORA knob. The build is broken on 5.x cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input -I../../../lib -I../../../lib -DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT -DUSE_FASTMEMCPY -DCONFIG_RISKY -DCONFIG_DECODERS -DXINE_MPEG_ENCODER -DCONFIG_ZLIB -DCONFIG_GPL -I../../../src/libffmpeg/libavutil -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -D_THREAD_SAFE -fno-strict-aliasing -mtune=i386 -O3 -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -ffast-math -finline-functions -Wall -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O -pipe -fno-force-addr -I/usr/local/include -I/usr/local/include/dvdread -I/usr/X11R6/include -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Wstrict-aliasing=2 -MT h263.lo -MD -MP -MF .deps/h263.Tpo -c h263.c -fPIC -DPIC -o .libs/h263.o h263.c: In function `mpeg4_decode_partition_a': h263.c:69: sorry, unimplemented: inlining failed in call to 'mpeg4_decode_dc': function body not available h263.c:3447: sorry, unimplemented: called from here h263.c: At top level: h263.c:73: warning: 'mpeg4_get_block_length' declared `static' but never defined Here's a full buildlog: http://tb3.droso.net/errors/5-mich/libxine-1.1.2.log This is the case for both amd64 and i386. /mich