diff options
Diffstat (limited to 'multimedia/tosvcd')
-rw-r--r-- | multimedia/tosvcd/Makefile | 34 | ||||
-rw-r--r-- | multimedia/tosvcd/distinfo | 1 | ||||
-rw-r--r-- | multimedia/tosvcd/files/patch-decode.c | 20 | ||||
-rw-r--r-- | multimedia/tosvcd/files/patch-makefile | 11 | ||||
-rw-r--r-- | multimedia/tosvcd/files/patch-tosvcd.c | 27 | ||||
-rw-r--r-- | multimedia/tosvcd/pkg-comment | 1 | ||||
-rw-r--r-- | multimedia/tosvcd/pkg-descr | 16 | ||||
-rw-r--r-- | multimedia/tosvcd/pkg-plist | 1 |
8 files changed, 0 insertions, 111 deletions
diff --git a/multimedia/tosvcd/Makefile b/multimedia/tosvcd/Makefile deleted file mode 100644 index 9834157c1017..000000000000 --- a/multimedia/tosvcd/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: tosvcd -# Date created: Oct 25, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= tosvcd -PORTVERSION= 0.7 -CATEGORIES= graphics -MASTER_SITES= http://muse.seh.de/tosvcd/ - -MAINTAINER= ports@FreeBSD.org - -RUN_DEPNDS= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \ - vcdimager:${PORTSDIR}/graphics/vcdimager - -USE_BZIP2= yes -USE_REINPLACE= yes -MAKEFILE= makefile -USE_GMAKE= yes - -post-patch: - @${REINPLACE_CMD} -e "s|^CFLAGS =|CFLAGS+=|" \ - -e "s|^CFLAGS +=|#CFLAGS +=|g" \ - -e "s|-lpthread|${PTHREAD_LIBS}|g" \ - ${WRKSRC}/${MAKEFILE} - @${REINPLACE_CMD} -e "s|malloc.h|stdlib.h|" ${WRKSRC}/decode.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tosvcd ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/multimedia/tosvcd/distinfo b/multimedia/tosvcd/distinfo deleted file mode 100644 index 87b0a1b59920..000000000000 --- a/multimedia/tosvcd/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tosvcd-0.7.tar.bz2) = d821ed70eed67dae5fbbc041217f327f diff --git a/multimedia/tosvcd/files/patch-decode.c b/multimedia/tosvcd/files/patch-decode.c deleted file mode 100644 index 9c13da9dfde4..000000000000 --- a/multimedia/tosvcd/files/patch-decode.c +++ /dev/null @@ -1,20 +0,0 @@ ---- decode.c.orig Fri Oct 25 16:01:13 2002 -+++ decode.c Fri Oct 25 16:01:31 2002 -@@ -21,7 +21,7 @@ - Mpeg2dec::Mpeg2dec(uint32_t mm_accel) - { - config.flags = mm_accel; -- picture = (picture_t*)memalign (16, sizeof (picture_t)); -+ picture = (picture_t*)malloc(sizeof (picture_t)); - memset(picture, 0, sizeof (picture_t)); - frames = 0; - frame_ptr[0] = 0; -@@ -66,7 +66,7 @@ - int size = width() * height() / 4; - if (frames) - free(frames); -- frames = (unsigned char*)memalign(64, size*18); -+ frames = (unsigned char*)malloc(size*18); - unsigned char* alloc = frames; - - for (int i = 0; i < 3; i++) { diff --git a/multimedia/tosvcd/files/patch-makefile b/multimedia/tosvcd/files/patch-makefile deleted file mode 100644 index 6c4b3a971be8..000000000000 --- a/multimedia/tosvcd/files/patch-makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- makefile.orig Fri Oct 25 16:04:05 2002 -+++ makefile Fri Oct 25 16:04:25 2002 -@@ -21,7 +21,7 @@ - - tosvcd: $(OBJ) - $(CC) -o tosvcd $(OBJ) -lpthread -- su -c "cp tosvcd /usr/bin" -+# su -c "cp tosvcd /usr/bin" - - t: - ./tosvcd -o reeperbahn /video0/Auf_der_Reeperbahn_nachts_um_halb_eins/2002-03-09.15:21.50.50.rec diff --git a/multimedia/tosvcd/files/patch-tosvcd.c b/multimedia/tosvcd/files/patch-tosvcd.c deleted file mode 100644 index bb1c44b9f660..000000000000 --- a/multimedia/tosvcd/files/patch-tosvcd.c +++ /dev/null @@ -1,27 +0,0 @@ ---- tosvcd.c.orig Fri Sep 13 10:08:52 2002 -+++ tosvcd.c Mon Nov 18 16:56:27 2002 -@@ -24,14 +24,12 @@ - #include <fcntl.h> - #include <errno.h> - #include <string.h> --#include <stdint.h> - #include <sys/stat.h> - #include <time.h> - #include <pthread.h> - #include <list> --#include <values.h> - #include <signal.h> --#include <wait.h> -+#include <sys/wait.h> - #include <glob.h> - - -@@ -1322,7 +1320,7 @@ - // catch all signals - //--------------------------------------------------- - #if 1 -- for (int i = 0; i < _NSIG; ++i) { -+ for (int i = 0; i < NSIG; ++i) { - if (i != SIGABRT) - signal(i, catchSignal); - } diff --git a/multimedia/tosvcd/pkg-comment b/multimedia/tosvcd/pkg-comment deleted file mode 100644 index f28c892561e0..000000000000 --- a/multimedia/tosvcd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -SVCD transcoder diff --git a/multimedia/tosvcd/pkg-descr b/multimedia/tosvcd/pkg-descr deleted file mode 100644 index 8fd0e26462b1..000000000000 --- a/multimedia/tosvcd/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -tosvcd takes one or more recorded vdr files and transcodes them to a SVCD -image file ready for cdrdao to burn. - -Some functions: - * synchronises Video/Audio - * tries to repair demaged streams - * split output(with help of mpeg2enc) - * invoke yuvscaler, if input is not 480x576 - * invoke noise filter on request - * predicts finish time - * predicts final output size - * restarts if output size exceeds CD's capacity to enable full automatic - operation - * invoke mplex and vcdimager - -WWW: http://muse.seh.de/tosvcd/ diff --git a/multimedia/tosvcd/pkg-plist b/multimedia/tosvcd/pkg-plist deleted file mode 100644 index e56c2c408888..000000000000 --- a/multimedia/tosvcd/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/tosvcd |