diff options
author | dougb <dougb@FreeBSD.org> | 2011-11-01 12:34:28 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-11-01 12:34:28 +0800 |
commit | 3f334cb2a0f4eaec5fa770d7fbaa6df5c425a91b (patch) | |
tree | f3c00313515c6ee018c39de3663cab116b01fae0 /multimedia | |
parent | c2b1473fa8382d29e3b2835edceefd22f145bdeb (diff) | |
download | freebsd-ports-gnome-3f334cb2a0f4eaec5fa770d7fbaa6df5c425a91b.tar.gz freebsd-ports-gnome-3f334cb2a0f4eaec5fa770d7fbaa6df5c425a91b.tar.zst freebsd-ports-gnome-3f334cb2a0f4eaec5fa770d7fbaa6df5c425a91b.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
Diffstat (limited to 'multimedia')
27 files changed, 0 insertions, 712 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 6b080a825abf..f2ec80046074 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -65,7 +65,6 @@ SUBDIR += fpc-dts SUBDIR += fpc-matroska SUBDIR += freevo - SUBDIR += fxtv SUBDIR += gaupol SUBDIR += gavl SUBDIR += gcap @@ -220,7 +219,6 @@ SUBDIR += mplayer-fonts SUBDIR += mplayer-skins SUBDIR += mplayerxp - SUBDIR += mplex SUBDIR += msdl SUBDIR += mxflib SUBDIR += mythplugin-mythvideo diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile deleted file mode 100644 index 36411b334315..000000000000 --- a/multimedia/fxtv/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: fxtv -# Date created: Thu Nov 4 19:54:04 EST 1999 -# Whom: Randall Hopper <aa8vb@nc.rr.com> -# -# $FreeBSD$ -# - -PORTNAME= fxtv -PORTVERSION= 1.03 -PORTREVISION= 11 -CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= rhh -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= X-based TV Display and Capture Application (for use with bt848 driver) - -DEPRECATED= Depends on multimedia/mplex, which is DEPRECATED -EXPIRATION_DATE= 2011-10-31 - -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d - -USE_XORG= ice sm x11 xaw xext xmu xt xpm xxf86vm xxf86dga -USE_GMAKE= yes -MAKE_FLAGS= -e -MAN1= fxtv.1 - -ONLY_FOR_ARCHS= alpha i386 ia64 amd64 - -OPTIONS= EXTRA "Extra programs required to record/playback/save" off - -.include <bsd.port.pre.mk> - -# This program does not actually require the programs below unless you -# use audio/video recording and/or playback and save to a non-raw format. -.if defined(WITH_EXTRA) -RUN_DEPENDS+= sox:${PORTSDIR}/audio/sox \ - mpg123:${PORTSDIR}/audio/mpg123 \ - mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \ - mplex:${PORTSDIR}/multimedia/mplex -.endif - -pre-install: - ${CP} ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man - -.include <bsd.port.post.mk> diff --git a/multimedia/fxtv/distinfo b/multimedia/fxtv/distinfo deleted file mode 100644 index cda0c1b862cd..000000000000 --- a/multimedia/fxtv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fxtv-1.03.tgz) = 17e256afe895b2294cdaeb6fe8461d8869cc458687a4ea8895f8b16b5e85cc82 -SIZE (fxtv-1.03.tgz) = 198669 diff --git a/multimedia/fxtv/files/patch-ab b/multimedia/fxtv/files/patch-ab deleted file mode 100644 index e93539ed64f2..000000000000 --- a/multimedia/fxtv/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Tue Feb 13 09:08:59 2001 -+++ Makefile Sat Mar 10 17:36:25 2001 -@@ -62,7 +62,7 @@ - ifneq ($(DEBUG),NO) - override CFLAGS = -DDEBUG -g - else -- override CFLAGS = -DNDEBUG -O2 -+ override CFLAGS += -DNDEBUG #-O2 - endif - C_WARN_FLAG = -Wall - override CFLAGS += $(C_WARN_FLAG) $(INC) $(CF_VERS) diff --git a/multimedia/fxtv/files/patch-ac b/multimedia/fxtv/files/patch-ac deleted file mode 100644 index 393b25bf1dc1..000000000000 --- a/multimedia/fxtv/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- videolib/Makefile.orig Tue Feb 13 06:04:45 2001 -+++ videolib/Makefile Sat Mar 10 17:39:59 2001 -@@ -15,7 +15,7 @@ - ifneq ($(DEBUG),NO) - override CFLAGS = -DDEBUG -g - else -- override CFLAGS = -DNDEBUG -O2 -+ override CFLAGS += -DNDEBUG #-O2 - endif - C_WARN_FLAG = -Wall - override CFLAGS += $(C_WARN_FLAG) $(INC) diff --git a/multimedia/fxtv/files/patch-ad b/multimedia/fxtv/files/patch-ad deleted file mode 100644 index cecee252f3a3..000000000000 --- a/multimedia/fxtv/files/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ ---- voxware.h.orig Sat Sep 7 16:51:45 2002 -+++ voxware.h Sat Sep 7 16:51:58 2002 -@@ -30,9 +30,7 @@ - #ifndef __VOXWARE_H - #define __VOXWARE_H - --#if defined(__FreeBSD__) --# include <machine/soundcard.h> --#elif defined(linux) || defined(__bsdi__) -+#if defined(linux) || defined(__bsdi__) || defined(__FreeBSD__) - # include <sys/soundcard.h> - #elif defined(__NetBSD__) || defined(__OpenBSD__) - # include <soundcard.h> diff --git a/multimedia/fxtv/files/patch-ae b/multimedia/fxtv/files/patch-ae deleted file mode 100644 index 8bc5c1c8fb3c..000000000000 --- a/multimedia/fxtv/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- remote.c.orig Sat Sep 7 16:54:12 2002 -+++ remote.c Sat Sep 7 16:54:24 2002 -@@ -65,7 +65,7 @@ - /* ******************** Local defines ************** */ - - /* FIXME: Remove this old code someday */ --#ifdef 0 -+#if 0 - # define OLD_DEV_SYSMOUSE_STUFF - #endif - diff --git a/multimedia/fxtv/files/patch-app_rsrc.h b/multimedia/fxtv/files/patch-app_rsrc.h deleted file mode 100644 index 275df30b01ea..000000000000 --- a/multimedia/fxtv/files/patch-app_rsrc.h +++ /dev/null @@ -1,188 +0,0 @@ ---- app_rsrc.h.orig 2001-02-12 22:17:53.000000000 +0100 -+++ app_rsrc.h -@@ -525,96 +525,95 @@ static XtResource Resources[] = { - }; - - --#define OPTION_HELP_STR "\ -- BSD X TV (fxtv), Version " VERS_STR ". -- Written by Randall Hopper -- --Please mail Fxtv and Bt848 driver-related comments and help requests to the --multimedia@freebsd.org list. Feel free to subscribe and contribute --(listserv: majordomo@freebsd.org). -- --Available options: -- ---driverDefaults - Use appearance parms from driver on startup ---colorbars - Turn on colorbar display (for testing) ---hue [-90...90] - Initial Hue ; def=0 ---brightness [-50..50] - Initial Brightness (%); def=0 ---contrast [0..200] - Initial Contrast (%); def=100 ---satU [0..200] - U Saturation (%); def=100 ---satV [0..284] - V Saturation (%); def=100 ---aspectlock - Enable 4:3 aspect lock on video window -- ---deviceNumber <#> - bktr/tuner device numbers; def=0 ---inputFormat <fmt> - Tuner signal input format (ntsc,ntscm,ntscj, -- palbdghi,pal,palm,paln,secam,palncomb,rsvd) -- ---tunerMode [cable|antenna] - Tuner Mode ---defaultInput <input> - Startup tuner signal input -- [tuner|video|svideo|csvideo|dev3] ---defaultAudioInput <input> - Startup TV card audio input -- [tuner|external|internal|auto] ---defaultChannel <#> - Startup Channel Number ---cableStationList <...> - List of cable station presets (see rsrc file) ---antennaStationList <...> - List of antenna station presets ---cableFreqSet <freqset> - Freq set for cable (def = cableirc) -- [nabcst|cableirc|cablehrc|weurope|jpnbcst| -- jpncable|xussr|australia|france] ---antennaFreqSet <freqset> - Freq set for antenna (def = nabcst) -- ---noAudio - Suppress playing audio through soundcard ---dspDevice - Override default DSP device (def=/dev/dsp) ---mixerDevice - Override default mixer device (def=/dev/mixer) ---mixerChannel - Audio mixer (line,line1/2/3,cd,mic,video) -- ---stationInWinTitle - Display station text in window title ---stationInWinIcon - Display station text in window icon -- ---stationAnnotFont <fontpat> - Font pattern for station annot (see rsrc file) ---stationAnnotColor <color> - Color for station annot ---stationAnnotDelay <msec> - How long to display (0 = never; -1 = always) ---stationAnnotIDOnly - Display station ID alone (when available) -- ---tunerModeAnnot{Font,Color,Delay} ---inputDevAnnot{Font,Color,Delay} ---volumeDevAnnot{Font,Color,Delay} ---muteDevAnnot{Font,Color,Delay} -- - Other annotation options (see stationAnnot) -- ---remoteType - Type of attached remote control -- [None|X10|Hauppauge|PixelView] -- ---recCmdMpeg2 - MPEG-2 Audio record command ---recCmdMpeg3 - MPEG-3 Audio record command ---playCmdMpeg2 - MPEG-2 Audio play command ---playCmdMpeg3 - MPEG-3 Audio play command -- ---videoCnvtScript - Video conversion workhorse script for vid encod. -- ---bswap2Bpp - Byte/word swap options for direct video ---nobswap2Bpp (used to match driver's pixel format with ---bswap3Bpp the video card's) ---nobswap3Bpp ---bswap4Bpp 2Bpp - 15/16-bpp modes ---nobswap4Bpp 3Bpp - packed 24bpp modes ---bwwap4Bpp 4Bpp - unpacked 24bpp modes ---nowswap4Bpp -- ---Bpp24bit [3|4] - Set frame buffer Bytes-per-pixel for 24bpp mode ---Bpp32bit [3|4] - Set frame buffer Bytes-per-pixel for 32bpp mode -- ---videoCapFile[1-4] - Optional paths (0-4) to scratch file paths to -- use for video capture; spreads load across disks -- ---noafc - Disable AFC ---disableDirectV - Disable DMA transfers straight to video card ---debug <area> - Debug Msgs -- {startup,driver,subproc,events,video,frame} ---help - Display program options -- --NOTE: All command line options are accessible as X resources as well. -- The X resources have the same names as the command-line options. -- See the sample Fxtv class resource file for details. --" -+#define OPTION_HELP_STR \ -+" BSD X TV (fxtv), Version " VERS_STR ".\n" \ -+" Written by Randall Hopper\n" \ -+"\n" \ -+"Please mail Fxtv and Bt848 driver-related comments and help requests to the\n" \ -+"multimedia@freebsd.org list. Feel free to subscribe and contribute\n" \ -+"(listserv: majordomo@freebsd.org).\n" \ -+"\n" \ -+"Available options:\n" \ -+"\n" \ -+"-driverDefaults - Use appearance parms from driver on startup\n" \ -+"-colorbars - Turn on colorbar display (for testing)\n" \ -+"-hue [-90...90] - Initial Hue ; def=0\n" \ -+"-brightness [-50..50] - Initial Brightness (%); def=0\n" \ -+"-contrast [0..200] - Initial Contrast (%); def=100\n" \ -+"-satU [0..200] - U Saturation (%); def=100\n" \ -+"-satV [0..284] - V Saturation (%); def=100\n" \ -+"-aspectlock - Enable 4:3 aspect lock on video window\n" \ -+"\n" \ -+"-deviceNumber <#> - bktr/tuner device numbers; def=0\n" \ -+"-inputFormat <fmt> - Tuner signal input format (ntsc,ntscm,ntscj,\n" \ -+" palbdghi,pal,palm,paln,secam,palncomb,rsvd)\n" \ -+"\n" \ -+"-tunerMode [cable|antenna] - Tuner Mode\n" \ -+"-defaultInput <input> - Startup tuner signal input\n" \ -+" [tuner|video|svideo|csvideo|dev3]\n" \ -+"-defaultAudioInput <input> - Startup TV card audio input\n" \ -+" [tuner|external|internal|auto]\n" \ -+"-defaultChannel <#> - Startup Channel Number\n" \ -+"-cableStationList <...> - List of cable station presets (see rsrc file)\n" \ -+"-antennaStationList <...> - List of antenna station presets\n" \ -+"-cableFreqSet <freqset> - Freq set for cable (def = cableirc)\n" \ -+" [nabcst|cableirc|cablehrc|weurope|jpnbcst|\n" \ -+" jpncable|xussr|australia|france]\n" \ -+"-antennaFreqSet <freqset> - Freq set for antenna (def = nabcst)\n" \ -+"\n" \ -+"-noAudio - Suppress playing audio through soundcard\n" \ -+"-dspDevice - Override default DSP device (def=/dev/dsp)\n" \ -+"-mixerDevice - Override default mixer device (def=/dev/mixer)\n" \ -+"-mixerChannel - Audio mixer (line,line1/2/3,cd,mic,video)\n" \ -+"\n" \ -+"-stationInWinTitle - Display station text in window title\n" \ -+"-stationInWinIcon - Display station text in window icon\n" \ -+"\n" \ -+"-stationAnnotFont <fontpat> - Font pattern for station annot (see rsrc file)\n" \ -+"-stationAnnotColor <color> - Color for station annot\n" \ -+"-stationAnnotDelay <msec> - How long to display (0 = never; -1 = always)\n" \ -+"-stationAnnotIDOnly - Display station ID alone (when available)\n" \ -+"\n" \ -+"-tunerModeAnnot{Font,Color,Delay}\n" \ -+"-inputDevAnnot{Font,Color,Delay}\n" \ -+"-volumeDevAnnot{Font,Color,Delay}\n" \ -+"-muteDevAnnot{Font,Color,Delay}\n" \ -+" - Other annotation options (see stationAnnot)\n" \ -+"\n" \ -+"-remoteType - Type of attached remote control\n" \ -+" [None|X10|Hauppauge|PixelView]\n" \ -+"\n" \ -+"-recCmdMpeg2 - MPEG-2 Audio record command\n" \ -+"-recCmdMpeg3 - MPEG-3 Audio record command\n" \ -+"-playCmdMpeg2 - MPEG-2 Audio play command\n" \ -+"-playCmdMpeg3 - MPEG-3 Audio play command\n" \ -+"\n" \ -+"-videoCnvtScript - Video conversion workhorse script for vid encod.\n" \ -+"\n" \ -+"-bswap2Bpp - Byte/word swap options for direct video\n" \ -+"-nobswap2Bpp (used to match driver's pixel format with\n" \ -+"-bswap3Bpp the video card's)\n" \ -+"-nobswap3Bpp\n" \ -+"-bswap4Bpp 2Bpp - 15/16-bpp modes\n" \ -+"-nobswap4Bpp 3Bpp - packed 24bpp modes\n" \ -+"-bwwap4Bpp 4Bpp - unpacked 24bpp modes\n" \ -+"-nowswap4Bpp\n" \ -+"\n" \ -+"-Bpp24bit [3|4] - Set frame buffer Bytes-per-pixel for 24bpp mode\n" \ -+"-Bpp32bit [3|4] - Set frame buffer Bytes-per-pixel for 32bpp mode\n" \ -+"\n" \ -+"-videoCapFile[1-4] - Optional paths (0-4) to scratch file paths to\n" \ -+" use for video capture; spreads load across disks\n" \ -+"\n" \ -+"-noafc - Disable AFC\n" \ -+"-disableDirectV - Disable DMA transfers straight to video card\n" \ -+"-debug <area> - Debug Msgs\n" \ -+" {startup,driver,subproc,events,video,frame}\n" \ -+"-help - Display program options\n" \ -+"\n" \ -+"NOTE: All command line options are accessible as X resources as well.\n" \ -+" The X resources have the same names as the command-line options.\n" \ -+" See the sample Fxtv class resource file for details.\n" - - static String fallback_resources[] = { - /*"Fxtv.geometry: +10+10",*/ diff --git a/multimedia/fxtv/files/patch-haup__remote.c b/multimedia/fxtv/files/patch-haup__remote.c deleted file mode 100644 index 198567f1b7e5..000000000000 --- a/multimedia/fxtv/files/patch-haup__remote.c +++ /dev/null @@ -1,24 +0,0 @@ - -$FreeBSD$ - ---- haup_remote.c.orig -+++ haup_remote.c -@@ -38,9 +38,16 @@ - #include <sys/fcntl.h> - #ifdef __NetBSD__ - # include <dev/ic/bt8xx.h> -+#endif -+#ifdef __FreeBSD__ -+#include <osreldate.h> -+#if __FreeBSD_version > 500000 -+#include <dev/bktr/ioctl_meteor.h> -+#include <dev/bktr/ioctl_bt848.h> - #else --# include <machine/ioctl_meteor.h> --# include <machine/ioctl_bt848.h> -+#include <machine/ioctl_bt848.h> -+#include <machine/ioctl_meteor.h> -+#endif - #endif - #include "haup_remote.h" - diff --git a/multimedia/fxtv/files/patch-pixelview__remote.c b/multimedia/fxtv/files/patch-pixelview__remote.c deleted file mode 100644 index a6be8213c55b..000000000000 --- a/multimedia/fxtv/files/patch-pixelview__remote.c +++ /dev/null @@ -1,24 +0,0 @@ - -$FreeBSD$ - ---- pixelview_remote.c.orig -+++ pixelview_remote.c -@@ -39,9 +39,16 @@ - #include <sys/fcntl.h> - #ifdef __NetBSD__ - # include <dev/ic/bt8xx.h> -+#endif -+#ifdef __FreeBSD__ -+#include <osreldate.h> -+#if __FreeBSD_version > 500000 -+#include <dev/bktr/ioctl_bt848.h> -+#include <dev/bktr/ioctl_meteor.h> - #else --# include <machine/ioctl_meteor.h> --# include <machine/ioctl_bt848.h> -+#include <machine/ioctl_meteor.h> -+#include <machine/ioctl_bt848.h> -+#endif - #endif - #include "pixelview_remote.h" - diff --git a/multimedia/fxtv/files/patch-tvcapture.c b/multimedia/fxtv/files/patch-tvcapture.c deleted file mode 100644 index 5d9e182246aa..000000000000 --- a/multimedia/fxtv/files/patch-tvcapture.c +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- tvcapture.c.orig -+++ tvcapture.c -@@ -34,11 +34,18 @@ - #include <stdlib.h> - #include <fcntl.h> - #include <errno.h> -+#include <sys/types.h> - #include <sys/mman.h> - #ifdef __NetBSD__ - # include <dev/ic/bt8xx.h> -+#endif -+#ifdef __FreeBSD__ -+#include <osreldate.h> -+#if __FreeBSD_version > 500000 -+#include <dev/bktr/ioctl_bt848.h> - #else --# include <machine/ioctl_bt848.h> -+#include <machine/ioctl_bt848.h> -+#endif - #endif - #include <signal.h> - #include <sys/ioctl.h> diff --git a/multimedia/fxtv/files/patch-tvcapture.h b/multimedia/fxtv/files/patch-tvcapture.h deleted file mode 100644 index 43044afb32a6..000000000000 --- a/multimedia/fxtv/files/patch-tvcapture.h +++ /dev/null @@ -1,21 +0,0 @@ - -$FreeBSD$ - ---- tvcapture.h.orig -+++ tvcapture.h -@@ -34,8 +34,14 @@ - #include <X11/Intrinsic.h> - #ifdef __NetBSD__ - # include <dev/ic/bt8xx.h> -+#endif -+#ifdef __FreeBSD__ -+#include <osreldate.h> -+#if __FreeBSD_version > 500000 -+#include <dev/bktr/ioctl_meteor.h> - #else --# include <machine/ioctl_meteor.h> -+#include <machine/ioctl_meteor.h> -+#endif - #endif - #include "tvtypes.h" - diff --git a/multimedia/fxtv/files/patch-tvmenu.c b/multimedia/fxtv/files/patch-tvmenu.c deleted file mode 100644 index d21ff995ded8..000000000000 --- a/multimedia/fxtv/files/patch-tvmenu.c +++ /dev/null @@ -1,20 +0,0 @@ ---- tvmenu.c.orig Mon Feb 12 22:19:33 2001 -+++ tvmenu.c Sun Nov 27 01:55:24 2005 -@@ -552,7 +552,7 @@ - Widget popup_win, new_popup_item = NULL; - Cardinal num_children, i; - WidgetList children; -- String actual_station, temp_station; -+ String actual_station = NULL, temp_station = NULL; - #ifdef FIXME - Pixmap pix; - #endif -@@ -589,7 +589,7 @@ - - XtVaSetValues(children[i], XtNleftBitmap, pix, NULL); - #else -- if ( strcmp( actual_station, temp_station ) == 0 ) -+ if ( strcmp( actual_station==NULL ? "" : actual_station, temp_station==NULL ? "" : temp_station ) == 0 ) - new_popup_item = children[i]; - #endif - } diff --git a/multimedia/fxtv/files/patch-tvscreen.c b/multimedia/fxtv/files/patch-tvscreen.c deleted file mode 100644 index d9637b830f7f..000000000000 --- a/multimedia/fxtv/files/patch-tvscreen.c +++ /dev/null @@ -1,13 +0,0 @@ ---- tvscreen.c.ORI Sun May 21 15:49:47 2000 -+++ tvscreen.c Wed Jun 7 10:19:30 2006 -@@ -480,6 +480,9 @@ - dga_avail = FALSE; - - #ifdef HAVE_XFREE86 -+ if ( App_res.disable_direct_v ) -+ SUPRINTF(( "Will not init DGA since -disableDirectV was given.\n" )); -+ else - if ( !XUTILXServerIsLocal( TVDISPLAY ) ) - SUPRINTF(( "XF86DGA not available...X Server isn't local.\n" )); - else { - diff --git a/multimedia/fxtv/files/patch-videolib_videolib.c b/multimedia/fxtv/files/patch-videolib_videolib.c deleted file mode 100644 index 4da6856d39c8..000000000000 --- a/multimedia/fxtv/files/patch-videolib_videolib.c +++ /dev/null @@ -1,38 +0,0 @@ ---- videolib/videolib.c.orig 1999-11-03 03:22:04.000000000 +0100 -+++ videolib/videolib.c 2007-09-05 18:31:05.000000000 +0200 -@@ -479,9 +479,8 @@ - *(p++) = (*src16 >> 8) | (*src16 << 8); - src16++; - } -- for ( i = dst_line_pad; i > 0; i-- ) -- *(((VL_UINT8 *)p)++) = 0x00; -- (VL_UINT8 *)dst_line += dst->geom.bytes_per_line; -+ memset(p, 0, dst_line_pad); -+ dst_line += dst->geom.bytes_per_line / sizeof(VL_UINT16); - } - - src16 = dst_line = (VL_UINT16 *) dst->buf; -@@ -513,9 +512,9 @@ - if ( src_padded ) - src16 = (VL_UINT16 *)( (VL_UINT8 *)src16 + dst_line_pad ); - else -- for ( i = dst_line_pad; i > 0; i-- ) -- *(((VL_UINT8 *)dst)++) = 0x00; -- (VL_UINT8 *)dst_line += dst->geom.bytes_per_line; -+ memset(dst, 0, dst_line_pad); -+ dst += dst_line_pad / sizeof(VL_IMAGE); -+ dst_line += dst->geom.bytes_per_line / sizeof(VL_UINT16); - } - - if ( !dst_swap_b ) { /* More ugliness */ -@@ -527,8 +526,8 @@ - *(p++) = (*src16 >> 8) | (*src16 << 8); - src16++; - } -- (VL_UINT8 *)dst_line += dst->geom.bytes_per_line; -- (VL_UINT8 *)src16 += dst->geom.bytes_per_line; -+ dst_line += dst->geom.bytes_per_line / sizeof(VL_UINT16); -+ src16 += dst->geom.bytes_per_line / sizeof(VL_UINT16); - } - } - } diff --git a/multimedia/fxtv/files/patch-xutil.c b/multimedia/fxtv/files/patch-xutil.c deleted file mode 100644 index ae4b0a06c6fc..000000000000 --- a/multimedia/fxtv/files/patch-xutil.c +++ /dev/null @@ -1,15 +0,0 @@ ---- ./xutil.c.orig Fri Nov 5 09:38:54 1999 -+++ ./xutil.c Tue Oct 9 03:41:54 2007 -@@ -1500,8 +1500,10 @@ - /**********************************************************************/ - - vinfo_pref.screen = screen; -- visual = XGetVisualInfo( display, VisualScreenMask, &vinfo_pref, -- &num_visuals ); -+ vinfo_pref.depth = DefaultDepth( display, screen ); -+ visual = XGetVisualInfo( display, -+ VisualScreenMask | VisualDepthMask, -+ &vinfo_pref, &num_visuals ); - if ( num_visuals == 0 ) { - fprintf( stderr, "XGetVisualInfo() says no visuals available!\n" ); - exit(1); diff --git a/multimedia/fxtv/pkg-descr b/multimedia/fxtv/pkg-descr deleted file mode 100644 index d15f1ede0b28..000000000000 --- a/multimedia/fxtv/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Fxtv is an X11-based FreeBSD app that provides TV-in-a-window and -image/audio/video capture capabilities for Brooktree Bt848/849/878/879 -and Pinnacle PCTV tuner/capture cards. - -To use this app, you need a capture card supported by the bktr(4) driver. -Examples include the Hauppauge Wincast/TV, the STB TV PCI, and the -Intel Smart Video Recorder III. See the 'bktr' man page -for more information. - -Refer to the README for details on usage. - -WWW: http://people.FreeBSD.org/~rhh/fxtv/ diff --git a/multimedia/fxtv/pkg-plist b/multimedia/fxtv/pkg-plist deleted file mode 100644 index 22e59c47f156..000000000000 --- a/multimedia/fxtv/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/fxtv -lib/X11/app-defaults/Fxtv -lib/X11/fxtv/README -lib/X11/fxtv/bitmaps/mini-camera.xpm -lib/X11/fxtv/bitmaps/mini-down.xbm -lib/X11/fxtv/bitmaps/mini-resize.xpm -lib/X11/fxtv/bitmaps/mini-sound.xbm -lib/X11/fxtv/bitmaps/mini-up.xbm -lib/X11/fxtv/bitmaps/radio_off.xbm -lib/X11/fxtv/bitmaps/radio_on.xbm -lib/X11/fxtv/fxtv_cnvt.sh -@dirrm lib/X11/fxtv/bitmaps -@dirrm lib/X11/fxtv diff --git a/multimedia/mplex/Makefile b/multimedia/mplex/Makefile deleted file mode 100644 index 29cdbce4a49d..000000000000 --- a/multimedia/mplex/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: mplex -# Date created: Wed Jul 31 20:54:54 CDT 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= mplex -PORTVERSION= 1.1 -CATEGORIES= multimedia -MASTER_SITES= http://ftp.yars.free.net/pub/software/unix/X11/mpeg/ \ - http://www.netsw.org/graphic/movie/mpeg/mplex/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Multiplexes MPEG component streams into system layers - -# Depended on by multimedia/fxtv -DEPRECATED= Upstream disapeared and distfile is not available -EXPIRATION_DATE= 2011-10-31 - -CONFLICTS= mjpegtools-* - -MAN1= mplex.1 -PLIST_FILES= bin/mplex - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mplex ${PREFIX}/bin - ${INSTALL_MAN} ${FILESDIR}/mplex.1 ${PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/multimedia/mplex/distinfo b/multimedia/mplex/distinfo deleted file mode 100644 index 079e5f164def..000000000000 --- a/multimedia/mplex/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mplex-1.1.tar.gz) = d88dce2bac31b2516a3740602c786f35b1c61871a2e134460fdfd66e9cc8f900 -SIZE (mplex-1.1.tar.gz) = 34902 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, diff --git a/multimedia/mplex/pkg-descr b/multimedia/mplex/pkg-descr deleted file mode 100644 index cb425039c23b..000000000000 --- a/multimedia/mplex/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -The mplex multiplexes MPEG audio and video streams into system layers. - -From INSTRUCT (in the mplex source): -> -> Please note that I do not have a comprehensive instruction manual for this -> release. I suggest you try the program out with some default values and -> learn something more about ISO/IEC 11172-1 (aka MPEG1/Systems). -> -> -> Christoph. -> moar@heaven.zfe.siemens.de -> +---------------------------------------+--------------------------------+ -> | http://www.informatik.tu-muenchen.de/ | Christoph Moar | -> | cgi-bin/nph-gateway/hphalle6/~moar/ | Kaulbachstr.29a | -> | index.html | 80539 Munich | -> | email:moar@informatik.tu-muenchen.de | voice: ++49 - 89 - 23862874 | -> +---------------------------------------+--------------------------------+ |