From jesse@arthur.cs.uni-magdeburg.de  Thu Mar  6 01:29:34 2003
Return-Path: <jesse@arthur.cs.uni-magdeburg.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E5FF037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Mar 2003 01:29:34 -0800 (PST)
Received: from arthur.cs.uni-magdeburg.de (arthur.cs.uni-magdeburg.de [141.44.27.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F3E5343FBF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Mar 2003 01:29:33 -0800 (PST)
	(envelope-from jesse@arthur.cs.uni-magdeburg.de)
Received: from arthur.cs.uni-magdeburg.de (localhost [127.0.0.1])
	by arthur.cs.uni-magdeburg.de (8.12.8/8.12.7) with ESMTP id h269TbCN050714
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 6 Mar 2003 10:29:37 +0100 (CET)
	(envelope-from jesse@arthur.cs.uni-magdeburg.de)
Received: (from jesse@localhost)
	by arthur.cs.uni-magdeburg.de (8.12.8/8.12.8/Submit) id h269TbQw050713;
	Thu, 6 Mar 2003 10:29:37 +0100 (MET)
Message-Id: <200303060929.h269TbQw050713@arthur.cs.uni-magdeburg.de>
Date: Thu, 6 Mar 2003 10:29:37 +0100 (MET)
From: Roland Jesse <roland.jesse@gmx.net>
Reply-To: Roland Jesse <roland.jesse@gmx.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Add mpeg2 encoding to graphics/simage.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48971
>Category:       ports
>Synopsis:       Add mpeg2 encoding to graphics/simage.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 06 01:30:13 PST 2003
>Closed-Date:    Fri May 09 04:32:22 PDT 2003
>Last-Modified:  Fri May 09 04:32:22 PDT 2003
>Originator:     Roland Jesse
>Release:        FreeBSD 4.8-RC i386
>Organization:
Private
>Environment:
System: FreeBSD 4.8-RC #12: Wed Mar 5 13:26:43 CET 2003 i386
>Description:
The port graphics/simage can be build with an MPEG2 encoder. This is done now.

My email address has changed.
>How-To-Repeat:
build and install graphics/simage.
>Fix:
diff -u simage/Makefile simage.new/Makefile
--- simage/Makefile	Thu Mar  6 10:20:03 2003
+++ simage.new/Makefile	Thu Mar  6 10:26:30 2003
@@ -1,19 +1,19 @@
 # New ports collection makefile for:	simage
 # Date created:				10 May 2002
-# Whom:					jesse@cs.uni-magdeburg.de
+# Whom:					roland.jesse@gmx.net
 #
 # $FreeBSD: ports/graphics/simage/Makefile,v 1.3 2003/02/21 12:15:28 knu Exp $
 #
 
 PORTNAME=	simage
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.coin3d.org/pub/coin/src/
 
-MAINTAINER=	jesse@cs.uni-magdeburg.de
+MAINTAINER=	roland.jesse@gmx.net
 COMMENT=	Library with image format loaders and front-ends
 
-BUILD_DEPENDS=	guile:${PORTSDIR}/lang/guile
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
 		png.5:${PORTSDIR}/graphics/png \
 		ungif.5:${PORTSDIR}/graphics/libungif
@@ -23,7 +23,7 @@
 USE_LIBTOOL=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS=	--program-transform-name="s/x/x/"
+CONFIGURE_ARGS=	--program-transform-name="s/x/x/" --with-ungif=${LOCALBASE} --with-jpeg --with-png --with-tiff --with-mpeg2enc
 INSTALLS_SHLIB=	yes
 
 post-patch:
Only in simage: Makefile~
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Fri May 9 04:32:05 PDT 2003 
State-Changed-Why:  
Committed, thanks (PORTREVISION bump not necessary imho) 

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