aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-05-11 06:40:00 +0800
committeradamw <adamw@FreeBSD.org>2003-05-11 06:40:00 +0800
commit47cfa9873ee940a4978e09fb0df9692b8fbfb8ec (patch)
tree6374fff006453d960e360f6de094585b4b42325e /multimedia
parentb72a5f72af937677dee0fd621ae110a5c2b97fef (diff)
downloadfreebsd-ports-gnome-47cfa9873ee940a4978e09fb0df9692b8fbfb8ec.tar.gz
freebsd-ports-gnome-47cfa9873ee940a4978e09fb0df9692b8fbfb8ec.tar.zst
freebsd-ports-gnome-47cfa9873ee940a4978e09fb0df9692b8fbfb8ec.zip
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)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/avidemux/Makefile15
-rw-r--r--multimedia/avidemux/distinfo2
-rw-r--r--multimedia/avidemux/pkg-descr6
-rw-r--r--multimedia/avidemux/pkg-message2
4 files changed, 12 insertions, 13 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile
index 1f54b60c23e6..575df38ab462 100644
--- a/multimedia/avidemux/Makefile
+++ b/multimedia/avidemux/Makefile
@@ -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>
diff --git a/multimedia/avidemux/distinfo b/multimedia/avidemux/distinfo
index 02fddff8c317..6b5fc83a3891 100644
--- a/multimedia/avidemux/distinfo
+++ b/multimedia/avidemux/distinfo
@@ -1 +1 @@
-MD5 (avidemux-0.9rc1.tgz) = 890a7b4b80127981d0afa7d13be6f314
+MD5 (avidemux-0.9.tgz) = ccadde58eb5f00473d7c2ee5d04bca51
diff --git a/multimedia/avidemux/pkg-descr b/multimedia/avidemux/pkg-descr
index 44959ba9d829..6b32aa3903eb 100644
--- a/multimedia/avidemux/pkg-descr
+++ b/multimedia/avidemux/pkg-descr
@@ -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/
diff --git a/multimedia/avidemux/pkg-message b/multimedia/avidemux/pkg-message
index a1f1760cc4af..763266797aa4 100644
--- a/multimedia/avidemux/pkg-message
+++ b/multimedia/avidemux/pkg-message
@@ -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.