aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2004-12-09 08:03:31 +0800
committersem <sem@FreeBSD.org>2004-12-09 08:03:31 +0800
commit739475b9b62e1deadc820d7501ecf9c3bc3f65c6 (patch)
tree26e339df975c30c85c3b06f0977fe9bba4fe042d
parent3b9500e26d0bd912a2ca2d522946a2b130248eee (diff)
downloadfreebsd-ports-gnome-739475b9b62e1deadc820d7501ecf9c3bc3f65c6.tar.gz
freebsd-ports-gnome-739475b9b62e1deadc820d7501ecf9c3bc3f65c6.tar.zst
freebsd-ports-gnome-739475b9b62e1deadc820d7501ecf9c3bc3f65c6.zip
Removed on maintainer request: no longer maintained by the author
PR: ports/74865 Submitted by: Anish Mistry <amistry(at)am-productions.biz> (maintainer)
-rw-r--r--MOVED1
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/avidemux/Makefile74
-rw-r--r--multimedia/avidemux/distinfo2
-rw-r--r--multimedia/avidemux/pkg-descr9
-rw-r--r--multimedia/avidemux/pkg-message3
6 files changed, 1 insertions, 89 deletions
diff --git a/MOVED b/MOVED
index 0e915ffa5b0c..e5f4b3eb1747 100644
--- a/MOVED
+++ b/MOVED
@@ -1344,3 +1344,4 @@ audio/mBox|audio/mbox|2004-11-29|renamed to mbox because mbox and mBox are dupli
graphics/digikamplugins|graphics/kipi-plugins|2004-12-01|merged into kipi-plugins
mail/milter-sender||2004-12-02|removed on author's request
editors/AbiWord2|editors/abiword|2004-12-04|renamed to abiword
+multimedia/avidemux||2004-12-09|no longer maintained by the author
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.