aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplex/files
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-11-01 04:34:28 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-11-01 04:34:28 +0000
commit2555968c0573552d7e000631e90f448366d84321 (patch)
tree7a22b49bacb7cc1e31461c5b76827c82d9bee133 /multimedia/mplex/files
parent61b1548a17630ca89ef9d4a10a1f35fca7ac24ff (diff)
downloadports-2555968c0573552d7e000631e90f448366d84321.tar.gz
ports-2555968c0573552d7e000631e90f448366d84321.zip
audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATED
audio/p5-MusicBrainz-Client Disappeared from CPAN editors/doxymacs Depends on www/w3-4, which is DEPRECATED graphics/libart Does not fetch, no more public distfiles java/jboss4 Does not build with new ant korean/hanterm Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx korean/johabfonts No more public distfiles, installs into / korean/hlatex-psfonts-uhc-extra Depends on korean/hlatex, which is DEPRECATED korean/texinfo Depends on korean/hlatex, which is DEPRECATED korean/hlatex No more public distfiles mail/jboss-mailservices Depends on java/jboss4, which is DEPRECATED misc/p5-Geography-NationalGrid-TW Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED misc/p5-Geography-NationalGrid Disappeared from CPAN multimedia/fxtv Depends on multimedia/mplex, which is DEPRECATED multimedia/mplex Upstream disapeared and distfile is not available net/py-timeoutsocket Upstream disapear and distfile is no more available textproc/p5-XML-LibRSVG Unmaintained and not used anymore textproc/javacc No more public distfiles www/w3-4/Makefile Upstream disapeared and distfile is not available www/commonist Depends on textproc/javacc, which is DEPRECATED www/newsfeed Depends on net/py-timeoutsocket, which is DEPRECATED x11/fbsd-icons Upstream disapear and distfile is no more available x11-themes/geramik Depends on x11-toolkits/qtpixmap, which is DEPRECATED x11-toolkits/qtpixmap No more public distfiles x11-wm/fvwm95-i18n Depends on x11/fbsd-icons, which is DEPRECATED x11-wm/fvwm95 Depends on x11/fbsd-icons, which is DEPRECATED
Notes
Notes: svn path=/head/; revision=284820
Diffstat (limited to 'multimedia/mplex/files')
-rw-r--r--multimedia/mplex/files/mplex.118
-rw-r--r--multimedia/mplex/files/patch-ab17
-rw-r--r--multimedia/mplex/files/patch-ac24
-rw-r--r--multimedia/mplex/files/patch-ad59
-rw-r--r--multimedia/mplex/files/patch-ae20
-rw-r--r--multimedia/mplex/files/patch-af34
6 files changed, 0 insertions, 172 deletions
diff --git a/multimedia/mplex/files/mplex.1 b/multimedia/mplex/files/mplex.1
deleted file mode 100644
index 0d7b0c0be1a5..000000000000
--- a/multimedia/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/multimedia/mplex/files/patch-ab b/multimedia/mplex/files/patch-ab
deleted file mode 100644
index cee34107968d..000000000000
--- a/multimedia/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/multimedia/mplex/files/patch-ac b/multimedia/mplex/files/patch-ac
deleted file mode 100644
index 92e720da93e8..000000000000
--- a/multimedia/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/multimedia/mplex/files/patch-ad b/multimedia/mplex/files/patch-ad
deleted file mode 100644
index 7830a3668993..000000000000
--- a/multimedia/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/multimedia/mplex/files/patch-ae b/multimedia/mplex/files/patch-ae
deleted file mode 100644
index 41149fd1580f..000000000000
--- a/multimedia/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/multimedia/mplex/files/patch-af b/multimedia/mplex/files/patch-af
deleted file mode 100644
index 12d99a0ca25d..000000000000
--- a/multimedia/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,