From owner-freebsd-multimedia Fri Jul 12 22:36:53 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8635437B400; Fri, 12 Jul 2002 22:36:49 -0700 (PDT) Received: from snipe.mail.pas.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10E5F43E5E; Fri, 12 Jul 2002 22:36:49 -0700 (PDT) (envelope-from parv@pair.com) Received: from sdn-ar-007dcwashp261.dialsprint.net ([63.178.90.151] helo=moo.holy.cow) by snipe.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17TFa9-0005cJ-00; Fri, 12 Jul 2002 22:36:38 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 831F050B8B; Sat, 13 Jul 2002 01:39:16 -0400 (EDT) Date: Sat, 13 Jul 2002 01:39:16 -0400 From: parv To: Mario Sergio Fujikawa Ferreira Cc: FreeBSD-multimedia@FreeBSD.org, Rasmus Skaarup , Holger Lamm , michaelnottebrock@gmx.net Subject: Re: Review graphics/avifile update to 0.7.11.20020711 Message-ID: <20020713053915.GA31921@moo.holy.cow> References: <20020713000059.35399.qmail@exxodus.fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020713000059.35399.qmail@exxodus.fedaykin.here> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org in message <20020713000059.35399.qmail@exxodus.fedaykin.here>, wrote Mario Sergio Fujikawa Ferreira thusly... > > - Update > http://people.FreeBSD.org/~lioux/patch-avifile > > This update also fixes the following PRs. ports/40503 was > fixed as a side effect of a fix to ports/40504. > > - ports/40503 - graphic/avifile packaging fails > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/40503 > > - ports/40504 - graphics/avifile build fails when compiled w/ WITHOUT_A52 > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/40504 hi mario, after patching & compiling w/ following options... WITHOUT_A52= 'yes' WITHOUT_VORBIS= 'yes' WITHOUT_MAD= 'yes' ...packaging fails w/ this message... ===> Registering installation for avifile-0.7.11.20020711,1 ===> Building package for avifile-0.7.11.20020711,1 tar: can't add file lib/avifile/audiodec.so : No such file or directory tar: can't add file lib/avifile/ffmpeg.so : No such file or directory tar: can't add file lib/avifile/mjpeg.so : No such file or directory tar: can't add file lib/avifile/mp3lamebin_audioenc.so : No such file or directory tar: can't add file lib/avifile/mpeg_audiodec.so : No such file or directory tar: can't add file lib/avifile/win32.so : No such file or directory tar: can't add file lib/avifile/xvid.so : No such file or directory pkg_create: make_dist: tar command failed with code 256 Creating package /source/ports/graphics/avifile/avifile-0.7.11.20020711,1.tgz Registering depends: Mesa-3.4.2_2 lame-3.91 aalib-1.4.r5_1 freetype2-2.1.2 sdl-1.2.4_1 libmng-1.0.3 XFree86-libraries-4.2.0_1 lcms-1 .08 jpeg-6b_1 png-1.2.3 qt-2.3.1_2 imake-4.2.0_1 svgalib-1.4.2_1 win32-codecs-011002.0.0.60 xvid-0.20020412. Creating gzip'd tar ball in '/source/ports/graphics/avifile/avifile-0.7.11.20020711,1.tgz' *** Error code 1 ...and trying to play a file -- which 0.6.0-20011220 played w/o problems -- produces the following message... # aviplay file.avi play> : Debug is on 0 : Checking: file.avi : AVIMainHeader: MicroSecPerFrame=33577 MaxBytesPerSec=0 PaddingGranularity=6047058 Flags=[ HAS_INDEX ] TotalFrames=4273 InitialFrames=0 Streams=1 SuggestedBufferSize=352080 WxH=320x240 Scale=1051131922 Rate=1859387911 Start=1120862521 Length=524807 : AVIStreamHeader: FccType=vids FccHandler=div3 Flags=[ ] InitialFrames=0 Scale=33577 Rate=1000000 Start=0 Length=4273 SuggestedBufferSize=17663 Quality=7500 SampleSize=0 Rect l,r,t,b=0,0,0,0 : Reading index from 8861102 : Stream 0 vids : 0x33766964 (div3) 4273 chunks (66.77KB) : Creating cache for file descriptor: 8 : Initialized video stream (chunk tblsz: 4273, fmtsz: 40) : Successfully opened file.avi : Audiostream not detected : CreateVideoDecoder(): Unknown codec 0x33564944 = "DIV3" : Failed to initialize decoder : Cannot play this ...btw, i got the same two messages before the patch. is there something hosed on my side, or do i need to reinstall something? - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message