From raaf@zen.mooo.com  Wed Mar 21 08:49:36 2007
Return-Path: <raaf@zen.mooo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 53D5A16A474
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Mar 2007 08:49:36 +0000 (UTC)
	(envelope-from raaf@zen.mooo.com)
Received: from smtp-1.orange.nl (smtp-1.orange.nl [193.252.22.241])
	by mx1.freebsd.org (Postfix) with ESMTP id 16C2913C45D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Mar 2007 08:49:36 +0000 (UTC)
	(envelope-from raaf@zen.mooo.com)
Received: from smtp-1.orange.nl (mwinf6002 [172.22.155.24])
	by mwinf6010.orange.nl (SMTP Server) with ESMTP id E7FC51C00150
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Mar 2007 09:30:32 +0100 (CET)
Received: from me-wanadoo.net (localhost [127.0.0.1])
	by mwinf6002.orange.nl (SMTP Server) with ESMTP id 147A17000087
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Mar 2007 09:30:31 +0100 (CET)
Received: from zen.mooo.com (s559292f8.adsl.wanadoo.nl [85.146.146.248])
	by mwinf6002.orange.nl (SMTP Server) with ESMTP id E6BD67000081
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Mar 2007 09:30:30 +0100 (CET)
Received: by zen.mooo.com (Postfix, from userid 1001)
	id A565C70; Wed, 21 Mar 2007 09:30:29 +0100 (CET)
Message-Id: <20070321083029.A565C70@zen.mooo.com>
Date: Wed, 21 Mar 2007 09:30:29 +0100 (CET)
From: Raaf <raaf@zen.mooo.com>
Reply-To: Raaf <raaf@zen.mooo.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] multimedia/avidemux2: Fix subtitle filter
X-Send-Pr-Version: 3.113
X-GNATS-Notify: amistry@am-productions.biz

>Number:         110608
>Category:       ports
>Synopsis:       [patch] multimedia/avidemux2: Fix subtitle filter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 21 08:50:04 GMT 2007
>Closed-Date:    Sun Mar 25 23:34:49 GMT 2007
>Last-Modified:  Sun Mar 25 23:34:49 GMT 2007
>Originator:     Raaf
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD 6.2-STABLE i386
avidemux2-2.3.0

	
>Description:
	Avidemux contains a subtitle filter that you can use to 'burn in'
	srt files into your movie, unfortunately it doesn't seem to work.

>How-To-Repeat:
	Load a movie into avidemux, select the subtitler filter an load
	a srt file, encode your movie, then watch your movie with mplayer
	and see that the subtitles aren't burned in.

>Fix:
	This patch work's for me on a i386 but it may not work on big endian
	machines.

--- patch-avidemux begins here ---
--- avidemux/ADM_video/ADM_vidSRTload.cpp.orig	Wed Mar 21 09:01:21 2007
+++ avidemux/ADM_video/ADM_vidSRTload.cpp	Wed Mar 21 09:02:14 2007
@@ -450,7 +450,7 @@
 	// Get the amound of utf16...
 	done=(ADM_RAW-sout)>>1;
 // For win32 we swap le and be
-#ifdef CYG_MANGLING
+#if 1
        ADM_GLYPH_T glyph;
        for(uint32_t w=0;w<done;w++)
        {
--- patch-avidemux ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Mar 21 08:50:11 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110608 

From: Anish Mistry <amistry@am-productions.biz>
To: bug-followup@freebsd.org, raaf@zen.mooo.com
Cc:  
Subject: Re: ports/110608: [patch] multimedia/avidemux2: Fix subtitle filter
Date: Wed, 21 Mar 2007 22:18:43 -0400

 --nextPart1611680.hRt0taGah6
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
 
 I was about to say, have you checked the bug tracker, but the=20
 bugs.avidemux.org DNS record is messed up thus not showing the bug=20
 tracker correctly.  I've contacted mean and he should be able to fix=20
 the DNS record for the bug tracker.  Once that's up check the bug=20
 tracker and post to the forum (http://avidemux.org/admForum).
 
 Thanks,
 =2D-=20
 Anish Mistry
 amistry@am-productions.biz
 AM Productions http://am-productions.biz/
 
 --nextPart1611680.hRt0taGah6
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (FreeBSD)
 
 iD8DBQBGAeeDxqA5ziudZT0RAqSJAKDdshGvMKw4Jbod846iyYqPkMYDiACfVV8i
 IaZQ1erpFOLLS1gkEi3P8Zo=
 =VoFh
 -----END PGP SIGNATURE-----
 
 --nextPart1611680.hRt0taGah6--

From: Raaf <raaf@zen.mooo.com>
To: bug-followup@FreeBSD.org,
	Anish Mistry <amistry@am-productions.biz>
Cc:  
Subject: Re: ports/110608: [patch] multimedia/avidemux2: Fix subtitle filter
Date: Mon, 26 Mar 2007 00:57:38 +0200

 Oke, i filed a bug report at bugs.avidemux.org.
 
 So i guess this pr can be closed now.
 
 Thanks,
 
 Raaf
 
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Sun Mar 25 23:34:29 UTC 2007 
State-Changed-Why:  
Closed at submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110608 
>Unformatted:
