Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2002 02:47:12 -0400 (EDT)
From:      wolf <mjoyner@hq.dyns.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44131: PORT UPDATE: graphics/transcode
Message-ID:  <200210160647.g9G6lCR2017933@hq.dyns.cx>

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

>Number:         44131
>Category:       ports
>Synopsis:       PORT UPDATE: graphics/transcode
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 16 00:20:00 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210160647.g9G6lCR2017933>