From owner-freebsd-multimedia@FreeBSD.ORG Thu Feb 24 08:30:38 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3F611065675 for ; Thu, 24 Feb 2011 08:30:38 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 447E38FC0A for ; Thu, 24 Feb 2011 08:30:37 +0000 (UTC) Received: by fxm19 with SMTP id 19so330187fxm.13 for ; Thu, 24 Feb 2011 00:30:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=Iv3RzqcTUx1HQLXZgJwcT7q4wAMZWY7J2KitA2NS7wQ=; b=VyaCAKfHGLhfMs8s89XZ/I6ZP95Hq2fG72+2h2kMrApotm5IZeAicNf+L8dJO4Gujn fMPr49+wnHwJJmo58lucdBIkG15hkCvbccleUR24c3hSu+K/fSWDW4az5Ss1ygVhwsjC dvoVfUPUjTzY4I8sneUlJvCO5imwDjd1H2zvI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=sieRfp7LncMDgq+JdJJML+aw+fqNPVJoZZTF8kiZZjIV/U7HF0Ef8dAV6Wkkq19MAZ a9loZxD5rdXjqvqbQGFEG1A1M5BObgVT19h66Hy6emYhoBPLH9m1Nwc6h2TxAB7WjfFq vgPnvmTGjq9OdgV8GFlTS166NVyBXNL1Z8CG0= Received: by 10.223.112.79 with SMTP id v15mr585543fap.143.1298534712062; Thu, 24 Feb 2011 00:05:12 -0800 (PST) Received: from localhost (minsk.agava.net [212.98.174.157]) by mx.google.com with ESMTPS id n26sm892203fam.13.2011.02.24.00.05.09 (version=SSLv3 cipher=OTHER); Thu, 24 Feb 2011 00:05:10 -0800 (PST) Date: Thu, 24 Feb 2011 10:05:33 +0200 From: "Sergey V. Dyatko" To: Zokama Message-ID: <20110224100533.3c15d8cc@gmail.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Tomek CEDRO , multimedia@freebsd.org Subject: Re: win32-codecs update request X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2011 08:30:38 -0000 On Thu, 24 Feb 2011 00:17:04 -0300 Zokama wrote: > > For the time being, before the port gets updated, you can edit the > "/usr/port/multimedia/win32-codecs/distinfo" to change the file size > and checksums (md5 and SHA256). > md5 is deprecated. > I actually had the same issue and downloaded the latest codec file > from mplayerhq > (http://www1.mplayerhq.hu/MPlayer/releases/codecs/all-20110131.tar.bz2), > and made the changes to the file (win32-codecs/distinfo) and it > worked. I lost the actual data though since the next cvsup overrode > it... But it fairly simple to gather the information: > > $md5 all-20110131.tar.bz2 > $sh256 all-20110131.tar.bz2 > $ls -l all-20110131.tar.bz2 > make makesum. > I'm not sure if that's what you were after though. > > Zokama. > > BTW, laptop# make checksum ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for win32-codecs-3.1.0.r1,1 => SHA256 Checksum OK for win32/all-20100303.tar.bz2. => SHA256 Checksum OK for win32/xanimdlls-20040626.tar.bz2. => SHA256 Checksum OK for win32/rp9codecs-20050115.tar.bz2. => SHA256 Checksum OK for win32/rp9codecs-win32-20050115.tar.bz2. laptop# grep -i size distinfo SIZE (win32/all-20100303.tar.bz2) = 20670194 SIZE (win32/xanimdlls-20040626.tar.bz2) = 318850 SIZE (win32/qt63dlls-20050115.tar.bz2) = 2694390 SIZE (win32/qtextras-20041107.tar.bz2) = 974913 SIZE (win32/rp9codecs-20050115.tar.bz2) = 510136 SIZE (win32/rp9codecs-win32-20050115.tar.bz2) = 540641 Tomek, try to remove distfiles/win32 dir and `make -C /usr/ports/multimedia/win32-codecs checksum` -- wbr, tiger