Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jul 2004 00:01:41 +0200
From:      Holger Lamm <holger@e-gitt.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69726: win32-codecs fix / problem with QT codec
Message-ID:  <E1BpwUX-000PJr-Oq@obh.snafu.de>
Resent-Message-ID: <200407282210.i6SMAJn0019897@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         69726
>Category:       ports
>Synopsis:       win32-codecs fix / problem with QT codec
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 28 22:10:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Holger Lamm
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD gruft.de 4.10-STABLE FreeBSD 4.10-STABLE #43: Sat Jul 24 14:36:40 CEST 2004 root@gruft.de:/usr/obj/usr/src/sys/EXPRESS i386


	
>Description:

The last update broke the QT codec.
Switch to older version that was reported working:
-----------------------------------------------------------
From: Dwayne MacKinnon <dmk@ncv.ca>
To:   michael johnson <ahze@ahze.net>
Cc:   ports@FreeBSD.org, holger@e-gitt.net
Date: 07/26/04 15:01

On July 26, 2004 12:55 am, michael johnson wrote:

>How-To-Repeat:
	
>Fix:

diff -u win32-codecs.orig/Makefile win32-codecs/Makefile
--- win32-codecs.orig/Makefile	Wed Jul 28 23:35:46 2004
+++ win32-codecs/Makefile	Wed Jul 28 23:41:10 2004
@@ -33,12 +33,12 @@
 
 PLIST_SUB=	PKGNAME=${PKGNAME}
 
-CODEC_MPLAYER_VERSION=	0.99
+CODEC_MPLAYER_VERSION=	1.0pre5
 # Used by other ports to detect if this is installed
 CODEC_DETECTION_FILE=	${LOCALBASE}/lib/win32/${PKGNAME}
 
 # additional codec packs
-ADDITIONAL_CODECS_DISTFILES=	qt65dlls-20040704.tar.bz2 \
+ADDITIONAL_CODECS_DISTFILES=	qt63dlls-20040626.tar.bz2 \
 				qtextras-20040704.tar.bz2 \
 				rp9codecs-20040626.tar.bz2 \
 				xanimdlls-20040626.tar.bz2
diff -u win32-codecs.orig/distinfo win32-codecs/distinfo
--- win32-codecs.orig/distinfo	Wed Jul 28 23:35:46 2004
+++ win32-codecs/distinfo	Wed Jul 28 23:38:18 2004
@@ -1,7 +1,7 @@
 MD5 (win32/win32codecs-20040703.tar.bz2) = 90ba6a76ded2f9fd9f865024bd8de3d3
 SIZE (win32/win32codecs-20040703.tar.bz2) = 7176589
-MD5 (win32/qt65dlls-20040704.tar.bz2) = 9fb88417aef157e2f1f5b7be57eaed7b
-SIZE (win32/qt65dlls-20040704.tar.bz2) = 3229331
+MD5 (win32/qt63dlls-20040626.tar.bz2) = f2fe6e94618a4e58d4240a52b95a975c
+SIZE (win32/qt63dlls-20040626.tar.bz2) = 2692919
 MD5 (win32/qtextras-20040704.tar.bz2) = c28b85f16e00470cfa65f2d6f2f3f01a
 SIZE (win32/qtextras-20040704.tar.bz2) = 721908
 MD5 (win32/rp9codecs-20040626.tar.bz2) = 00e075a083163317bce06435134602e4

>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Do the 63 ones work for you? 63 is what comes in all-VERSION.tar.gz, it
 >> probably should be 63 (if it works for you). 65 and 63 work with
 >> everything I've tried.
 >>
 >> MD5 (all-20040706/QuickTime.qts) = 42f66b3ede923bbb796205d3885f26f4
 >> MD5 (qt63dlls-20040626/QuickTime.qts) = 42f66b3ede923bbb796205d3885f26f4
 >>
 >> Michael
 
 
 The 63 QuickTime.qts works fine for me as well. The md5 matches
 ( 42f66b3ede923bbb796205d3885f26f4). When I replace it with the QuickTime.qts 
 from qt65dlls-20040704 bye-bye audio.
 
 The md5 for the qt65dlls-20040704.tar.bz2 QuickTime.qts is 
 996284de948b03491845f13a210ff193.
 
 Cheers,
 DMK
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BpwUX-000PJr-Oq>