summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-28 08:44:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-28 08:44:32 +0000
commit86f9013b1096d1c5c598e64e603b4ef58708baae (patch)
tree17593b6c26c16f8eefb34eed8be203d6588c83bd
parentUpdate to the stable version. (diff)
add avidemux 0.9.0.12
GUI based AVI (DivX) editor PR: 41788 Submitted by: Anish Mistry <amistry@am-productions.biz>
Notes
Notes: svn path=/head/; revision=65162
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/avidemux/Makefile39
-rw-r--r--graphics/avidemux/distinfo1
-rw-r--r--graphics/avidemux/pkg-comment1
-rw-r--r--graphics/avidemux/pkg-descr9
-rw-r--r--graphics/avidemux/pkg-message3
-rw-r--r--graphics/avidemux/pkg-plist1
-rw-r--r--multimedia/avidemux/Makefile39
-rw-r--r--multimedia/avidemux/distinfo1
-rw-r--r--multimedia/avidemux/pkg-comment1
-rw-r--r--multimedia/avidemux/pkg-descr9
-rw-r--r--multimedia/avidemux/pkg-message3
-rw-r--r--multimedia/avidemux/pkg-plist1
13 files changed, 109 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index b9c97910251d..325873ee9f6a 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -14,6 +14,7 @@
SUBDIR += acidwarp
SUBDIR += aoi
SUBDIR += autotrace
+ SUBDIR += avidemux
SUBDIR += aview
SUBDIR += avifile
SUBDIR += backfract
diff --git a/graphics/avidemux/Makefile b/graphics/avidemux/Makefile
new file mode 100644
index 000000000000..ab2f961931e0
--- /dev/null
+++ b/graphics/avidemux/Makefile
@@ -0,0 +1,39 @@
+# 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.12
+CATEGORIES= graphics
+MASTER_SITES= http://fixounet.free.fr/avidemux/
+DISTNAME= avidemux-0.9pre12
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= amistry@am-productions.biz
+
+LIB_DEPENDS= xvidcore.0:${PORTSDIR}/graphics/xvid \
+ mp3lame.0:${PORTSDIR}/audio/lame \
+ mad.1:${PORTSDIR}/audio/mad
+BUILD_DEPENDS= \
+ ${LINUXBASE}/usr/include/divx/decore.h:${PORTSDIR}/graphics/divx4linux \
+ ${X11BASE}/include/X11/extensions/Xvlib.h:${PORTSDIR}/graphics/xv
+
+USE_REINPLACE= yes
+USE_X_PREFIX= yes
+USE_XLIB= yes
+USE_GTK= yes
+GNU_CONFIGURE= yes
+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
+USE_GMAKE= yes
+
+post-patch:
+ @${REINPLACE_CMD} 's/-lpthread/${PTHREAD_LIBS}/g' ${WRKSRC}/configure
+
+.include <bsd.port.mk>
diff --git a/graphics/avidemux/distinfo b/graphics/avidemux/distinfo
new file mode 100644
index 000000000000..48c9fd16a41c
--- /dev/null
+++ b/graphics/avidemux/distinfo
@@ -0,0 +1 @@
+MD5 (avidemux-0.9pre12.tgz) = 680e551f1ca8ae0d13ff3de4ccf5a85b
diff --git a/graphics/avidemux/pkg-comment b/graphics/avidemux/pkg-comment
new file mode 100644
index 000000000000..bd91862ac311
--- /dev/null
+++ b/graphics/avidemux/pkg-comment
@@ -0,0 +1 @@
+GUI based AVI (DivX) editor
diff --git a/graphics/avidemux/pkg-descr b/graphics/avidemux/pkg-descr
new file mode 100644
index 000000000000..44959ba9d829
--- /dev/null
+++ b/graphics/avidemux/pkg-descr
@@ -0,0 +1,9 @@
+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.
+
+WWW: http://fixounet.free.fr/avidemux/
+
+- Anish Mistry
+amistry@am-productions.biz
+AM Productions http://am-productions.biz
diff --git a/graphics/avidemux/pkg-message b/graphics/avidemux/pkg-message
new file mode 100644
index 000000000000..a1f1760cc4af
--- /dev/null
+++ b/graphics/avidemux/pkg-message
@@ -0,0 +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
+when opening a file.
diff --git a/graphics/avidemux/pkg-plist b/graphics/avidemux/pkg-plist
new file mode 100644
index 000000000000..0e1c3cebd7ad
--- /dev/null
+++ b/graphics/avidemux/pkg-plist
@@ -0,0 +1 @@
+bin/avidemux
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile
new file mode 100644
index 000000000000..ab2f961931e0
--- /dev/null
+++ b/multimedia/avidemux/Makefile
@@ -0,0 +1,39 @@
+# 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.12
+CATEGORIES= graphics
+MASTER_SITES= http://fixounet.free.fr/avidemux/
+DISTNAME= avidemux-0.9pre12
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= amistry@am-productions.biz
+
+LIB_DEPENDS= xvidcore.0:${PORTSDIR}/graphics/xvid \
+ mp3lame.0:${PORTSDIR}/audio/lame \
+ mad.1:${PORTSDIR}/audio/mad
+BUILD_DEPENDS= \
+ ${LINUXBASE}/usr/include/divx/decore.h:${PORTSDIR}/graphics/divx4linux \
+ ${X11BASE}/include/X11/extensions/Xvlib.h:${PORTSDIR}/graphics/xv
+
+USE_REINPLACE= yes
+USE_X_PREFIX= yes
+USE_XLIB= yes
+USE_GTK= yes
+GNU_CONFIGURE= yes
+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
+USE_GMAKE= yes
+
+post-patch:
+ @${REINPLACE_CMD} 's/-lpthread/${PTHREAD_LIBS}/g' ${WRKSRC}/configure
+
+.include <bsd.port.mk>
diff --git a/multimedia/avidemux/distinfo b/multimedia/avidemux/distinfo
new file mode 100644
index 000000000000..48c9fd16a41c
--- /dev/null
+++ b/multimedia/avidemux/distinfo
@@ -0,0 +1 @@
+MD5 (avidemux-0.9pre12.tgz) = 680e551f1ca8ae0d13ff3de4ccf5a85b
diff --git a/multimedia/avidemux/pkg-comment b/multimedia/avidemux/pkg-comment
new file mode 100644
index 000000000000..bd91862ac311
--- /dev/null
+++ b/multimedia/avidemux/pkg-comment
@@ -0,0 +1 @@
+GUI based AVI (DivX) editor
diff --git a/multimedia/avidemux/pkg-descr b/multimedia/avidemux/pkg-descr
new file mode 100644
index 000000000000..44959ba9d829
--- /dev/null
+++ b/multimedia/avidemux/pkg-descr
@@ -0,0 +1,9 @@
+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.
+
+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
new file mode 100644
index 000000000000..a1f1760cc4af
--- /dev/null
+++ b/multimedia/avidemux/pkg-message
@@ -0,0 +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
+when opening a file.
diff --git a/multimedia/avidemux/pkg-plist b/multimedia/avidemux/pkg-plist
new file mode 100644
index 000000000000..0e1c3cebd7ad
--- /dev/null
+++ b/multimedia/avidemux/pkg-plist
@@ -0,0 +1 @@
+bin/avidemux