Date: Wed, 16 Apr 2003 00:46:23 -0400 (EDT) From: Anish Mistry <amistry@am-productions.biz> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51012: Avidemux port update to rc3 Message-ID: <200304160446.h3G4kNES095762@www.am-productions.biz> Resent-Message-ID: <200304160430.h3G4U9LT006185@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51012 >Category: ports >Synopsis: Avidemux port update to rc3 >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: Tue Apr 15 21:30:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Anish Mistry >Release: FreeBSD 4.8-RELEASE i386 >Organization: AM Productions >Environment: System: FreeBSD bigguy.am-productions.biz 4.8-RELEASE FreeBSD 4.8-RELEASE #3: Fri Apr 11 18:28:02 EDT 2003 root@bigguy.am-productions.biz:/usr/obj/usr/src/sys/BIGGUY i386 >Description: Update port skeleton to rc3 >How-To-Repeat: >Fix: --- avidemux-rc3.patch begins here --- diff -ruN avidemux.orig/Makefile avidemux/Makefile --- avidemux.orig/Makefile Thu Apr 3 20:38:36 2003 +++ avidemux/Makefile Wed Apr 16 00:10:32 2003 @@ -6,14 +6,14 @@ # PORTNAME= avidemux -PORTVERSION= 0.9.0.101 +PORTVERSION= 0.9.0.103 CATEGORIES= multimedia MASTER_SITES= http://fixounet.free.fr/avidemux/ -DISTNAME= avidemux-0.9rc1 +DISTNAME= avidemux-0.9rc3 EXTRACT_SUFX= .tgz MAINTAINER= amistry@am-productions.biz -COMMENT= GUI based AVI (DivX) editor +COMMENT= Simple GUI based video editor LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \ mad.1:${PORTSDIR}/audio/mad \ @@ -63,7 +63,6 @@ post-patch: @${TOUCH} ${WRKSRC}/* @${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - post-configure: @${SH} ${WRKSRC}/buildLavCodec.sh diff -ruN avidemux.orig/distinfo avidemux/distinfo --- avidemux.orig/distinfo Mon Mar 31 02:51:10 2003 +++ avidemux/distinfo Mon Mar 24 15:44:38 2003 @@ -1 +1 @@ -MD5 (avidemux-0.9rc1.tgz) = 890a7b4b80127981d0afa7d13be6f314 +MD5 (avidemux-0.9rc3.tgz) = 5bf13aab1ccabf455b42624dd7e9a1c4 diff -ruN avidemux.orig/files/patch-bc avidemux/files/patch-bc --- avidemux.orig/files/patch-bc Wed Dec 31 19:00:00 1969 +++ avidemux/files/patch-bc Mon Mar 24 16:07:58 2003 @@ -0,0 +1,13 @@ +--- avidemux/ADM_nuv/RTjpegN.cpp.orig Mon Mar 24 15:58:40 2003 ++++ avidemux/ADM_nuv/RTjpegN.cpp Mon Mar 24 16:04:52 2003 +@@ -26,9 +26,7 @@ + #include <stdlib.h> + #include <string.h> + #include <assert.h> +-#ifndef _STDINT_H +-#include <stdint.h> +-#endif ++#include <inttypes.h> + + #include "RTjpegN.h" + diff -ruN avidemux.orig/pkg-comment avidemux/pkg-comment --- avidemux.orig/pkg-comment Wed Dec 31 19:00:00 1969 +++ avidemux/pkg-comment Sat Nov 23 18:01:41 2002 @@ -0,0 +1 @@ +GUI based AVI (DivX) editor --- avidemux-rc3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304160446.h3G4kNES095762>