From mjoyner@hq.dyns.cx  Wed Oct 16 00:18:21 2002
Return-Path: <mjoyner@hq.dyns.cx>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8F12437B401
	for <freebsd-gnats-submit@freebsd.org>; Wed, 16 Oct 2002 00:18:21 -0700 (PDT)
Received: from dsl-64-128-185-9.telocity.com (dsl-64-128-185-9.telocity.com [64.128.185.9])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BE5C543EA9
	for <freebsd-gnats-submit@freebsd.org>; Wed, 16 Oct 2002 00:18:17 -0700 (PDT)
	(envelope-from mjoyner@hq.dyns.cx)
Received: (from root@localhost)
	by dsl-64-128-185-9.telocity.com (8.12.6/8.11.5) id g9G7HshR006293
	for freebsd-gnats-submit@freebsd.org; Wed, 16 Oct 2002 03:17:54 -0400 (EDT)
	(envelope-from mjoyner@hq.dyns.cx)
Received: from ip-24.internal (ip-34.internal [192.168.2.34])
	by hq.dyns.cx (8.12.6/8.11.5av) with ESMTP id g9G7BE5u005898
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Oct 2002 03:11:18 -0400 (EDT)
	(envelope-from mjoyner@hq.dyns.cx)
Received: from hq.dyns.cx (localhost [127.0.0.1])
	by ip-24.internal (8.12.6/8.12.6) with ESMTP id g9G6lG1f017934
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Oct 2002 02:47:16 -0400 (EDT)
	(envelope-from mjoyner@hq.dyns.cx)
Received: (from mjoyner@localhost)
	by hq.dyns.cx (8.12.6/8.12.6/Submit) id g9G6lCR2017933;
	Wed, 16 Oct 2002 02:47:12 -0400 (EDT)
Message-Id: <200210160647.g9G6lCR2017933@hq.dyns.cx>
Date: Wed, 16 Oct 2002 02:47:12 -0400 (EDT)
From: wolf <mjoyner@hq.dyns.cx>
Reply-To: wolf <mjoyner@hq.dyns.cx>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: PORT UPDATE: graphics/transcode
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44131
>Category:       ports
>Synopsis:       PORT UPDATE: graphics/transcode
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 16 00:20:00 PDT 2002
>Closed-Date:    Thu Oct 17 19:08:52 PDT 2002
>Last-Modified:  Thu Oct 17 19:08:52 PDT 2002
>Originator:     wolf
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD ip-34.internal 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 22:21:11 EDT 2002 mjoyner@ip-34.internal:/usr/src/sys/compile/workstation i386


	
>Description:
	Update graphics/transcode to 6.1
	Fix WITH_LIBFAME vs WITH_FAME bogusness in Makefile also.
	
>How-To-Repeat:
	Apply supplied diff.
	
>Fix:

	

--- transcode.update.txt begins here ---
diff -r -b -u transcode.orig/Makefile transcode/Makefile
--- transcode.orig/Makefile	Wed Sep  4 16:46:24 2002
+++ transcode/Makefile	Wed Oct 16 02:30:43 2002
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	transcode
-PORTVERSION=	0.6.0.5
+PORTVERSION=	0.6.1
 PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/pre/
-DISTNAME=	${PORTNAME}-${PORTVERSION:S/.5$//g}pre5
-EXTRACT_SUFX=	.tgz
+DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	hendrik@scholz.net
 
@@ -25,7 +24,8 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lgnugetopt" \
-		SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
+		SDL_CONFIG="${LOCALBASE}/bin/sdl11-config" \
+		GTK_CONFIG="${X11BASE}/bin/gtk12-config" 
 
 MAN1=	transcode.1 tccat.1 avisplit.1 avimerge.1 avifix.1
 
@@ -150,11 +150,11 @@
 .if defined(WITH_LIBMPEG2)
 LIB_DEPENDS+=	mpeg2.0:${PORTSDIR}/graphics/libmpeg2
 .endif
-.if defined(WITH_FAME)
-LIB_DEPENDS+=	fame.10:${PORTSDIR}/graphics/libfame
-PLIST_SUB+=	WITH_FAME=""
+.if defined(WITH_LIBFAME)
+LIB_DEPENDS+=	fame-0.9.0:${PORTSDIR}/graphics/libfame
+PLIST_SUB+=	WITH_LIBFAME=""
 .else
-PLIST_SUB+=	WITH_FAME="@comment "
+PLIST_SUB+=	WITH_LIBFAME="@comment "
 .endif
 
 .if defined(WITH_XVID)
@@ -238,7 +238,7 @@
 	@${ECHO_MSG}
 	@${ECHO_MSG} "You can enable openquicktime-dependent modules by defining WITH_OPENQUICKTIME."
 .endif
-.if !defined(WITH_FAME)
+.if !defined(WITH_LIBFAME)
 	@${ECHO_MSG}
 	@${ECHO_MSG} "You can enable libfame-support by defining WITH_LIBFAME."
 .endif
diff -r -b -u transcode.orig/distinfo transcode/distinfo
--- transcode.orig/distinfo	Tue May 21 12:04:27 2002
+++ transcode/distinfo	Wed Oct 16 02:10:34 2002
@@ -1 +1 @@
-MD5 (transcode-0.6.0pre5.tgz) = f791b1aac090312459e3e9cec2d1fd6e
+MD5 (transcode-0.6.1.tar.gz) = ac9a66cff7cab3e52b089723e4b77ca7
--- transcode.update.txt ends here ---


>Release-Note:
>Audit-Trail:

From: Hendrik Scholz <hscholz@raisdorf.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc: mjoyner@hq.dyns.cx
Subject: Re: ports/44131: PORT UPDATE: graphics/transcode
Date: Thu, 17 Oct 2002 20:22:34 +0200

 Hi!
 
 I already sent ports/44008 some time ago. lioux had some problems and we
 are tracking it down. So please check
 http://www.raisdorf.net/files/FreeBSD/transcode.0.6.2cvs.patch
 and report success/problems.
 
 My patch also fixes the annoying libfame bug.
 Please close this pr as it is out-of-date as 44008 updates to a later
 version and this patch does not deal with new files introduced into
 transcode 0.6.1.
 
 Thanks, Hendrik
 
 -- 
 Hendrik Scholz - <hscholz@raisdorf.net> - http://raisdorf.net/
 
 drag me, drop me - treat me like an object 
State-Changed-From-To: open->closed 
State-Changed-By: okazaki 
State-Changed-When: Thu Oct 17 19:06:52 PDT 2002 
State-Changed-Why:  
Superseded by ports/44008. 

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