Update to 0.9.

**NOTE**: If you get a libtool error, reinstall mjpegtools.

Compilation against xvid is now functional.

PR:		51251
Submitted by:	Anish Mistry <amistry@am-productions.biz> (maintainer)
This commit is contained in:
Adam Weinberger 2003-05-10 22:40:00 +00:00
parent a85b7c9694
commit 18f1288cac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80628
4 changed files with 12 additions and 13 deletions

View file

@ -6,14 +6,14 @@
#
PORTNAME= avidemux
PORTVERSION= 0.9.0.101
PORTVERSION= 0.9.0.110
CATEGORIES= multimedia
MASTER_SITES= http://fixounet.free.fr/avidemux/
DISTNAME= avidemux-0.9rc1
DISTNAME= avidemux-0.9
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 \
@ -33,11 +33,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \
CONFIGURE_ARGS= --disable-warnings
USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/liba52.so.0)
WITH_A52= yes
.endif
.if exists(${LOCALBASE}/lib/xvidcore.so.0)
.if exists(${LOCALBASE}/lib/libxvidcore.so.0)
WITH_XVID= yes
.endif
@ -63,7 +65,4 @@ post-patch:
@${TOUCH} ${WRKSRC}/*
@${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
post-configure:
@${SH} ${WRKSRC}/buildLavCodec.sh
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -1 +1 @@
MD5 (avidemux-0.9rc1.tgz) = 890a7b4b80127981d0afa7d13be6f314
MD5 (avidemux-0.9.tgz) = ccadde58eb5f00473d7c2ee5d04bca51

View file

@ -1,6 +1,6 @@
An AVI (DivX) editor that is built around Xvid and divx4linux. Contains
various filters for deinterlacing, cropping, resizing, etc. Allows for
cutting without re-encoding. Has the ability to re-encode and re-sample.
A simple GUI based video editor that is built around Xvid and lavcodec.
Contains various filters for deinterlacing, cropping, resizing, etc. Allows
for cutting without re-encoding. Has the ability to re-encode and re-sample.
WWW: http://fixounet.free.fr/avidemux/

View file

@ -1,3 +1,3 @@
Remove any encore2.h, encore.h, and decore.h that you may have moved to the
/usr/local/include directory since it may cause the built program to crash
${PREFIX}/include directory since it may cause the built program to crash
when opening a file.