From owner-freebsd-ports Mon Aug 19 12:40:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D68937B400 for ; Mon, 19 Aug 2002 12:40:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE84A43E72 for ; Mon, 19 Aug 2002 12:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JJe2JU038392 for ; Mon, 19 Aug 2002 12:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JJe2ob038391; Mon, 19 Aug 2002 12:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3772C37B400 for ; Mon, 19 Aug 2002 12:34:59 -0700 (PDT) Received: from am-productions.yi.org (nr4-216-196-152-93.fuse.net [216.196.152.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id D399243E70 for ; Mon, 19 Aug 2002 12:34:57 -0700 (PDT) (envelope-from amistry@am-productions.yi.org) Received: from am-productions.yi.org (localhost [127.0.0.1]) by am-productions.yi.org (8.12.3/8.11.3) with ESMTP id g7JJcWkG031100 for ; Mon, 19 Aug 2002 15:38:32 -0400 (EDT) (envelope-from amistry@am-productions.yi.org) Received: (from amistry@localhost) by am-productions.yi.org (8.12.3/8.12.3/Submit) id g7JJcVDB031099; Mon, 19 Aug 2002 15:38:31 -0400 (EDT) Message-Id: <200208191938.g7JJcVDB031099@am-productions.yi.org> Date: Mon, 19 Aug 2002 15:38:31 -0400 (EDT) From: Anish Mistry Reply-To: Anish Mistry To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41788: New Port: Avidemux GUI DivX editor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41788 >Category: ports >Synopsis: New Port: Avidemux GUI DivX editor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 19 12:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Anish Mistry >Release: FreeBSD 4.6.1-RELEASE-p10 i386 >Organization: AM Productions >Environment: System: FreeBSD am-productions.yi.org 4.6.1-RELEASE-p10 FreeBSD 4.6.1-RELEASE-p10 #1: Wed Aug 7 06:07:56 EDT 2002 amistry@am-productions.yi.org:/usr/obj/usr/src/sys/RUSTY i386 >Description: >How-To-Repeat: >Fix: --- avidemux.port begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # avidemux # avidemux/Makefile # avidemux/pkg-plist # avidemux/pkg-comment # avidemux/distinfo # avidemux/pkg-descr # avidemux/pkg-message # echo c - avidemux mkdir -p avidemux > /dev/null 2>&1 echo x - avidemux/Makefile sed 's/^X//' >avidemux/Makefile << 'END-of-avidemux/Makefile' X# New ports collection makefile for: avidemux X# Date created: 15 August 2002 X# Whom: Anish Mistry X# with help from mean X# $FreeBSD$ X XPORTNAME= avidemux XPORTVERSION= 0.9.0.12 XCATEGORIES= graphics XMASTER_SITES= http://fixounet.free.fr/avidemux/ XDISTNAME= avidemux-0.9pre12 XEXTRACT_SUFX= .tgz X XMAINTAINER= amistry@am-productions.biz X XLIB_DEPENDS= xvidcore.0:${PORTSDIR}/graphics/xvid \ X mp3lame.0:${PORTSDIR}/audio/lame \ X mad.1:${PORTSDIR}/audio/mad XBUILD_DEPENDS= ${LINUXBASE}/usr/include/divx/decore.h:${PORTSDIR}/graphics/divx4linux \ X ${LINUXBASE}/usr/include/divx/encore2.h:${PORTSDIR}/graphics/divx4linux \ X ${X11BASE}/include/X11/extensions/Xvlib.h:${PORTSDIR}/graphics/xv X XCONFIGURE_ARGS= --with-xvid-as-decoder XUSE_X_PREFIX= True XUSE_GMAKE= yes XUSE_XLIB= yes XGNU_CONFIGURE= yes XUSE_GTK= yes XWANT_GTK= yes XHAS_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \ X -I${LINUXBASE}/usr/include/divx" \ X LIBFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ X LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" XMAKE_ENV= ${CONFIGURE_ENV} XWRKSRC= ${WRKDIRPREFIX}${.CURDIR}/work/${DISTNAME} XNO_WRKSUBDIR= yes Xpre-configure: X @${ECHO_MSG} "Replace the lpthread with the bsd pthread" X @${SED} 's/-lpthread/-pthread/g' ${WRKSRC}/configure > \ X ${WRKSRC}/configure.fixed X @${MV} ${WRKSRC}/configure.fixed ${WRKSRC}/configure X @${CHMOD} +x ${WRKSRC}/configure X X.include END-of-avidemux/Makefile echo x - avidemux/pkg-plist sed 's/^X//' >avidemux/pkg-plist << 'END-of-avidemux/pkg-plist' Xbin/avidemux END-of-avidemux/pkg-plist echo x - avidemux/pkg-comment sed 's/^X//' >avidemux/pkg-comment << 'END-of-avidemux/pkg-comment' XGUI based AVI (DivX) editor END-of-avidemux/pkg-comment echo x - avidemux/distinfo sed 's/^X//' >avidemux/distinfo << 'END-of-avidemux/distinfo' XMD5 (avidemux-0.9pre12.tgz) = 680e551f1ca8ae0d13ff3de4ccf5a85b END-of-avidemux/distinfo echo x - avidemux/pkg-descr sed 's/^X//' >avidemux/pkg-descr << 'END-of-avidemux/pkg-descr' XAn AVI (DivX) editor that is built around Xvid and divx4linux. Contains Xvarious filters for deinterlacing, cropping, resizing, etc. Allows for Xcutting without re-encoding. Has the ability to re-encode and re-sample. X XWWW: http://fixounet.free.fr/avidemux/ X X- Anish Mistry Xamistry@am-productions.biz XAM Productions http://am-productions.biz END-of-avidemux/pkg-descr echo x - avidemux/pkg-message sed 's/^X//' >avidemux/pkg-message << 'END-of-avidemux/pkg-message' XRemove any encore2.h, encore.h, and decore.h that you may have moved to the X/usr/local/include directory since it may cause the built program to crash Xwhen opening a file. END-of-avidemux/pkg-message exit --- avidemux.port 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