diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-09 00:03:31 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-09 00:03:31 +0000 |
commit | 25da3650f3d8378c453fc25780e302f8c4cdba65 (patch) | |
tree | 8f1fc335ec65f632c73f62b9646812583cb658fb /multimedia | |
parent | 0aba151be410668f595a3e90681ecb70a7f8d7aa (diff) | |
download | ports-25da3650f3d8378c453fc25780e302f8c4cdba65.tar.gz ports-25da3650f3d8378c453fc25780e302f8c4cdba65.zip |
Removed on maintainer request: no longer maintained by the author
PR: ports/74865
Submitted by: Anish Mistry <amistry(at)am-productions.biz> (maintainer)
Notes
Notes:
svn path=/head/; revision=123514
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/avidemux/Makefile | 74 | ||||
-rw-r--r-- | multimedia/avidemux/distinfo | 2 | ||||
-rw-r--r-- | multimedia/avidemux/pkg-descr | 9 | ||||
-rw-r--r-- | multimedia/avidemux/pkg-message | 3 |
5 files changed, 0 insertions, 89 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 9b2f1af5282b..74f856ac004e 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -4,7 +4,6 @@ COMMENT = Multimedia software SUBDIR += acidrip - SUBDIR += avidemux SUBDIR += avidemux2 SUBDIR += avifile SUBDIR += avinfo diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile deleted file mode 100644 index 348829409f77..000000000000 --- a/multimedia/avidemux/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# New ports collection makefile for: avidemux -# Date created: 15 August 2002 -# Whom: Anish Mistry -# with help from mean -# $FreeBSD$ -# - -PORTNAME= avidemux -PORTVERSION= 0.9.0.110 -PORTREVISION= 2 -CATEGORIES= multimedia -MASTER_SITES= http://fixounet.free.fr/avidemux/ -DISTNAME= avidemux-0.9 -EXTRACT_SUFX= .tgz - -MAINTAINER= amistry@am-productions.biz -COMMENT= Simple GUI-based video editor - -LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \ - mad.2:${PORTSDIR}/audio/mad \ - freetype.9:${PORTSDIR}/print/freetype2 -BUILD_DEPENDS= \ - ${X11BASE}/include/X11/extensions/Xvlib.h:${PORTSDIR}/graphics/xv - -PLIST_FILES= bin/avidemux -USE_REINPLACE= yes -USE_X_PREFIX= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \ - -I${LOCALASE}/include/ffmpeg \ - -I${LOCALBASE}/include/a52dec" \ - LIBFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -CONFIGURE_ARGS= --disable-warnings -USE_GMAKE= yes - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -IGNORE= requires an x86-32 processor, if you are using other platforms install avidemux2, which includes support for non-i386 systems -.endif - -.if exists(${LOCALBASE}/lib/liba52.so.0) -WITH_A52= yes -.endif - -.if exists(${LOCALBASE}/lib/libxvidcore.so.4) -WITH_XVID= yes -.endif - -.if defined(WITH_XVID) -LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid -CONFIGURE_ARGS+= --with-xvid-as-decoder -.endif - -.if defined(WITH_A52) -LIB_DEPENDS+= a52.0:${PORTSDIR}/audio/liba52 -.endif - -pre-everything:: -.if !defined(WITH_XVID) - @${ECHO_MSG} "To enable xvid as the decoder define WITH_XVID." -.endif - -.if !defined(WITH_A52) - @${ECHO_MSG} "To enable A/52 support define WITH_A52." -.endif - -post-patch: - @${TOUCH} ${WRKSRC}/* - @${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/multimedia/avidemux/distinfo b/multimedia/avidemux/distinfo deleted file mode 100644 index 127fc1d30b56..000000000000 --- a/multimedia/avidemux/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (avidemux-0.9.tgz) = ccadde58eb5f00473d7c2ee5d04bca51 -SIZE (avidemux-0.9.tgz) = 1771162 diff --git a/multimedia/avidemux/pkg-descr b/multimedia/avidemux/pkg-descr deleted file mode 100644 index 6b32aa3903eb..000000000000 --- a/multimedia/avidemux/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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/ - -- Anish Mistry -amistry@am-productions.biz -AM Productions http://am-productions.biz diff --git a/multimedia/avidemux/pkg-message b/multimedia/avidemux/pkg-message deleted file mode 100644 index 763266797aa4..000000000000 --- a/multimedia/avidemux/pkg-message +++ /dev/null @@ -1,3 +0,0 @@ -Remove any encore2.h, encore.h, and decore.h that you may have moved to the -${PREFIX}/include directory since it may cause the built program to crash -when opening a file. |