From tkato432@yahoo.com  Tue May  4 18:01:28 2010
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id BA9C1106566B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue,  4 May 2010 18:01:22 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165])
	by mx1.freebsd.org (Postfix) with ESMTP id 8F0178FC1A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue,  4 May 2010 18:01:22 +0000 (UTC)
Received: from localhost.localdomain (ZT030180.ppp.dion.ne.jp [59.128.30.180])
	by msa102lp.auone-net.jp (au one net msa) with ESMTP id D77344AC037
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed,  5 May 2010 03:01:20 +0900 (JST)
Message-Id: <20100505030029.210b4828.tkato432@yahoo.com>
Date: Wed, 5 May 2010 03:00:29 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: multimedia/transcode

>Number:         146311
>Category:       ports
>Synopsis:       Update port: multimedia/transcode
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 04 18:10:03 UTC 2010
>Closed-Date:    Sun May 09 11:23:58 UTC 2010
>Last-Modified:  Sun May 09 11:23:58 UTC 2010
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix segmentation fault with jpeg-7 and above

New file:
files/patch-export__export_jpg.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/multimedia/transcode/Makefile multimedia/transcode/Makefile
--- /usr/ports/multimedia/transcode/Makefile	2010-04-22 03:59:09.000000000 +0900
+++ multimedia/transcode/Makefile	2010-05-04 22:22:04.000000000 +0900
@@ -7,7 +7,7 @@
 
 PORTNAME=	transcode
 PORTVERSION=	1.1.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_BERLIOS} \
 		http://fromani.exit1.org/
diff -urN /usr/ports/multimedia/transcode/files/patch-export__export_jpg.c multimedia/transcode/files/patch-export__export_jpg.c
--- /usr/ports/multimedia/transcode/files/patch-export__export_jpg.c	1970-01-01 09:00:00.000000000 +0900
+++ multimedia/transcode/files/patch-export__export_jpg.c	2010-01-23 20:53:58.000000000 +0900
@@ -0,0 +1,16 @@
+http://bugs.gentoo.org/show_bug.cgi?id=294488
+
+Patch by: Salah Coronya
+
+Fix segmentation fault with jpeg-7 and above where dinfo.do_fancy_upsampling isn't set by default to FALSE anymore.
+
+--- export/export_jpg.c
++++ export/export_jpg.c
+@@ -91,6 +91,7 @@
+ 
+   jpeg_set_quality(&encinfo, quality, TRUE);
+   encinfo.raw_data_in = TRUE;
++  encinfo.do_fancy_downsampling = FALSE;
+   encinfo.in_color_space = JCS_YCbCr;
+ 
+   encinfo.comp_info[0].h_samp_factor = 2;
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue May 4 18:10:50 UTC 2010 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146311 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue May 4 18:10:54 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: cyberbotx@cyberbotx.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/146311: Update port: multimedia/transcode
Date: Tue, 4 May 2010 18:10:52 UT

 Maintainer of multimedia/transcode,
 
 Please note that PR ports/146311 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146311
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Naram Qashat <cyberbotx@cyberbotx.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146311: Update port: multimedia/transcode
Date: Tue, 04 May 2010 19:45:53 -0400

 On 05/04/10 14:10, Edwin Groothuis wrote:
 > Maintainer of multimedia/transcode,
 >
 > Please note that PR ports/146311 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >      http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146311
 
 This patch is acceptable.
 
 Thanks,
 Naram Qashat
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sun May 9 11:23:57 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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