From owner-freebsd-ports-bugs Thu Mar 6 1:30:18 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 548A137B401 for ; Thu, 6 Mar 2003 01:30:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D714243FB1 for ; Thu, 6 Mar 2003 01:30:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h269UDNS062855 for ; Thu, 6 Mar 2003 01:30:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h269UDpB062854; Thu, 6 Mar 2003 01:30:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5FF037B401 for ; 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 ; 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 ; 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 Reply-To: Roland Jesse To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48971: Add mpeg2 encoding to graphics/simage. Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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