Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 May 2004 01:39:10 -0400 (EDT)
From:      amistry <amistry@am-productions.biz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66372: Avidemux2: Update to 2.0.24
Message-ID:  <200405080539.i485dAm0070618@crumpet.united-ware.com>
Resent-Message-ID: <200405080550.i485oNc9017952@freefall.freebsd.org>

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

>Number:         66372
>Category:       ports
>Synopsis:       Avidemux2: Update to 2.0.24
>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:   Fri May 07 22:50:23 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     amistry
>Release:        FreeBSD 5.2-CURRENT
>Organization:
AM Productions
>Environment:
System: FreeBSD littleguy 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Wed May  5 15:12:31 EDT 2004     root@littleguy:/usr/obj/usr/src/sys/LITTLEGUY  i386

	
>Description:
	Updated the port skeleton to 2.0.24
	
>How-To-Repeat:
	
>Fix:

	

--- avidemux-2.0.24.patch begins here ---
diff -ruN avidemux2.orig/Makefile avidemux2/Makefile
--- avidemux2.orig/Makefile	Sat May  8 01:37:50 2004
+++ avidemux2/Makefile	Wed May  5 15:35:40 2004
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	avidemux2
-PORTVERSION=	2.0.20
-PORTREVISION=	2
+PORTVERSION=	2.0.24
 CATEGORIES=	multimedia
 MASTER_SITES=	http://fixounet.free.fr/avidemux/
-DISTNAME=	avidemux-2.0.20
+DISTNAME=	avidemux-2.0.24
 
 MAINTAINER=	amistry@am-productions.biz
 COMMENT=	Simple GUI based video editor
@@ -59,7 +58,7 @@
 CONFIGURE_ARGS+=	--with-xvid-as-decoder
 .endif
 
-.if ${MACHINE_ARCH} != "i386"
+.if ${ARCH} != "i386"
 CONFIGURE_ARGS+=	--disable-mmx
 .endif
 
@@ -84,10 +83,7 @@
 	@${TOUCH} ${WRKSRC}/*
 	@${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure ${WRKSRC}/*/*/Makefile
 	@${REINPLACE_CMD} 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/adm_lavcodec/*.c
+	@${REINPLACE_CMD} 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/adm_lavcodec/*/*.c
 	@${REINPLACE_CMD} 's|ADM_LOCALEDIR=$${datadir}/locale|ADM_LOCALEDIR=${PREFIX}/share/locale|' ${WRKSRC}/configure
-.if ${OSVERSION} >= 500000
-	@${ECHO_MSG} "Remove this ugly hack!"
-	@${REINPLACE_CMD} 's|#define EMULATE_FAST_INT 1||g' ${WRKSRC}/configure
-.endif
 
 .include <bsd.port.post.mk>
diff -ruN avidemux2.orig/distinfo avidemux2/distinfo
--- avidemux2.orig/distinfo	Sat May  8 01:37:50 2004
+++ avidemux2/distinfo	Fri May  7 10:14:48 2004
@@ -1,2 +1,2 @@
-MD5 (avidemux-2.0.20.tar.gz) = c7070e0a4b506e688d653d159cceeb31
-SIZE (avidemux-2.0.20.tar.gz) = 2640772
+MD5 (avidemux-2.0.24.tar.gz) = c4482219ede0f6e0be8ddc61bf753589
+SIZE (avidemux-2.0.24.tar.gz) = 2637501
diff -ruN avidemux2.orig/files/patch-adm_lavcoded::dsputil.h avidemux2/files/patch-adm_lavcoded::dsputil.h
--- avidemux2.orig/files/patch-adm_lavcoded::dsputil.h	Sat May  8 01:37:50 2004
+++ avidemux2/files/patch-adm_lavcoded::dsputil.h	Wed Dec 31 19:00:00 1969
@@ -1,10 +0,0 @@
---- adm_lavcodec/dsputil.h.orig	Sat Feb 14 16:22:04 2004
-+++ adm_lavcodec/dsputil.h	Sat Feb 14 16:22:28 2004
-@@ -487,6 +487,7 @@
-           +name8(s, dst+8+8*stride, src+8+8*stride, stride);\
- }
- 
-+#define HAVE_LRINTF
- #ifndef HAVE_LRINTF
- /* XXX: add ISOC specific test to avoid specific BSD testing. */
- /* better than nothing implementation. */
--- avidemux-2.0.24.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?200405080539.i485dAm0070618>