aboutsummaryrefslogtreecommitdiff
path: root/multimedia/tcmplex-panteltje
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2004-10-24 01:23:00 +0000
committerHerve Quiroz <hq@FreeBSD.org>2004-10-24 01:23:00 +0000
commit3be75d74ff0f89014546ae60c6a4042c0b754458 (patch)
treea7cf8031f7463465e822def085236b0fac091446 /multimedia/tcmplex-panteltje
parentb483613740a0a448a3fdd2424ca61e2fc04d0b1c (diff)
downloadports-3be75d74ff0f89014546ae60c6a4042c0b754458.tar.gz
ports-3be75d74ff0f89014546ae60c6a4042c0b754458.zip
tcmplex-pantelje, audio video multiplexer from the transcode distribution,
re-writen for 8 audio channels. This version fixes an AC3 bug and supports files > 2GB. WWW: http://www.home.zonnet.nl/panteltje/dvd/
Notes
Notes: svn path=/head/; revision=120050
Diffstat (limited to 'multimedia/tcmplex-panteltje')
-rw-r--r--multimedia/tcmplex-panteltje/Makefile32
-rw-r--r--multimedia/tcmplex-panteltje/distinfo2
-rw-r--r--multimedia/tcmplex-panteltje/files/patch-cflags11
-rw-r--r--multimedia/tcmplex-panteltje/files/patch-unistd13
-rw-r--r--multimedia/tcmplex-panteltje/pkg-descr5
5 files changed, 63 insertions, 0 deletions
diff --git a/multimedia/tcmplex-panteltje/Makefile b/multimedia/tcmplex-panteltje/Makefile
new file mode 100644
index 000000000000..3182a41b9b4b
--- /dev/null
+++ b/multimedia/tcmplex-panteltje/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: tcmplex-panteltje
+# Date created: 2004-10-21
+# Whom: Herve Quiroz <hq@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tcmplex-panteltje
+PORTVERSION= 0.4.6
+CATEGORIES= multimedia
+MASTER_SITES= ftp://sunsite.unc.edu/pub/linux/apps/video/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= hq@FreeBSD.org
+COMMENT= Re-write of the A/V multiplexer from the transcode distribution
+
+ALL_TARGET= a.out
+
+PLIST_FILES= bin/tcmplex-panteltje
+
+.if !defined(NOPORTDOCS)
+PORTDOCS= CHANGES COPYRIGHT LICENSE README
+.endif
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
+.endif
+
+.include <bsd.port.mk>
diff --git a/multimedia/tcmplex-panteltje/distinfo b/multimedia/tcmplex-panteltje/distinfo
new file mode 100644
index 000000000000..e75916ba461c
--- /dev/null
+++ b/multimedia/tcmplex-panteltje/distinfo
@@ -0,0 +1,2 @@
+MD5 (tcmplex-panteltje-0.4.6.tgz) = 58592e59a923202f3b6b771e89473669
+SIZE (tcmplex-panteltje-0.4.6.tgz) = 81061
diff --git a/multimedia/tcmplex-panteltje/files/patch-cflags b/multimedia/tcmplex-panteltje/files/patch-cflags
new file mode 100644
index 000000000000..200e341ffa01
--- /dev/null
+++ b/multimedia/tcmplex-panteltje/files/patch-cflags
@@ -0,0 +1,11 @@
+$FreeBSD$
+
+--- Makefile.orig Thu Oct 21 18:59:27 2004
++++ Makefile Thu Oct 21 18:59:52 2004
+@@ -1,5 +1,5 @@
+
+-CFLAGS = -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
++CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+
+ LIBRARY = -lm
+ #-lpthread
diff --git a/multimedia/tcmplex-panteltje/files/patch-unistd b/multimedia/tcmplex-panteltje/files/patch-unistd
new file mode 100644
index 000000000000..9769f15127a0
--- /dev/null
+++ b/multimedia/tcmplex-panteltje/files/patch-unistd
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- mplex.h.orig Tue Aug 3 21:00:02 2004
++++ mplex.h Thu Oct 21 18:48:16 2004
+@@ -46,6 +46,8 @@
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
+ *************************************************************************/
+
++#include <unistd.h>
++
+ /*************************************************************************
+ Definitionen
+ *************************************************************************/
diff --git a/multimedia/tcmplex-panteltje/pkg-descr b/multimedia/tcmplex-panteltje/pkg-descr
new file mode 100644
index 000000000000..1be36f138f5e
--- /dev/null
+++ b/multimedia/tcmplex-panteltje/pkg-descr
@@ -0,0 +1,5 @@
+tcmplex-pantelje, audio video multiplexer from the transcode distribution,
+re-writen for 8 audio channels. This version fixes an AC3 bug and supports
+files > 2GB.
+
+WWW: http://www.home.zonnet.nl/panteltje/dvd/