summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-01-27 01:11:38 +0000
committerpav <pav@FreeBSD.org>2004-01-27 01:11:38 +0000
commit681728dc63eba032299c23b8a1ac0f1aab53b105 (patch)
tree1252b28ccf6ce8ba3bf915f0bc18da6476a92cc4 /multimedia
parent9483c5befd239af75657798a5050b52f8e5ef415 (diff)
downloadFreeBSD-ports-681728dc63eba032299c23b8a1ac0f1aab53b105.zip
FreeBSD-ports-681728dc63eba032299c23b8a1ac0f1aab53b105.tar.gz
- Update to 2.0.20
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/avidemux2/Makefile16
-rw-r--r--multimedia/avidemux2/distinfo2
-rw-r--r--multimedia/avidemux2/pkg-plist4
3 files changed, 15 insertions, 7 deletions
diff --git a/multimedia/avidemux2/Makefile b/multimedia/avidemux2/Makefile
index e8ebd15..d45c316 100644
--- a/multimedia/avidemux2/Makefile
+++ b/multimedia/avidemux2/Makefile
@@ -6,17 +6,17 @@
#
PORTNAME= avidemux2
-PORTVERSION= 2.0.18
-PORTREVISION= 1
+PORTVERSION= 2.0.20
CATEGORIES= multimedia
MASTER_SITES= http://fixounet.free.fr/avidemux/
-DISTNAME= avidemux-2.0.18
+DISTNAME= avidemux-2.0.20
MAINTAINER= amistry@am-productions.biz
COMMENT= Simple GUI based video editor
LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \
- mad.2:${PORTSDIR}/audio/mad
+ mad.2:${PORTSDIR}/audio/libmad \
+ xml2.5:${PORTSDIR}/textproc/libxml2
BUILD_DEPENDS= \
${X11BASE}/include/X11/extensions/Xvlib.h:${PORTSDIR}/graphics/xv
@@ -82,7 +82,11 @@ pre-everything::
post-patch:
@${TOUCH} ${WRKSRC}/*
@${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure ${WRKSRC}/*/*/Makefile
-post-configure:
-# @${SH} ${WRKSRC}/buildLavCodec.sh
+ @${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 --git a/multimedia/avidemux2/distinfo b/multimedia/avidemux2/distinfo
index 1d56d0c..60e78b2 100644
--- a/multimedia/avidemux2/distinfo
+++ b/multimedia/avidemux2/distinfo
@@ -1 +1 @@
-MD5 (avidemux-2.0.18.tar.gz) = 5236a00d4a56b25df2c5f28fa8a40ce8
+MD5 (avidemux-2.0.20.tar.gz) = c7070e0a4b506e688d653d159cceeb31
diff --git a/multimedia/avidemux2/pkg-plist b/multimedia/avidemux2/pkg-plist
index cece1bd..c1acb9f 100644
--- a/multimedia/avidemux2/pkg-plist
+++ b/multimedia/avidemux2/pkg-plist
@@ -1 +1,5 @@
bin/avidemux2
+share/locale/es/LC_MESSAGES/avidemux.mo
+share/locale/fr/LC_MESSAGES/avidemux.mo
+share/locale/klingon/LC_MESSAGES/avidemux.mo
+share/locale/ru/LC_MESSAGES/avidemux.mo
OpenPOWER on IntegriCloud