diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-04 06:00:13 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-04 06:00:13 +0000 |
commit | c10bcef6d35d2163017c48650d8c5b74b2786201 (patch) | |
tree | 3fa81264279ab723edc09ed6806a7c8d27b194c1 /graphics/mplex/files | |
parent | 328b6db7856f09b9301c8c249b9ff065487c6879 (diff) |
Finish repo copy move from graphics category to newly create
multimedia one for the following ports:
avidemux
avinfo
camserv
dtv
dumpmpeg
enjoympeg
fxtv
gopchop
gxanim
libdvbpsi
libfame
libquicktime
mmsclient
mpeg
mpeg2codec
mpeg2play
mpeg_encode
mpeg_play
mpeg_stat
mpegedit
mpgtx
mplex
mtv
netshow
ppm2fli
smpeg
smpeg-xmms
splitmpg
tkxanim
totem
transcode
vlc
xanim
xawtv
xine_d4d_plugin
xine_d5d_plugin
xmovie
xmps
xtheater
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections)
Notes
Notes:
svn path=/head/; revision=78091
Diffstat (limited to 'graphics/mplex/files')
-rw-r--r-- | graphics/mplex/files/mplex.1 | 18 | ||||
-rw-r--r-- | graphics/mplex/files/patch-ab | 17 | ||||
-rw-r--r-- | graphics/mplex/files/patch-ac | 24 | ||||
-rw-r--r-- | graphics/mplex/files/patch-ad | 59 | ||||
-rw-r--r-- | graphics/mplex/files/patch-ae | 20 | ||||
-rw-r--r-- | graphics/mplex/files/patch-af | 34 |
6 files changed, 0 insertions, 172 deletions
diff --git a/graphics/mplex/files/mplex.1 b/graphics/mplex/files/mplex.1 deleted file mode 100644 index 0d7b0c0be1a5..000000000000 --- a/graphics/mplex/files/mplex.1 +++ /dev/null @@ -1,18 +0,0 @@ -.\" The following requests are required for all man pages. -.Dd Thu Aug 1 09:36:57 CDT 1996 -.Os -.Dt mplex 1 -.Sh NAME -.Nm mplex -.Sh SYNOPSIS -.Nm mplex -.Ar file1 -.Op file2 -.Ar file3 -.Sh DESCRIPTION -.Nm mplex -multiplexes MPEG audio and video streams into system layers. - -.Sh AUTHORS -mplex was written by Christoph Moar <moar@informatik.tu-muenchen.de>. -This man page was written by Eric L. Hernes <erich@FreeBSD.org> diff --git a/graphics/mplex/files/patch-ab b/graphics/mplex/files/patch-ab deleted file mode 100644 index cee34107968d..000000000000 --- a/graphics/mplex/files/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.orig Tue Apr 11 02:46:13 1995 -+++ Makefile Mon Sep 4 18:13:42 2000 -@@ -19,10 +19,12 @@ - - #CFLAGS = -g - --CFLAGS = -O -+CFLAGS?= -O - LDFLAGS= -lm --CC = cc -+CC ?= cc - RM = /bin/rm -f -+ -+CFLAGS+= -DTIMER - - OBJS = main.o bitstrm.o buffer.o inits.o inptstrm.o interact.o multplex.o systems.o timecode.o - diff --git a/graphics/mplex/files/patch-ac b/graphics/mplex/files/patch-ac deleted file mode 100644 index 92e720da93e8..000000000000 --- a/graphics/mplex/files/patch-ac +++ /dev/null @@ -1,24 +0,0 @@ ---- inptstrm.c.orig Wed May 31 08:04:11 1995 -+++ inptstrm.c Mon Sep 4 18:17:45 2000 -@@ -1,4 +1,5 @@ - #include "main.h" -+extern int Interactive; - /************************************************************************* - MPEG Streams Kontrolle - -@@ -310,6 +311,7 @@ - fclose (info_file); - output_info_video (video_info); - -+ if( Interactive ) - ask_continue (); - } - -@@ -565,6 +567,7 @@ - close_bit_stream_r (&audio_bs); - fclose (info_file); - output_info_audio (audio_info); -+ if( Interactive ) - ask_continue (); - - } diff --git a/graphics/mplex/files/patch-ad b/graphics/mplex/files/patch-ad deleted file mode 100644 index 7830a3668993..000000000000 --- a/graphics/mplex/files/patch-ad +++ /dev/null @@ -1,59 +0,0 @@ ---- multplex.c.orig Tue Jun 6 07:16:52 1995 -+++ multplex.c Mon Sep 4 18:17:45 2000 -@@ -1,4 +1,5 @@ - #include "main.h" -+extern int Interactive; - #ifdef TIMER - extern long total_sec; - extern long total_usec; -@@ -129,6 +130,7 @@ - picture_start = TRUE; - } - -+if( Interactive ) { - printf("\nMerging elementary streams to MPEG/SYSTEMS multiplexed stream.\n"); - printf("\n+------------------ MPEG/SYSTEMS INFORMATION -----------------+\n"); - -@@ -144,6 +146,12 @@ - scanf ("%ld", &video_buffer_size); - printf ("STD audio buffer in kB (CSPS: max 4 kB) : "); - scanf ("%ld", &audio_buffer_size); -+} else { -+ sector_size=2324; -+ packets_per_pack=1; -+ video_buffer_size=46; -+ audio_buffer_size=4; -+} - - write_pack = packets_per_pack; - video_buffer_size *= 1024; -@@ -197,6 +205,7 @@ - (double)(packets_per_pack-1.))) / (double)(packets_per_pack) ); - data_rate = ceil(dmux_rate/50.)*50; - -+if( Interactive ) { - printf ("\ncomputed multiplexed stream data rate : %7.3f\n",dmux_rate); - printf ("target data rate (e.g. %6u) : ",data_rate); - scanf ("%lf", &dmux_rate); -@@ -206,12 +215,21 @@ - scanf ("%u", &video_delay_ms); - printf ("audio stream startup offset (ms) : "); - scanf ("%u", &audio_delay_ms); -+} else { -+ dmux_rate=data_rate; -+ sectors_delay=8; -+ video_delay_ms=0; -+ audio_delay_ms=0; -+} - - video_delay = (double)video_delay_ms*(double)(CLOCKS/1000); - audio_delay = (double)audio_delay_ms*(double)(CLOCKS/1000); - -+if( Interactive ) { - verbose=ask_verbose(); - printf ("\n"); -+} else -+ verbose=1; - - #ifdef TIMER - gettimeofday (&tp_global_start,NULL); diff --git a/graphics/mplex/files/patch-ae b/graphics/mplex/files/patch-ae deleted file mode 100644 index 41149fd1580f..000000000000 --- a/graphics/mplex/files/patch-ae +++ /dev/null @@ -1,20 +0,0 @@ ---- interact.c.orig Wed May 31 20:18:33 1995 -+++ interact.c Fri Feb 11 10:04:07 2000 -@@ -67,7 +67,7 @@ - char input[20]; - - printf ("\nContinue processing (y/n) : "); -- do gets (input); -+ do fgets (input, sizeof(input), stdin); - while (input[0]!='N'&&input[0]!='n'&&input[0]!='y'&&input[0]!='Y'); - - if (input[0]=='N' || input[0]=='n') -@@ -92,7 +92,7 @@ - char input[20]; - - printf ("\nVery verbose mode (y/n) : "); -- do gets (input); -+ do fgets (input, sizeof(input), stdin); - while (input[0]!='N'&&input[0]!='n'&&input[0]!='y'&&input[0]!='Y'); - - if (input[0]=='N' || input[0]=='n') return (FALSE); else return (TRUE); diff --git a/graphics/mplex/files/patch-af b/graphics/mplex/files/patch-af deleted file mode 100644 index 12d99a0ca25d..000000000000 --- a/graphics/mplex/files/patch-af +++ /dev/null @@ -1,34 +0,0 @@ ---- main.c.orig Wed Apr 5 03:51:53 1995 -+++ main.c Mon Sep 4 18:17:45 2000 -@@ -59,6 +59,7 @@ - *************************************************************************/ - - #include "main.h" -+#include <unistd.h> - - /************************************************************************* - Main -@@ -75,6 +76,8 @@ - struct timeval tp_global_end; - #endif - -+int Interactive=0; -+ - int main (argc, argv) - - int argc; -@@ -93,6 +96,14 @@ - unsigned int which_streams=0; - double startup_delay=0; - -+ int tmp; -+ -+ if( getopt( argc, argv, "i" ) == 'i' ) -+ Interactive=1; -+ -+ optind -= 1; -+ argc -= optind; -+ argv += optind; - - intro (argc); - check_files (argc, argv, &audio_file, &video_file, &multi_file, |