Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2003 10:29:37 +0100 (MET)
From:      Roland Jesse <roland.jesse@gmx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48971: Add mpeg2 encoding to graphics/simage.
Message-ID:  <200303060929.h269TbQw050713@arthur.cs.uni-magdeburg.de>

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

>Number:         48971
>Category:       ports
>Synopsis:       Add mpeg2 encoding to graphics/simage.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 06 01:30:13 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

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




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