diff options
author | arved <arved@FreeBSD.org> | 2002-11-12 11:50:43 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-12 11:50:43 +0000 |
commit | f1e7a8a2a8b25ed7fc4953e3afe6398846c78687 (patch) | |
tree | e16bf8567fae24e224f6744f99d6ef47464e0259 /multimedia | |
parent | 92524e737a6fb3c4e74d49315cf09e41ae179e23 (diff) | |
download | FreeBSD-ports-f1e7a8a2a8b25ed7fc4953e3afe6398846c78687.zip FreeBSD-ports-f1e7a8a2a8b25ed7fc4953e3afe6398846c78687.tar.gz |
Update to 0.9.0.16
PR 43300
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/avidemux/Makefile | 8 | ||||
-rw-r--r-- | multimedia/avidemux/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile index 40799ec..2a2d7d5 100644 --- a/multimedia/avidemux/Makefile +++ b/multimedia/avidemux/Makefile @@ -6,10 +6,10 @@ # PORTNAME= avidemux -PORTVERSION= 0.9.0.13 +PORTVERSION= 0.9.0.16 CATEGORIES= graphics MASTER_SITES= http://fixounet.free.fr/avidemux/ -DISTNAME= avidemux-0.9pre13 +DISTNAME= avidemux-0.9pre16_gtkfix EXTRACT_SUFX= .tgz MAINTAINER= amistry@am-productions.biz @@ -21,9 +21,9 @@ BUILD_DEPENDS= \ ${LINUXBASE}/usr/include/divx/decore.h:${PORTSDIR}/graphics/divx4linux \ ${X11BASE}/include/X11/extensions/Xvlib.h:${PORTSDIR}/graphics/xv +WRKSRC= ${WRKDIR}/avidemux-0.9pre16 USE_REINPLACE= yes USE_X_PREFIX= yes -USE_XLIB= yes USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes @@ -31,7 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \ -I${LINUXBASE}/usr/include/divx" \ LIBFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -CONFIGURE_ARGS= --with-xvid-as-decoder +CONFIGURE_ARGS= --with-xvid-as-decoder --disable-warnings USE_GMAKE= yes post-patch: diff --git a/multimedia/avidemux/distinfo b/multimedia/avidemux/distinfo index a8d4c6f..7d9d84c 100644 --- a/multimedia/avidemux/distinfo +++ b/multimedia/avidemux/distinfo @@ -1 +1 @@ -MD5 (avidemux-0.9pre13.tgz) = f232320b54233b0be75dfaec20e73eac +MD5 (avidemux-0.9pre16_gtkfix.tgz) = 24bce8b1cca8981c3b6d95c19b6353d1 |