diff options
Diffstat (limited to 'multimedia')
507 files changed, 0 insertions, 12319 deletions
diff --git a/multimedia/avifile/Makefile b/multimedia/avifile/Makefile deleted file mode 100644 index 6ebb72c837e1..000000000000 --- a/multimedia/avifile/Makefile +++ /dev/null @@ -1,134 +0,0 @@ -# New ports collection makefile for: avifile -# Date created: 16 September 2000 -# Whom: Holger Lamm -# -# $FreeBSD$ -# - -PORTNAME= avifile -PORTVERSION= 0.6.0.20011220 -PORTEPOCH= 1 -CATEGORIES= graphics -MASTER_SITES= http://avifile.sourceforge.net/ \ - http://ernie.eit.uni-kl.de/avifile/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.2/0-2/}admin -EXTRACT_SUFX= .tgz - -MAINTAINER= holger@eit.uni-kl.de - -BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 - -USE_QT_VER= 2 -USE_XLIB= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.0.2/-2/} - -USE_LIBTOOL= yes -LIBTOOLFILES= acinclude.m4 -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gnu-ld - -PLIST_SUB= LIB_VERSION="${LIB_VERSION}" VERSION="${VERSION}" - -#CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs -CODEC_PORT= ${.CURDIR}/../win32-codecs -CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE - -LIB_VERSION= 3 -VERSION= 0.6 -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config -DIFF?= /usr/bin/diff -FMT?= /usr/bin/fmt - -# compilation optimizations -.if !defined(WITHOUT_OPTIMIZED_CFLAGS) -CONFIGURE_ARGS+= --enable-release -.endif - -# libmad -.if !defined(WITHOUT_MAD) -PLIST_SUB+= MAD="" -.else -CONFIGURE_ARGS+= --disable-mad - -PLIST_SUB+= MAD="@comment " -.endif - -# libvorbis; thus, libogg -.if !defined(WITHOUT_VORBIS) -LIB_DEPENDS= vorbis.1:${PORTSDIR}/audio/libvorbis - -PLIST_SUB+= VORBIS="" -.else -CONFIGURE_ARGS+= --disable-vorbis - -PLIST_SUB+= VORBIS="@comment " -.endif - -pre-everything:: -.if !defined(WITHOUT_OPTIMIZED_CFLAGS) - @${ECHO_MSG} "You can disable compilation optimizations by defining" - @${ECHO_MSG} " WITHOUT_OPTIMIZED_CFLAGS." -.endif -.if !defined(WITHOUT_MAD) - @${ECHO_MSG} "You can disable mad support by defining WITHOUT_MAD." -.endif -.if !defined(WITHOUT_VORBIS) - @${ECHO_MSG} "You can disable vorbis support by defining WITHOUT_VORBIS." -.endif - -pre-extract: - @if [ -f ${LOCALBASE}/lib/libpth.so ]; then \ - ${ECHO_MSG} "Error: This packet does not compile when the \ -packet 'pth' is installed.";\ - ${FALSE};\ - fi - -pre-configure: - @${PERL} -pi -e "s|-lqt|-lqt2|g;s|qt-mt|qt2-mt|g;\ - s|^(PACKAGE=avifile).*|\1|" \ - ${WRKSRC}/configure - @${PERL} -pi -e "s|-ljpeg|-L${LOCALBASE}/lib -ljpeg|g" \ - ${WRKSRC}/samples/mjpeg_plugin/Makefile.in - @${FIND} ${WRKSRC} \( -name Makefile.in -o -name configure \) | \ - ${XARGS} ${PERL} -pi -e "s|AUTOCONF.*=.*|AUTOCONF=true|g;\ - s|ACLOCAL.*=.*|ACLOCAL=true|g;s|AUTOMAKE.*=.*|AUTOMAKE=true|g;\ - s|AUTOHEADER.*=.*|AUTOHEADER=true|g;\ - s|^INSTALL = .*|INSTALL=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP}|g;\ - s|-release ..LT_RELEASE\)||" - @${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e \ - "s|#include.*<malloc.h>|#include <stdlib.h>|g" - -post-configure: -# Libtool fix code kindly provided by Mr. Maxim Sobolev <sobomax@FreeBSD.org> - @${PERL} -pi -e \ - 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ - ${WRKSRC}/libtool - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${PKGMESSAGE} ${DOCSDIR}/README -.endif - @${FMT} < ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "i386" -RUN_DEPENDS+= ${CODEC_DETECTION_FILE}:${CODEC_PORT} - -CONFIGURE_ARGS+= --enable-x86opt --with-win32-path=${LOCALBASE}/lib/win32 - -PLIST_SUB+= FFMPEG="" WIN32="" -.else -CONFIGURE_ARGS+= --disable-x86opt --disable-win32 \ - --disable-ffmpeg --disable-ffmpeg-divx --disable-ffmpeg-ac3 - -PLIST_SUB+= FFMPEG="@comment " WIN32="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/multimedia/avifile/distinfo b/multimedia/avifile/distinfo deleted file mode 100644 index defe4d95bdfc..000000000000 --- a/multimedia/avifile/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (avifile-0.6.0-20011220admin.tgz) = 89c096520c14a68922669dbda0132baa diff --git a/multimedia/avifile/pkg-comment b/multimedia/avifile/pkg-comment deleted file mode 100644 index 60c45289857e..000000000000 --- a/multimedia/avifile/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -AVI player/converter with numerous codecs, including MPEG-4(DivX ;-)) diff --git a/multimedia/avifile/pkg-descr b/multimedia/avifile/pkg-descr deleted file mode 100644 index f57446f845c2..000000000000 --- a/multimedia/avifile/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -An AVI player and converter built around the -Windows binary codecs. -Does not use Wine. It supports a lot of common modern codecs; -these have actually been separated into the port graphics/win32-codecs. - -WWW: http://avifile.sourceforge.net/ diff --git a/multimedia/avifile/pkg-message b/multimedia/avifile/pkg-message deleted file mode 100644 index 3c5ded4fd18a..000000000000 --- a/multimedia/avifile/pkg-message +++ /dev/null @@ -1,26 +0,0 @@ - ATTENTIONATTENTION: - -This port requires a kernel built with -the directive: - -options USER_LDT - -Please, check the FreeBSD Handbook for instructions -on building a custom kernel. If you do not know -where to find it, check the FreeBSD website -http://www.freebsd.org/ - -Also, if the port finished building but -did not install the aviplay program. You -should consider installing the very -latest qt library supporting threads. -Version 2.2.3 and over should be -enough. Then, try rebuilding the avifile -port. - -Please, check the FreeBSD Handbook on -updating your port tree if you need to. - -ALSO, remove ~/.avirc configuration file -prior to running avifile. The newer version -has problems with old configuration files. diff --git a/multimedia/avifile/pkg-plist b/multimedia/avifile/pkg-plist deleted file mode 100644 index 6ce73dbf4c2e..000000000000 --- a/multimedia/avifile/pkg-plist +++ /dev/null @@ -1,79 +0,0 @@ -bin/avibench -bin/avicat -bin/avifile-config -bin/avimake -bin/aviplay -bin/avirecompress -bin/avitype -%%WIN32%%bin/mmxnow-config -include/avifile/Locker.h -include/avifile/StreamInfo.h -include/avifile/VideoDPMS.h -include/avifile/audiodecoder.h -include/avifile/audioencoder.h -include/avifile/avifile.h -include/avifile/aviplay.h -include/avifile/avm_map.h -include/avifile/avm_output.h -include/avifile/avm_stl.h -include/avifile/config.h -include/avifile/configfile.h -include/avifile/cpuinfo.h -include/avifile/creators.h -include/avifile/default.h -include/avifile/except.h -include/avifile/formats.h -include/avifile/fourcc.h -include/avifile/image.h -include/avifile/infotypes.h -include/avifile/mmx.h -include/avifile/playerwidget.h -include/avifile/plugin.h -include/avifile/renderer.h -include/avifile/subtitle.h -include/avifile/utils.h -include/avifile/version.h -include/avifile/videodecoder.h -include/avifile/videoencoder.h -%%WIN32%%include/mmxnow.h -lib/avifile/libac3pass.la -lib/avifile/libac3pass.so -lib/avifile/libaudiodec.la -lib/avifile/libaudiodec.so -%%FFMPEG%%lib/avifile/libffmpeg.la -%%FFMPEG%%lib/avifile/libffmpeg.so -%%MAD%%lib/avifile/libmad_audiodec.la -%%MAD%%lib/avifile/libmad_audiodec.so -lib/avifile/libmjpeg.la -lib/avifile/libmjpeg.so -lib/avifile/libmp3lamebin_audioenc.la -lib/avifile/libmp3lamebin_audioenc.so -lib/avifile/libmpeg_audiodec.la -lib/avifile/libmpeg_audiodec.so -%%VORBIS%%lib/avifile/libvorbis_audio.la -%%VORBIS%%lib/avifile/libvorbis_audio.so -%%WIN32%%lib/avifile/libwin32.la -%%WIN32%%lib/avifile/libwin32.so -lib/libaviplay.la -lib/libaviplay.so -lib/libaviplay.so.6 -lib/libavqt.la -lib/libavqt.so -lib/libavqt.so.6 -%%WIN32%%lib/libmmxnow.la -%%WIN32%%lib/libmmxnow.so -%%WIN32%%lib/libmmxnow.so.1 -share/avifile/about.ppm -share/avifile/mute.ppm -share/avifile/open.ppm -share/avifile/opena.ppm -share/avifile/opens.ppm -share/avifile/pause.ppm -share/avifile/play.ppm -share/avifile/stop.ppm -share/avifile/test.png -%%PORTDOCS%%share/doc/avifile/README -%%PORTDOCS%%@dirrm share/doc/avifile -@dirrm share/avifile -@dirrm lib/avifile -@dirrm include/avifile diff --git a/multimedia/camserv/Makefile b/multimedia/camserv/Makefile deleted file mode 100644 index 14020fd18e9e..000000000000 --- a/multimedia/camserv/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: camserv -# Date created: Sat 22 July 2000 -# Whom: Chuck Hein <chein@freebsd.org> & Jim Overholt <overholt@isdw.net> -# -# $FreeBSD$ -# - -PORTNAME= camserv -PORTVERSION= 0.42 -CATEGORIES= graphics -MASTER_SITES= http://cserv.sourceforge.net/current/ - -MAINTAINER= chein@freebsd.org,overholt@isdw.net - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg - -# Things that should get fixed -# -# imlib2 still needs to be ported -# http://www.us.rasterman.com/files/imlib2-0.0.5.tar.gz -# imlib2:${PORTSDIR}/graphics/imlib2 -# -# gtk12 has broken includes ... -# should look something like this : -# include <gtk12/gdk/gdkprivate.h> -# instead of <gdk/gdkprivate.h> - -GNU_CONFIGURE= yes - -post-install: - -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/camserv - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/camserv - ${INSTALL_DATA} ${WRKSRC}/javascript.txt ${PREFIX}/share/doc/camserv -.endif - -.include <bsd.port.mk> diff --git a/multimedia/camserv/distinfo b/multimedia/camserv/distinfo deleted file mode 100644 index 9990e43986d1..000000000000 --- a/multimedia/camserv/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (camserv-0.42.tar.gz) = 6afb506499e75d14ef0ba5b4ada305a9 diff --git a/multimedia/camserv/files/patch-aa b/multimedia/camserv/files/patch-aa deleted file mode 100644 index b0c28cf0ad1e..000000000000 --- a/multimedia/camserv/files/patch-aa +++ /dev/null @@ -1,178 +0,0 @@ -*** camserv.cfg.orig Sun Feb 13 18:07:06 2000 ---- camserv.cfg Sat Aug 19 02:51:13 2000 -*************** -*** 1,45 **** - # video_basic: The 'basic' color-changing video module. - [video_basic] - path /usr/local/lib/libvideo_basic.so - -- # video_v4l_bttv: Example of a common BTTV module for video4linux. -- # port 0 == TV, port 1 = Composite 1, port 2 = Composite 2 -- # frequency == is the channel frequency for the TV -- # autobright == 0 turns off autobrightness adjusting, otherwise it adjusts -- # the brightness of the picture every 'autobright' frames. -- # brightmean == The mean pixel value that is the 'goal' of the autobright. -- # (0->255) -- # brightx1->y2 == (x1,y1) top left coords, and (x2,y2) bottom right coords -- # of a rectangle of which to take the average pixel value. -- # this is then used in calculating the mean to adjust the -- # brightness of the image. -- # mode == the video norm to use: 0 == PAL, 1 == NTSC, 2 == SECAM, 3 == AUTO -- # color,hue,contrast,brightness,whiteness = 0->60000, representing -- # the value of each component. -- -- [video_v4l_bttv] -- path /usr/local/lib/libvideo_v4l.so -- device_path /dev/video0 -- port 0 -- mode 3 -- frequency 74.43 -- color 30000 -- hue 30000 -- contrast 30000 -- brightness 30000 -- whiteness 30000 -- autobright 1 -- brightmean 128 -- brightx1 0 -- brighty1 320 -- brightx2 0 -- brighty2 240 -- - # FreeBSD BTTV driver: - # port 0 = Video - # 1 = Tuner - # Channel Sets: - # nabscst 1 - # cableirc 2 - # cablehrc 3 - # weurope 4 ---- 1,14 ---- - # video_basic: The 'basic' color-changing video module. - [video_basic] - path /usr/local/lib/libvideo_basic.so - - # FreeBSD BTTV driver: - # port 0 = Video - # 1 = Tuner -+ # 2 = S-Video -+ # - # Channel Sets: - # nabscst 1 - # cableirc 2 - # cablehrc 3 - # weurope 4 -*************** -*** 47,78 **** - # jpncable 6 - # xussr 7 - # australia 8 - - [video_fbsd_bttv] -! path /usr/local/lib/libvideo_fbsd_bttv.so.0.0 - port 1 - width 320 - height 240 - autobright 100 - #brightness 0 - #chroma 180 - #contrast 1000 -! channelset 2 -! channel 60 -! -! [video_v4l_qcam] -! path /usr/local/lib/libvideo_v4l.so -! device_path /dev/video1 -! port 0 -! color 30000 -! hue 30000 -! contrast 30000 -! brightness 30000 -! whiteness 30000 -! autobright 0 -! - - [jpg_filter] - path /usr/local/lib/libjpg_filter.so - quality 30 - ---- 16,35 ---- - # jpncable 6 - # xussr 7 - # australia 8 - - [video_fbsd_bttv] -! path /usr/local/lib/libvideo_fbsd_bttv.so - port 1 - width 320 - height 240 - autobright 100 - #brightness 0 - #chroma 180 - #contrast 1000 -! channelset 1 -! channel 3 - - [jpg_filter] - path /usr/local/lib/libjpg_filter.so - quality 30 - -*************** -*** 147,157 **** - # [video] - This section is devoted to all things dealing with the pictures - # taken by the input video module. These are general things which - # should be used by all video modules. - - [video] -! video_section video_v4l_bttv - width 320 - height 240 - maxfps 0 - memhack 1 - ---- 104,114 ---- - # [video] - This section is devoted to all things dealing with the pictures - # taken by the input video module. These are general things which - # should be used by all video modules. - - [video] -! video_section video_fbsd_bttv - width 320 - height 240 - maxfps 0 - memhack 1 - -*** configure.orig Sun Feb 13 18:33:16 2000 ---- configure Sat Aug 19 02:48:27 2000 -*************** -*** 2181,2193 **** - echo "$ac_t""no" 1>&6 - fi - - echo $ac_n "checking for gdk_pixbuf""... $ac_c" 1>&6 - echo "configure:2186: checking for gdk_pixbuf" >&5 -! GDK_PIXBUF_CFLAGS=`$gnomeconfig gdk_pixbuf --cflags` -! GDK_PIXBUF_LDFLAGS=`$gnomeconfig gdk_pixbuf --libs` -! - - if test "_$GDK_PIXBUF_CFLAGS" != _; then - HAVE_GDK_PIXBUF_TRUE= - HAVE_GDK_PIXBUF_FALSE='#' - else ---- 2181,2196 ---- - echo "$ac_t""no" 1>&6 - fi - - echo $ac_n "checking for gdk_pixbuf""... $ac_c" 1>&6 - echo "configure:2186: checking for gdk_pixbuf" >&5 -! echo "gdk_pixbuf seems to be broken in FreeBSD" -! echo "not configuring GDK Pixbuf filter in this build" -! # GDK_PIXBUF_CFLAGS=`$gnomeconfig gdk_pixbuf --cflags` -! # GDK_PIXBUF_LDFLAGS=`$gnomeconfig gdk_pixbuf --libs` -! GDK_PIXBUF_CFLAGS= -! GDK_PIXBUF_LDFLAGS= - - if test "_$GDK_PIXBUF_CFLAGS" != _; then - HAVE_GDK_PIXBUF_TRUE= - HAVE_GDK_PIXBUF_FALSE='#' - else diff --git a/multimedia/camserv/pkg-comment b/multimedia/camserv/pkg-comment deleted file mode 100644 index 0af656ee3a91..000000000000 --- a/multimedia/camserv/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Camserv is a free program to do streaming video via the web diff --git a/multimedia/camserv/pkg-descr b/multimedia/camserv/pkg-descr deleted file mode 100644 index 01660759a946..000000000000 --- a/multimedia/camserv/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Camserv is a free program to do streaming video through the web -Streaming video can be sent to both Netscape and Internet Explorer clients. -However, Internet Explorer under Windows cannot apparently handle -the multi-part JPEGs, and therefore a special javascript page must be setup. -One is included in the distribution as an example. - -Currently, the only supported BSD device is the bttv driver. -Both tunable modes and camera inputs are supported. - -WWW: http://cserv.sourceforge.net/ - --- -chein, overholt -chein@freebsd.org, overholt@isdw.net diff --git a/multimedia/camserv/pkg-plist b/multimedia/camserv/pkg-plist deleted file mode 100644 index 0e0a33d23cfb..000000000000 --- a/multimedia/camserv/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -bin/camserv -bin/ccamcmd -bin/relay -lib/libjpg_filter.a -lib/libjpg_filter.la -lib/libjpg_filter.so -lib/libjpg_filter.so.0 -lib/librand_filter.a -lib/librand_filter.la -lib/librand_filter.so -lib/librand_filter.so.0 -lib/libtext_filter.a -lib/libtext_filter.la -lib/libtext_filter.so -lib/libtext_filter.so.0 -lib/libvideo_basic.a -lib/libvideo_basic.la -lib/libvideo_basic.so -lib/libvideo_basic.so.0 -lib/libvideo_fbsd_bttv.a -lib/libvideo_fbsd_bttv.la -lib/libvideo_fbsd_bttv.so -lib/libvideo_fbsd_bttv.so.0 -share/camserv.cfg -share/doc/camserv/README -share/doc/camserv/javascript.txt -@dirrm share/doc/camserv diff --git a/multimedia/dumpmpeg/Makefile b/multimedia/dumpmpeg/Makefile deleted file mode 100644 index e1bc650145c8..000000000000 --- a/multimedia/dumpmpeg/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: dumpmpeg -# Date created: Jun 3, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= dumpmpeg -PORTVERSION= 0.6 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ijliao@FreeBSD.org - -LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \ - smpeg:${PORTSDIR}/graphics/smpeg - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config -GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG} - -MAN1= dumpmpeg.1 - -.include <bsd.port.mk> diff --git a/multimedia/dumpmpeg/distinfo b/multimedia/dumpmpeg/distinfo deleted file mode 100644 index a74f83856550..000000000000 --- a/multimedia/dumpmpeg/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dumpmpeg-0.6.tar.gz) = 502365665ec0be7edb95c0801d6144c8 diff --git a/multimedia/dumpmpeg/pkg-comment b/multimedia/dumpmpeg/pkg-comment deleted file mode 100644 index 309b17751e32..000000000000 --- a/multimedia/dumpmpeg/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Dump frames from mpeg movies diff --git a/multimedia/dumpmpeg/pkg-descr b/multimedia/dumpmpeg/pkg-descr deleted file mode 100644 index 4e9e6386c136..000000000000 --- a/multimedia/dumpmpeg/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -dumpmpeg is a simple program that allows you to dump frames from mpeg movies. -Future features might include dumping of the audio as well. diff --git a/multimedia/dumpmpeg/pkg-plist b/multimedia/dumpmpeg/pkg-plist deleted file mode 100644 index ff2322fdd157..000000000000 --- a/multimedia/dumpmpeg/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dumpmpeg diff --git a/multimedia/enjoympeg/Makefile b/multimedia/enjoympeg/Makefile deleted file mode 100644 index 5586d7d0fd5c..000000000000 --- a/multimedia/enjoympeg/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: enjoympeg -# Date created: Jun 3, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= enjoympeg -PORTVERSION= 0.4.1 -CATEGORIES= graphics -MASTER_SITES= http://people.freenet.de/for_Ki/ - -MAINTAINER= ijliao@FreeBSD.org - -LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \ - smpeg:${PORTSDIR}/graphics/smpeg - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config -GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG} - -.include <bsd.port.mk> diff --git a/multimedia/enjoympeg/distinfo b/multimedia/enjoympeg/distinfo deleted file mode 100644 index 379665843209..000000000000 --- a/multimedia/enjoympeg/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (enjoympeg-0.4.1.tar.gz) = 72790a94316ed913edd2d1da613a5da0 diff --git a/multimedia/enjoympeg/pkg-comment b/multimedia/enjoympeg/pkg-comment deleted file mode 100644 index a2ea77ddd04f..000000000000 --- a/multimedia/enjoympeg/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An MPEG-1 video player diff --git a/multimedia/enjoympeg/pkg-descr b/multimedia/enjoympeg/pkg-descr deleted file mode 100644 index 562c3aeddc54..000000000000 --- a/multimedia/enjoympeg/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Enjoympeg is an MPEG-1 video player based on the source of plaympeg from the -SMPEG library. It has a hideable control bar which allows you to play/pause, -stop, seek and switch to fullscreen mode. - -Features - - - Hideable controlbar - - Controlbar also available in fullscreen mode - - Fullscreen support - - It's a feature not a bug: Cursor hides when controlbar hides in - fullscreen mode - - Slider to seek in video - - Shows frame when seeking finished - - Filedialog - - Fileinfodialog (shows information like current frame, fps... when - infobutton is pressed while playing) - - Preferencesdialog - -WWW: http://people.freenet.de/for_Ki/ diff --git a/multimedia/enjoympeg/pkg-plist b/multimedia/enjoympeg/pkg-plist deleted file mode 100644 index ed05b2794949..000000000000 --- a/multimedia/enjoympeg/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/enjoympeg -share/enjoympeg/folder.bmp -share/enjoympeg/font.bmp -share/enjoympeg/full.bmp -share/enjoympeg/info.bmp -share/enjoympeg/pause.bmp -share/enjoympeg/play.bmp -share/enjoympeg/pref.bmp -share/enjoympeg/quit.bmp -share/enjoympeg/stop.bmp -share/enjoympeg/win.bmp -@dirrm share/enjoympeg diff --git a/multimedia/ffmpeg-devel/Makefile b/multimedia/ffmpeg-devel/Makefile deleted file mode 100644 index 29bf340d3e9e..000000000000 --- a/multimedia/ffmpeg-devel/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: ffmpeg -# Date created: Tue Sep 25 15:52:09 BRT 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ffmpeg -PORTVERSION= 0.4.5 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= lioux@FreeBSD.org - -BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - -WRKSRC= ${WRKDIR}/${PORTNAME} - -ONLY_FOR_ARCHS= i386 -HAS_CONFIGURE= yes -USE_GMAKE= yes -MAKE_ARGS= MAKE="${GMAKE}" LOCALBASE="${LOCALBASE}" -CONFIGURE_ARGS= --cc="${CC}" --prefix="${PREFIX}" \ - --disable-grab - -DOC_FILES= README -# under subdir doc -DOC_DOCFILES= FAQ README.dev README.tech \ - TODO bench.txt ffmpeg.txt \ - ffserver.txt -HEADER_FILES= libavcodec/avcodec.h libavcodec/dsputil.h -LIB_FILES= libav/libav.a libavcodec/libavcodec.a - -.ifdef(WITHOUT_MMX) -CONFIGURE_ARGS+= --disable-mmx -.endif - -.ifndef(WITHOUT_MMX) -pre-everything:: - @${ECHO_MSG} "Define WITHOUT_MMX if your system does not support MMX" -.endif - -post-patch: - @${PERL} -pi -e "s!/etc/ffserver.conf!${PREFIX}/etc/ffserver.conf!g" \ - ${WRKSRC}/ffserver.c - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.for file in ${DOC_DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} -.endfor -.endif - @${INSTALL_DATA} ${WRKSRC}/doc/ffserver.conf \ - ${PREFIX}/etc/ffserver.conf.sample -.for file in ${HEADER_FILES} - @${MKDIR} ${PREFIX}/include/${file:H} - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/${file} -.endfor -.for file in ${LIB_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/${file:T} -.endfor - -.include <bsd.port.mk> diff --git a/multimedia/ffmpeg-devel/distinfo b/multimedia/ffmpeg-devel/distinfo deleted file mode 100644 index 976716f02573..000000000000 --- a/multimedia/ffmpeg-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ffmpeg-0.4.5.tar.gz) = 04e140b29ad8a9f88c2d3fb9e998f883 diff --git a/multimedia/ffmpeg-devel/files/extra-bktr-patch-ffmpeg.c b/multimedia/ffmpeg-devel/files/extra-bktr-patch-ffmpeg.c deleted file mode 100644 index 093e99aed89b..000000000000 --- a/multimedia/ffmpeg-devel/files/extra-bktr-patch-ffmpeg.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ffmpeg.c.orig Mon Aug 13 18:23:57 2001 -+++ ffmpeg.c Tue Sep 25 14:47:58 2001 -@@ -35,6 +35,7 @@ - - #include "avformat.h" - -+#define INT64_C(x) x##LL - #define MAXINT64 INT64_C(0x7fffffffffffffff) - - typedef struct { diff --git a/multimedia/ffmpeg-devel/files/patch-Makefile b/multimedia/ffmpeg-devel/files/patch-Makefile deleted file mode 100644 index 2aaebddaa06f..000000000000 --- a/multimedia/ffmpeg-devel/files/patch-Makefile +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.orig Wed Aug 15 10:11:45 2001 -+++ Makefile Tue Sep 25 15:10:12 2001 -@@ -3,8 +3,8 @@ - # - include config.mak - --CFLAGS= $(OPTFLAGS) -Wall -g -I./libavcodec -I./libav --LDFLAGS= -g -+CFLAGS= $(OPTFLAGS) -Wall -I./libavcodec -I./libav -I$(LOCALBASE)/include -+LDFLAGS= -L$(LOCALBASE)/lib - ifeq ($(TARGET_GPROF),yes) - CFLAGS+=-p - LDFLAGS+=-p -@@ -19,13 +19,13 @@ - $(MAKE) -C libav all - - ffmpeg: ffmpeg.o libav/libav.a libavcodec/libavcodec.a -- gcc $(LDFLAGS) -o $@ $^ -lm -+ $(CC) $(LDFLAGS) -o $@ $^ -lm - - ffserver: ffserver.o libav/libav.a libavcodec/libavcodec.a -- gcc $(LDFLAGS) -o $@ $^ -lm -+ $(CC) $(LDFLAGS) -o $@ $^ -lm -lgnugetopt - - %.o: %.c -- gcc $(CFLAGS) -c -o $@ $< -+ $(CC) $(CFLAGS) -c -o $@ $< - - install: all - install -s -m 755 $(PROG) $(prefix)/bin diff --git a/multimedia/ffmpeg-devel/files/patch-ffmpeg.c b/multimedia/ffmpeg-devel/files/patch-ffmpeg.c deleted file mode 100644 index 093e99aed89b..000000000000 --- a/multimedia/ffmpeg-devel/files/patch-ffmpeg.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ffmpeg.c.orig Mon Aug 13 18:23:57 2001 -+++ ffmpeg.c Tue Sep 25 14:47:58 2001 -@@ -35,6 +35,7 @@ - - #include "avformat.h" - -+#define INT64_C(x) x##LL - #define MAXINT64 INT64_C(0x7fffffffffffffff) - - typedef struct { diff --git a/multimedia/ffmpeg-devel/files/patch-ffserver.c b/multimedia/ffmpeg-devel/files/patch-ffserver.c deleted file mode 100644 index b0b444a8405a..000000000000 --- a/multimedia/ffmpeg-devel/files/patch-ffserver.c +++ /dev/null @@ -1,18 +0,0 @@ ---- ffserver.c.orig Tue Sep 25 14:53:44 2001 -+++ ffserver.c Tue Sep 25 14:55:12 2001 -@@ -20,7 +20,6 @@ - #include <stdlib.h> - #include <stdio.h> - #include <string.h> --#include <netinet/in.h> - #include <unistd.h> - #include <fcntl.h> - #include <sys/ioctl.h> -@@ -31,6 +30,7 @@ - #include <getopt.h> - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <arpa/inet.h> - #include <netdb.h> - #include <ctype.h> diff --git a/multimedia/ffmpeg-devel/files/patch-libav::Makefile b/multimedia/ffmpeg-devel/files/patch-libav::Makefile deleted file mode 100644 index 34bf5410ed7e..000000000000 --- a/multimedia/ffmpeg-devel/files/patch-libav::Makefile +++ /dev/null @@ -1,9 +0,0 @@ ---- libav/Makefile.orig Tue Aug 14 19:32:28 2001 -+++ libav/Makefile Tue Sep 25 15:05:38 2001 -@@ -1,5 +1,5 @@ - include ../config.mak --CFLAGS= $(OPTFLAGS) -Wall -g -I../libavcodec -DHAVE_AV_CONFIG_H -+CFLAGS= $(OPTFLAGS) -Wall -I../libavcodec -I$(LOCALBASE)/include -DHAVE_AV_CONFIG_H - - OBJS= rm.o mpeg.o asf.o avienc.o jpeg.o swf.o wav.o raw.o \ - avidec.o ffm.o \ diff --git a/multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile b/multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile deleted file mode 100644 index 383195e6f309..000000000000 --- a/multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- libavcodec/Makefile.orig Tue Sep 25 15:05:58 2001 -+++ libavcodec/Makefile Tue Sep 25 15:06:08 2001 -@@ -1,7 +1,6 @@ - include ../config.mak - --CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H --LDFLAGS= -g -+CFLAGS= $(OPTFLAGS) -Wall -DHAVE_AV_CONFIG_H - - OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \ - mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o \ diff --git a/multimedia/ffmpeg-devel/pkg-comment b/multimedia/ffmpeg-devel/pkg-comment deleted file mode 100644 index 16199b6b4160..000000000000 --- a/multimedia/ffmpeg-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Hyper fast realtime audio/video encoder/converter, streaming server diff --git a/multimedia/ffmpeg-devel/pkg-descr b/multimedia/ffmpeg-devel/pkg-descr deleted file mode 100644 index cdb037459048..000000000000 --- a/multimedia/ffmpeg-devel/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -[ excerpt (with adaptations) from developer's README ] -ffmpeg is a hyper fast realtime audio/video encoder, a streaming -server and a generic audio and video file converter. - -It can convert a standard video source into several file formats -based on DCT/motion compensation encoding. Sound is compressed in -MPEG audio layer 2 or using an AC3 compatible stream. - -What makes ffmpeg interesting ? -- Simple and efficient video encoder: outputs MPEG1, H263, Real - Video(tm), MPEG4, DIVX and MJPEG compatible bitstreams using the - same encoder core. -- Hyper fast MPEG audio layer 2 compression (50 times faster than - realtime on a K6 500). -[snip -> rest on website below] - -ffmpeg is made of two programs: -* ffmpeg: soft VCR which encodes in real time to several formats. - It can also encode from any supported input file format to any - input supported format. -* ffserver: high performance live broadcast streaming server based - on the ffmpeg core encoders. - -WWW: http://ffmpeg.sourceforge.net/ diff --git a/multimedia/ffmpeg-devel/pkg-plist b/multimedia/ffmpeg-devel/pkg-plist deleted file mode 100644 index f49348d8f271..000000000000 --- a/multimedia/ffmpeg-devel/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/ffmpeg -bin/ffserver -etc/ffserver.conf.sample -include/libavcodec/avcodec.h -include/libavcodec/dsputil.h -lib/libav.a -lib/libavcodec.a -%%PORTDOCS%%share/doc/ffmpeg/FAQ -%%PORTDOCS%%share/doc/ffmpeg/README -%%PORTDOCS%%share/doc/ffmpeg/README.dev -%%PORTDOCS%%share/doc/ffmpeg/README.tech -%%PORTDOCS%%share/doc/ffmpeg/TODO -%%PORTDOCS%%share/doc/ffmpeg/bench.txt -%%PORTDOCS%%share/doc/ffmpeg/ffmpeg.txt -%%PORTDOCS%%share/doc/ffmpeg/ffserver.txt -%%PORTDOCS%%@dirrm share/doc/ffmpeg -@dirrm include/libavcodec diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile deleted file mode 100644 index 29bf340d3e9e..000000000000 --- a/multimedia/ffmpeg/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: ffmpeg -# Date created: Tue Sep 25 15:52:09 BRT 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ffmpeg -PORTVERSION= 0.4.5 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= lioux@FreeBSD.org - -BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - -WRKSRC= ${WRKDIR}/${PORTNAME} - -ONLY_FOR_ARCHS= i386 -HAS_CONFIGURE= yes -USE_GMAKE= yes -MAKE_ARGS= MAKE="${GMAKE}" LOCALBASE="${LOCALBASE}" -CONFIGURE_ARGS= --cc="${CC}" --prefix="${PREFIX}" \ - --disable-grab - -DOC_FILES= README -# under subdir doc -DOC_DOCFILES= FAQ README.dev README.tech \ - TODO bench.txt ffmpeg.txt \ - ffserver.txt -HEADER_FILES= libavcodec/avcodec.h libavcodec/dsputil.h -LIB_FILES= libav/libav.a libavcodec/libavcodec.a - -.ifdef(WITHOUT_MMX) -CONFIGURE_ARGS+= --disable-mmx -.endif - -.ifndef(WITHOUT_MMX) -pre-everything:: - @${ECHO_MSG} "Define WITHOUT_MMX if your system does not support MMX" -.endif - -post-patch: - @${PERL} -pi -e "s!/etc/ffserver.conf!${PREFIX}/etc/ffserver.conf!g" \ - ${WRKSRC}/ffserver.c - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.for file in ${DOC_DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} -.endfor -.endif - @${INSTALL_DATA} ${WRKSRC}/doc/ffserver.conf \ - ${PREFIX}/etc/ffserver.conf.sample -.for file in ${HEADER_FILES} - @${MKDIR} ${PREFIX}/include/${file:H} - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/${file} -.endfor -.for file in ${LIB_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/${file:T} -.endfor - -.include <bsd.port.mk> diff --git a/multimedia/ffmpeg/distinfo b/multimedia/ffmpeg/distinfo deleted file mode 100644 index 976716f02573..000000000000 --- a/multimedia/ffmpeg/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ffmpeg-0.4.5.tar.gz) = 04e140b29ad8a9f88c2d3fb9e998f883 diff --git a/multimedia/ffmpeg/files/extra-bktr-patch-ffmpeg.c b/multimedia/ffmpeg/files/extra-bktr-patch-ffmpeg.c deleted file mode 100644 index 093e99aed89b..000000000000 --- a/multimedia/ffmpeg/files/extra-bktr-patch-ffmpeg.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ffmpeg.c.orig Mon Aug 13 18:23:57 2001 -+++ ffmpeg.c Tue Sep 25 14:47:58 2001 -@@ -35,6 +35,7 @@ - - #include "avformat.h" - -+#define INT64_C(x) x##LL - #define MAXINT64 INT64_C(0x7fffffffffffffff) - - typedef struct { diff --git a/multimedia/ffmpeg/files/patch-Makefile b/multimedia/ffmpeg/files/patch-Makefile deleted file mode 100644 index 2aaebddaa06f..000000000000 --- a/multimedia/ffmpeg/files/patch-Makefile +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.orig Wed Aug 15 10:11:45 2001 -+++ Makefile Tue Sep 25 15:10:12 2001 -@@ -3,8 +3,8 @@ - # - include config.mak - --CFLAGS= $(OPTFLAGS) -Wall -g -I./libavcodec -I./libav --LDFLAGS= -g -+CFLAGS= $(OPTFLAGS) -Wall -I./libavcodec -I./libav -I$(LOCALBASE)/include -+LDFLAGS= -L$(LOCALBASE)/lib - ifeq ($(TARGET_GPROF),yes) - CFLAGS+=-p - LDFLAGS+=-p -@@ -19,13 +19,13 @@ - $(MAKE) -C libav all - - ffmpeg: ffmpeg.o libav/libav.a libavcodec/libavcodec.a -- gcc $(LDFLAGS) -o $@ $^ -lm -+ $(CC) $(LDFLAGS) -o $@ $^ -lm - - ffserver: ffserver.o libav/libav.a libavcodec/libavcodec.a -- gcc $(LDFLAGS) -o $@ $^ -lm -+ $(CC) $(LDFLAGS) -o $@ $^ -lm -lgnugetopt - - %.o: %.c -- gcc $(CFLAGS) -c -o $@ $< -+ $(CC) $(CFLAGS) -c -o $@ $< - - install: all - install -s -m 755 $(PROG) $(prefix)/bin diff --git a/multimedia/ffmpeg/files/patch-ffmpeg.c b/multimedia/ffmpeg/files/patch-ffmpeg.c deleted file mode 100644 index 093e99aed89b..000000000000 --- a/multimedia/ffmpeg/files/patch-ffmpeg.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ffmpeg.c.orig Mon Aug 13 18:23:57 2001 -+++ ffmpeg.c Tue Sep 25 14:47:58 2001 -@@ -35,6 +35,7 @@ - - #include "avformat.h" - -+#define INT64_C(x) x##LL - #define MAXINT64 INT64_C(0x7fffffffffffffff) - - typedef struct { diff --git a/multimedia/ffmpeg/files/patch-ffserver.c b/multimedia/ffmpeg/files/patch-ffserver.c deleted file mode 100644 index b0b444a8405a..000000000000 --- a/multimedia/ffmpeg/files/patch-ffserver.c +++ /dev/null @@ -1,18 +0,0 @@ ---- ffserver.c.orig Tue Sep 25 14:53:44 2001 -+++ ffserver.c Tue Sep 25 14:55:12 2001 -@@ -20,7 +20,6 @@ - #include <stdlib.h> - #include <stdio.h> - #include <string.h> --#include <netinet/in.h> - #include <unistd.h> - #include <fcntl.h> - #include <sys/ioctl.h> -@@ -31,6 +30,7 @@ - #include <getopt.h> - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <arpa/inet.h> - #include <netdb.h> - #include <ctype.h> diff --git a/multimedia/ffmpeg/files/patch-libav::Makefile b/multimedia/ffmpeg/files/patch-libav::Makefile deleted file mode 100644 index 34bf5410ed7e..000000000000 --- a/multimedia/ffmpeg/files/patch-libav::Makefile +++ /dev/null @@ -1,9 +0,0 @@ ---- libav/Makefile.orig Tue Aug 14 19:32:28 2001 -+++ libav/Makefile Tue Sep 25 15:05:38 2001 -@@ -1,5 +1,5 @@ - include ../config.mak --CFLAGS= $(OPTFLAGS) -Wall -g -I../libavcodec -DHAVE_AV_CONFIG_H -+CFLAGS= $(OPTFLAGS) -Wall -I../libavcodec -I$(LOCALBASE)/include -DHAVE_AV_CONFIG_H - - OBJS= rm.o mpeg.o asf.o avienc.o jpeg.o swf.o wav.o raw.o \ - avidec.o ffm.o \ diff --git a/multimedia/ffmpeg/files/patch-libavcodec::Makefile b/multimedia/ffmpeg/files/patch-libavcodec::Makefile deleted file mode 100644 index 383195e6f309..000000000000 --- a/multimedia/ffmpeg/files/patch-libavcodec::Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- libavcodec/Makefile.orig Tue Sep 25 15:05:58 2001 -+++ libavcodec/Makefile Tue Sep 25 15:06:08 2001 -@@ -1,7 +1,6 @@ - include ../config.mak - --CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H --LDFLAGS= -g -+CFLAGS= $(OPTFLAGS) -Wall -DHAVE_AV_CONFIG_H - - OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \ - mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o \ diff --git a/multimedia/ffmpeg/pkg-comment b/multimedia/ffmpeg/pkg-comment deleted file mode 100644 index 16199b6b4160..000000000000 --- a/multimedia/ffmpeg/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Hyper fast realtime audio/video encoder/converter, streaming server diff --git a/multimedia/ffmpeg/pkg-descr b/multimedia/ffmpeg/pkg-descr deleted file mode 100644 index cdb037459048..000000000000 --- a/multimedia/ffmpeg/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -[ excerpt (with adaptations) from developer's README ] -ffmpeg is a hyper fast realtime audio/video encoder, a streaming -server and a generic audio and video file converter. - -It can convert a standard video source into several file formats -based on DCT/motion compensation encoding. Sound is compressed in -MPEG audio layer 2 or using an AC3 compatible stream. - -What makes ffmpeg interesting ? -- Simple and efficient video encoder: outputs MPEG1, H263, Real - Video(tm), MPEG4, DIVX and MJPEG compatible bitstreams using the - same encoder core. -- Hyper fast MPEG audio layer 2 compression (50 times faster than - realtime on a K6 500). -[snip -> rest on website below] - -ffmpeg is made of two programs: -* ffmpeg: soft VCR which encodes in real time to several formats. - It can also encode from any supported input file format to any - input supported format. -* ffserver: high performance live broadcast streaming server based - on the ffmpeg core encoders. - -WWW: http://ffmpeg.sourceforge.net/ diff --git a/multimedia/ffmpeg/pkg-plist b/multimedia/ffmpeg/pkg-plist deleted file mode 100644 index f49348d8f271..000000000000 --- a/multimedia/ffmpeg/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/ffmpeg -bin/ffserver -etc/ffserver.conf.sample -include/libavcodec/avcodec.h -include/libavcodec/dsputil.h -lib/libav.a -lib/libavcodec.a -%%PORTDOCS%%share/doc/ffmpeg/FAQ -%%PORTDOCS%%share/doc/ffmpeg/README -%%PORTDOCS%%share/doc/ffmpeg/README.dev -%%PORTDOCS%%share/doc/ffmpeg/README.tech -%%PORTDOCS%%share/doc/ffmpeg/TODO -%%PORTDOCS%%share/doc/ffmpeg/bench.txt -%%PORTDOCS%%share/doc/ffmpeg/ffmpeg.txt -%%PORTDOCS%%share/doc/ffmpeg/ffserver.txt -%%PORTDOCS%%@dirrm share/doc/ffmpeg -@dirrm include/libavcodec diff --git a/multimedia/ffmpeg045/Makefile b/multimedia/ffmpeg045/Makefile deleted file mode 100644 index 29bf340d3e9e..000000000000 --- a/multimedia/ffmpeg045/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: ffmpeg -# Date created: Tue Sep 25 15:52:09 BRT 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ffmpeg -PORTVERSION= 0.4.5 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= lioux@FreeBSD.org - -BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - -WRKSRC= ${WRKDIR}/${PORTNAME} - -ONLY_FOR_ARCHS= i386 -HAS_CONFIGURE= yes -USE_GMAKE= yes -MAKE_ARGS= MAKE="${GMAKE}" LOCALBASE="${LOCALBASE}" -CONFIGURE_ARGS= --cc="${CC}" --prefix="${PREFIX}" \ - --disable-grab - -DOC_FILES= README -# under subdir doc -DOC_DOCFILES= FAQ README.dev README.tech \ - TODO bench.txt ffmpeg.txt \ - ffserver.txt -HEADER_FILES= libavcodec/avcodec.h libavcodec/dsputil.h -LIB_FILES= libav/libav.a libavcodec/libavcodec.a - -.ifdef(WITHOUT_MMX) -CONFIGURE_ARGS+= --disable-mmx -.endif - -.ifndef(WITHOUT_MMX) -pre-everything:: - @${ECHO_MSG} "Define WITHOUT_MMX if your system does not support MMX" -.endif - -post-patch: - @${PERL} -pi -e "s!/etc/ffserver.conf!${PREFIX}/etc/ffserver.conf!g" \ - ${WRKSRC}/ffserver.c - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.for file in ${DOC_DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} -.endfor -.endif - @${INSTALL_DATA} ${WRKSRC}/doc/ffserver.conf \ - ${PREFIX}/etc/ffserver.conf.sample -.for file in ${HEADER_FILES} - @${MKDIR} ${PREFIX}/include/${file:H} - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/${file} -.endfor -.for file in ${LIB_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/${file:T} -.endfor - -.include <bsd.port.mk> diff --git a/multimedia/ffmpeg045/distinfo b/multimedia/ffmpeg045/distinfo deleted file mode 100644 index 976716f02573..000000000000 --- a/multimedia/ffmpeg045/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ffmpeg-0.4.5.tar.gz) = 04e140b29ad8a9f88c2d3fb9e998f883 diff --git a/multimedia/ffmpeg045/files/patch-Makefile b/multimedia/ffmpeg045/files/patch-Makefile deleted file mode 100644 index 2aaebddaa06f..000000000000 --- a/multimedia/ffmpeg045/files/patch-Makefile +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.orig Wed Aug 15 10:11:45 2001 -+++ Makefile Tue Sep 25 15:10:12 2001 -@@ -3,8 +3,8 @@ - # - include config.mak - --CFLAGS= $(OPTFLAGS) -Wall -g -I./libavcodec -I./libav --LDFLAGS= -g -+CFLAGS= $(OPTFLAGS) -Wall -I./libavcodec -I./libav -I$(LOCALBASE)/include -+LDFLAGS= -L$(LOCALBASE)/lib - ifeq ($(TARGET_GPROF),yes) - CFLAGS+=-p - LDFLAGS+=-p -@@ -19,13 +19,13 @@ - $(MAKE) -C libav all - - ffmpeg: ffmpeg.o libav/libav.a libavcodec/libavcodec.a -- gcc $(LDFLAGS) -o $@ $^ -lm -+ $(CC) $(LDFLAGS) -o $@ $^ -lm - - ffserver: ffserver.o libav/libav.a libavcodec/libavcodec.a -- gcc $(LDFLAGS) -o $@ $^ -lm -+ $(CC) $(LDFLAGS) -o $@ $^ -lm -lgnugetopt - - %.o: %.c -- gcc $(CFLAGS) -c -o $@ $< -+ $(CC) $(CFLAGS) -c -o $@ $< - - install: all - install -s -m 755 $(PROG) $(prefix)/bin diff --git a/multimedia/ffmpeg045/files/patch-ffmpeg.c b/multimedia/ffmpeg045/files/patch-ffmpeg.c deleted file mode 100644 index 093e99aed89b..000000000000 --- a/multimedia/ffmpeg045/files/patch-ffmpeg.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ffmpeg.c.orig Mon Aug 13 18:23:57 2001 -+++ ffmpeg.c Tue Sep 25 14:47:58 2001 -@@ -35,6 +35,7 @@ - - #include "avformat.h" - -+#define INT64_C(x) x##LL - #define MAXINT64 INT64_C(0x7fffffffffffffff) - - typedef struct { diff --git a/multimedia/ffmpeg045/files/patch-ffserver.c b/multimedia/ffmpeg045/files/patch-ffserver.c deleted file mode 100644 index b0b444a8405a..000000000000 --- a/multimedia/ffmpeg045/files/patch-ffserver.c +++ /dev/null @@ -1,18 +0,0 @@ ---- ffserver.c.orig Tue Sep 25 14:53:44 2001 -+++ ffserver.c Tue Sep 25 14:55:12 2001 -@@ -20,7 +20,6 @@ - #include <stdlib.h> - #include <stdio.h> - #include <string.h> --#include <netinet/in.h> - #include <unistd.h> - #include <fcntl.h> - #include <sys/ioctl.h> -@@ -31,6 +30,7 @@ - #include <getopt.h> - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <arpa/inet.h> - #include <netdb.h> - #include <ctype.h> diff --git a/multimedia/ffmpeg045/files/patch-libav::Makefile b/multimedia/ffmpeg045/files/patch-libav::Makefile deleted file mode 100644 index 34bf5410ed7e..000000000000 --- a/multimedia/ffmpeg045/files/patch-libav::Makefile +++ /dev/null @@ -1,9 +0,0 @@ ---- libav/Makefile.orig Tue Aug 14 19:32:28 2001 -+++ libav/Makefile Tue Sep 25 15:05:38 2001 -@@ -1,5 +1,5 @@ - include ../config.mak --CFLAGS= $(OPTFLAGS) -Wall -g -I../libavcodec -DHAVE_AV_CONFIG_H -+CFLAGS= $(OPTFLAGS) -Wall -I../libavcodec -I$(LOCALBASE)/include -DHAVE_AV_CONFIG_H - - OBJS= rm.o mpeg.o asf.o avienc.o jpeg.o swf.o wav.o raw.o \ - avidec.o ffm.o \ diff --git a/multimedia/ffmpeg045/files/patch-libavcodec::Makefile b/multimedia/ffmpeg045/files/patch-libavcodec::Makefile deleted file mode 100644 index 383195e6f309..000000000000 --- a/multimedia/ffmpeg045/files/patch-libavcodec::Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- libavcodec/Makefile.orig Tue Sep 25 15:05:58 2001 -+++ libavcodec/Makefile Tue Sep 25 15:06:08 2001 -@@ -1,7 +1,6 @@ - include ../config.mak - --CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H --LDFLAGS= -g -+CFLAGS= $(OPTFLAGS) -Wall -DHAVE_AV_CONFIG_H - - OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \ - mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o \ diff --git a/multimedia/ffmpeg045/pkg-comment b/multimedia/ffmpeg045/pkg-comment deleted file mode 100644 index 16199b6b4160..000000000000 --- a/multimedia/ffmpeg045/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Hyper fast realtime audio/video encoder/converter, streaming server diff --git a/multimedia/ffmpeg045/pkg-descr b/multimedia/ffmpeg045/pkg-descr deleted file mode 100644 index cdb037459048..000000000000 --- a/multimedia/ffmpeg045/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -[ excerpt (with adaptations) from developer's README ] -ffmpeg is a hyper fast realtime audio/video encoder, a streaming -server and a generic audio and video file converter. - -It can convert a standard video source into several file formats -based on DCT/motion compensation encoding. Sound is compressed in -MPEG audio layer 2 or using an AC3 compatible stream. - -What makes ffmpeg interesting ? -- Simple and efficient video encoder: outputs MPEG1, H263, Real - Video(tm), MPEG4, DIVX and MJPEG compatible bitstreams using the - same encoder core. -- Hyper fast MPEG audio layer 2 compression (50 times faster than - realtime on a K6 500). -[snip -> rest on website below] - -ffmpeg is made of two programs: -* ffmpeg: soft VCR which encodes in real time to several formats. - It can also encode from any supported input file format to any - input supported format. -* ffserver: high performance live broadcast streaming server based - on the ffmpeg core encoders. - -WWW: http://ffmpeg.sourceforge.net/ diff --git a/multimedia/ffmpeg045/pkg-plist b/multimedia/ffmpeg045/pkg-plist deleted file mode 100644 index f49348d8f271..000000000000 --- a/multimedia/ffmpeg045/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/ffmpeg -bin/ffserver -etc/ffserver.conf.sample -include/libavcodec/avcodec.h -include/libavcodec/dsputil.h -lib/libav.a -lib/libavcodec.a -%%PORTDOCS%%share/doc/ffmpeg/FAQ -%%PORTDOCS%%share/doc/ffmpeg/README -%%PORTDOCS%%share/doc/ffmpeg/README.dev -%%PORTDOCS%%share/doc/ffmpeg/README.tech -%%PORTDOCS%%share/doc/ffmpeg/TODO -%%PORTDOCS%%share/doc/ffmpeg/bench.txt -%%PORTDOCS%%share/doc/ffmpeg/ffmpeg.txt -%%PORTDOCS%%share/doc/ffmpeg/ffserver.txt -%%PORTDOCS%%@dirrm share/doc/ffmpeg -@dirrm include/libavcodec diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile deleted file mode 100644 index 8194944b2048..000000000000 --- a/multimedia/fxtv/Makefile +++ /dev/null @@ -1,37 +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 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= rhh -EXTRACT_SUFX= .tgz - -MAINTAINER= aa8vb@nc.rr.com - -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d - -# 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. -#RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ -# mpg123:${PORTSDIR}/audio/mpg123 \ -# mpeg_musicin:${PORTSDIR}/audio/mpegaudio \ -# mpeg_encode:${PORTSDIR}/graphics/mpeg_encode \ -# mplex:${PORTSDIR}/graphics/mplex - -USE_X_PREFIX= yes -USE_XPM= yes -USE_GMAKE= yes -MAKE_FLAGS= -e -MAN1= fxtv.1 - -pre-install: - ${CP} ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man - -.include <bsd.port.mk> diff --git a/multimedia/fxtv/distinfo b/multimedia/fxtv/distinfo deleted file mode 100644 index aad3a41d0dfa..000000000000 --- a/multimedia/fxtv/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (fxtv-1.03.tgz) = 2497c0eba13b475d2ca5abf362ffa52b 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/pkg-comment b/multimedia/fxtv/pkg-comment deleted file mode 100644 index 02cedb710c9b..000000000000 --- a/multimedia/fxtv/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -X-based TV Display and Capture Application (for use with bt848 driver) diff --git a/multimedia/fxtv/pkg-descr b/multimedia/fxtv/pkg-descr deleted file mode 100644 index 3760313ac60b..000000000000 --- a/multimedia/fxtv/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Fxtv is an X11-based FreeBSD app that provides TV-in-a-window and -image/audio/video capture capabilities for Bt848/878-based tuner/capture -cards. - -To use this app, you need a capture card based on the Brooktree 848/878 chip. -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/ - -Note on Bt848/Bt878 bktr driver: -FXTV 1.00 requires release 1.66 (or later) of the Bt848/Bt878 driver. -(Note, this is the driver release, not the CVS version) - -Newer versions of the Bt848/Bt878 driver for FreeBSD 2.2.x, 3.x and 4.x -can be found -at http://people.FreeBSD.org/~roger -or http://telepresence.dmem.strath.ac.uk/bt848 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/gxanim/Makefile b/multimedia/gxanim/Makefile deleted file mode 100644 index 3c80a02ca56d..000000000000 --- a/multimedia/gxanim/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: xanim -# Date created: Sat Nov 5 11:43:03 PST 1994 -# Whom: Rod Taylor -# -# $FreeBSD$ -# - -PORTNAME= gxanim -PORTVERSION= 0.50 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= fenner - -MAINTAINER= rbt@zort.on.ca - -RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim - -USE_BZIP2= yes -USE_XLIB= yes -USE_GTK= yes - -.include <bsd.port.mk> diff --git a/multimedia/gxanim/distinfo b/multimedia/gxanim/distinfo deleted file mode 100644 index 58989ef7fd3f..000000000000 --- a/multimedia/gxanim/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gxanim-0.50.tar.bz2) = 7f6ef02d37c7aa7732945d98297a186c diff --git a/multimedia/gxanim/files/patch-aa b/multimedia/gxanim/files/patch-aa deleted file mode 100644 index b514f7ff7c48..000000000000 --- a/multimedia/gxanim/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.orig Sun Nov 21 18:20:58 1999 -+++ Makefile Thu Feb 24 18:07:32 2000 -@@ -1,8 +1,8 @@ --CC = gcc --CFLAGS = -O2 `gtk-config --cflags` --INSTALLDIR = /usr/local/bin -+CC?= gcc -+CFLAGS+= `${GTK_CONFIG} --cflags` -+INSTALLDIR = ${PREFIX}/bin - --LIBS = `gtk-config --libs` -+LIBS = `${GTK_CONFIG} --libs` - OBJS = runxanim.o gxanim.o memory.o filesel.o util.o \ - valxanim.o control.o windows.o config.o prefs.o \ - history.o gtkmovie.o -@@ -31,5 +31,5 @@ - rm -f ${FINAL} - - install : -- mv ${FINAL} ${INSTALLDIR} -+ ${BSD_INSTALL_PROGRAM} ${FINAL} ${INSTALLDIR} - diff --git a/multimedia/gxanim/pkg-comment b/multimedia/gxanim/pkg-comment deleted file mode 100644 index d71862dc6883..000000000000 --- a/multimedia/gxanim/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Graphical front end to Xanim diff --git a/multimedia/gxanim/pkg-descr b/multimedia/gxanim/pkg-descr deleted file mode 100644 index b97cebc4807f..000000000000 --- a/multimedia/gxanim/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -GXAnim is a graphical interface to XAnim written with the GTK+ toolkit for UNIX -platforms. You can quickly find a movie file, play it, and do the usual -VCR-like stuff (rewind, fast forward, pause, stop set volume, etc.), as -well as set general play preferences. diff --git a/multimedia/gxanim/pkg-plist b/multimedia/gxanim/pkg-plist deleted file mode 100644 index dc1a95407854..000000000000 --- a/multimedia/gxanim/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gxanim diff --git a/multimedia/kdemultimedia3/Makefile b/multimedia/kdemultimedia3/Makefile deleted file mode 100644 index ddaa492bc2ef..000000000000 --- a/multimedia/kdemultimedia3/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: KDE2 Multimedia -# Date created: Saturday 2 September 2000 -# Whom: Will Andrews <will@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kdemultimedia -PORTVERSION= 2.2.2 -PORTREVISION= 2 -CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org - -BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ - automake14:${PORTSDIR}/devel/automake14 -LIB_DEPENDS= ogg.3:${PORTSDIR}/audio/libogg \ - vorbis.1:${PORTSDIR}/audio/libvorbis -RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim - -USE_KDELIBS_VER=2 -USE_BZIP2= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \ - --with-qt-libraries=${X11BASE}/lib - -_NO_KDE_FINAL= yes -.include "${.CURDIR}/../../x11/kde2/Makefile.kde" - -USE_GMAKE= yes -MAKE_ENV= ${CONFIGURE_ENV} - -.include <bsd.port.pre.mk> - -pre-configure: - ${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" \ - ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 - ${PERL} -pi -e \ - 's,kscd_compile=no,kscd_compile=yes,g; \ - s,kde_artsplug_compiles = xno,kde_artsplug_compiles = x,g' \ - ${WRKSRC}/kscd/configure.in.in - ${MKDIR} ${WRKSRC}/auto-bin -.for AC in autoconf autoheader - ${LN} -sf ${LOCALBASE}/bin/${AC}213 ${WRKSRC}/auto-bin/${AC} -.endfor -.for AM in automake aclocal - ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} -.endfor - cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ - ${GMAKE} -f Makefile.cvs - -post-install: - @${ECHO_MSG} - @${ECHO_MSG} "In order to run the kscd program properly, please run as root:" - @${ECHO_MSG} - @${ECHO_MSG} " # ${LN} -sf <cdrom_device> /dev/cdrom" - @${ECHO_MSG} " # ${CHMOD} 666 <cdrom_device>" - @${ECHO_MSG} - @${ECHO_MSG} "to link and give permission to access the CD-ROM device." - @${ECHO_MSG} "For example, if you have an IDE/ATAPI CD-ROM device:" - @${ECHO_MSG} - @${ECHO_MSG} " # ${LN} -sf /dev/racd0c /dev/cdrom" - @${ECHO_MSG} " # ${CHMOD} 666 /dev/racd0c" - @${ECHO_MSG} - -.include <bsd.port.post.mk> diff --git a/multimedia/kdemultimedia3/distinfo b/multimedia/kdemultimedia3/distinfo deleted file mode 100644 index b2e1bbcb1e21..000000000000 --- a/multimedia/kdemultimedia3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (KDE/kdemultimedia-2.2.2.tar.bz2) = 76981ca284663093cd0bc37500e10441 diff --git a/multimedia/kdemultimedia3/files/patch-cdrom.c b/multimedia/kdemultimedia3/files/patch-cdrom.c deleted file mode 100644 index f833b837a051..000000000000 --- a/multimedia/kdemultimedia3/files/patch-cdrom.c +++ /dev/null @@ -1,163 +0,0 @@ ---- kscd/libwm/cdrom.c Mon Jun 18 07:01:07 2001 -+++ kscd/libwm/cdrom.c.new Thu Nov 29 21:37:42 2001 -@@ -182,6 +182,13 @@ - struct wm_playlist *l; - int i; - int pos; -+ -+ if(drive.get_trackcount == NULL) -+ { -+ perror("trackcount: function pointer NULL"); -+ return (NULL); -+ } -+ - if ((drive.get_trackcount)(&drive, &thiscd.ntracks) < 0) - { - perror("trackcount"); -@@ -217,6 +224,12 @@ - - for (i = 0; i < thiscd.ntracks; i++) - { -+ if(drive.get_trackinfo == NULL) -+ { -+ perror("CD track info read: function pointer null"); -+ return (NULL); -+ } -+ - if ((drive.get_trackinfo)(&drive, i + 1, &thiscd.trk[i].data, - &thiscd.trk[i].start) < 0) - { -@@ -235,6 +248,12 @@ - thiscd.trk[i].section = 0; - } - -+ if(drive.get_cdlen == NULL) -+ { -+ perror("CD length read: function pointer null"); -+ return (NULL); -+ } -+ - if ((drive.get_cdlen)(&drive, &thiscd.trk[i].start) < 0) - { - perror("CD length read"); -@@ -305,6 +324,12 @@ - if( (cur_cdmode == WM_CDM_STOPPED) || (cur_cdmode == WM_CDM_PLAYING) ) - oldmode = cur_cdmode; - -+ if(drive.get_drive_status == NULL) -+ { -+ perror("CD get drive status: function pointer NULL"); -+ return (-1); -+ } -+ - if( (drive.get_drive_status)(&drive, oldmode, &mode, &cur_frame, - &trackno, &cur_index) < 0) - { -@@ -474,7 +499,8 @@ - right = right < 0 ? 0 : right > 100 ? 100 : right; - /* printf("Left = %d, Right = %d\n", left, right); - */ -- (void) (drive.set_volume)(&drive, left, right); -+ if(drive.set_volume != NULL) -+ (void) (drive.set_volume)(&drive, left, right); - } /* cd_volume() */ - - #else -@@ -513,7 +539,8 @@ - if (right > 100) - right = 100; - -- (void) (drive.set_volume)(&drive, left, right); -+ if(drive.set_volume != NULL) -+ (void) (drive.set_volume)(&drive, left, right); - } /* cd_volume() */ - - #endif /* CLIF_VOL */ -@@ -536,18 +563,20 @@ - switch (cur_cdmode) { - case WM_CDM_PLAYING: /* playing */ - cur_cdmode = WM_CDM_PAUSED; -- (drive.pause)(&drive); -- paused_pos = cur_pos_rel; -+ if(drive.pause != NULL) -+ (drive.pause)(&drive); -+ -+ paused_pos = cur_pos_rel; - break; - - case WM_CDM_PAUSED: /* paused */ - cur_cdmode = WM_CDM_PLAYING; - /* (drive.resume)(&drive); */ -- if ((drive.resume)(&drive) > 0 ) -- { -- wm_cd_play(cur_track, paused_pos, -- playlist[cur_listno-1].end); -- } -+ if(drive.resume != NULL) -+ if ((drive.resume)(&drive) > 0 ) -+ wm_cd_play(cur_track, paused_pos, playlist[cur_listno-1].end); -+ break; -+ - default: /* */ - break; - } -@@ -568,7 +597,10 @@ - { - cur_lasttrack = cur_firsttrack = -1; - cur_cdmode = WM_CDM_STOPPED; -- (drive.stop)(&drive); -+ -+ if(drive.stop != NULL) -+ (drive.stop)(&drive); -+ - cur_track = 1; - } - } /* wm_cd_stop() */ -@@ -595,7 +627,8 @@ - if (start >= end) - start = end-1; - -- (drive.play)(&drive, start, end, realstart); -+ if(drive.play != NULL) -+ (drive.play)(&drive, start, end, realstart); - } - - /* -@@ -681,6 +714,12 @@ - { - int status; - -+ if(drive.eject == NULL) -+ { -+ perror("Could not eject CD: function pointer NULL"); -+ return (1); -+ } -+ - status = (drive.eject)(&drive); - if (status < 0) - { -@@ -705,6 +744,12 @@ - - int wm_cd_closetray(void) - { -+ if(drive.closetray == NULL) -+ { -+ perror("Could not close drive tray: function pointer NULL"); -+ return (1); -+ } -+ - return((drive.closetray)(&drive) ? 0 : wm_cd_status()==2 ? 1 : 0); - } /* wm_cd_closetray() */ - -@@ -785,8 +830,9 @@ - { - int left, right; - -- if ((drive.get_volume)(&drive, &left, &right) < 0 || left == -1) -- return (max); -+ if(drive.get_volume != NULL) -+ if ((drive.get_volume)(&drive, &left, &right) < 0 || left == -1) -+ return (max); - - left = (left * max + 99) / 100; - right = (right * max + 99) / 100; diff --git a/multimedia/kdemultimedia3/files/patch-kscd.cpp b/multimedia/kdemultimedia3/files/patch-kscd.cpp deleted file mode 100644 index 905e3b303f9d..000000000000 --- a/multimedia/kdemultimedia3/files/patch-kscd.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- kscd/kscd.cpp Sun Dec 2 15:08:44 2001 -+++ kscd/kscd.cpp.new Sun Dec 2 15:10:04 2001 -@@ -1313,7 +1313,6 @@ - /* - * cdMode - * -- * - 'No disc' handling is missing - * - Data discs not recognized as data discs. - * - */ -@@ -1329,7 +1328,7 @@ - if( sss == 2 ) - have_new_cd = true; - -- if(sss < 0) -+ if(sss < 0 || sss == WM_CDS_NO_DISC) - { - if(cddrive_is_ok && (sss != WM_ERR_SCSI_INQUIRY_FAILED)) - { diff --git a/multimedia/kdemultimedia3/files/patch-plat_freebsd.c b/multimedia/kdemultimedia3/files/patch-plat_freebsd.c deleted file mode 100644 index dd6c062ab01d..000000000000 --- a/multimedia/kdemultimedia3/files/patch-plat_freebsd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- kscd/libwm/plat_freebsd.c Tue Apr 10 13:34:52 2001 -+++ kscd/libwm/plat_freebsd.c.new Thu Nov 29 22:20:56 2001 -@@ -159,6 +159,8 @@ - wm_lib_message(WM_MSG_LEVEL_DEBUG|WM_MSG_CLASS, "calling wmcd_open()\n"); - status = wmcd_open( d ); /* open it as usual */ - wm_susleep( 1000 ); -+ if(status == -EACCES || status == 1) -+ return status; - } while ( status != 0 ); - return status; - } /* wmcd_reopen() */ diff --git a/multimedia/kdemultimedia3/files/patch-wm_helpers.c b/multimedia/kdemultimedia3/files/patch-wm_helpers.c deleted file mode 100644 index 89c62a83c7ce..000000000000 --- a/multimedia/kdemultimedia3/files/patch-wm_helpers.c +++ /dev/null @@ -1,10 +0,0 @@ ---- kscd/libwm/wm_helpers.c Mon Dec 10 20:02:44 2001 -+++ kscd/libwm/wm_helpers.c.new Mon Dec 10 20:02:51 2001 -@@ -30,7 +30,6 @@ - - #include <stdio.h> - #include <string.h> --#include <malloc.h> - #include <errno.h> - #include <stdarg.h> - #include <sys/time.h> diff --git a/multimedia/kdemultimedia3/pkg-comment b/multimedia/kdemultimedia3/pkg-comment deleted file mode 100644 index 186230f9287d..000000000000 --- a/multimedia/kdemultimedia3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Utilities for the KDE integrated X11 desktop diff --git a/multimedia/kdemultimedia3/pkg-descr b/multimedia/kdemultimedia3/pkg-descr deleted file mode 100644 index 90ae45773bea..000000000000 --- a/multimedia/kdemultimedia3/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -KDE provides an integrated X11 based environment, much like CDE. diff --git a/multimedia/kdemultimedia3/pkg-plist b/multimedia/kdemultimedia3/pkg-plist deleted file mode 100644 index 05c19b931d55..000000000000 --- a/multimedia/kdemultimedia3/pkg-plist +++ /dev/null @@ -1,833 +0,0 @@ -bin/aktion -bin/artsbuilder -bin/artscontrol -bin/kmid -bin/kmidi -bin/kmix -bin/kmixctrl -bin/kscd -bin/midisend -bin/noatun -bin/noatun_kjofol_fixskin.sh -bin/sf2cfg -bin/timidity -bin/workman2cddb.pl -include/arts/artsbuilder.h -include/arts/artsbuilder.idl -include/arts/artsgui.h -include/arts/artsgui.idl -include/arts/artsmidi.h -include/arts/artsmidi.idl -include/arts/artsmodules.h -include/arts/artsmodules.idl -include/arts/kartswidget.h -include/cmodule.h -include/effectview.h -include/equalizerview.h -include/mimetypetree.h -include/noatun/controls.h -include/noatun/conversion.h -include/noatun/downloader.h -include/noatun/effects.h -include/noatun/engine.h -include/noatun/equalizer.h -include/noatun/noatunapp.h -include/noatun/noatunarts.h -include/noatun/noatunplaylist.h -include/noatun/noatunpref.h -include/noatun/noatunstdaction.h -include/noatun/player.h -include/noatun/plugin.h -include/noatun/pluginloader.h -include/playlistsaver.h -include/plugin_deps.h -lib/artseffects.mcopclass -lib/artseffects.mcoptype -lib/kmixctrl.la -lib/kmixctrl.so -lib/libaktion.la -lib/libaktion.so -lib/libaktion.so.1 -lib/libartsbuilder.la -lib/libartsbuilder.so -lib/libartsbuilder.so.0 -lib/libartseffects.la -lib/libartseffects.so -lib/libartsgui.la -lib/libartsgui.so -lib/libartsgui.so.0 -lib/libartsgui_idl.la -lib/libartsgui_idl.so -lib/libartsgui_idl.so.0 -lib/libartsgui_kde.la -lib/libartsgui_kde.so -lib/libartsgui_kde.so.0 -lib/libartsmidi.la -lib/libartsmidi.so -lib/libartsmidi.so.0 -lib/libartsmidi_idl.la -lib/libartsmidi_idl.so -lib/libartsmidi_idl.so.0 -lib/libartsmodules.la -lib/libartsmodules.so -lib/libartsmodules.so.0 -lib/libkcm_kmix.la -lib/libkcm_kmix.so -lib/libkjofolui.la -lib/libkjofolui.so -lib/libkmidpart.la -lib/libkmidpart.so -lib/libkmidpart.so.1 -lib/libkmixapplet.la -lib/libkmixapplet.so -lib/libkmixapplet.so.1 -lib/libliszt.la -lib/libliszt.so -lib/libmpg123.la -lib/libmpg123.so -lib/libmpg123arts.la -lib/libmpg123arts.so -lib/libnoatun.la -lib/libnoatun.so -lib/libnoatun.so.0 -lib/libnoatunarts.la -lib/libnoatunarts.so -lib/libnoatuncontrols.la -lib/libnoatuncontrols.so -lib/libnoatuncontrols.so.0 -lib/libnoatundcopiface.la -lib/libnoatundcopiface.so -lib/libnoatunexcellent.la -lib/libnoatunexcellent.so -lib/libnoatunhtmlexport.la -lib/libnoatunhtmlexport.so -lib/libnoatunid3tag.la -lib/libnoatunid3tag.so -lib/libnoatuninfrared.la -lib/libnoatuninfrared.so -lib/libnoatunkaiman.la -lib/libnoatunkaiman.so -lib/libnoatunkeyz.la -lib/libnoatunkeyz.so -lib/libnoatunmain.la -lib/libnoatunmain.so -lib/libnoatunmarquis.la -lib/libnoatunmarquis.so -lib/libnoatunmonoscope.la -lib/libnoatunmonoscope.so -lib/libnoatunnet.la -lib/libnoatunnet.so -lib/libnoatunoggtag.la -lib/libnoatunoggtag.so -lib/libnoatunsystray.la -lib/libnoatunsystray.so -lib/libnoatuntron.la -lib/libnoatuntron.so -lib/libnoatunui.la -lib/libnoatunui.so -lib/libnoatunvoiceprint.la -lib/libnoatunvoiceprint.so -lib/liboggarts.la -lib/liboggarts.so -lib/libsplitplaylist.la -lib/libsplitplaylist.so -lib/libworkman.la -lib/libworkman.so -lib/libworkman.so.5 -lib/mcop/Arts/ArtsBuilderLoader.mcopclass -lib/mcop/Arts/Button.mcopclass -lib/mcop/Arts/FreeverbGuiFactory.mcopclass -lib/mcop/Arts/GenericGuiFactory.mcopclass -lib/mcop/Arts/HBox.mcopclass -lib/mcop/Arts/LineEdit.mcopclass -lib/mcop/Arts/LocalFactory.mcopclass -lib/mcop/Arts/MidiManager.mcopclass -lib/mcop/Arts/Poti.mcopclass -lib/mcop/Arts/SpinBox.mcopclass -lib/mcop/Arts/StructureBuilder.mcopclass -lib/mcop/Arts/StructureDesc.mcopclass -lib/mcop/Arts/Synth_ATAN_SATURATE.mcopclass -lib/mcop/Arts/Synth_AUTOPANNER.mcopclass -lib/mcop/Arts/Synth_BRICKWALL_LIMITER.mcopclass -lib/mcop/Arts/Synth_CAPTURE_WAV.mcopclass -lib/mcop/Arts/Synth_CDELAY.mcopclass -lib/mcop/Arts/Synth_DATA.mcopclass -lib/mcop/Arts/Synth_DEBUG.mcopclass -lib/mcop/Arts/Synth_DELAY.mcopclass -lib/mcop/Arts/Synth_ENVELOPE_ADSR.mcopclass -lib/mcop/Arts/Synth_FM_SOURCE.mcopclass -lib/mcop/Arts/Synth_FREEVERB.mcopclass -lib/mcop/Arts/Synth_FX_CFLANGER.mcopclass -lib/mcop/Arts/Synth_MIDI_DEBUG.mcopclass -lib/mcop/Arts/Synth_MIDI_TEST.mcopclass -lib/mcop/Arts/Synth_MOOG_VCF.mcopclass -lib/mcop/Arts/Synth_NIL.mcopclass -lib/mcop/Arts/Synth_NOISE.mcopclass -lib/mcop/Arts/Synth_PITCH_SHIFT.mcopclass -lib/mcop/Arts/Synth_PSCALE.mcopclass -lib/mcop/Arts/Synth_RC.mcopclass -lib/mcop/Arts/Synth_SEQUENCE.mcopclass -lib/mcop/Arts/Synth_SHELVE_CUTOFF.mcopclass -lib/mcop/Arts/Synth_STD_EQUALIZER.mcopclass -lib/mcop/Arts/Synth_TREMOLO.mcopclass -lib/mcop/Arts/Synth_WAVE_PULSE.mcopclass -lib/mcop/Arts/Synth_WAVE_SOFTSAW.mcopclass -lib/mcop/Arts/Synth_WAVE_SQUARE.mcopclass -lib/mcop/Arts/Synth_WAVE_TRI.mcopclass -lib/mcop/Arts/Synth_XFADE.mcopclass -lib/mcop/Arts/VBox.mcopclass -lib/mcop/Arts/Widget.mcopclass -lib/mcop/Arts/mpg123PlayObject.mcopclass -lib/mcop/Arts/oggPlayObject.mcopclass -lib/mcop/ExtraStereo.mcopclass -lib/mcop/ExtraStereoGuiFactory.mcopclass -lib/mcop/Noatun/Equalizer.mcopclass -lib/mcop/Noatun/EqualizerSSE.mcopclass -lib/mcop/Noatun/FFTScope.mcopclass -lib/mcop/Noatun/FFTScopeStereo.mcopclass -lib/mcop/Noatun/Listener.mcopclass -lib/mcop/Noatun/RawScope.mcopclass -lib/mcop/Noatun/RawScopeStereo.mcopclass -lib/mcop/Noatun/Session.mcopclass -lib/mcop/Noatun/StereoEffectStack.mcopclass -lib/mcop/Noatun/StereoVolumeControl.mcopclass -lib/mcop/Noatun/StereoVolumeControlSSE.mcopclass -lib/mcop/RawWriter.mcopclass -lib/mcop/VoiceRemoval.mcopclass -lib/mcop/artsbuilder.mcopclass -lib/mcop/artsbuilder.mcoptype -lib/mcop/artseffects.mcopclass -lib/mcop/artseffects.mcoptype -lib/mcop/artsgui.mcopclass -lib/mcop/artsgui.mcoptype -lib/mcop/artsmidi.mcopclass -lib/mcop/artsmidi.mcoptype -lib/mcop/artsmodules.mcopclass -lib/mcop/artsmodules.mcoptype -lib/mcop/mpg123arts.mcopclass -lib/mcop/mpg123arts.mcoptype -lib/mcop/noatunarts.mcopclass -lib/mcop/noatunarts.mcoptype -lib/mcop/oggarts.mcopclass -lib/mcop/oggarts.mcoptype -share/applnk/Multimedia/aktion.desktop -share/applnk/Multimedia/artsbuilder.desktop -share/applnk/Multimedia/artscontrol.desktop -share/applnk/Multimedia/kmid.desktop -share/applnk/Multimedia/kmidi.desktop -share/applnk/Multimedia/kmix.desktop -share/applnk/Multimedia/kscd.desktop -share/applnk/Multimedia/noatun.desktop -share/applnk/Multimedia/timidity.desktop -share/applnk/Settings/Sound/kmix.desktop -share/apps/aktion/aktion_part.rc -share/apps/aktion/toolbar/ak_maximize.png -share/apps/aktion/toolbar/ak_setup.png -share/apps/aktion/toolbar/aktion_logo.png -share/apps/aktion/toolbar/avanzar.png -share/apps/aktion/toolbar/ayuda.png -share/apps/aktion/toolbar/double.png -share/apps/aktion/toolbar/fullscreen.png -share/apps/aktion/toolbar/half.png -share/apps/aktion/toolbar/original.png -share/apps/aktion/toolbar/parar.png -share/apps/aktion/toolbar/pause.png -share/apps/aktion/toolbar/retroceder.png -share/apps/aktion/toolbar/tocar.png -share/apps/artsbuilder/examples/README -share/apps/artsbuilder/examples/example_adsr.arts -share/apps/artsbuilder/examples/example_atan_saturate.arts -share/apps/artsbuilder/examples/example_autopanner.arts -share/apps/artsbuilder/examples/example_brickwall.arts -share/apps/artsbuilder/examples/example_bus.arts -share/apps/artsbuilder/examples/example_capture_wav.arts -share/apps/artsbuilder/examples/example_cdelay.arts -share/apps/artsbuilder/examples/example_cflanger.arts -share/apps/artsbuilder/examples/example_data.arts -share/apps/artsbuilder/examples/example_delay.arts -share/apps/artsbuilder/examples/example_dtmf1.arts -share/apps/artsbuilder/examples/example_equalizer.arts -share/apps/artsbuilder/examples/example_fm.arts -share/apps/artsbuilder/examples/example_freeverb.arts -share/apps/artsbuilder/examples/example_moog.arts -share/apps/artsbuilder/examples/example_multi_add.arts -share/apps/artsbuilder/examples/example_noise.arts -share/apps/artsbuilder/examples/example_pitchshift.arts -share/apps/artsbuilder/examples/example_play_wave.arts -share/apps/artsbuilder/examples/example_pscale.arts -share/apps/artsbuilder/examples/example_pulse.arts -share/apps/artsbuilder/examples/example_rc.arts -share/apps/artsbuilder/examples/example_record.arts -share/apps/artsbuilder/examples/example_sequence.arts -share/apps/artsbuilder/examples/example_shelve_cutoff.arts -share/apps/artsbuilder/examples/example_sine.arts -share/apps/artsbuilder/examples/example_softsaw.arts -share/apps/artsbuilder/examples/example_square.arts -share/apps/artsbuilder/examples/example_stereobeep.arts -share/apps/artsbuilder/examples/example_tremolo.arts -share/apps/artsbuilder/examples/example_tri.arts -share/apps/artsbuilder/examples/example_xfade.arts -share/apps/artsbuilder/examples/instrument_arts_all.arts-map -share/apps/artsbuilder/examples/instrument_chirpdrum.arts -share/apps/artsbuilder/examples/instrument_deepdrum.arts -share/apps/artsbuilder/examples/instrument_full_square.arts -share/apps/artsbuilder/examples/instrument_hihat.arts -share/apps/artsbuilder/examples/instrument_neworgan.arts -share/apps/artsbuilder/examples/instrument_nokind.arts -share/apps/artsbuilder/examples/instrument_organ2.arts -share/apps/artsbuilder/examples/instrument_simple_sin.arts -share/apps/artsbuilder/examples/instrument_simple_square.arts -share/apps/artsbuilder/examples/instrument_simple_tri.arts -share/apps/artsbuilder/examples/instrument_slide.arts -share/apps/artsbuilder/examples/instrument_slide1.arts -share/apps/artsbuilder/examples/instrument_square.arts -share/apps/artsbuilder/examples/instrument_tri.arts -share/apps/artsbuilder/examples/template_Empty_Structure.arts -share/apps/artsbuilder/examples/template_Instrument.arts -share/apps/artsbuilder/examples/todo/effect_delay.arts -share/apps/artsbuilder/examples/todo/effect_delay_alone.arts -share/apps/artsbuilder/examples/todo/effect_flanger_alone.arts -share/apps/artsbuilder/examples/todo/instrument_flexible_slide.arts -share/apps/artsbuilder/examples/todo/instrument_flexible_slide_GUI.arts -share/apps/artsbuilder/examples/todo/instrument_fm_horn.arts -share/apps/artsbuilder/examples/todo/instrument_moog_vcf_tune.arts -share/apps/artsbuilder/examples/todo/instrument_moog_vcf_tune_GUI.arts -share/apps/artsbuilder/examples/todo/mixer_element_eq.arts -share/apps/artsbuilder/examples/todo/mixer_element_eqfx.arts -share/apps/artsbuilder/examples/todo/mixer_element_simple.arts -share/apps/artsbuilder/examples/todo/template_Instrument_GUI.arts -share/apps/artsbuilder/examples/todo/template_Mixer_Element.arts -share/apps/artsbuilder/pics/Synth_ADD.xpm -share/apps/artsbuilder/pics/Synth_AMAN_PLAY.xpm -share/apps/artsbuilder/pics/Synth_ATAN_SATURATE.xpm -share/apps/artsbuilder/pics/Synth_BUS_DOWNLINK.xpm -share/apps/artsbuilder/pics/Synth_BUS_UPLINK.xpm -share/apps/artsbuilder/pics/Synth_DEBUG.xpm -share/apps/artsbuilder/pics/Synth_ENVELOPE_ADSR.xpm -share/apps/artsbuilder/pics/Synth_FILEPLAY.xpm -share/apps/artsbuilder/pics/Synth_MIDI_DEBUG.xpm -share/apps/artsbuilder/pics/Synth_MOOG_VCF.xpm -share/apps/artsbuilder/pics/Synth_MUL.xpm -share/apps/artsbuilder/pics/Synth_MULTI_ADD.xpm -share/apps/artsbuilder/pics/Synth_PLAY.xpm -share/apps/artsbuilder/pics/Synth_PLAY_WAV.xpm -share/apps/artsbuilder/pics/Synth_PSCALE.xpm -share/apps/artsbuilder/pics/Synth_RC.xpm -share/apps/artsbuilder/pics/Synth_SEQUENCE.xpm -share/apps/artsbuilder/pics/Synth_SHELVE_CUTOFF.xpm -share/apps/artsbuilder/pics/Synth_WAVE_SAW.xpm -share/apps/artsbuilder/pics/Synth_WAVE_SIN.xpm -share/apps/artsbuilder/pics/Synth_WAVE_SQUARE.xpm -share/apps/artsbuilder/pics/Synth_WAVE_TRI.xpm -share/apps/artsbuilder/pics/Synth_XFADE.xpm -share/apps/artscontrol/artscontrol.rc -share/apps/artscontrol/artsmidimanagerview.rc -share/apps/kicker/applets/kmixapplet.desktop -share/apps/kmid/DiesIrae.kar -share/apps/kmid/Guantanamera.kar -share/apps/kmid/MariaDeLasMercedes.kar -share/apps/kmid/OFortuna.kar -share/apps/kmid/fm/drums.o3 -share/apps/kmid/fm/drums.sb -share/apps/kmid/fm/std.o3 -share/apps/kmid/fm/std.sb -share/apps/kmid/icons/button1.xpm -share/apps/kmid/icons/button2.xpm -share/apps/kmid/icons/hicolor/16x16/actions/piano.png -share/apps/kmid/icons/hicolor/16x16/actions/volume.png -share/apps/kmid/icons/hicolor/22x22/actions/piano.png -share/apps/kmid/icons/hicolor/22x22/actions/volume.png -share/apps/kmid/icons/hicolor/32x32/actions/piano.png -share/apps/kmid/icons/hicolor/32x32/actions/volume.png -share/apps/kmid/icons/keyboard.xpm -share/apps/kmid/kmid_partui.rc -share/apps/kmid/kmidui.rc -share/apps/kmid/maps/YamahaPSR500.map -share/apps/kmid/maps/YamahaPSS790.map -share/apps/kmid/maps/YamahaQY10.map -share/apps/kmid/maps/gm.map -share/apps/kmidi/Axel_Elf.mid -share/apps/kmidi/Cavatina.mid -share/apps/kmidi/Georgia.mid -share/apps/kmidi/Malaguena.mid -share/apps/kmidi/Mission_Impossible.mid -share/apps/kmidi/Mr_Postman.mid -share/apps/kmidi/Take_The_A_Train-Seq_by_Dianne_Lewandowski.mid -share/apps/kmidi/Vangelis-Chung_Kuo.mid -share/apps/kmidi/config/BITMAPS/arrow.xbm -share/apps/kmidi/config/BITMAPS/back.xbm -share/apps/kmidi/config/BITMAPS/check.xbm -share/apps/kmidi/config/BITMAPS/fwd.xbm -share/apps/kmidi/config/BITMAPS/fwrd.xbm -share/apps/kmidi/config/BITMAPS/next.xbm -share/apps/kmidi/config/BITMAPS/off.xbm -share/apps/kmidi/config/BITMAPS/on.xbm -share/apps/kmidi/config/BITMAPS/pause.xbm -share/apps/kmidi/config/BITMAPS/play.xbm -share/apps/kmidi/config/BITMAPS/prev.xbm -share/apps/kmidi/config/BITMAPS/quit.xbm -share/apps/kmidi/config/BITMAPS/restart.xbm -share/apps/kmidi/config/BITMAPS/stop.xbm -share/apps/kmidi/config/BITMAPS/tback.xbm -share/apps/kmidi/config/BITMAPS/timidity.xbm -share/apps/kmidi/config/BITMAPS/tnext.xbm -share/apps/kmidi/config/BITMAPS/tpause.xbm -share/apps/kmidi/config/BITMAPS/tprev.xbm -share/apps/kmidi/config/BITMAPS/tquit.xbm -share/apps/kmidi/config/chaos12-voices -share/apps/kmidi/config/chaos8-voices -share/apps/kmidi/config/drums -share/apps/kmidi/config/gravis.cfg -share/apps/kmidi/config/gsdrum.cfg -share/apps/kmidi/config/guitar -share/apps/kmidi/config/megadrum -share/apps/kmidi/config/megainst -share/apps/kmidi/config/midia.cfg -share/apps/kmidi/config/mt32.cfg -share/apps/kmidi/config/patch/acbass.pat -share/apps/kmidi/config/patch/cymride1.pat -share/apps/kmidi/config/patch/hihatcl.pat -share/apps/kmidi/config/patch/kick1.pat -share/apps/kmidi/config/patch/kick2.pat -share/apps/kmidi/config/patch/nylongt2.pat -share/apps/kmidi/config/patch/sologrnd.pat -share/apps/kmidi/config/piano -share/apps/kmidi/config/piano+guitar -share/apps/kmidi/config/pila-voices -share/apps/kmidi/config/sound-canvas-drums -share/apps/kmidi/config/timidity.cfg -share/apps/kmidi/config/wowpats.cfg -share/apps/kmidi/pics/kmidilogo.png -share/apps/kmix/kmixui.rc -share/apps/kmix/pics/kmixdocked.png -share/apps/kmix/pics/mix_audio.png -share/apps/kmix/pics/mix_bass.png -share/apps/kmix/pics/mix_cd.png -share/apps/kmix/pics/mix_ext.png -share/apps/kmix/pics/mix_microphone.png -share/apps/kmix/pics/mix_midi.png -share/apps/kmix/pics/mix_recmon.png -share/apps/kmix/pics/mix_surround.png -share/apps/kmix/pics/mix_treble.png -share/apps/kmix/pics/mix_unknown.png -share/apps/kmix/pics/mix_video.png -share/apps/kmix/pics/mix_volume.png -share/apps/kscd/pics/cdsmall.xpm -share/apps/kscd/pics/kscdlogo.xpm -share/apps/noatun/dcopiface.plugin -share/apps/noatun/eq.preset/preset.dance -share/apps/noatun/eq.preset/preset.jazz -share/apps/noatun/eq.preset/preset.metal -share/apps/noatun/eq.preset/preset.trance -share/apps/noatun/eq.preset/preset.zero -share/apps/noatun/excellent.plugin -share/apps/noatun/excellentui.rc -share/apps/noatun/htmlexport.plugin -share/apps/noatun/icons/hicolor/16x16/actions/effect.png -share/apps/noatun/icons/hicolor/16x16/actions/noatunback.png -share/apps/noatun/icons/hicolor/16x16/actions/noatunforward.png -share/apps/noatun/icons/hicolor/16x16/actions/noatunpause.png -share/apps/noatun/icons/hicolor/16x16/actions/noatunplay.png -share/apps/noatun/icons/hicolor/16x16/actions/noatunplaylist.png -share/apps/noatun/icons/hicolor/16x16/actions/noatunstop.png -share/apps/noatun/icons/hicolor/16x16/actions/noatuntray.png -share/apps/noatun/icons/hicolor/16x16/actions/noatuntraypause.png -share/apps/noatun/icons/hicolor/16x16/actions/noatuntrayplay.png -share/apps/noatun/icons/hicolor/16x16/actions/noatuntraystop.png -share/apps/noatun/icons/hicolor/22x22/actions/edit_add.png -share/apps/noatun/icons/hicolor/22x22/actions/edit_remove.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunback.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunfback.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunfforward.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunforward.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunloopnone.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunloopplaylist.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunloopsong.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunpause.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunplay.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunplaylist.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunstop.png -share/apps/noatun/icons/hicolor/22x22/actions/noatuntiny.png -share/apps/noatun/icons/hicolor/32x32/actions/effect.png -share/apps/noatun/icons/hicolor/48x48/actions/effect.png -share/apps/noatun/icons/locolor/16x16/actions/edit_add.png -share/apps/noatun/icons/locolor/16x16/actions/edit_remove.png -share/apps/noatun/id3tag.plugin -share/apps/noatun/infrared.plugin -share/apps/noatun/kaiman.plugin -share/apps/noatun/kaimanui.rc -share/apps/noatun/keyz.plugin -share/apps/noatun/kjofolui.plugin -share/apps/noatun/kjskins/kjofol/Makefile.am -share/apps/noatun/kjskins/kjofol/kjofol.dck -share/apps/noatun/kjskins/kjofol/kjofol.pl -share/apps/noatun/kjskins/kjofol/kjofol.rc -share/apps/noatun/kjskins/kjofol/kjofol.wsh -share/apps/noatun/kjskins/kjofol/sg.png -share/apps/noatun/kjskins/kjofol/sg_num.png -share/apps/noatun/kjskins/kjofol/sg_seek.bmp -share/apps/noatun/kjskins/kjofol/sg_seek.png -share/apps/noatun/kjskins/kjofol/sg_text.png -share/apps/noatun/kjskins/kjofol/sgdock.png -share/apps/noatun/kjskins/kjofol/sgdock2.png -share/apps/noatun/kjskins/kjofol/sgdocksk.png -share/apps/noatun/kjskins/kjofol/sgdockvp.png -share/apps/noatun/kjskins/kjofol/sgeq.png -share/apps/noatun/kjskins/kjofol/sgpitch.png -share/apps/noatun/kjskins/kjofol/sgpitchp.png -share/apps/noatun/kjskins/kjofol/sgplist.png -share/apps/noatun/kjskins/kjofol/sgplist2.png -share/apps/noatun/kjskins/kjofol/sgpres1.png -share/apps/noatun/kjskins/kjofol/sgpres2.png -share/apps/noatun/kjskins/kjofol/sgpres3.png -share/apps/noatun/kjskins/kjofol/sgvol.png -share/apps/noatun/kjskins/kjofol/sgvolnum.png -share/apps/noatun/kjskins/kjofol/sgvolpos.png -share/apps/noatun/kjskins/kjofol/sgwshad.png -share/apps/noatun/kjskins/kjofol/sgwshad2.png -share/apps/noatun/kjskins/kjofol/sgwshdsk.png -share/apps/noatun/kjskins/kjofol/sgwshvol.png -share/apps/noatun/kjskins/kjofol/sgwshvp.png -share/apps/noatun/kjskins/phong/p_eq.png -share/apps/noatun/kjskins/phong/p_main.png -share/apps/noatun/kjskins/phong/p_mainback.png -share/apps/noatun/kjskins/phong/p_numbers.png -share/apps/noatun/kjskins/phong/p_playback.png -share/apps/noatun/kjskins/phong/p_playlist.png -share/apps/noatun/kjskins/phong/p_propos.png -share/apps/noatun/kjskins/phong/p_text.png -share/apps/noatun/kjskins/phong/p_volbar.png -share/apps/noatun/kjskins/phong/p_volpos.png -share/apps/noatun/kjskins/phong/phong.dck -share/apps/noatun/kjskins/phong/phong.rc -share/apps/noatun/kjskins/phong/phong.wsh -share/apps/noatun/kjskins/phong/phong_readme.txt -share/apps/noatun/kjskins/vibrocentric/i_base.png -share/apps/noatun/kjskins/vibrocentric/i_base2.png -share/apps/noatun/kjskins/vibrocentric/i_eq.png -share/apps/noatun/kjskins/vibrocentric/i_font.png -share/apps/noatun/kjskins/vibrocentric/i_pl.png -share/apps/noatun/kjskins/vibrocentric/i_pl2.png -share/apps/noatun/kjskins/vibrocentric/i_pro.png -share/apps/noatun/kjskins/vibrocentric/i_text.png -share/apps/noatun/kjskins/vibrocentric/i_vol.png -share/apps/noatun/kjskins/vibrocentric/i_volpos.png -share/apps/noatun/kjskins/vibrocentric/vibrocentric.dck -share/apps/noatun/kjskins/vibrocentric/vibrocentric.rc -share/apps/noatun/kjskins/vibrocentric/vibrocentric.wsh -share/apps/noatun/kjskins/vibrocentric/vibrocentric_readme.txt -share/apps/noatun/liszt.plugin -share/apps/noatun/marquis.plugin -share/apps/noatun/monoscope.plugin -share/apps/noatun/net.plugin -share/apps/noatun/noatunui.plugin -share/apps/noatun/oggtag.plugin -share/apps/noatun/skins/kaiman/car-preset/btn_exit.png -share/apps/noatun/skins/kaiman/car-preset/btn_iconify.png -share/apps/noatun/skins/kaiman/car-preset/btn_list.png -share/apps/noatun/skins/kaiman/car-preset/btn_next.png -share/apps/noatun/skins/kaiman/car-preset/btn_p1.png -share/apps/noatun/skins/kaiman/car-preset/btn_p2.png -share/apps/noatun/skins/kaiman/car-preset/btn_p3.png -share/apps/noatun/skins/kaiman/car-preset/btn_p4.png -share/apps/noatun/skins/kaiman/car-preset/btn_p5.png -share/apps/noatun/skins/kaiman/car-preset/btn_p6.png -share/apps/noatun/skins/kaiman/car-preset/btn_play.png -share/apps/noatun/skins/kaiman/car-preset/btn_prev.png -share/apps/noatun/skins/kaiman/car-preset/btn_sml.png -share/apps/noatun/skins/kaiman/car-preset/btn_stop.png -share/apps/noatun/skins/kaiman/car-preset/btn_voldn.png -share/apps/noatun/skins/kaiman/car-preset/btn_volup.png -share/apps/noatun/skins/kaiman/car-preset/digbig.png -share/apps/noatun/skins/kaiman/car-preset/digmed.png -share/apps/noatun/skins/kaiman/car-preset/letters.png -share/apps/noatun/skins/kaiman/car-preset/main.png -share/apps/noatun/skins/kaiman/car-preset/monoster.png -share/apps/noatun/skins/kaiman/car-preset/posbar.png -share/apps/noatun/skins/kaiman/car-preset/random.png -share/apps/noatun/skins/kaiman/car-preset/repeat.png -share/apps/noatun/skins/kaiman/car-preset/skindata -share/apps/noatun/skins/kaiman/car-preset/status.png -share/apps/noatun/skins/kaiman/car-preset/volume.png -share/apps/noatun/skins/kaiman/circle/back.png -share/apps/noatun/skins/kaiman/circle/back_mask.png -share/apps/noatun/skins/kaiman/circle/back_sm.png -share/apps/noatun/skins/kaiman/circle/back_sm_mask.png -share/apps/noatun/skins/kaiman/circle/bar_pos.png -share/apps/noatun/skins/kaiman/circle/bar_vol.png -share/apps/noatun/skins/kaiman/circle/btn_exit.png -share/apps/noatun/skins/kaiman/circle/btn_iconify.png -share/apps/noatun/skins/kaiman/circle/btn_list.png -share/apps/noatun/skins/kaiman/circle/btn_mode.png -share/apps/noatun/skins/kaiman/circle/btn_next.png -share/apps/noatun/skins/kaiman/circle/btn_play.png -share/apps/noatun/skins/kaiman/circle/btn_pref.png -share/apps/noatun/skins/kaiman/circle/btn_prev.png -share/apps/noatun/skins/kaiman/circle/btn_repeat.png -share/apps/noatun/skins/kaiman/circle/btn_shuffle.png -share/apps/noatun/skins/kaiman/circle/btn_sm_exit.png -share/apps/noatun/skins/kaiman/circle/btn_sm_iconify.png -share/apps/noatun/skins/kaiman/circle/btn_sm_mode.png -share/apps/noatun/skins/kaiman/circle/btn_sm_next.png -share/apps/noatun/skins/kaiman/circle/btn_sm_play.png -share/apps/noatun/skins/kaiman/circle/btn_sm_prev.png -share/apps/noatun/skins/kaiman/circle/btn_sm_stop.png -share/apps/noatun/skins/kaiman/circle/btn_stop.png -share/apps/noatun/skins/kaiman/circle/dig.png -share/apps/noatun/skins/kaiman/circle/digsml.png -share/apps/noatun/skins/kaiman/circle/letters.png -share/apps/noatun/skins/kaiman/circle/skindata -share/apps/noatun/skins/kaiman/circle/status.png -share/apps/noatun/skins/kaiman/k9/README -share/apps/noatun/skins/kaiman/k9/conf.jpg -share/apps/noatun/skins/kaiman/k9/conf.png -share/apps/noatun/skins/kaiman/k9/eject.jpg -share/apps/noatun/skins/kaiman/k9/icon.jpg -share/apps/noatun/skins/kaiman/k9/icon.png -share/apps/noatun/skins/kaiman/k9/kill.jpg -share/apps/noatun/skins/kaiman/k9/kill.png -share/apps/noatun/skins/kaiman/k9/knine-nfont.jpg -share/apps/noatun/skins/kaiman/k9/knine-nfont.png -share/apps/noatun/skins/kaiman/k9/knine-nfont2.jpg -share/apps/noatun/skins/kaiman/k9/knine-nfont2.png -share/apps/noatun/skins/kaiman/k9/knine-normal2.jpg -share/apps/noatun/skins/kaiman/k9/knine-normal2.png -share/apps/noatun/skins/kaiman/k9/knine-vfont.jpg -share/apps/noatun/skins/kaiman/k9/knine-vfont.png -share/apps/noatun/skins/kaiman/k9/long2.jpg -share/apps/noatun/skins/kaiman/k9/mask.png -share/apps/noatun/skins/kaiman/k9/newtext.jpg -share/apps/noatun/skins/kaiman/k9/newtext.png -share/apps/noatun/skins/kaiman/k9/next.jpg -share/apps/noatun/skins/kaiman/k9/pause.jpg -share/apps/noatun/skins/kaiman/k9/play.jpg -share/apps/noatun/skins/kaiman/k9/pos_item.jpg -share/apps/noatun/skins/kaiman/k9/repeat.jpg -share/apps/noatun/skins/kaiman/k9/repeat.png -share/apps/noatun/skins/kaiman/k9/reverse.jpg -share/apps/noatun/skins/kaiman/k9/shuffle.jpg -share/apps/noatun/skins/kaiman/k9/shuffle.png -share/apps/noatun/skins/kaiman/k9/skindata -share/apps/noatun/skins/kaiman/k9/small-k.jpg -share/apps/noatun/skins/kaiman/k9/small-k.png -share/apps/noatun/skins/kaiman/k9/square.jpg -share/apps/noatun/skins/kaiman/k9/square.png -share/apps/noatun/skins/kaiman/k9/status.jpg -share/apps/noatun/skins/kaiman/k9/status.png -share/apps/noatun/skins/kaiman/k9/stop.jpg -share/apps/noatun/skins/kaiman/k9/trans-pos.png -share/apps/noatun/skins/kaiman/k9/trans-slide.png -share/apps/noatun/splitplaylist.plugin -share/apps/noatun/systray.plugin -share/apps/noatun/systrayui.rc -share/apps/noatun/tron.plugin -share/apps/noatun/tronui.rc -share/apps/noatun/voiceprint.plugin -share/config/aktionrc -share/doc/HTML/en/aktion/aktion.png -share/doc/HTML/en/aktion/aktiontoolbar.png -share/doc/HTML/en/aktion/common -share/doc/HTML/en/aktion/index.cache.bz2 -share/doc/HTML/en/aktion/index.docbook -share/doc/HTML/en/artsbuilder/apis.docbook -share/doc/HTML/en/artsbuilder/arts-structure.png -share/doc/HTML/en/artsbuilder/artsbuilder.docbook -share/doc/HTML/en/artsbuilder/common -share/doc/HTML/en/artsbuilder/detail.docbook -share/doc/HTML/en/artsbuilder/digitalaudio.docbook -share/doc/HTML/en/artsbuilder/faq.docbook -share/doc/HTML/en/artsbuilder/future.docbook -share/doc/HTML/en/artsbuilder/glossary.docbook -share/doc/HTML/en/artsbuilder/gui.docbook -share/doc/HTML/en/artsbuilder/helping.docbook -share/doc/HTML/en/artsbuilder/images/Doc_MODUL.png -share/doc/HTML/en/artsbuilder/images/Gui_AUDIO_MANAGER.png -share/doc/HTML/en/artsbuilder/images/Gui_INSTRUMENT_MAPPER.png -share/doc/HTML/en/artsbuilder/images/Gui_LABEL.png -share/doc/HTML/en/artsbuilder/images/Gui_MIXER.png -share/doc/HTML/en/artsbuilder/images/Gui_PANEL.png -share/doc/HTML/en/artsbuilder/images/Gui_POTI.png -share/doc/HTML/en/artsbuilder/images/Gui_SLIDER.png -share/doc/HTML/en/artsbuilder/images/Gui_SUBPANEL.png -share/doc/HTML/en/artsbuilder/images/Gui_WINDOW.png -share/doc/HTML/en/artsbuilder/images/Interface_MIDI_NOTE.png -share/doc/HTML/en/artsbuilder/images/Synth_ADD.png -share/doc/HTML/en/artsbuilder/images/Synth_ATAN_SATURATE.png -share/doc/HTML/en/artsbuilder/images/Synth_BUS_DOWNLINK.png -share/doc/HTML/en/artsbuilder/images/Synth_BUS_UPLINK.png -share/doc/HTML/en/artsbuilder/images/Synth_CDELAY.png -share/doc/HTML/en/artsbuilder/images/Synth_DEBUG.png -share/doc/HTML/en/artsbuilder/images/Synth_DELAY.png -share/doc/HTML/en/artsbuilder/images/Synth_ENVELOPE_ADSR.png -share/doc/HTML/en/artsbuilder/images/Synth_FILEPLAY.png -share/doc/HTML/en/artsbuilder/images/Synth_FM_SOURCE.png -share/doc/HTML/en/artsbuilder/images/Synth_FREQUENCY.png -share/doc/HTML/en/artsbuilder/images/Synth_MIDI_DEBUG.png -share/doc/HTML/en/artsbuilder/images/Synth_MIDI_ROUTER.png -share/doc/HTML/en/artsbuilder/images/Synth_MUL.png -share/doc/HTML/en/artsbuilder/images/Synth_NIL.png -share/doc/HTML/en/artsbuilder/images/Synth_PLAY.png -share/doc/HTML/en/artsbuilder/images/Synth_PLAY_AKAI.png -share/doc/HTML/en/artsbuilder/images/Synth_PLAY_AKAIS.png -share/doc/HTML/en/artsbuilder/images/Synth_PLAY_WAV.png -share/doc/HTML/en/artsbuilder/images/Synth_PSCALE.png -share/doc/HTML/en/artsbuilder/images/Synth_RC.png -share/doc/HTML/en/artsbuilder/images/Synth_SEQUENCE.png -share/doc/HTML/en/artsbuilder/images/Synth_SHELVE_CUTOFF.png -share/doc/HTML/en/artsbuilder/images/Synth_STD_EQUALIZER.png -share/doc/HTML/en/artsbuilder/images/Synth_STRUCT_KILL.png -share/doc/HTML/en/artsbuilder/images/Synth_WAVE_SIN.png -share/doc/HTML/en/artsbuilder/images/Synth_WAVE_SQUARE.png -share/doc/HTML/en/artsbuilder/images/Synth_WAVE_TRI.png -share/doc/HTML/en/artsbuilder/images/Synth_XFADE.png -share/doc/HTML/en/artsbuilder/images/schema1.png -share/doc/HTML/en/artsbuilder/images/schema2.png -share/doc/HTML/en/artsbuilder/images/schema3.png -share/doc/HTML/en/artsbuilder/images/schema4.png -share/doc/HTML/en/artsbuilder/index.cache.bz2 -share/doc/HTML/en/artsbuilder/index.docbook -share/doc/HTML/en/artsbuilder/mcop.docbook -share/doc/HTML/en/artsbuilder/midi.docbook -share/doc/HTML/en/artsbuilder/midiintro.docbook -share/doc/HTML/en/artsbuilder/modules.docbook -share/doc/HTML/en/artsbuilder/porting.docbook -share/doc/HTML/en/artsbuilder/references.docbook -share/doc/HTML/en/artsbuilder/tools.docbook -share/doc/HTML/en/kmid/common -share/doc/HTML/en/kmid/index.cache.bz2 -share/doc/HTML/en/kmid/index.docbook -share/doc/HTML/en/kmidi/FAQ -share/doc/HTML/en/kmidi/common -share/doc/HTML/en/kmidi/index.cache.bz2 -share/doc/HTML/en/kmidi/index.docbook -share/doc/HTML/en/kmix/common -share/doc/HTML/en/kmix/index.cache.bz2 -share/doc/HTML/en/kmix/index.docbook -share/doc/HTML/en/kscd/cddb.howto -share/doc/HTML/en/kscd/common -share/doc/HTML/en/kscd/index.cache.bz2 -share/doc/HTML/en/kscd/index.docbook -share/doc/HTML/en/kscd/kscd.png -share/doc/HTML/en/kscd/kscd1.png -share/doc/HTML/en/kscd/kscd10.png -share/doc/HTML/en/kscd/kscd11.png -share/doc/HTML/en/kscd/kscd12.png -share/doc/HTML/en/kscd/kscd13.png -share/doc/HTML/en/kscd/kscd14.png -share/doc/HTML/en/kscd/kscd15.png -share/doc/HTML/en/kscd/kscd16.png -share/doc/HTML/en/kscd/kscd17.png -share/doc/HTML/en/kscd/kscd18.png -share/doc/HTML/en/kscd/kscd19.png -share/doc/HTML/en/kscd/kscd2.png -share/doc/HTML/en/kscd/kscd2a.png -share/doc/HTML/en/kscd/kscd3.png -share/doc/HTML/en/kscd/kscd4.png -share/doc/HTML/en/kscd/kscd5.png -share/doc/HTML/en/kscd/kscd6.png -share/doc/HTML/en/kscd/kscd7.png -share/doc/HTML/en/kscd/kscd8.png -share/doc/HTML/en/kscd/kscd9.png -share/doc/HTML/en/noatun/common -share/doc/HTML/en/noatun/index.cache.bz2 -share/doc/HTML/en/noatun/index.docbook -share/icons/hicolor/16x16/apps/aktion.png -share/icons/hicolor/16x16/apps/artsbuilder.png -share/icons/hicolor/16x16/apps/artscontrol.png -share/icons/hicolor/16x16/apps/kmid.png -share/icons/hicolor/16x16/apps/kmidi.png -share/icons/hicolor/16x16/apps/kmix.png -share/icons/hicolor/16x16/apps/kscd.png -share/icons/hicolor/16x16/apps/noatun.png -share/icons/hicolor/22x22/apps/noatun.png -share/icons/hicolor/32x32/apps/aktion.png -share/icons/hicolor/32x32/apps/kmid.png -share/icons/hicolor/32x32/apps/kmidi.png -share/icons/hicolor/32x32/apps/kmix.png -share/icons/hicolor/32x32/apps/kscd.png -share/icons/hicolor/32x32/apps/noatun.png -share/icons/hicolor/48x48/apps/kmid.png -share/icons/hicolor/48x48/apps/kmidi.png -share/icons/hicolor/48x48/apps/kmix.png -share/icons/hicolor/48x48/apps/kscd.png -share/icons/hicolor/48x48/apps/noatun.png -share/mimelnk/application/x-artsbuilder.desktop -share/mimelnk/audio/x-karaoke.desktop -share/mimelnk/text/xmcd.desktop -share/services/kmixctrl_restore.desktop -share/servicetypes/audiomidi.desktop -@dirrm share/doc/HTML/en/noatun -@dirrm share/doc/HTML/en/kscd -@dirrm share/doc/HTML/en/kmix -@dirrm share/doc/HTML/en/kmidi -@dirrm share/doc/HTML/en/kmid -@dirrm share/doc/HTML/en/artsbuilder/images -@dirrm share/doc/HTML/en/artsbuilder -@dirrm share/doc/HTML/en/aktion -@dirrm share/apps/noatun/skins/kaiman/k9 -@dirrm share/apps/noatun/skins/kaiman/circle -@dirrm share/apps/noatun/skins/kaiman/car-preset -@dirrm share/apps/noatun/skins/kaiman -@dirrm share/apps/noatun/skins -@dirrm share/apps/noatun/kjskins/vibrocentric -@dirrm share/apps/noatun/kjskins/phong -@dirrm share/apps/noatun/kjskins/kjofol -@dirrm share/apps/noatun/kjskins -@dirrm share/apps/noatun/icons/locolor/16x16/actions -@dirrm share/apps/noatun/icons/locolor/16x16 -@dirrm share/apps/noatun/icons/locolor -@dirrm share/apps/noatun/icons/hicolor/48x48/actions -@dirrm share/apps/noatun/icons/hicolor/48x48 -@dirrm share/apps/noatun/icons/hicolor/32x32/actions -@dirrm share/apps/noatun/icons/hicolor/32x32 -@dirrm share/apps/noatun/icons/hicolor/22x22/actions -@dirrm share/apps/noatun/icons/hicolor/22x22 -@dirrm share/apps/noatun/icons/hicolor/16x16/actions -@dirrm share/apps/noatun/icons/hicolor/16x16 -@dirrm share/apps/noatun/icons/hicolor -@dirrm share/apps/noatun/icons -@dirrm share/apps/noatun/eq.preset -@dirrm share/apps/noatun -@dirrm share/apps/kscd/pics -@dirrm share/apps/kscd/cddb/soundtrack -@dirrm share/apps/kscd/cddb/rock -@dirrm share/apps/kscd/cddb/reggae -@dirrm share/apps/kscd/cddb/newage -@dirrm share/apps/kscd/cddb/misc -@dirrm share/apps/kscd/cddb/jazz -@dirrm share/apps/kscd/cddb/folk -@dirrm share/apps/kscd/cddb/data -@dirrm share/apps/kscd/cddb/country -@dirrm share/apps/kscd/cddb/classical -@dirrm share/apps/kscd/cddb/blues -@dirrm share/apps/kscd/cddb -@dirrm share/apps/kscd -@dirrm share/apps/kmix/pics -@dirrm share/apps/kmix -@dirrm share/apps/kmidi/pics -@dirrm share/apps/kmidi/config/patch -@dirrm share/apps/kmidi/config/BITMAPS -@dirrm share/apps/kmidi/config -@dirrm share/apps/kmidi -@dirrm share/apps/kmid/maps -@dirrm share/apps/kmid/icons/hicolor/32x32/actions -@dirrm share/apps/kmid/icons/hicolor/32x32 -@dirrm share/apps/kmid/icons/hicolor/22x22/actions -@dirrm share/apps/kmid/icons/hicolor/22x22 -@dirrm share/apps/kmid/icons/hicolor/16x16/actions -@dirrm share/apps/kmid/icons/hicolor/16x16 -@dirrm share/apps/kmid/icons/hicolor -@dirrm share/apps/kmid/icons -@dirrm share/apps/kmid/fm -@dirrm share/apps/kmid -@dirrm share/apps/artscontrol -@dirrm share/apps/artsbuilder/pics -@dirrm share/apps/artsbuilder/examples/todo -@dirrm share/apps/artsbuilder/examples -@dirrm share/apps/artsbuilder -@dirrm share/apps/aktion/toolbar -@dirrm share/apps/aktion -@dirrm share/applnk/Settings/Sound -@dirrm share/applnk/Multimedia -@dirrm lib/mcop/Noatun -@dirrm include/noatun diff --git a/multimedia/kdemultimedia4/Makefile b/multimedia/kdemultimedia4/Makefile deleted file mode 100644 index ddaa492bc2ef..000000000000 --- a/multimedia/kdemultimedia4/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: KDE2 Multimedia -# Date created: Saturday 2 September 2000 -# Whom: Will Andrews <will@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kdemultimedia -PORTVERSION= 2.2.2 -PORTREVISION= 2 -CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org - -BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ - automake14:${PORTSDIR}/devel/automake14 -LIB_DEPENDS= ogg.3:${PORTSDIR}/audio/libogg \ - vorbis.1:${PORTSDIR}/audio/libvorbis -RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim - -USE_KDELIBS_VER=2 -USE_BZIP2= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \ - --with-qt-libraries=${X11BASE}/lib - -_NO_KDE_FINAL= yes -.include "${.CURDIR}/../../x11/kde2/Makefile.kde" - -USE_GMAKE= yes -MAKE_ENV= ${CONFIGURE_ENV} - -.include <bsd.port.pre.mk> - -pre-configure: - ${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" \ - ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 - ${PERL} -pi -e \ - 's,kscd_compile=no,kscd_compile=yes,g; \ - s,kde_artsplug_compiles = xno,kde_artsplug_compiles = x,g' \ - ${WRKSRC}/kscd/configure.in.in - ${MKDIR} ${WRKSRC}/auto-bin -.for AC in autoconf autoheader - ${LN} -sf ${LOCALBASE}/bin/${AC}213 ${WRKSRC}/auto-bin/${AC} -.endfor -.for AM in automake aclocal - ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} -.endfor - cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ - ${GMAKE} -f Makefile.cvs - -post-install: - @${ECHO_MSG} - @${ECHO_MSG} "In order to run the kscd program properly, please run as root:" - @${ECHO_MSG} - @${ECHO_MSG} " # ${LN} -sf <cdrom_device> /dev/cdrom" - @${ECHO_MSG} " # ${CHMOD} 666 <cdrom_device>" - @${ECHO_MSG} - @${ECHO_MSG} "to link and give permission to access the CD-ROM device." - @${ECHO_MSG} "For example, if you have an IDE/ATAPI CD-ROM device:" - @${ECHO_MSG} - @${ECHO_MSG} " # ${LN} -sf /dev/racd0c /dev/cdrom" - @${ECHO_MSG} " # ${CHMOD} 666 /dev/racd0c" - @${ECHO_MSG} - -.include <bsd.port.post.mk> diff --git a/multimedia/kdemultimedia4/distinfo b/multimedia/kdemultimedia4/distinfo deleted file mode 100644 index b2e1bbcb1e21..000000000000 --- a/multimedia/kdemultimedia4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (KDE/kdemultimedia-2.2.2.tar.bz2) = 76981ca284663093cd0bc37500e10441 diff --git a/multimedia/kdemultimedia4/files/patch-cdrom.c b/multimedia/kdemultimedia4/files/patch-cdrom.c deleted file mode 100644 index f833b837a051..000000000000 --- a/multimedia/kdemultimedia4/files/patch-cdrom.c +++ /dev/null @@ -1,163 +0,0 @@ ---- kscd/libwm/cdrom.c Mon Jun 18 07:01:07 2001 -+++ kscd/libwm/cdrom.c.new Thu Nov 29 21:37:42 2001 -@@ -182,6 +182,13 @@ - struct wm_playlist *l; - int i; - int pos; -+ -+ if(drive.get_trackcount == NULL) -+ { -+ perror("trackcount: function pointer NULL"); -+ return (NULL); -+ } -+ - if ((drive.get_trackcount)(&drive, &thiscd.ntracks) < 0) - { - perror("trackcount"); -@@ -217,6 +224,12 @@ - - for (i = 0; i < thiscd.ntracks; i++) - { -+ if(drive.get_trackinfo == NULL) -+ { -+ perror("CD track info read: function pointer null"); -+ return (NULL); -+ } -+ - if ((drive.get_trackinfo)(&drive, i + 1, &thiscd.trk[i].data, - &thiscd.trk[i].start) < 0) - { -@@ -235,6 +248,12 @@ - thiscd.trk[i].section = 0; - } - -+ if(drive.get_cdlen == NULL) -+ { -+ perror("CD length read: function pointer null"); -+ return (NULL); -+ } -+ - if ((drive.get_cdlen)(&drive, &thiscd.trk[i].start) < 0) - { - perror("CD length read"); -@@ -305,6 +324,12 @@ - if( (cur_cdmode == WM_CDM_STOPPED) || (cur_cdmode == WM_CDM_PLAYING) ) - oldmode = cur_cdmode; - -+ if(drive.get_drive_status == NULL) -+ { -+ perror("CD get drive status: function pointer NULL"); -+ return (-1); -+ } -+ - if( (drive.get_drive_status)(&drive, oldmode, &mode, &cur_frame, - &trackno, &cur_index) < 0) - { -@@ -474,7 +499,8 @@ - right = right < 0 ? 0 : right > 100 ? 100 : right; - /* printf("Left = %d, Right = %d\n", left, right); - */ -- (void) (drive.set_volume)(&drive, left, right); -+ if(drive.set_volume != NULL) -+ (void) (drive.set_volume)(&drive, left, right); - } /* cd_volume() */ - - #else -@@ -513,7 +539,8 @@ - if (right > 100) - right = 100; - -- (void) (drive.set_volume)(&drive, left, right); -+ if(drive.set_volume != NULL) -+ (void) (drive.set_volume)(&drive, left, right); - } /* cd_volume() */ - - #endif /* CLIF_VOL */ -@@ -536,18 +563,20 @@ - switch (cur_cdmode) { - case WM_CDM_PLAYING: /* playing */ - cur_cdmode = WM_CDM_PAUSED; -- (drive.pause)(&drive); -- paused_pos = cur_pos_rel; -+ if(drive.pause != NULL) -+ (drive.pause)(&drive); -+ -+ paused_pos = cur_pos_rel; - break; - - case WM_CDM_PAUSED: /* paused */ - cur_cdmode = WM_CDM_PLAYING; - /* (drive.resume)(&drive); */ -- if ((drive.resume)(&drive) > 0 ) -- { -- wm_cd_play(cur_track, paused_pos, -- playlist[cur_listno-1].end); -- } -+ if(drive.resume != NULL) -+ if ((drive.resume)(&drive) > 0 ) -+ wm_cd_play(cur_track, paused_pos, playlist[cur_listno-1].end); -+ break; -+ - default: /* */ - break; - } -@@ -568,7 +597,10 @@ - { - cur_lasttrack = cur_firsttrack = -1; - cur_cdmode = WM_CDM_STOPPED; -- (drive.stop)(&drive); -+ -+ if(drive.stop != NULL) -+ (drive.stop)(&drive); -+ - cur_track = 1; - } - } /* wm_cd_stop() */ -@@ -595,7 +627,8 @@ - if (start >= end) - start = end-1; - -- (drive.play)(&drive, start, end, realstart); -+ if(drive.play != NULL) -+ (drive.play)(&drive, start, end, realstart); - } - - /* -@@ -681,6 +714,12 @@ - { - int status; - -+ if(drive.eject == NULL) -+ { -+ perror("Could not eject CD: function pointer NULL"); -+ return (1); -+ } -+ - status = (drive.eject)(&drive); - if (status < 0) - { -@@ -705,6 +744,12 @@ - - int wm_cd_closetray(void) - { -+ if(drive.closetray == NULL) -+ { -+ perror("Could not close drive tray: function pointer NULL"); -+ return (1); -+ } -+ - return((drive.closetray)(&drive) ? 0 : wm_cd_status()==2 ? 1 : 0); - } /* wm_cd_closetray() */ - -@@ -785,8 +830,9 @@ - { - int left, right; - -- if ((drive.get_volume)(&drive, &left, &right) < 0 || left == -1) -- return (max); -+ if(drive.get_volume != NULL) -+ if ((drive.get_volume)(&drive, &left, &right) < 0 || left == -1) -+ return (max); - - left = (left * max + 99) / 100; - right = (right * max + 99) / 100; diff --git a/multimedia/kdemultimedia4/files/patch-kscd.cpp b/multimedia/kdemultimedia4/files/patch-kscd.cpp deleted file mode 100644 index 905e3b303f9d..000000000000 --- a/multimedia/kdemultimedia4/files/patch-kscd.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- kscd/kscd.cpp Sun Dec 2 15:08:44 2001 -+++ kscd/kscd.cpp.new Sun Dec 2 15:10:04 2001 -@@ -1313,7 +1313,6 @@ - /* - * cdMode - * -- * - 'No disc' handling is missing - * - Data discs not recognized as data discs. - * - */ -@@ -1329,7 +1328,7 @@ - if( sss == 2 ) - have_new_cd = true; - -- if(sss < 0) -+ if(sss < 0 || sss == WM_CDS_NO_DISC) - { - if(cddrive_is_ok && (sss != WM_ERR_SCSI_INQUIRY_FAILED)) - { diff --git a/multimedia/kdemultimedia4/files/patch-plat_freebsd.c b/multimedia/kdemultimedia4/files/patch-plat_freebsd.c deleted file mode 100644 index dd6c062ab01d..000000000000 --- a/multimedia/kdemultimedia4/files/patch-plat_freebsd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- kscd/libwm/plat_freebsd.c Tue Apr 10 13:34:52 2001 -+++ kscd/libwm/plat_freebsd.c.new Thu Nov 29 22:20:56 2001 -@@ -159,6 +159,8 @@ - wm_lib_message(WM_MSG_LEVEL_DEBUG|WM_MSG_CLASS, "calling wmcd_open()\n"); - status = wmcd_open( d ); /* open it as usual */ - wm_susleep( 1000 ); -+ if(status == -EACCES || status == 1) -+ return status; - } while ( status != 0 ); - return status; - } /* wmcd_reopen() */ diff --git a/multimedia/kdemultimedia4/files/patch-wm_helpers.c b/multimedia/kdemultimedia4/files/patch-wm_helpers.c deleted file mode 100644 index 89c62a83c7ce..000000000000 --- a/multimedia/kdemultimedia4/files/patch-wm_helpers.c +++ /dev/null @@ -1,10 +0,0 @@ ---- kscd/libwm/wm_helpers.c Mon Dec 10 20:02:44 2001 -+++ kscd/libwm/wm_helpers.c.new Mon Dec 10 20:02:51 2001 -@@ -30,7 +30,6 @@ - - #include <stdio.h> - #include <string.h> --#include <malloc.h> - #include <errno.h> - #include <stdarg.h> - #include <sys/time.h> diff --git a/multimedia/kdemultimedia4/pkg-comment b/multimedia/kdemultimedia4/pkg-comment deleted file mode 100644 index 186230f9287d..000000000000 --- a/multimedia/kdemultimedia4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Utilities for the KDE integrated X11 desktop diff --git a/multimedia/kdemultimedia4/pkg-descr b/multimedia/kdemultimedia4/pkg-descr deleted file mode 100644 index 90ae45773bea..000000000000 --- a/multimedia/kdemultimedia4/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -KDE provides an integrated X11 based environment, much like CDE. diff --git a/multimedia/kdemultimedia4/pkg-plist b/multimedia/kdemultimedia4/pkg-plist deleted file mode 100644 index 05c19b931d55..000000000000 --- a/multimedia/kdemultimedia4/pkg-plist +++ /dev/null @@ -1,833 +0,0 @@ -bin/aktion -bin/artsbuilder -bin/artscontrol -bin/kmid -bin/kmidi -bin/kmix -bin/kmixctrl -bin/kscd -bin/midisend -bin/noatun -bin/noatun_kjofol_fixskin.sh -bin/sf2cfg -bin/timidity -bin/workman2cddb.pl -include/arts/artsbuilder.h -include/arts/artsbuilder.idl -include/arts/artsgui.h -include/arts/artsgui.idl -include/arts/artsmidi.h -include/arts/artsmidi.idl -include/arts/artsmodules.h -include/arts/artsmodules.idl -include/arts/kartswidget.h -include/cmodule.h -include/effectview.h -include/equalizerview.h -include/mimetypetree.h -include/noatun/controls.h -include/noatun/conversion.h -include/noatun/downloader.h -include/noatun/effects.h -include/noatun/engine.h -include/noatun/equalizer.h -include/noatun/noatunapp.h -include/noatun/noatunarts.h -include/noatun/noatunplaylist.h -include/noatun/noatunpref.h -include/noatun/noatunstdaction.h -include/noatun/player.h -include/noatun/plugin.h -include/noatun/pluginloader.h -include/playlistsaver.h -include/plugin_deps.h -lib/artseffects.mcopclass -lib/artseffects.mcoptype -lib/kmixctrl.la -lib/kmixctrl.so -lib/libaktion.la -lib/libaktion.so -lib/libaktion.so.1 -lib/libartsbuilder.la -lib/libartsbuilder.so -lib/libartsbuilder.so.0 -lib/libartseffects.la -lib/libartseffects.so -lib/libartsgui.la -lib/libartsgui.so -lib/libartsgui.so.0 -lib/libartsgui_idl.la -lib/libartsgui_idl.so -lib/libartsgui_idl.so.0 -lib/libartsgui_kde.la -lib/libartsgui_kde.so -lib/libartsgui_kde.so.0 -lib/libartsmidi.la -lib/libartsmidi.so -lib/libartsmidi.so.0 -lib/libartsmidi_idl.la -lib/libartsmidi_idl.so -lib/libartsmidi_idl.so.0 -lib/libartsmodules.la -lib/libartsmodules.so -lib/libartsmodules.so.0 -lib/libkcm_kmix.la -lib/libkcm_kmix.so -lib/libkjofolui.la -lib/libkjofolui.so -lib/libkmidpart.la -lib/libkmidpart.so -lib/libkmidpart.so.1 -lib/libkmixapplet.la -lib/libkmixapplet.so -lib/libkmixapplet.so.1 -lib/libliszt.la -lib/libliszt.so -lib/libmpg123.la -lib/libmpg123.so -lib/libmpg123arts.la -lib/libmpg123arts.so -lib/libnoatun.la -lib/libnoatun.so -lib/libnoatun.so.0 -lib/libnoatunarts.la -lib/libnoatunarts.so -lib/libnoatuncontrols.la -lib/libnoatuncontrols.so -lib/libnoatuncontrols.so.0 -lib/libnoatundcopiface.la -lib/libnoatundcopiface.so -lib/libnoatunexcellent.la -lib/libnoatunexcellent.so -lib/libnoatunhtmlexport.la -lib/libnoatunhtmlexport.so -lib/libnoatunid3tag.la -lib/libnoatunid3tag.so -lib/libnoatuninfrared.la -lib/libnoatuninfrared.so -lib/libnoatunkaiman.la -lib/libnoatunkaiman.so -lib/libnoatunkeyz.la -lib/libnoatunkeyz.so -lib/libnoatunmain.la -lib/libnoatunmain.so -lib/libnoatunmarquis.la -lib/libnoatunmarquis.so -lib/libnoatunmonoscope.la -lib/libnoatunmonoscope.so -lib/libnoatunnet.la -lib/libnoatunnet.so -lib/libnoatunoggtag.la -lib/libnoatunoggtag.so -lib/libnoatunsystray.la -lib/libnoatunsystray.so -lib/libnoatuntron.la -lib/libnoatuntron.so -lib/libnoatunui.la -lib/libnoatunui.so -lib/libnoatunvoiceprint.la -lib/libnoatunvoiceprint.so -lib/liboggarts.la -lib/liboggarts.so -lib/libsplitplaylist.la -lib/libsplitplaylist.so -lib/libworkman.la -lib/libworkman.so -lib/libworkman.so.5 -lib/mcop/Arts/ArtsBuilderLoader.mcopclass -lib/mcop/Arts/Button.mcopclass -lib/mcop/Arts/FreeverbGuiFactory.mcopclass -lib/mcop/Arts/GenericGuiFactory.mcopclass -lib/mcop/Arts/HBox.mcopclass -lib/mcop/Arts/LineEdit.mcopclass -lib/mcop/Arts/LocalFactory.mcopclass -lib/mcop/Arts/MidiManager.mcopclass -lib/mcop/Arts/Poti.mcopclass -lib/mcop/Arts/SpinBox.mcopclass -lib/mcop/Arts/StructureBuilder.mcopclass -lib/mcop/Arts/StructureDesc.mcopclass -lib/mcop/Arts/Synth_ATAN_SATURATE.mcopclass -lib/mcop/Arts/Synth_AUTOPANNER.mcopclass -lib/mcop/Arts/Synth_BRICKWALL_LIMITER.mcopclass -lib/mcop/Arts/Synth_CAPTURE_WAV.mcopclass -lib/mcop/Arts/Synth_CDELAY.mcopclass -lib/mcop/Arts/Synth_DATA.mcopclass -lib/mcop/Arts/Synth_DEBUG.mcopclass -lib/mcop/Arts/Synth_DELAY.mcopclass -lib/mcop/Arts/Synth_ENVELOPE_ADSR.mcopclass -lib/mcop/Arts/Synth_FM_SOURCE.mcopclass -lib/mcop/Arts/Synth_FREEVERB.mcopclass -lib/mcop/Arts/Synth_FX_CFLANGER.mcopclass -lib/mcop/Arts/Synth_MIDI_DEBUG.mcopclass -lib/mcop/Arts/Synth_MIDI_TEST.mcopclass -lib/mcop/Arts/Synth_MOOG_VCF.mcopclass -lib/mcop/Arts/Synth_NIL.mcopclass -lib/mcop/Arts/Synth_NOISE.mcopclass -lib/mcop/Arts/Synth_PITCH_SHIFT.mcopclass -lib/mcop/Arts/Synth_PSCALE.mcopclass -lib/mcop/Arts/Synth_RC.mcopclass -lib/mcop/Arts/Synth_SEQUENCE.mcopclass -lib/mcop/Arts/Synth_SHELVE_CUTOFF.mcopclass -lib/mcop/Arts/Synth_STD_EQUALIZER.mcopclass -lib/mcop/Arts/Synth_TREMOLO.mcopclass -lib/mcop/Arts/Synth_WAVE_PULSE.mcopclass -lib/mcop/Arts/Synth_WAVE_SOFTSAW.mcopclass -lib/mcop/Arts/Synth_WAVE_SQUARE.mcopclass -lib/mcop/Arts/Synth_WAVE_TRI.mcopclass -lib/mcop/Arts/Synth_XFADE.mcopclass -lib/mcop/Arts/VBox.mcopclass -lib/mcop/Arts/Widget.mcopclass -lib/mcop/Arts/mpg123PlayObject.mcopclass -lib/mcop/Arts/oggPlayObject.mcopclass -lib/mcop/ExtraStereo.mcopclass -lib/mcop/ExtraStereoGuiFactory.mcopclass -lib/mcop/Noatun/Equalizer.mcopclass -lib/mcop/Noatun/EqualizerSSE.mcopclass -lib/mcop/Noatun/FFTScope.mcopclass -lib/mcop/Noatun/FFTScopeStereo.mcopclass -lib/mcop/Noatun/Listener.mcopclass -lib/mcop/Noatun/RawScope.mcopclass -lib/mcop/Noatun/RawScopeStereo.mcopclass -lib/mcop/Noatun/Session.mcopclass -lib/mcop/Noatun/StereoEffectStack.mcopclass -lib/mcop/Noatun/StereoVolumeControl.mcopclass -lib/mcop/Noatun/StereoVolumeControlSSE.mcopclass -lib/mcop/RawWriter.mcopclass -lib/mcop/VoiceRemoval.mcopclass -lib/mcop/artsbuilder.mcopclass -lib/mcop/artsbuilder.mcoptype -lib/mcop/artseffects.mcopclass -lib/mcop/artseffects.mcoptype -lib/mcop/artsgui.mcopclass -lib/mcop/artsgui.mcoptype -lib/mcop/artsmidi.mcopclass -lib/mcop/artsmidi.mcoptype -lib/mcop/artsmodules.mcopclass -lib/mcop/artsmodules.mcoptype -lib/mcop/mpg123arts.mcopclass -lib/mcop/mpg123arts.mcoptype -lib/mcop/noatunarts.mcopclass -lib/mcop/noatunarts.mcoptype -lib/mcop/oggarts.mcopclass -lib/mcop/oggarts.mcoptype -share/applnk/Multimedia/aktion.desktop -share/applnk/Multimedia/artsbuilder.desktop -share/applnk/Multimedia/artscontrol.desktop -share/applnk/Multimedia/kmid.desktop -share/applnk/Multimedia/kmidi.desktop -share/applnk/Multimedia/kmix.desktop -share/applnk/Multimedia/kscd.desktop -share/applnk/Multimedia/noatun.desktop -share/applnk/Multimedia/timidity.desktop -share/applnk/Settings/Sound/kmix.desktop -share/apps/aktion/aktion_part.rc -share/apps/aktion/toolbar/ak_maximize.png -share/apps/aktion/toolbar/ak_setup.png -share/apps/aktion/toolbar/aktion_logo.png -share/apps/aktion/toolbar/avanzar.png -share/apps/aktion/toolbar/ayuda.png -share/apps/aktion/toolbar/double.png -share/apps/aktion/toolbar/fullscreen.png -share/apps/aktion/toolbar/half.png -share/apps/aktion/toolbar/original.png -share/apps/aktion/toolbar/parar.png -share/apps/aktion/toolbar/pause.png -share/apps/aktion/toolbar/retroceder.png -share/apps/aktion/toolbar/tocar.png -share/apps/artsbuilder/examples/README -share/apps/artsbuilder/examples/example_adsr.arts -share/apps/artsbuilder/examples/example_atan_saturate.arts -share/apps/artsbuilder/examples/example_autopanner.arts -share/apps/artsbuilder/examples/example_brickwall.arts -share/apps/artsbuilder/examples/example_bus.arts -share/apps/artsbuilder/examples/example_capture_wav.arts -share/apps/artsbuilder/examples/example_cdelay.arts -share/apps/artsbuilder/examples/example_cflanger.arts -share/apps/artsbuilder/examples/example_data.arts -share/apps/artsbuilder/examples/example_delay.arts -share/apps/artsbuilder/examples/example_dtmf1.arts -share/apps/artsbuilder/examples/example_equalizer.arts -share/apps/artsbuilder/examples/example_fm.arts -share/apps/artsbuilder/examples/example_freeverb.arts -share/apps/artsbuilder/examples/example_moog.arts -share/apps/artsbuilder/examples/example_multi_add.arts -share/apps/artsbuilder/examples/example_noise.arts -share/apps/artsbuilder/examples/example_pitchshift.arts -share/apps/artsbuilder/examples/example_play_wave.arts -share/apps/artsbuilder/examples/example_pscale.arts -share/apps/artsbuilder/examples/example_pulse.arts -share/apps/artsbuilder/examples/example_rc.arts -share/apps/artsbuilder/examples/example_record.arts -share/apps/artsbuilder/examples/example_sequence.arts -share/apps/artsbuilder/examples/example_shelve_cutoff.arts -share/apps/artsbuilder/examples/example_sine.arts -share/apps/artsbuilder/examples/example_softsaw.arts -share/apps/artsbuilder/examples/example_square.arts -share/apps/artsbuilder/examples/example_stereobeep.arts -share/apps/artsbuilder/examples/example_tremolo.arts -share/apps/artsbuilder/examples/example_tri.arts -share/apps/artsbuilder/examples/example_xfade.arts -share/apps/artsbuilder/examples/instrument_arts_all.arts-map -share/apps/artsbuilder/examples/instrument_chirpdrum.arts -share/apps/artsbuilder/examples/instrument_deepdrum.arts -share/apps/artsbuilder/examples/instrument_full_square.arts -share/apps/artsbuilder/examples/instrument_hihat.arts -share/apps/artsbuilder/examples/instrument_neworgan.arts -share/apps/artsbuilder/examples/instrument_nokind.arts -share/apps/artsbuilder/examples/instrument_organ2.arts -share/apps/artsbuilder/examples/instrument_simple_sin.arts -share/apps/artsbuilder/examples/instrument_simple_square.arts -share/apps/artsbuilder/examples/instrument_simple_tri.arts -share/apps/artsbuilder/examples/instrument_slide.arts -share/apps/artsbuilder/examples/instrument_slide1.arts -share/apps/artsbuilder/examples/instrument_square.arts -share/apps/artsbuilder/examples/instrument_tri.arts -share/apps/artsbuilder/examples/template_Empty_Structure.arts -share/apps/artsbuilder/examples/template_Instrument.arts -share/apps/artsbuilder/examples/todo/effect_delay.arts -share/apps/artsbuilder/examples/todo/effect_delay_alone.arts -share/apps/artsbuilder/examples/todo/effect_flanger_alone.arts -share/apps/artsbuilder/examples/todo/instrument_flexible_slide.arts -share/apps/artsbuilder/examples/todo/instrument_flexible_slide_GUI.arts -share/apps/artsbuilder/examples/todo/instrument_fm_horn.arts -share/apps/artsbuilder/examples/todo/instrument_moog_vcf_tune.arts -share/apps/artsbuilder/examples/todo/instrument_moog_vcf_tune_GUI.arts -share/apps/artsbuilder/examples/todo/mixer_element_eq.arts -share/apps/artsbuilder/examples/todo/mixer_element_eqfx.arts -share/apps/artsbuilder/examples/todo/mixer_element_simple.arts -share/apps/artsbuilder/examples/todo/template_Instrument_GUI.arts -share/apps/artsbuilder/examples/todo/template_Mixer_Element.arts -share/apps/artsbuilder/pics/Synth_ADD.xpm -share/apps/artsbuilder/pics/Synth_AMAN_PLAY.xpm -share/apps/artsbuilder/pics/Synth_ATAN_SATURATE.xpm -share/apps/artsbuilder/pics/Synth_BUS_DOWNLINK.xpm -share/apps/artsbuilder/pics/Synth_BUS_UPLINK.xpm -share/apps/artsbuilder/pics/Synth_DEBUG.xpm -share/apps/artsbuilder/pics/Synth_ENVELOPE_ADSR.xpm -share/apps/artsbuilder/pics/Synth_FILEPLAY.xpm -share/apps/artsbuilder/pics/Synth_MIDI_DEBUG.xpm -share/apps/artsbuilder/pics/Synth_MOOG_VCF.xpm -share/apps/artsbuilder/pics/Synth_MUL.xpm -share/apps/artsbuilder/pics/Synth_MULTI_ADD.xpm -share/apps/artsbuilder/pics/Synth_PLAY.xpm -share/apps/artsbuilder/pics/Synth_PLAY_WAV.xpm -share/apps/artsbuilder/pics/Synth_PSCALE.xpm -share/apps/artsbuilder/pics/Synth_RC.xpm -share/apps/artsbuilder/pics/Synth_SEQUENCE.xpm -share/apps/artsbuilder/pics/Synth_SHELVE_CUTOFF.xpm -share/apps/artsbuilder/pics/Synth_WAVE_SAW.xpm -share/apps/artsbuilder/pics/Synth_WAVE_SIN.xpm -share/apps/artsbuilder/pics/Synth_WAVE_SQUARE.xpm -share/apps/artsbuilder/pics/Synth_WAVE_TRI.xpm -share/apps/artsbuilder/pics/Synth_XFADE.xpm -share/apps/artscontrol/artscontrol.rc -share/apps/artscontrol/artsmidimanagerview.rc -share/apps/kicker/applets/kmixapplet.desktop -share/apps/kmid/DiesIrae.kar -share/apps/kmid/Guantanamera.kar -share/apps/kmid/MariaDeLasMercedes.kar -share/apps/kmid/OFortuna.kar -share/apps/kmid/fm/drums.o3 -share/apps/kmid/fm/drums.sb -share/apps/kmid/fm/std.o3 -share/apps/kmid/fm/std.sb -share/apps/kmid/icons/button1.xpm -share/apps/kmid/icons/button2.xpm -share/apps/kmid/icons/hicolor/16x16/actions/piano.png -share/apps/kmid/icons/hicolor/16x16/actions/volume.png -share/apps/kmid/icons/hicolor/22x22/actions/piano.png -share/apps/kmid/icons/hicolor/22x22/actions/volume.png -share/apps/kmid/icons/hicolor/32x32/actions/piano.png -share/apps/kmid/icons/hicolor/32x32/actions/volume.png -share/apps/kmid/icons/keyboard.xpm -share/apps/kmid/kmid_partui.rc -share/apps/kmid/kmidui.rc -share/apps/kmid/maps/YamahaPSR500.map -share/apps/kmid/maps/YamahaPSS790.map -share/apps/kmid/maps/YamahaQY10.map -share/apps/kmid/maps/gm.map -share/apps/kmidi/Axel_Elf.mid -share/apps/kmidi/Cavatina.mid -share/apps/kmidi/Georgia.mid -share/apps/kmidi/Malaguena.mid -share/apps/kmidi/Mission_Impossible.mid -share/apps/kmidi/Mr_Postman.mid -share/apps/kmidi/Take_The_A_Train-Seq_by_Dianne_Lewandowski.mid -share/apps/kmidi/Vangelis-Chung_Kuo.mid -share/apps/kmidi/config/BITMAPS/arrow.xbm -share/apps/kmidi/config/BITMAPS/back.xbm -share/apps/kmidi/config/BITMAPS/check.xbm -share/apps/kmidi/config/BITMAPS/fwd.xbm -share/apps/kmidi/config/BITMAPS/fwrd.xbm -share/apps/kmidi/config/BITMAPS/next.xbm -share/apps/kmidi/config/BITMAPS/off.xbm -share/apps/kmidi/config/BITMAPS/on.xbm -share/apps/kmidi/config/BITMAPS/pause.xbm -share/apps/kmidi/config/BITMAPS/play.xbm -share/apps/kmidi/config/BITMAPS/prev.xbm -share/apps/kmidi/config/BITMAPS/quit.xbm -share/apps/kmidi/config/BITMAPS/restart.xbm -share/apps/kmidi/config/BITMAPS/stop.xbm -share/apps/kmidi/config/BITMAPS/tback.xbm -share/apps/kmidi/config/BITMAPS/timidity.xbm -share/apps/kmidi/config/BITMAPS/tnext.xbm -share/apps/kmidi/config/BITMAPS/tpause.xbm -share/apps/kmidi/config/BITMAPS/tprev.xbm -share/apps/kmidi/config/BITMAPS/tquit.xbm -share/apps/kmidi/config/chaos12-voices -share/apps/kmidi/config/chaos8-voices -share/apps/kmidi/config/drums -share/apps/kmidi/config/gravis.cfg -share/apps/kmidi/config/gsdrum.cfg -share/apps/kmidi/config/guitar -share/apps/kmidi/config/megadrum -share/apps/kmidi/config/megainst -share/apps/kmidi/config/midia.cfg -share/apps/kmidi/config/mt32.cfg -share/apps/kmidi/config/patch/acbass.pat -share/apps/kmidi/config/patch/cymride1.pat -share/apps/kmidi/config/patch/hihatcl.pat -share/apps/kmidi/config/patch/kick1.pat -share/apps/kmidi/config/patch/kick2.pat -share/apps/kmidi/config/patch/nylongt2.pat -share/apps/kmidi/config/patch/sologrnd.pat -share/apps/kmidi/config/piano -share/apps/kmidi/config/piano+guitar -share/apps/kmidi/config/pila-voices -share/apps/kmidi/config/sound-canvas-drums -share/apps/kmidi/config/timidity.cfg -share/apps/kmidi/config/wowpats.cfg -share/apps/kmidi/pics/kmidilogo.png -share/apps/kmix/kmixui.rc -share/apps/kmix/pics/kmixdocked.png -share/apps/kmix/pics/mix_audio.png -share/apps/kmix/pics/mix_bass.png -share/apps/kmix/pics/mix_cd.png -share/apps/kmix/pics/mix_ext.png -share/apps/kmix/pics/mix_microphone.png -share/apps/kmix/pics/mix_midi.png -share/apps/kmix/pics/mix_recmon.png -share/apps/kmix/pics/mix_surround.png -share/apps/kmix/pics/mix_treble.png -share/apps/kmix/pics/mix_unknown.png -share/apps/kmix/pics/mix_video.png -share/apps/kmix/pics/mix_volume.png -share/apps/kscd/pics/cdsmall.xpm -share/apps/kscd/pics/kscdlogo.xpm -share/apps/noatun/dcopiface.plugin -share/apps/noatun/eq.preset/preset.dance -share/apps/noatun/eq.preset/preset.jazz -share/apps/noatun/eq.preset/preset.metal -share/apps/noatun/eq.preset/preset.trance -share/apps/noatun/eq.preset/preset.zero -share/apps/noatun/excellent.plugin -share/apps/noatun/excellentui.rc -share/apps/noatun/htmlexport.plugin -share/apps/noatun/icons/hicolor/16x16/actions/effect.png -share/apps/noatun/icons/hicolor/16x16/actions/noatunback.png -share/apps/noatun/icons/hicolor/16x16/actions/noatunforward.png -share/apps/noatun/icons/hicolor/16x16/actions/noatunpause.png -share/apps/noatun/icons/hicolor/16x16/actions/noatunplay.png -share/apps/noatun/icons/hicolor/16x16/actions/noatunplaylist.png -share/apps/noatun/icons/hicolor/16x16/actions/noatunstop.png -share/apps/noatun/icons/hicolor/16x16/actions/noatuntray.png -share/apps/noatun/icons/hicolor/16x16/actions/noatuntraypause.png -share/apps/noatun/icons/hicolor/16x16/actions/noatuntrayplay.png -share/apps/noatun/icons/hicolor/16x16/actions/noatuntraystop.png -share/apps/noatun/icons/hicolor/22x22/actions/edit_add.png -share/apps/noatun/icons/hicolor/22x22/actions/edit_remove.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunback.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunfback.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunfforward.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunforward.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunloopnone.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunloopplaylist.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunloopsong.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunpause.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunplay.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunplaylist.png -share/apps/noatun/icons/hicolor/22x22/actions/noatunstop.png -share/apps/noatun/icons/hicolor/22x22/actions/noatuntiny.png -share/apps/noatun/icons/hicolor/32x32/actions/effect.png -share/apps/noatun/icons/hicolor/48x48/actions/effect.png -share/apps/noatun/icons/locolor/16x16/actions/edit_add.png -share/apps/noatun/icons/locolor/16x16/actions/edit_remove.png -share/apps/noatun/id3tag.plugin -share/apps/noatun/infrared.plugin -share/apps/noatun/kaiman.plugin -share/apps/noatun/kaimanui.rc -share/apps/noatun/keyz.plugin -share/apps/noatun/kjofolui.plugin -share/apps/noatun/kjskins/kjofol/Makefile.am -share/apps/noatun/kjskins/kjofol/kjofol.dck -share/apps/noatun/kjskins/kjofol/kjofol.pl -share/apps/noatun/kjskins/kjofol/kjofol.rc -share/apps/noatun/kjskins/kjofol/kjofol.wsh -share/apps/noatun/kjskins/kjofol/sg.png -share/apps/noatun/kjskins/kjofol/sg_num.png -share/apps/noatun/kjskins/kjofol/sg_seek.bmp -share/apps/noatun/kjskins/kjofol/sg_seek.png -share/apps/noatun/kjskins/kjofol/sg_text.png -share/apps/noatun/kjskins/kjofol/sgdock.png -share/apps/noatun/kjskins/kjofol/sgdock2.png -share/apps/noatun/kjskins/kjofol/sgdocksk.png -share/apps/noatun/kjskins/kjofol/sgdockvp.png -share/apps/noatun/kjskins/kjofol/sgeq.png -share/apps/noatun/kjskins/kjofol/sgpitch.png -share/apps/noatun/kjskins/kjofol/sgpitchp.png -share/apps/noatun/kjskins/kjofol/sgplist.png -share/apps/noatun/kjskins/kjofol/sgplist2.png -share/apps/noatun/kjskins/kjofol/sgpres1.png -share/apps/noatun/kjskins/kjofol/sgpres2.png -share/apps/noatun/kjskins/kjofol/sgpres3.png -share/apps/noatun/kjskins/kjofol/sgvol.png -share/apps/noatun/kjskins/kjofol/sgvolnum.png -share/apps/noatun/kjskins/kjofol/sgvolpos.png -share/apps/noatun/kjskins/kjofol/sgwshad.png -share/apps/noatun/kjskins/kjofol/sgwshad2.png -share/apps/noatun/kjskins/kjofol/sgwshdsk.png -share/apps/noatun/kjskins/kjofol/sgwshvol.png -share/apps/noatun/kjskins/kjofol/sgwshvp.png -share/apps/noatun/kjskins/phong/p_eq.png -share/apps/noatun/kjskins/phong/p_main.png -share/apps/noatun/kjskins/phong/p_mainback.png -share/apps/noatun/kjskins/phong/p_numbers.png -share/apps/noatun/kjskins/phong/p_playback.png -share/apps/noatun/kjskins/phong/p_playlist.png -share/apps/noatun/kjskins/phong/p_propos.png -share/apps/noatun/kjskins/phong/p_text.png -share/apps/noatun/kjskins/phong/p_volbar.png -share/apps/noatun/kjskins/phong/p_volpos.png -share/apps/noatun/kjskins/phong/phong.dck -share/apps/noatun/kjskins/phong/phong.rc -share/apps/noatun/kjskins/phong/phong.wsh -share/apps/noatun/kjskins/phong/phong_readme.txt -share/apps/noatun/kjskins/vibrocentric/i_base.png -share/apps/noatun/kjskins/vibrocentric/i_base2.png -share/apps/noatun/kjskins/vibrocentric/i_eq.png -share/apps/noatun/kjskins/vibrocentric/i_font.png -share/apps/noatun/kjskins/vibrocentric/i_pl.png -share/apps/noatun/kjskins/vibrocentric/i_pl2.png -share/apps/noatun/kjskins/vibrocentric/i_pro.png -share/apps/noatun/kjskins/vibrocentric/i_text.png -share/apps/noatun/kjskins/vibrocentric/i_vol.png -share/apps/noatun/kjskins/vibrocentric/i_volpos.png -share/apps/noatun/kjskins/vibrocentric/vibrocentric.dck -share/apps/noatun/kjskins/vibrocentric/vibrocentric.rc -share/apps/noatun/kjskins/vibrocentric/vibrocentric.wsh -share/apps/noatun/kjskins/vibrocentric/vibrocentric_readme.txt -share/apps/noatun/liszt.plugin -share/apps/noatun/marquis.plugin -share/apps/noatun/monoscope.plugin -share/apps/noatun/net.plugin -share/apps/noatun/noatunui.plugin -share/apps/noatun/oggtag.plugin -share/apps/noatun/skins/kaiman/car-preset/btn_exit.png -share/apps/noatun/skins/kaiman/car-preset/btn_iconify.png -share/apps/noatun/skins/kaiman/car-preset/btn_list.png -share/apps/noatun/skins/kaiman/car-preset/btn_next.png -share/apps/noatun/skins/kaiman/car-preset/btn_p1.png -share/apps/noatun/skins/kaiman/car-preset/btn_p2.png -share/apps/noatun/skins/kaiman/car-preset/btn_p3.png -share/apps/noatun/skins/kaiman/car-preset/btn_p4.png -share/apps/noatun/skins/kaiman/car-preset/btn_p5.png -share/apps/noatun/skins/kaiman/car-preset/btn_p6.png -share/apps/noatun/skins/kaiman/car-preset/btn_play.png -share/apps/noatun/skins/kaiman/car-preset/btn_prev.png -share/apps/noatun/skins/kaiman/car-preset/btn_sml.png -share/apps/noatun/skins/kaiman/car-preset/btn_stop.png -share/apps/noatun/skins/kaiman/car-preset/btn_voldn.png -share/apps/noatun/skins/kaiman/car-preset/btn_volup.png -share/apps/noatun/skins/kaiman/car-preset/digbig.png -share/apps/noatun/skins/kaiman/car-preset/digmed.png -share/apps/noatun/skins/kaiman/car-preset/letters.png -share/apps/noatun/skins/kaiman/car-preset/main.png -share/apps/noatun/skins/kaiman/car-preset/monoster.png -share/apps/noatun/skins/kaiman/car-preset/posbar.png -share/apps/noatun/skins/kaiman/car-preset/random.png -share/apps/noatun/skins/kaiman/car-preset/repeat.png -share/apps/noatun/skins/kaiman/car-preset/skindata -share/apps/noatun/skins/kaiman/car-preset/status.png -share/apps/noatun/skins/kaiman/car-preset/volume.png -share/apps/noatun/skins/kaiman/circle/back.png -share/apps/noatun/skins/kaiman/circle/back_mask.png -share/apps/noatun/skins/kaiman/circle/back_sm.png -share/apps/noatun/skins/kaiman/circle/back_sm_mask.png -share/apps/noatun/skins/kaiman/circle/bar_pos.png -share/apps/noatun/skins/kaiman/circle/bar_vol.png -share/apps/noatun/skins/kaiman/circle/btn_exit.png -share/apps/noatun/skins/kaiman/circle/btn_iconify.png -share/apps/noatun/skins/kaiman/circle/btn_list.png -share/apps/noatun/skins/kaiman/circle/btn_mode.png -share/apps/noatun/skins/kaiman/circle/btn_next.png -share/apps/noatun/skins/kaiman/circle/btn_play.png -share/apps/noatun/skins/kaiman/circle/btn_pref.png -share/apps/noatun/skins/kaiman/circle/btn_prev.png -share/apps/noatun/skins/kaiman/circle/btn_repeat.png -share/apps/noatun/skins/kaiman/circle/btn_shuffle.png -share/apps/noatun/skins/kaiman/circle/btn_sm_exit.png -share/apps/noatun/skins/kaiman/circle/btn_sm_iconify.png -share/apps/noatun/skins/kaiman/circle/btn_sm_mode.png -share/apps/noatun/skins/kaiman/circle/btn_sm_next.png -share/apps/noatun/skins/kaiman/circle/btn_sm_play.png -share/apps/noatun/skins/kaiman/circle/btn_sm_prev.png -share/apps/noatun/skins/kaiman/circle/btn_sm_stop.png -share/apps/noatun/skins/kaiman/circle/btn_stop.png -share/apps/noatun/skins/kaiman/circle/dig.png -share/apps/noatun/skins/kaiman/circle/digsml.png -share/apps/noatun/skins/kaiman/circle/letters.png -share/apps/noatun/skins/kaiman/circle/skindata -share/apps/noatun/skins/kaiman/circle/status.png -share/apps/noatun/skins/kaiman/k9/README -share/apps/noatun/skins/kaiman/k9/conf.jpg -share/apps/noatun/skins/kaiman/k9/conf.png -share/apps/noatun/skins/kaiman/k9/eject.jpg -share/apps/noatun/skins/kaiman/k9/icon.jpg -share/apps/noatun/skins/kaiman/k9/icon.png -share/apps/noatun/skins/kaiman/k9/kill.jpg -share/apps/noatun/skins/kaiman/k9/kill.png -share/apps/noatun/skins/kaiman/k9/knine-nfont.jpg -share/apps/noatun/skins/kaiman/k9/knine-nfont.png -share/apps/noatun/skins/kaiman/k9/knine-nfont2.jpg -share/apps/noatun/skins/kaiman/k9/knine-nfont2.png -share/apps/noatun/skins/kaiman/k9/knine-normal2.jpg -share/apps/noatun/skins/kaiman/k9/knine-normal2.png -share/apps/noatun/skins/kaiman/k9/knine-vfont.jpg -share/apps/noatun/skins/kaiman/k9/knine-vfont.png -share/apps/noatun/skins/kaiman/k9/long2.jpg -share/apps/noatun/skins/kaiman/k9/mask.png -share/apps/noatun/skins/kaiman/k9/newtext.jpg -share/apps/noatun/skins/kaiman/k9/newtext.png -share/apps/noatun/skins/kaiman/k9/next.jpg -share/apps/noatun/skins/kaiman/k9/pause.jpg -share/apps/noatun/skins/kaiman/k9/play.jpg -share/apps/noatun/skins/kaiman/k9/pos_item.jpg -share/apps/noatun/skins/kaiman/k9/repeat.jpg -share/apps/noatun/skins/kaiman/k9/repeat.png -share/apps/noatun/skins/kaiman/k9/reverse.jpg -share/apps/noatun/skins/kaiman/k9/shuffle.jpg -share/apps/noatun/skins/kaiman/k9/shuffle.png -share/apps/noatun/skins/kaiman/k9/skindata -share/apps/noatun/skins/kaiman/k9/small-k.jpg -share/apps/noatun/skins/kaiman/k9/small-k.png -share/apps/noatun/skins/kaiman/k9/square.jpg -share/apps/noatun/skins/kaiman/k9/square.png -share/apps/noatun/skins/kaiman/k9/status.jpg -share/apps/noatun/skins/kaiman/k9/status.png -share/apps/noatun/skins/kaiman/k9/stop.jpg -share/apps/noatun/skins/kaiman/k9/trans-pos.png -share/apps/noatun/skins/kaiman/k9/trans-slide.png -share/apps/noatun/splitplaylist.plugin -share/apps/noatun/systray.plugin -share/apps/noatun/systrayui.rc -share/apps/noatun/tron.plugin -share/apps/noatun/tronui.rc -share/apps/noatun/voiceprint.plugin -share/config/aktionrc -share/doc/HTML/en/aktion/aktion.png -share/doc/HTML/en/aktion/aktiontoolbar.png -share/doc/HTML/en/aktion/common -share/doc/HTML/en/aktion/index.cache.bz2 -share/doc/HTML/en/aktion/index.docbook -share/doc/HTML/en/artsbuilder/apis.docbook -share/doc/HTML/en/artsbuilder/arts-structure.png -share/doc/HTML/en/artsbuilder/artsbuilder.docbook -share/doc/HTML/en/artsbuilder/common -share/doc/HTML/en/artsbuilder/detail.docbook -share/doc/HTML/en/artsbuilder/digitalaudio.docbook -share/doc/HTML/en/artsbuilder/faq.docbook -share/doc/HTML/en/artsbuilder/future.docbook -share/doc/HTML/en/artsbuilder/glossary.docbook -share/doc/HTML/en/artsbuilder/gui.docbook -share/doc/HTML/en/artsbuilder/helping.docbook -share/doc/HTML/en/artsbuilder/images/Doc_MODUL.png -share/doc/HTML/en/artsbuilder/images/Gui_AUDIO_MANAGER.png -share/doc/HTML/en/artsbuilder/images/Gui_INSTRUMENT_MAPPER.png -share/doc/HTML/en/artsbuilder/images/Gui_LABEL.png -share/doc/HTML/en/artsbuilder/images/Gui_MIXER.png -share/doc/HTML/en/artsbuilder/images/Gui_PANEL.png -share/doc/HTML/en/artsbuilder/images/Gui_POTI.png -share/doc/HTML/en/artsbuilder/images/Gui_SLIDER.png -share/doc/HTML/en/artsbuilder/images/Gui_SUBPANEL.png -share/doc/HTML/en/artsbuilder/images/Gui_WINDOW.png -share/doc/HTML/en/artsbuilder/images/Interface_MIDI_NOTE.png -share/doc/HTML/en/artsbuilder/images/Synth_ADD.png -share/doc/HTML/en/artsbuilder/images/Synth_ATAN_SATURATE.png -share/doc/HTML/en/artsbuilder/images/Synth_BUS_DOWNLINK.png -share/doc/HTML/en/artsbuilder/images/Synth_BUS_UPLINK.png -share/doc/HTML/en/artsbuilder/images/Synth_CDELAY.png -share/doc/HTML/en/artsbuilder/images/Synth_DEBUG.png -share/doc/HTML/en/artsbuilder/images/Synth_DELAY.png -share/doc/HTML/en/artsbuilder/images/Synth_ENVELOPE_ADSR.png -share/doc/HTML/en/artsbuilder/images/Synth_FILEPLAY.png -share/doc/HTML/en/artsbuilder/images/Synth_FM_SOURCE.png -share/doc/HTML/en/artsbuilder/images/Synth_FREQUENCY.png -share/doc/HTML/en/artsbuilder/images/Synth_MIDI_DEBUG.png -share/doc/HTML/en/artsbuilder/images/Synth_MIDI_ROUTER.png -share/doc/HTML/en/artsbuilder/images/Synth_MUL.png -share/doc/HTML/en/artsbuilder/images/Synth_NIL.png -share/doc/HTML/en/artsbuilder/images/Synth_PLAY.png -share/doc/HTML/en/artsbuilder/images/Synth_PLAY_AKAI.png -share/doc/HTML/en/artsbuilder/images/Synth_PLAY_AKAIS.png -share/doc/HTML/en/artsbuilder/images/Synth_PLAY_WAV.png -share/doc/HTML/en/artsbuilder/images/Synth_PSCALE.png -share/doc/HTML/en/artsbuilder/images/Synth_RC.png -share/doc/HTML/en/artsbuilder/images/Synth_SEQUENCE.png -share/doc/HTML/en/artsbuilder/images/Synth_SHELVE_CUTOFF.png -share/doc/HTML/en/artsbuilder/images/Synth_STD_EQUALIZER.png -share/doc/HTML/en/artsbuilder/images/Synth_STRUCT_KILL.png -share/doc/HTML/en/artsbuilder/images/Synth_WAVE_SIN.png -share/doc/HTML/en/artsbuilder/images/Synth_WAVE_SQUARE.png -share/doc/HTML/en/artsbuilder/images/Synth_WAVE_TRI.png -share/doc/HTML/en/artsbuilder/images/Synth_XFADE.png -share/doc/HTML/en/artsbuilder/images/schema1.png -share/doc/HTML/en/artsbuilder/images/schema2.png -share/doc/HTML/en/artsbuilder/images/schema3.png -share/doc/HTML/en/artsbuilder/images/schema4.png -share/doc/HTML/en/artsbuilder/index.cache.bz2 -share/doc/HTML/en/artsbuilder/index.docbook -share/doc/HTML/en/artsbuilder/mcop.docbook -share/doc/HTML/en/artsbuilder/midi.docbook -share/doc/HTML/en/artsbuilder/midiintro.docbook -share/doc/HTML/en/artsbuilder/modules.docbook -share/doc/HTML/en/artsbuilder/porting.docbook -share/doc/HTML/en/artsbuilder/references.docbook -share/doc/HTML/en/artsbuilder/tools.docbook -share/doc/HTML/en/kmid/common -share/doc/HTML/en/kmid/index.cache.bz2 -share/doc/HTML/en/kmid/index.docbook -share/doc/HTML/en/kmidi/FAQ -share/doc/HTML/en/kmidi/common -share/doc/HTML/en/kmidi/index.cache.bz2 -share/doc/HTML/en/kmidi/index.docbook -share/doc/HTML/en/kmix/common -share/doc/HTML/en/kmix/index.cache.bz2 -share/doc/HTML/en/kmix/index.docbook -share/doc/HTML/en/kscd/cddb.howto -share/doc/HTML/en/kscd/common -share/doc/HTML/en/kscd/index.cache.bz2 -share/doc/HTML/en/kscd/index.docbook -share/doc/HTML/en/kscd/kscd.png -share/doc/HTML/en/kscd/kscd1.png -share/doc/HTML/en/kscd/kscd10.png -share/doc/HTML/en/kscd/kscd11.png -share/doc/HTML/en/kscd/kscd12.png -share/doc/HTML/en/kscd/kscd13.png -share/doc/HTML/en/kscd/kscd14.png -share/doc/HTML/en/kscd/kscd15.png -share/doc/HTML/en/kscd/kscd16.png -share/doc/HTML/en/kscd/kscd17.png -share/doc/HTML/en/kscd/kscd18.png -share/doc/HTML/en/kscd/kscd19.png -share/doc/HTML/en/kscd/kscd2.png -share/doc/HTML/en/kscd/kscd2a.png -share/doc/HTML/en/kscd/kscd3.png -share/doc/HTML/en/kscd/kscd4.png -share/doc/HTML/en/kscd/kscd5.png -share/doc/HTML/en/kscd/kscd6.png -share/doc/HTML/en/kscd/kscd7.png -share/doc/HTML/en/kscd/kscd8.png -share/doc/HTML/en/kscd/kscd9.png -share/doc/HTML/en/noatun/common -share/doc/HTML/en/noatun/index.cache.bz2 -share/doc/HTML/en/noatun/index.docbook -share/icons/hicolor/16x16/apps/aktion.png -share/icons/hicolor/16x16/apps/artsbuilder.png -share/icons/hicolor/16x16/apps/artscontrol.png -share/icons/hicolor/16x16/apps/kmid.png -share/icons/hicolor/16x16/apps/kmidi.png -share/icons/hicolor/16x16/apps/kmix.png -share/icons/hicolor/16x16/apps/kscd.png -share/icons/hicolor/16x16/apps/noatun.png -share/icons/hicolor/22x22/apps/noatun.png -share/icons/hicolor/32x32/apps/aktion.png -share/icons/hicolor/32x32/apps/kmid.png -share/icons/hicolor/32x32/apps/kmidi.png -share/icons/hicolor/32x32/apps/kmix.png -share/icons/hicolor/32x32/apps/kscd.png -share/icons/hicolor/32x32/apps/noatun.png -share/icons/hicolor/48x48/apps/kmid.png -share/icons/hicolor/48x48/apps/kmidi.png -share/icons/hicolor/48x48/apps/kmix.png -share/icons/hicolor/48x48/apps/kscd.png -share/icons/hicolor/48x48/apps/noatun.png -share/mimelnk/application/x-artsbuilder.desktop -share/mimelnk/audio/x-karaoke.desktop -share/mimelnk/text/xmcd.desktop -share/services/kmixctrl_restore.desktop -share/servicetypes/audiomidi.desktop -@dirrm share/doc/HTML/en/noatun -@dirrm share/doc/HTML/en/kscd -@dirrm share/doc/HTML/en/kmix -@dirrm share/doc/HTML/en/kmidi -@dirrm share/doc/HTML/en/kmid -@dirrm share/doc/HTML/en/artsbuilder/images -@dirrm share/doc/HTML/en/artsbuilder -@dirrm share/doc/HTML/en/aktion -@dirrm share/apps/noatun/skins/kaiman/k9 -@dirrm share/apps/noatun/skins/kaiman/circle -@dirrm share/apps/noatun/skins/kaiman/car-preset -@dirrm share/apps/noatun/skins/kaiman -@dirrm share/apps/noatun/skins -@dirrm share/apps/noatun/kjskins/vibrocentric -@dirrm share/apps/noatun/kjskins/phong -@dirrm share/apps/noatun/kjskins/kjofol -@dirrm share/apps/noatun/kjskins -@dirrm share/apps/noatun/icons/locolor/16x16/actions -@dirrm share/apps/noatun/icons/locolor/16x16 -@dirrm share/apps/noatun/icons/locolor -@dirrm share/apps/noatun/icons/hicolor/48x48/actions -@dirrm share/apps/noatun/icons/hicolor/48x48 -@dirrm share/apps/noatun/icons/hicolor/32x32/actions -@dirrm share/apps/noatun/icons/hicolor/32x32 -@dirrm share/apps/noatun/icons/hicolor/22x22/actions -@dirrm share/apps/noatun/icons/hicolor/22x22 -@dirrm share/apps/noatun/icons/hicolor/16x16/actions -@dirrm share/apps/noatun/icons/hicolor/16x16 -@dirrm share/apps/noatun/icons/hicolor -@dirrm share/apps/noatun/icons -@dirrm share/apps/noatun/eq.preset -@dirrm share/apps/noatun -@dirrm share/apps/kscd/pics -@dirrm share/apps/kscd/cddb/soundtrack -@dirrm share/apps/kscd/cddb/rock -@dirrm share/apps/kscd/cddb/reggae -@dirrm share/apps/kscd/cddb/newage -@dirrm share/apps/kscd/cddb/misc -@dirrm share/apps/kscd/cddb/jazz -@dirrm share/apps/kscd/cddb/folk -@dirrm share/apps/kscd/cddb/data -@dirrm share/apps/kscd/cddb/country -@dirrm share/apps/kscd/cddb/classical -@dirrm share/apps/kscd/cddb/blues -@dirrm share/apps/kscd/cddb -@dirrm share/apps/kscd -@dirrm share/apps/kmix/pics -@dirrm share/apps/kmix -@dirrm share/apps/kmidi/pics -@dirrm share/apps/kmidi/config/patch -@dirrm share/apps/kmidi/config/BITMAPS -@dirrm share/apps/kmidi/config -@dirrm share/apps/kmidi -@dirrm share/apps/kmid/maps -@dirrm share/apps/kmid/icons/hicolor/32x32/actions -@dirrm share/apps/kmid/icons/hicolor/32x32 -@dirrm share/apps/kmid/icons/hicolor/22x22/actions -@dirrm share/apps/kmid/icons/hicolor/22x22 -@dirrm share/apps/kmid/icons/hicolor/16x16/actions -@dirrm share/apps/kmid/icons/hicolor/16x16 -@dirrm share/apps/kmid/icons/hicolor -@dirrm share/apps/kmid/icons -@dirrm share/apps/kmid/fm -@dirrm share/apps/kmid -@dirrm share/apps/artscontrol -@dirrm share/apps/artsbuilder/pics -@dirrm share/apps/artsbuilder/examples/todo -@dirrm share/apps/artsbuilder/examples -@dirrm share/apps/artsbuilder -@dirrm share/apps/aktion/toolbar -@dirrm share/apps/aktion -@dirrm share/applnk/Settings/Sound -@dirrm share/applnk/Multimedia -@dirrm lib/mcop/Noatun -@dirrm include/noatun diff --git a/multimedia/libdivxdecore-devel/Makefile b/multimedia/libdivxdecore-devel/Makefile deleted file mode 100644 index 67ef835057a8..000000000000 --- a/multimedia/libdivxdecore-devel/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: libdivxdecore developer version -# Date created: 03 Feb 20001 -# Whom: Mario S F Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libdivxdecore -PORTVERSION= 0.4.0.50 -CATEGORIES= graphics -MASTER_SITES= http://download.projectmayo.com/dnload/divxcore/ -PKGNAMESUFFIX= -devel -DISTNAME= decore${PORTVERSION:E}src - -MAINTAINER= lioux@FreeBSD.org - -BUILD_DEPENDS= ${NONEXISTENT}:${LIBDIVXDECORE_PORT}:patch - -WRKSRC= ${WRKDIR}/${LIBDIVXDECORE_PORT_WRKSRC:C/.+\///} - -USE_ZIP= yes -EXTRACT_BEFORE_ARGS= -q -a -L -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -PLIST_SUB= LIB_VERSION="${LIB_VERSION}" - -LIB_VERSION= 1 - -post-extract: - @${CP} -Rp ${LIBDIVXDECORE_PORT_WRKSRC} ${WRKDIR} - @${MV} ${WRKSRC}/src ${WRKSRC}/src.old - @${MV} ${WRKDIR}/decore/src ${WRKSRC}/src - @${CP} ${WRKSRC}/src.old/Makefile.* ${WRKSRC}/src -.for ext in c h - @${MV} ${WRKSRC}/src/transferidct.${ext} \ - ${WRKSRC}/src/transferIDCT.${ext} -.endfor - -post-install: - @${LN} -sf ${PORTNAME}.so ${PREFIX}/lib/${PORTNAME}.so.${LIB_VERSION} - -.include <bsd.port.pre.mk> - -#LIBDIVXDECORE_PORT= ${PORTSDIR}/graphics/libdivxdecore -LIBDIVXDECORE_PORT= ${.CURDIR}/../libdivxdecore -LIBDIVXDECORE_PORT_WRKSRC!= cd ${LIBDIVXDECORE_PORT} && ${MAKE} -V WRKSRC - -# We will inherit most of the comment files from the non-devel -# version -PLIST= ${LIBDIVXDECORE_PORT}/pkg-plist -DESCR= ${LIBDIVXDECORE_PORT}/pkg-descr - -.include <bsd.port.post.mk> diff --git a/multimedia/libdivxdecore-devel/distinfo b/multimedia/libdivxdecore-devel/distinfo deleted file mode 100644 index 7e7cd62f39f7..000000000000 --- a/multimedia/libdivxdecore-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (decore50src.zip) = a6492abd6981eb2b9e51b18b05e0865f diff --git a/multimedia/libdivxdecore-devel/files/patch-src::Makefile.am b/multimedia/libdivxdecore-devel/files/patch-src::Makefile.am deleted file mode 100644 index 5764f3c7c985..000000000000 --- a/multimedia/libdivxdecore-devel/files/patch-src::Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ ---- src/Makefile.am.orig Fri Mar 9 23:38:01 2001 -+++ src/Makefile.am Fri Mar 9 23:38:08 2001 -@@ -7,6 +7,8 @@ - basic_prediction.h \ - decore.c \ - decore.h \ -+debug.c \ -+debug.h \ - getbits.c \ - global.h \ - idct.c \ -@@ -28,8 +30,11 @@ - portab.h \ - postprocess.c \ - postprocess.h \ -+store.c \ -+store.h \ - transferIDCT.c \ - transferIDCT.h \ -+yuv2rgb.c \ - yuv2rgb.h - - libdivxdecoreincludedir = $(includedir)/divx diff --git a/multimedia/libdivxdecore-devel/files/patch-src::Makefile.in b/multimedia/libdivxdecore-devel/files/patch-src::Makefile.in deleted file mode 100644 index 07cccff863af..000000000000 --- a/multimedia/libdivxdecore-devel/files/patch-src::Makefile.in +++ /dev/null @@ -1,58 +0,0 @@ ---- src/Makefile.in.orig Mon Sep 24 14:38:28 2001 -+++ src/Makefile.in Mon Sep 24 14:42:08 2001 -@@ -77,7 +77,7 @@ - - libdivxdecore_la_LDFLAGS = -module -avoid-version - --libdivxdecore_la_SOURCES = basic_prediction.c basic_prediction.h decore.c decore.h getbits.c global.h idct.c idct.h mp4_block.c mp4_block.h mp4_decoder.c mp4_decoder.h mp4_header.c mp4_header.h mp4_mblock.c mp4_mblock.h mp4_picture.c mp4_predict.c mp4_predict.h mp4_recon.c mp4_vld.c mp4_vld.h portab.h postprocess.c postprocess.h transferIDCT.c transferIDCT.h yuv2rgb.h -+libdivxdecore_la_SOURCES = basic_prediction.c basic_prediction.h decore.c decore.h debug.c debug.h getbits.c global.h idct.c idct.h mp4_block.c mp4_block.h mp4_decoder.c mp4_decoder.h mp4_header.c mp4_header.h mp4_mblock.c mp4_mblock.h mp4_picture.c mp4_predict.c mp4_predict.h mp4_recon.c mp4_vld.c mp4_vld.h portab.h postprocess.c postprocess.h store.c store.h transferIDCT.c transferIDCT.h yuv2rgb.c yuv2rgb.h - - - libdivxdecoreincludedir = $(includedir)/divx -@@ -97,10 +97,10 @@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ - libdivxdecore_la_LIBADD = --libdivxdecore_la_OBJECTS = basic_prediction.lo decore.lo getbits.lo \ -+libdivxdecore_la_OBJECTS = basic_prediction.lo decore.lo debug.lo getbits.lo \ - idct.lo mp4_block.lo mp4_decoder.lo mp4_header.lo mp4_mblock.lo \ - mp4_picture.lo mp4_predict.lo mp4_recon.lo mp4_vld.lo postprocess.lo \ --transferIDCT.lo -+store.lo transferIDCT.lo yuv2rgb.lo - CFLAGS = @CFLAGS@ - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -256,17 +256,18 @@ - done - basic_prediction.lo basic_prediction.o : basic_prediction.c \ - basic_prediction.h --decore.lo decore.o : decore.c mp4_decoder.h global.h mp4_header.h \ -+decore.lo decore.o : decore.c debug.h mp4_decoder.h global.h mp4_header.h \ - postprocess.h yuv2rgb.h decore.h -+debug.lo debug.o : debug.c debug.h global.h mp4_decoder.h - getbits.lo getbits.o : getbits.c mp4_decoder.h global.h mp4_header.h - idct.lo idct.o : idct.c --mp4_block.lo mp4_block.o : mp4_block.c mp4_decoder.h global.h \ -+mp4_block.lo mp4_block.o : debug.h mp4_block.c mp4_decoder.h global.h \ - mp4_header.h mp4_predict.h mp4_vld.h mp4_block.h - mp4_decoder.lo mp4_decoder.o : mp4_decoder.c mp4_decoder.h global.h \ - mp4_header.h --mp4_header.lo mp4_header.o : mp4_header.c mp4_decoder.h global.h \ -+mp4_header.lo mp4_header.o : debug.h mp4_header.c mp4_decoder.h global.h \ - mp4_header.h --mp4_mblock.lo mp4_mblock.o : mp4_mblock.c mp4_decoder.h global.h \ -+mp4_mblock.lo mp4_mblock.o : debug.h mp4_mblock.c mp4_decoder.h global.h \ - mp4_header.h mp4_block.h mp4_mblock.h - mp4_picture.lo mp4_picture.o : mp4_picture.c mp4_decoder.h global.h \ - mp4_header.h mp4_mblock.h transferIDCT.h postprocess.h \ -@@ -277,8 +278,10 @@ - mp4_header.h basic_prediction.h - mp4_vld.lo mp4_vld.o : mp4_vld.c mp4_decoder.h global.h mp4_header.h \ - mp4_vld.h -+store.lo store.o : debug.h mp4_decoder.h global.h store.h store.c - postprocess.lo postprocess.o : postprocess.c postprocess.h - transferIDCT.lo transferIDCT.o : transferIDCT.c -+yuv2rgb.lo yuv2rgb.o : yuv2rgb.c yuv2rgb.h - - info-am: - info: info-am diff --git a/multimedia/libdivxdecore-devel/files/patch-src::store.c b/multimedia/libdivxdecore-devel/files/patch-src::store.c deleted file mode 100644 index 068db97f1a12..000000000000 --- a/multimedia/libdivxdecore-devel/files/patch-src::store.c +++ /dev/null @@ -1,27 +0,0 @@ ---- src/store.c.orig Mon Sep 24 14:37:06 2001 -+++ src/store.c Mon Sep 24 14:37:23 2001 -@@ -55,20 +55,19 @@ - /***/ - - // Purpose: store a frame in yuv format --void storeframe (unsigned char *src[], int width, int height) -+void storeframe (char *name, unsigned char *src[], int width, int height, int hor_size) - { - int offset = 0; -- int hor_size = mp4_state->horizontal_size; - -- store_yuv (mp4_state->outputname, src[0], offset, width, hor_size, height); -+ store_yuv (name, src[0], offset, width, hor_size, height); - - offset >>= 1; - width >>= 1; - height >>= 1; - hor_size >>= 1; - -- store_yuv (mp4_state->outputname, src[1], offset, width, hor_size, height); -- store_yuv (mp4_state->outputname, src[2], offset, width, hor_size, height); -+ store_yuv (name, src[1], offset, width, hor_size, height); -+ store_yuv (name, src[2], offset, width, hor_size, height); - } - - /***/ diff --git a/multimedia/libdivxdecore-devel/files/patch-src::store.h b/multimedia/libdivxdecore-devel/files/patch-src::store.h deleted file mode 100644 index 70d1ee9c4efd..000000000000 --- a/multimedia/libdivxdecore-devel/files/patch-src::store.h +++ /dev/null @@ -1,8 +0,0 @@ ---- src/store.h.orig Mon Sep 24 14:37:09 2001 -+++ src/store.h Mon Sep 24 14:37:16 2001 -@@ -36,4 +36,4 @@ - - /*** *** ***/ - --extern void storeframe (unsigned char *src[], int xsize, int ysize); -+extern void storeframe (char * outputname, unsigned char *src[], int xsize, int ysize, int hor_stride); diff --git a/multimedia/libdivxdecore-devel/pkg-comment b/multimedia/libdivxdecore-devel/pkg-comment deleted file mode 100644 index ce27621921a5..000000000000 --- a/multimedia/libdivxdecore-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -OpenDivX decoding engine from Project Mayo (development version) diff --git a/multimedia/libdivxdecore/Makefile b/multimedia/libdivxdecore/Makefile deleted file mode 100644 index d8ce39a4c96e..000000000000 --- a/multimedia/libdivxdecore/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: libdivxdecore -# Date created: 03 Feb 2001 -# Whom: Mario S F Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libdivxdecore -PORTVERSION= 0.4.7 -CATEGORIES= graphics -MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/ - -MAINTAINER= lioux@FreeBSD.org - -USE_GMAKE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -PLIST_SUB= LIB_VERSION="${LIB_VERSION}" - -LIB_VERSION= 0 - -post-install: - @${LN} -sf ${PORTNAME}.so ${PREFIX}/lib/${PORTNAME}.so.${LIB_VERSION} - -.include <bsd.port.mk> diff --git a/multimedia/libdivxdecore/distinfo b/multimedia/libdivxdecore/distinfo deleted file mode 100644 index 0d73e81cc629..000000000000 --- a/multimedia/libdivxdecore/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libdivxdecore-0.4.7.tar.gz) = 0defab7d519308aacfb1a0c1448341a1 diff --git a/multimedia/libdivxdecore/pkg-comment b/multimedia/libdivxdecore/pkg-comment deleted file mode 100644 index 2c7efb2d62fe..000000000000 --- a/multimedia/libdivxdecore/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -OpenDivX decoding engine from Project Mayo diff --git a/multimedia/libdivxdecore/pkg-descr b/multimedia/libdivxdecore/pkg-descr deleted file mode 100644 index 7bad87dd1836..000000000000 --- a/multimedia/libdivxdecore/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Decore [excerpt from OpenDivX Project Mayo site] - -"Decore" is our decoder core - that part of the codec that decodes -video from DivX video bitstream into uncompressed RGB bitmaps. Its -API is defined in decore.h. The API is another frame-in, frame-out -scheme, you give it a chunk of OpenDivX bitstream and it comes back -to you with an uncompressed RGB frame. Like "encore", "decore" is -truly independent of any other code, making no system calls. - -"Decore" is a decoder compliant with MPEG-4 natural video, simple -profile. It also incorporates a video postprocessor which postprocessor, -which hides many of the artifacts inherent in low bit-rate video. - -WWW: http://www.projectmayo.com/ diff --git a/multimedia/libdivxdecore/pkg-plist b/multimedia/libdivxdecore/pkg-plist deleted file mode 100644 index 344069f1cbb2..000000000000 --- a/multimedia/libdivxdecore/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -include/divx/decore.h -lib/libdivxdecore.so -lib/libdivxdecore.so.%%LIB_VERSION%% -@dirrm include/divx diff --git a/multimedia/libdivxencore/Makefile b/multimedia/libdivxencore/Makefile deleted file mode 100644 index 03e314133dc5..000000000000 --- a/multimedia/libdivxencore/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: libdivxencore -# Date created: Tue Jan 22 20:06:49 BRST 2002 -# Whom: Mario S F Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libdivxencore -PORTVERSION= 0.4.0.50 -CATEGORIES= graphics -MASTER_SITES= http://download.projectmayo.com/dnload/divxcore/ -PKGNAMESUFFIX= -devel -DISTNAME= encore${PORTVERSION:E}src - -MAINTAINER= lioux@FreeBSD.org - -USE_ZIP= yes -EXTRACT_BEFORE_ARGS= -q -a -L -MAKE_ARGS= LIB_VERSION="${LIB_VERSION}" PREFIX=${PREFIX} -PLIST_SUB= LIB_VERSION="${LIB_VERSION}" -INSTALLS_SHLIB= yes - -WRKSRC= ${WRKDIR}/encore/src - -LIB_VERSION= 0 - -post-extract: - @${CP} ${FILESDIR}/Makefile ${WRKSRC} - -pre-install: - @${MKDIR} ${PREFIX}/include/divx - -.include <bsd.port.mk> diff --git a/multimedia/libdivxencore/distinfo b/multimedia/libdivxencore/distinfo deleted file mode 100644 index e79d294eb091..000000000000 --- a/multimedia/libdivxencore/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (encore50src.zip) = 30f97ed4503796eac747572553e1b923 diff --git a/multimedia/libdivxencore/files/Makefile b/multimedia/libdivxencore/files/Makefile deleted file mode 100644 index 2a00c520820a..000000000000 --- a/multimedia/libdivxencore/files/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -LIB= divxencore -SHLIB_MAJOR= ${LIB_VERSION} -SHLIB_MINOR= 0 -CFLAGS+=-I${.CURDIR} -SRCS= bitstream.c encore.c mom_access.c mom_util.c mot_code.c \ - mot_est_comp.c mot_est_mb.c mot_util.c putvlc.c rate_ctl.c \ - text_bits.c text_code.c text_code_mb.c text_dct.c vop_code.c -INCS= encore.h - -# idea taken from port security/libparanoia -# hacks around <bsd.lib.mk>, which ignores PREFIX -.if defined(PREFIX) -DESTDIR=${PREFIX}/ -.else -DESTDIR=/usr/local/ -.endif -INCDIR=include/divx/ -LIBDIR=lib/ - -.include <bsd.lib.mk> diff --git a/multimedia/libdivxencore/pkg-comment b/multimedia/libdivxencore/pkg-comment deleted file mode 100644 index 7666a9459a8f..000000000000 --- a/multimedia/libdivxencore/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -OpenDivX encoding engine from Project Mayo diff --git a/multimedia/libdivxencore/pkg-descr b/multimedia/libdivxencore/pkg-descr deleted file mode 100644 index b3cba0c23100..000000000000 --- a/multimedia/libdivxencore/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Encore [excerpt from OpenDivX Project Mayo site] - -"Encore" is our encoder core - that part of the codec that encodes -video from uncompressed RGB bitmaps into a DivX video bitstream. - -WWW: http://www.projectmayo.com/ diff --git a/multimedia/libdivxencore/pkg-plist b/multimedia/libdivxencore/pkg-plist deleted file mode 100644 index da5ae3c561f3..000000000000 --- a/multimedia/libdivxencore/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -include/divx/encore.h -lib/libdivxencore.a -lib/libdivxencore.so -lib/libdivxencore.so.%%LIB_VERSION%% -lib/libdivxencore_p.a -@unexec rmdir %D/include/divx 2>/dev/null || true diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile deleted file mode 100644 index 8c4c4a4a3db0..000000000000 --- a/multimedia/libdv/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: libdv -# Date created: Sun Nov 18 19:42:02 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libdv -PORTVERSION= 0.9 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= lioux@FreeBSD.org - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - popt.0:${PORTSDIR}/devel/popt - -USE_GNOMELIBS= yes -USE_XLIB= yes -XFREE86_VERSION= 4 -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes - -MAN1= encodedv.1 playdv.1 - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - -DOC_FILES= ChangeLog README.dvconnect README.encoder - -.ifndef(WITHOUT_SDL) -LIB_DEPENDS+= SDL-1.1.3:${PORTSDIR}/devel/sdl12 - -CONFIGURE_ARGS+= --enable-sdl -CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}" -.endif - -pre-everything:: - @${ECHO_MSG} '===>' - @${ECHO_MSG} '===> ATTENTION <===' - @${ECHO_MSG} '===> YOU NEED XFREE86 Version 4.0 <===' - @${ECHO_MSG} '===> or above to run this <===' - @${ECHO_MSG} '===> SINCE IT REQUIRES XV <===' - @${ECHO_MSG} '===>' -.ifndef(WITHOUT_SDL) - @${ECHO_MSG} '===> Define WITHOUT_SDL to disable SDL support' -.endif - @${ECHO_MSG} '===>' - -post-configure: - @find ${WRKSRC} -type f -name Makefile -exec \ - ${PERL} -pi.orig -ne 's!-l(gdk|glib|gtk) !!g' {} \; - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/multimedia/libdv/distinfo b/multimedia/libdv/distinfo deleted file mode 100644 index a99be384838e..000000000000 --- a/multimedia/libdv/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libdv-0.9.tar.gz) = f8709211c3309ba0071d1a3c4bf7ba26 diff --git a/multimedia/libdv/files/patch-Makefile.in b/multimedia/libdv/files/patch-Makefile.in deleted file mode 100644 index d06f6dab5b9e..000000000000 --- a/multimedia/libdv/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Mon Nov 19 02:04:08 2001 -+++ Makefile.in Mon Nov 19 02:05:55 2001 -@@ -348,7 +348,7 @@ - install-exec-am: - install-exec: install-exec-recursive - --install-data-am: install-pkgconfigDATA -+install-data-am: - install-data: install-data-recursive - - install-am: all-am -@@ -356,7 +356,7 @@ - install: install-recursive - uninstall-am: uninstall-pkgconfigDATA - uninstall: uninstall-recursive --all-am: Makefile $(DATA) config.h -+all-am: Makefile config.h - all-redirect: all-recursive-am - install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install diff --git a/multimedia/libdv/files/patch-configure b/multimedia/libdv/files/patch-configure deleted file mode 100644 index 75a4798d02b5..000000000000 --- a/multimedia/libdv/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Jun 24 22:49:16 2001 -+++ configure Mon Nov 19 15:33:53 2001 -@@ -6381,7 +6381,7 @@ - HOST_X86_FALSE= - fi - --REQUIRES='glib >= 1.2.4 gtk+ >= 1.2.4' -+REQUIRES='gtk >= 1.2.4' - - succeeded=no - diff --git a/multimedia/libdv/files/patch-encodedv:dvconnect.c b/multimedia/libdv/files/patch-encodedv:dvconnect.c deleted file mode 100644 index 8bf2c32376e6..000000000000 --- a/multimedia/libdv/files/patch-encodedv:dvconnect.c +++ /dev/null @@ -1,19 +0,0 @@ ---- encodedv/dvconnect.c.orig Sun Jun 24 13:21:45 2001 -+++ encodedv/dvconnect.c Mon Nov 19 00:53:05 2001 -@@ -24,6 +24,7 @@ - */ - - #include <stdio.h> -+#include <sys/types.h> - #include <sys/ioctl.h> - #include <sys/mman.h> - #include <string.h> -@@ -38,7 +39,7 @@ - #include <popt.h> - #endif - --#include <malloc.h> -+#include <stdlib.h> - - #define CIP_N_NTSC 2436 - #define CIP_D_NTSC 38400 diff --git a/multimedia/libdv/files/patch-playdv:display.c b/multimedia/libdv/files/patch-playdv:display.c deleted file mode 100644 index 37e672dab698..000000000000 --- a/multimedia/libdv/files/patch-playdv:display.c +++ /dev/null @@ -1,43 +0,0 @@ ---- playdv/display.c.orig Wed Nov 21 03:47:29 2001 -+++ playdv/display.c Wed Nov 21 03:51:04 2001 -@@ -47,6 +47,8 @@ - #include <popt.h> - #endif - -+dv_display_t *dv_dpy_on_exit_hack = NULL; -+ - static int dv_display_SDL_init(dv_display_t *dv_dpy, gchar *w_name, gchar *i_name ); - static gboolean dv_display_gdk_init(dv_display_t *dv_dpy, gint *argc, gchar ***argv ); - -@@ -257,6 +259,7 @@ - } /* switch */ - - free(dv_dpy); -+ dv_dpy_on_exit_hack = NULL; - } /* dv_display_exit */ - - static gboolean -@@ -675,6 +678,13 @@ - } /* if */ - } /* dv_display_exit_handler */ - -+static void -+dv_display_on_exit_hack_handler() -+{ -+ if(dv_dpy_on_exit_hack != NULL) { -+ dv_display_exit(dv_dpy_on_exit_hack); -+ } /* if */ -+} /* dv_display_exit_handler */ - - gboolean - dv_display_init(dv_display_t *dv_dpy, gint *argc, gchar ***argv, gint width, gint height, -@@ -804,7 +814,8 @@ - fprintf(stderr, " Using gtk for display\n"); - - ok: -- on_exit(dv_display_exit_handler, dv_dpy); -+ dv_dpy_on_exit_hack = dv_dpy; -+ atexit(dv_display_on_exit_hack_handler); - return(TRUE); - - fail: diff --git a/multimedia/libdv/files/patch-playdv:display.h b/multimedia/libdv/files/patch-playdv:display.h deleted file mode 100644 index a734cd14f6c5..000000000000 --- a/multimedia/libdv/files/patch-playdv:display.h +++ /dev/null @@ -1,13 +0,0 @@ ---- playdv/display.h.orig Sun Jun 24 13:06:30 2001 -+++ playdv/display.h Wed Nov 21 03:52:21 2001 -@@ -38,8 +38,8 @@ - #endif // HAVE_LIBXV - - #if HAVE_SDL --#include <SDL/SDL.h> --#include <SDL/SDL_syswm.h> -+#include <SDL.h> -+#include <SDL_syswm.h> - #endif // HAVE_SDL - - #if HAVE_GTK diff --git a/multimedia/libdv/files/patch-playdv:oss.c b/multimedia/libdv/files/patch-playdv:oss.c deleted file mode 100644 index 583be30e8f7b..000000000000 --- a/multimedia/libdv/files/patch-playdv:oss.c +++ /dev/null @@ -1,22 +0,0 @@ ---- playdv/oss.c.orig Sun Nov 18 21:50:24 2001 -+++ playdv/oss.c Sun Nov 18 21:53:48 2001 -@@ -36,6 +36,19 @@ - - #include "oss.h" - -+#ifndef O_LARGEFILE -+# define O_LARGEFILE 0 -+#endif -+ -+#ifndef AFMT_S16_NE -+# include <machine/endian.h> -+# if BYTE_ORDER == LITTLE_ENDIAN -+# define AFMT_S16_NE AFMT_S16_LE -+# else -+# define AFMT_S16_NE AFMT_S16_BE -+# endif -+#endif -+ - static const gchar *default_device = "/dev/audio"; - - dv_oss_t * diff --git a/multimedia/libdv/pkg-comment b/multimedia/libdv/pkg-comment deleted file mode 100644 index 068c7a5f127b..000000000000 --- a/multimedia/libdv/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Quasar DV codec (libdv): software codec for DV video encoding format diff --git a/multimedia/libdv/pkg-descr b/multimedia/libdv/pkg-descr deleted file mode 100644 index c2ac178b3099..000000000000 --- a/multimedia/libdv/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -The Quasar DV codec (libdv) is a software codec for DV video, the -encoding format used by most digital camcorders, typically those -that support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. -Libdv was developed according to the official standards for DV -video: IEC 61834 and SMPTE 314M. - -Please note that this software is only concerned with the DV video -compression format, which is different from capturing the data from -a camcorder. - -WWW: http://libdv.sourceforge.net/ diff --git a/multimedia/libdv/pkg-plist b/multimedia/libdv/pkg-plist deleted file mode 100644 index e513f049b4e5..000000000000 --- a/multimedia/libdv/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/encodedv -bin/playdv -include/libdv/dv.h -include/libdv/dv_types.h -lib/libdv.a -lib/libdv.la -lib/libdv.so -lib/libdv.so.1 -%%PORTDOCS%%share/doc/libdv/ChangeLog -%%PORTDOCS%%share/doc/libdv/README.dvconnect -%%PORTDOCS%%share/doc/libdv/README.encoder -%%PORTDOCS%%@dirrm share/doc/libdv -@dirrm include/libdv - diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile deleted file mode 100644 index df75b1efd7ab..000000000000 --- a/multimedia/libdvdcss/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: libdvdcss -# Date created: Jul 6, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= libdvdcss -PORTVERSION= 0.0.3 -CATEGORIES= graphics -MASTER_SITES= http://www.videolan.org/pub/videolan/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt - -GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -USE_GMAKE= yes -INSTALLS_SHLIB= yes - -.include <bsd.port.mk> diff --git a/multimedia/libdvdcss/distinfo b/multimedia/libdvdcss/distinfo deleted file mode 100644 index 01e88d0c61a4..000000000000 --- a/multimedia/libdvdcss/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libdvdcss-0.0.3.tar.gz) = d8acf76922f4ead9ab2c43dcaec30544 diff --git a/multimedia/libdvdcss/files/patch-extras::libdvdcss::videolan::dvdcss.h b/multimedia/libdvdcss/files/patch-extras::libdvdcss::videolan::dvdcss.h deleted file mode 100644 index c44bc3629b10..000000000000 --- a/multimedia/libdvdcss/files/patch-extras::libdvdcss::videolan::dvdcss.h +++ /dev/null @@ -1,16 +0,0 @@ ---- extras/libdvdcss/videolan/dvdcss.h.orig Sun Oct 14 20:58:16 2001 -+++ extras/libdvdcss/videolan/dvdcss.h Sun Oct 14 20:59:33 2001 -@@ -22,6 +22,8 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. - *****************************************************************************/ - -+#ifndef __DVDCSS_H__ -+#define __DVDCSS_H__ 1 - /***************************************************************************** - * The libdvdcss structure - *****************************************************************************/ -@@ -59,3 +61,4 @@ - int i_flags ); - extern char * dvdcss_error ( dvdcss_handle ); - -+#endif diff --git a/multimedia/libdvdcss/pkg-comment b/multimedia/libdvdcss/pkg-comment deleted file mode 100644 index 14b18a15431f..000000000000 --- a/multimedia/libdvdcss/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Portable abstraction library for DVD decryption diff --git a/multimedia/libdvdcss/pkg-descr b/multimedia/libdvdcss/pkg-descr deleted file mode 100644 index c020f824534a..000000000000 --- a/multimedia/libdvdcss/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -libdvdcss is a simple library designed for accessing DVDs like a block device -without having to bother about the decryption. The important features are: - - - Portability. Currently supported platforms are GNU/Linux, FreeBSD, BeOS - and Windows. - - The MacOS X version is being worked on as well. - - Simplicity. There are currently 7 functions in the API, and we intend to - keep this number low. - - Freedom. libdvdcss is released under the General Public License, ensuring - it will stay free, and used only for free software products. - - Just better. Unlike most similar projects, libdvdcss doesn't require the - region of your drive to be set. - -WWW: http://www.videolan.org/libdvdcss/ diff --git a/multimedia/libdvdcss/pkg-plist b/multimedia/libdvdcss/pkg-plist deleted file mode 100644 index 7682b93cd8b1..000000000000 --- a/multimedia/libdvdcss/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -include/videolan/dvdcss.h -@dirrm include/videolan -lib/libdvdcss.a -lib/libdvdcss.so -lib/libdvdcss.so.0 -lib/libdvdcss.so.0.0.3 diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile deleted file mode 100644 index 451ffb3b1d85..000000000000 --- a/multimedia/libdvdread/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: libdvdread -# Date created: 24 Jun 2001 -# Whom: Marc van Woerkom <3d@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= libdvdread -PORTVERSION= 0.9.2 -CATEGORIES= graphics -MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ - -MAINTAINER= 3d@FreeBSD.org - -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes - -DOC_FILES= AUTHORS NEWS README TODO - -# optional CFLAGS safeness -.if !defined(WITH_OPTIMIZED_CFLAGS) -USE_AUTOCONF= yes -EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure.in -.endif - -pre-everything:: -.if !defined(WITH_OPTIMIZED_CFLAGS) - @${ECHO_MSG} "====> If you want to enable optimizations, please define WITH_OPTIMIZED_CFLAGS" -.endif - -post-configure: - @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC} - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/multimedia/libdvdread/distinfo b/multimedia/libdvdread/distinfo deleted file mode 100644 index 598ac964fc18..000000000000 --- a/multimedia/libdvdread/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libdvdread-0.9.2.tar.gz) = 8898bad22d8183233f5c3d814fff5151 diff --git a/multimedia/libdvdread/files/extra-patch-configure.in b/multimedia/libdvdread/files/extra-patch-configure.in deleted file mode 100644 index a7659536f264..000000000000 --- a/multimedia/libdvdread/files/extra-patch-configure.in +++ /dev/null @@ -1,39 +0,0 @@ ---- configure.in.orig Wed Oct 17 19:06:20 2001 -+++ configure.in Wed Oct 17 19:06:41 2001 -@@ -9,36 +9,11 @@ - dnl GCC-specific flags - if test x"$GCC" = x"yes"; then - -- dnl -O2 - changequote(<<,>>) - OPT_CFLAGS=`echo "$CFLAGS"|sed "s/-O[s0-9]*//g;"` - changequote([,]) -- OPT_CFLAGS="$OPT_CFLAGS -O2" - AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]) - -- dnl arch-specific flags -- case "$host_alias" in -- i?86-* | k?-*) -- case "$host_alias" in -- i386-*) OPT_CFLAGS="$CFLAGS -mcpu=i386";; -- i486-*) OPT_CFLAGS="$CFLAGS -mcpu=i486";; -- i586-*) OPT_CFLAGS="$CFLAGS -mcpu=pentium";; -- i686-*) OPT_CFLAGS="$CFLAGS -mcpu=pentiumpro";; -- k6-*) OPT_CFLAGS="$CFLAGS -mcpu=k6";; -- esac -- AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]);; -- sparc-*) -- OPT_CFLAGS="$CFLAGS -mcpu=ultrasparc -mvis" -- AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]);; -- esac --else -- -- dnl non-gcc flags - we probably need exact configuration triplets here. -- case "$host_alias" in -- sparc-sun-solaris*) -- OPT_CFLAGS="$CFLAGS -xCC -xmemalign" -- AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]);; -- esac - fi - - diff --git a/multimedia/libdvdread/pkg-comment b/multimedia/libdvdread/pkg-comment deleted file mode 100644 index e71becfee552..000000000000 --- a/multimedia/libdvdread/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -This is needed by ogle, which is a DVD player that supports DVD menus diff --git a/multimedia/libdvdread/pkg-descr b/multimedia/libdvdread/pkg-descr deleted file mode 100644 index 150295c80db3..000000000000 --- a/multimedia/libdvdread/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is needed by ogle, which is a DVD player that supports DVD menus - -WWW: http://www.dtek.chalmers.se/groups/dvd/ diff --git a/multimedia/libdvdread/pkg-plist b/multimedia/libdvdread/pkg-plist deleted file mode 100644 index 1a9cea414cf4..000000000000 --- a/multimedia/libdvdread/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -lib/libdvdread.a -lib/libdvdread.la -lib/libdvdread.so -lib/libdvdread.so.2 -include/dvdread/dvd_reader.h -include/dvdread/ifo_types.h -include/dvdread/ifo_read.h -include/dvdread/ifo_print.h -include/dvdread/nav_types.h -include/dvdread/nav_read.h -include/dvdread/nav_print.h -%%PORTDOCS%%share/doc/libdvdread/AUTHORS -%%PORTDOCS%%share/doc/libdvdread/NEWS -%%PORTDOCS%%share/doc/libdvdread/README -%%PORTDOCS%%share/doc/libdvdread/TODO -%%PORTDOCS%%@dirrm share/doc/libdvdread -@dirrm include/dvdread diff --git a/multimedia/libmovtar/Makefile b/multimedia/libmovtar/Makefile deleted file mode 100644 index b7652d7c8a21..000000000000 --- a/multimedia/libmovtar/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: libmovtar -# Date created: Mon Oct 15 23:35:04 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libmovtar -PORTVERSION= 0.1.2 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= mjpeg - -MAINTAINER= lioux@FreeBSD.org - -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -USE_GTK= yes -USE_AUTOCONF= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-m4data-prefix=${PREFIX}/share -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - LOCALBASE="${LOCALBASE}" -MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS=${PTHREAD_LIBS} - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - -.include <bsd.port.mk> diff --git a/multimedia/libmovtar/distinfo b/multimedia/libmovtar/distinfo deleted file mode 100644 index 701869069113..000000000000 --- a/multimedia/libmovtar/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libmovtar-0.1.2.tar.gz) = 852566413e625bb2b089db72a5fabce9 -MD5 (jpeg-mmx-1.1.2.tar.gz) = 63d871b28cb1524b4cf088155688778d diff --git a/multimedia/libmovtar/files/patch-Makefile.in b/multimedia/libmovtar/files/patch-Makefile.in deleted file mode 100644 index 47614fcf64f4..000000000000 --- a/multimedia/libmovtar/files/patch-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.in.orig Fri Nov 16 01:35:11 2001 -+++ Makefile.in Fri Nov 16 01:35:38 2001 -@@ -79,10 +79,10 @@ - bin_SCRIPTS = movtar-config - lib_LIBRARIES = libmovtar.a - libmovtar_a_SOURCES = movtar.c tar.c --INCLUDES = @GLIB_CFLAGS@ @JPEG_INCLUDE@ -+INCLUDES = @GLIB_CFLAGS@ @JPEG_INCLUDE@ -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` ${PTHREAD_CFLAGS} - include_HEADERS = movtar.h - --movtar_play_LDFLAGS = -lSDL -lpthread -ljpeg -+movtar_play_LDFLAGS = `${SDL_CONFIG} --libs` ${PTHREAD_LIBS} -ljpeg - movtar_unify_LDFLAGS = -ljpeg - movtar_yuv422_LDFLAGS = -ljpeg - LDFLAGS = @GLIB_LIBS@ diff --git a/multimedia/libmovtar/files/patch-configure.in b/multimedia/libmovtar/files/patch-configure.in deleted file mode 100644 index ead3cafc9502..000000000000 --- a/multimedia/libmovtar/files/patch-configure.in +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.in.orig Wed Feb 7 09:25:06 2001 -+++ configure.in Tue Oct 16 02:23:14 2001 -@@ -56,7 +56,7 @@ - JPEGDIR="$DEFAULT_JPEGDIR") - - OLDLIBS="$LIBS" --LIBS="-L $JPEGDIR $LIBS" -+LIBS="-L $JPEGDIR $LIBS -L$LOCALBASE/lib" - AC_SUBST(JPEG_INCLUDE) - - AC_CHECK_LIB( jpeg-mmx, jpeg_start_compress, -@@ -75,10 +75,11 @@ - dnl If that can't be found fall back to the system jpeg lib... - if test ${have_jpeg} = "no" - then -+LIBS="$LIBS -L$LOCALBASE/lib" - AC_CHECK_LIB( jpeg, jpeg_start_compress, - [ - have_jpeg="yes" -- LIBS="$LIBS -ljpeg" -+ LIBS="$LIBS -L$LOCALBASE/lib -ljpeg" - ], - [ - have_jpeg="no" diff --git a/multimedia/libmovtar/files/patch-movtar.c b/multimedia/libmovtar/files/patch-movtar.c deleted file mode 100644 index 1905b8670e80..000000000000 --- a/multimedia/libmovtar/files/patch-movtar.c +++ /dev/null @@ -1,10 +0,0 @@ ---- movtar.c.orig Tue Oct 16 00:02:46 2001 -+++ movtar.c Tue Oct 16 00:03:25 2001 -@@ -40,7 +40,6 @@ - #include <tar.h> - #include <glib.h> - #include <sys/types.h> --#include <linux/types.h> - - #include "movtar.h" - diff --git a/multimedia/libmovtar/files/patch-movtar_play.c b/multimedia/libmovtar/files/patch-movtar_play.c deleted file mode 100644 index 35dd50aadfff..000000000000 --- a/multimedia/libmovtar/files/patch-movtar_play.c +++ /dev/null @@ -1,13 +0,0 @@ ---- movtar_play.c.orig Tue Oct 16 00:22:46 2001 -+++ movtar_play.c Tue Oct 16 00:25:12 2001 -@@ -9,8 +9,8 @@ - #include <signal.h> - #include <string.h> - --#include <SDL/SDL.h> --#include <SDL/SDL_timer.h> -+#include <SDL11/SDL.h> -+#include <SDL11/SDL_timer.h> - - #define JPEG_INTERNALS - #include <jinclude.h> diff --git a/multimedia/libmovtar/files/patch-tar.c b/multimedia/libmovtar/files/patch-tar.c deleted file mode 100644 index 3943c45f165f..000000000000 --- a/multimedia/libmovtar/files/patch-tar.c +++ /dev/null @@ -1,10 +0,0 @@ ---- tar.c.orig Tue Oct 16 00:03:05 2001 -+++ tar.c Tue Oct 16 00:03:09 2001 -@@ -16,7 +16,6 @@ - #include <glib.h> - - #include <sys/types.h> --#include <linux/types.h> - - #include "movtar.h" - diff --git a/multimedia/libmovtar/pkg-comment b/multimedia/libmovtar/pkg-comment deleted file mode 100644 index 18509fa7672c..000000000000 --- a/multimedia/libmovtar/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Supports reading/writing of MJPEG video in YUV 4:2:2 JPEG diff --git a/multimedia/libmovtar/pkg-descr b/multimedia/libmovtar/pkg-descr deleted file mode 100644 index 985d0b074926..000000000000 --- a/multimedia/libmovtar/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -[ excerpt from developer's README ] - -libmovtar ---------- - -has been implemented according to the quicktime4linux API - -It supports reading and writing (read/write mode has been prepared, -but is not implemented yet) of MJPEG video in YUV 4:2:2 JPEG with -mono/stereo, 8/16-bit, any sample rate sound. - -It supports indexing files (always done when writing a new file, -old (or manually created) movtar files without index are indexed -internally during the opening process). - -You can freely jump forwards and backwards between the frames in -an opened file. - -WWW: http://sourceforge.net/projects/mjpeg/
\ No newline at end of file diff --git a/multimedia/libmovtar/pkg-plist b/multimedia/libmovtar/pkg-plist deleted file mode 100644 index c155a907d3ab..000000000000 --- a/multimedia/libmovtar/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/movtar-config -bin/movtar_index -bin/movtar_play -bin/movtar_setinfo -bin/movtar_split -bin/movtar_unify -bin/movtar_yuv422 -include/movtar.h -lib/libmovtar.a -share/aclocal/movtar.m4 -@unexec rmdir %D/share/aclocal 2>/dev/null || true diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile deleted file mode 100644 index 69a5349aaadc..000000000000 --- a/multimedia/libmpeg2/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: libmpeg2 -# Date created: Tue Oct 16 17:14:20 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libmpeg2 -PORTVERSION= 0.2.0 -CATEGORIES= graphics -MASTER_SITES= http://libmpeg2.sourceforge.net/files/ -DISTNAME= mpeg2dec-${PORTVERSION} - -MAINTAINER= lioux@FreeBSD.org - -USE_XLIB= yes -USE_AUTOCONF= yes -USE_LIBTOOL= yes - -CONFIGURE_ARGS= --enable-shared - -.ifdef(WITH_MGA) -CONFIGURE_ARGS+= --enable-mga -.endif - -.ifdef(WITH_SDL) -LIB_DEPENDS+= SDL-1.1.3:${PORTSDIR}/devel/sdl12 - -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libvo::configure.incl \ - ${FILESDIR}/extra-patch-libvo::video_out_sdl.c -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - -CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}" -CONFIGURE_ARGS+= --enable-sdl -.else -CONFIGURE_ARGS+= --disable-sdl -.endif - -pre-everything:: - @${ECHO_MSG} "====>" -.ifndef(WITH_SDL) - @${ECHO_MSG} "====> You can enable SDL support by defining WITH_SDL" -.endif -.ifndef(WITH_MGA) - @${ECHO_MSG} "====> You can enable MGA support by defining WITH_MGA" -.endif - @${ECHO_MSG} "====>" - -post-configure: - @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC} -# Libtool fix code kindly provided by Mr. Maxim Sobolev <sobomax@FreeBSD.org> - @${PERL} -pi.orig \ - -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ - ${WRKSRC}/libtool - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/libvo.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/multimedia/libmpeg2/distinfo b/multimedia/libmpeg2/distinfo deleted file mode 100644 index 6050ce752da6..000000000000 --- a/multimedia/libmpeg2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mpeg2dec-0.2.0.tar.gz) = 0a65956d36569a95e8e406e57a842bb0 diff --git a/multimedia/libmpeg2/files/extra-patch-libvo::configure.incl b/multimedia/libmpeg2/files/extra-patch-libvo::configure.incl deleted file mode 100644 index c1c62d1ba38a..000000000000 --- a/multimedia/libmpeg2/files/extra-patch-libvo::configure.incl +++ /dev/null @@ -1,17 +0,0 @@ ---- libvo/configure.incl.orig Fri Feb 16 00:48:05 2001 -+++ libvo/configure.incl Tue Oct 16 12:55:25 2001 -@@ -35,11 +35,11 @@ - dnl check for SDL - AC_ARG_ENABLE([sdl],[ --disable-sdl make a version not using SDL]) - if test x"$enable_sdl" != x"no"; then -- AC_CHECK_PROG([SDLCONFIG],[sdl-config],[yes]) -+ AC_CHECK_PROG([SDLCONFIG],[sdl11-config],[yes]) - if test x"$SDLCONFIG" = x"yes"; then - AC_DEFINE([LIBVO_SDL],,[libvo SDL support]) -- LIBVO_CFLAGS="$LIBVO_CFLAGS `sdl-config --cflags`" -- LIBVO_LIBS="$LIBVO_LIBS `sdl-config --libs`" -+ LIBVO_CFLAGS="$LIBVO_CFLAGS `${SDL_CONFIG} --cflags`" -+ LIBVO_LIBS="$LIBVO_LIBS `${SDL_CONFIG} --libs`" - fi - fi - diff --git a/multimedia/libmpeg2/files/extra-patch-libvo::video_out_sdl.c b/multimedia/libmpeg2/files/extra-patch-libvo::video_out_sdl.c deleted file mode 100644 index a69f898eb258..000000000000 --- a/multimedia/libmpeg2/files/extra-patch-libvo::video_out_sdl.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libvo/video_out_sdl.c.orig Tue Oct 16 13:00:54 2001 -+++ libvo/video_out_sdl.c Tue Oct 16 13:01:07 2001 -@@ -31,7 +31,7 @@ - #include <stdlib.h> - #include <string.h> - #include <inttypes.h> --#include <SDL/SDL.h> -+#include <SDL11/SDL.h> - - #include "video_out.h" - #include "video_out_internal.h" diff --git a/multimedia/libmpeg2/files/patch-configure.in b/multimedia/libmpeg2/files/patch-configure.in deleted file mode 100644 index 5e52cbbe7b1f..000000000000 --- a/multimedia/libmpeg2/files/patch-configure.in +++ /dev/null @@ -1,49 +0,0 @@ ---- configure.in.orig Fri Feb 16 02:08:30 2001 -+++ configure.in Tue Oct 16 14:13:20 2001 -@@ -16,46 +16,15 @@ - - dnl -Wall -Werror moved to the end to not disturb the configure script - -- dnl -O3 - changequote(<<,>>) - OPT_CFLAGS=`echo "$CFLAGS"|sed "s/-O[0-9]*//g;"` - changequote([,]) -- OPT_CFLAGS="$OPT_CFLAGS -O3" - AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]) - - dnl -fomit-frame-pointer - OPT_CFLAGS="$CFLAGS -fomit-frame-pointer" - AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]) - -- dnl arch-specific flags -- case "$host_alias" in -- i?86-* | k?-*) -- AC_DEFINE([ARCH_X86],,[x86 architecture]) -- case "$host_alias" in -- i386-*) OPT_CFLAGS="$CFLAGS -mcpu=i386";; -- i486-*) OPT_CFLAGS="$CFLAGS -mcpu=i486";; -- i586-*) OPT_CFLAGS="$CFLAGS -mcpu=pentium";; -- i686-*) OPT_CFLAGS="$CFLAGS -mcpu=pentiumpro";; -- k6-*) OPT_CFLAGS="$CFLAGS -mcpu=k6";; -- esac -- AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]);; -- sparc-*) -- OPT_CFLAGS="$CFLAGS -mcpu=ultrasparc -mvis" -- AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]);; -- mips-sgi-irix6.*) dnl do we need to be that specific ? -- OPT_CFLAGS="$CFLAGS -mabi=64" -- AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]);; -- esac --else -- dnl non-gcc flags - we probably need exact configuration triplets here. -- case "$host_alias" in -- mips-sgi-irix6.*) -- OPT_CFLAGS="$CFLAGS -64" -- AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]);; -- sparc-sun-solaris*) -- OPT_CFLAGS="$CFLAGS -xCC -fast -xO5" -- AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]);; -- esac - fi - - dnl Checks for libtool - this must be done after we set cflags diff --git a/multimedia/libmpeg2/pkg-comment b/multimedia/libmpeg2/pkg-comment deleted file mode 100644 index 88bc512250e8..000000000000 --- a/multimedia/libmpeg2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A free library for decoding mpeg-2 and mpeg-1 video streams diff --git a/multimedia/libmpeg2/pkg-descr b/multimedia/libmpeg2/pkg-descr deleted file mode 100644 index 50de37d6b941..000000000000 --- a/multimedia/libmpeg2/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -[ excerpt from developer's site ] -It is a free library for decoding mpeg-2 and mpeg-1 video -streams. The main goals in libmpeg2 development are: - -Conformance - libmpeg2 is able to decode all mpeg streams that -conform to certain restrictions: "constrained parameters" for -mpeg-1, and "main profile" for mpeg-2. In practice, this is what -most people are using. For streams that follow these restrictions, -we believe libmpeg2 is 100% conformant to the mpeg standards - and -we have a pretty extensive test suite to check this. - -Speed - for most current systems, the display will actually take -more time than the mpeg-2 decoding. For systems that have hardware -color conversion and scaling (as we can use with the xv extension -in Xfree 4), you should be able to watch DVD streams on a Celeron -400. On a PIII/666 with null display you should get about 110 frames -per second. - -Portability - most of the code is written in C, and when we use -platform-specific optimizations we always have a generic C routine -to fall back on. - -WWW: http://libmpeg2.sourceforge.net/ diff --git a/multimedia/libmpeg2/pkg-plist b/multimedia/libmpeg2/pkg-plist deleted file mode 100644 index 2f30a954a64f..000000000000 --- a/multimedia/libmpeg2/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/extract_mpeg2 -bin/mpeg2dec -include/mpeg2dec/attributes.h -include/mpeg2dec/mm_accel.h -include/mpeg2dec/mmx.h -include/mpeg2dec/mpeg2.h -include/mpeg2dec/video_out.h -lib/libmpeg2.a -lib/libmpeg2.la -lib/libmpeg2.so -lib/libmpeg2.so.0 -lib/libmpeg2dec.a -lib/libmpeg2dec.la -lib/libmpeg2dec.so -lib/libmpeg2dec.so.0 -lib/libvo.a -lib/libvo.la -lib/libvo.so -lib/libvo.so.0 -%%PORTDOCS%%share/doc/libmpeg2/libvo.txt -%%PORTDOCS%%@dirrm share/doc/libmpeg2 -@dirrm include/mpeg2dec diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile deleted file mode 100644 index a12a075c5143..000000000000 --- a/multimedia/libxine/Makefile +++ /dev/null @@ -1,112 +0,0 @@ -# New ports collection makefile for: libxine -# Date created: 14 Oct 2000 -# Whom: alex -# -# $FreeBSD$ -# - -PORTNAME= xine -PORTVERSION= 0.9.7 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://xine.sourceforge.net/files/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMEPREFIX= lib -DISTNAME= ${PORTNAME}-lib-${PORTVERSION} - -MAINTAINER= nobutaka@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/lib/libavcodec.a:${PORTSDIR}/graphics/ffmpeg -LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \ - aa.1:${PORTSDIR}/graphics/aalib - -WRKSRC= ${WRKDIR}/${PORTNAME}-lib-${PORTVERSION} -CONFIGURE_ARGS= --with-w32-path=${LOCALBASE}/lib/win32 -USE_AUTOMAKE= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_IMLIB= yes -USE_ESOUND= yes -INSTALLS_SHLIB= yes - -MAN1= xine-config.1 -MAN3= ao_driver_t.3 ao_functions_t.3 autoplay_group.3 \ - audio_cap.3 audio_group.3 audio_prop.3 \ - browse_group.3 build_info.3 cfg_data_t.3 config_group.3 \ - config_values_s.3 config_values_t.3 demux_strategy.3 \ - event_group.3 loadplugins_group.3 mrl_t.3 mrl_types.3 \ - status_group.3 ui_callbacks.3 version_group.3 video_cap.3 \ - video_group.3 video_prop.3 video_ratio.3 visual_types.3 \ - vo_driver_s.3 vo_driver_t.3 vo_frame_t.3 vo_overlay_t.3 \ - xine-lib.3 xine.h.3 xine_api.3 xine_init.3 xine_management.3 \ - xine_t.3 xine_version.3 - -.include <bsd.port.pre.mk> - -.if ${XFREE86_VERSION} >= 4 -PLIST_SUB= HAVE_LIBXV="" -.else -PLIST_SUB= HAVE_LIBXV="@comment " -.endif - -.if exists(${LOCALBASE}/bin/artsc-config) -PLIST_SUB+= HAVE_ARTS="" -.else -PLIST_SUB+= HAVE_ARTS="@comment " -.endif - -.if exists(${LOCALBASE}/include/vorbis/codec.h) -LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis - -PLIST_SUB+= HAVE_VORBIS="" -.else -PLIST_SUB+= HAVE_VORBIS="@comment " -.endif - -.if exists(${LOCALBASE}/include/ogg/ogg.h) -LIB_DEPENDS+= ogg.3:${PORTSDIR}/audio/libogg - -PLIST_SUB+= HAVE_OGG="" -.else -PLIST_SUB+= HAVE_OGG="@comment " -.endif - -# DVD input plugin for xine-0.9.7 is not available yet. -.if 0 -.if defined(WITH_CSS) -# http://members.home.nl/mphm.janssen/linuxvideo/linuxvideo.html -MASTER_SITES+= http://members.home.nl/mphm.janssen/files/ -DISTFILES+= ${PLUGIN_CSS}${EXTRACT_SUFX} - -LIB_DEPENDS+= dvdcss.0:${PORTSDIR}/graphics/libdvdcss - -PLUGIN_CSS= dvd-plugin-${PLUGIN_CSS_VERSION} -PLUGIN_CSS_VERSION= 0.4 -.endif -.endif - -pre-everything:: -.if 0 -.if !defined(WITH_CSS) - @${ECHO_MSG} "====>" - @${ECHO_MSG} "====> To enable css support, define WITH_CSS" - @${ECHO_MSG} "====>" -.endif -.endif - -# XXX: To avoid internal error in gcc. -post-configure: - @${SED} -e "s/-funroll-loops//" < ${WRKSRC}/src/libw32dll/wine/Makefile > ${WRKSRC}/src/libw32dll/wine/Makefile.tmp - @${MV} ${WRKSRC}/src/libw32dll/wine/Makefile.tmp ${WRKSRC}/src/libw32dll/wine/Makefile - -post-patch: -.if 0 -.if defined(WITH_CSS) - @${PERL} -pi.orig -e 's/(xineplug_inp_dvd_la_LDFLAGS = -avoid-version -module)/\1 -ldvdcss/' \ - ${WRKSRC}/src/input/Makefile.am - @${CP} -f ${WRKDIR}/${PLUGIN_CSS}/*.[ch] ${WRKSRC}/src/input -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/multimedia/libxine/distinfo b/multimedia/libxine/distinfo deleted file mode 100644 index ee69c68bd513..000000000000 --- a/multimedia/libxine/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xine-lib-0.9.7.tar.gz) = 52f3cfdcf2066d36746fb98b735b0fbc diff --git a/multimedia/libxine/files/patch-src:input:Makefile.am b/multimedia/libxine/files/patch-src:input:Makefile.am deleted file mode 100644 index 261585a13598..000000000000 --- a/multimedia/libxine/files/patch-src:input:Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ ---- src/input/Makefile.am.orig Sat Dec 8 09:36:21 2001 -+++ src/input/Makefile.am Tue Dec 11 10:14:50 2001 -@@ -17,10 +17,10 @@ - if HAVE_CDROM_IOCTLS - in_dvd = xineplug_inp_dvd.la - in_vcd = xineplug_inp_vcd.la --in_cda = xineplug_inp_cda.la -+#in_cda = xineplug_inp_cda.la - endif - --lib_LTLIBRARIES = xineplug_inp_file.la $(in_dvd) $(in_vcd) $(in_cda) \ -+lib_LTLIBRARIES = xineplug_inp_file.la $(in_dvd) $(in_vcd) \ - xineplug_inp_stdin_fifo.la xineplug_inp_net.la \ - xineplug_inp_rtp.la xineplug_inp_http.la - -@@ -45,8 +45,8 @@ - xineplug_inp_http_la_SOURCES = input_http.c - xineplug_inp_http_la_LDFLAGS = -avoid-version -module - --xineplug_inp_cda_la_SOURCES = input_cda.c --xineplug_inp_cda_la_LDFLAGS = -avoid-version -module -+#xineplug_inp_cda_la_SOURCES = input_cda.c -+#xineplug_inp_cda_la_LDFLAGS = -avoid-version -module - - include_HEADERS = input_plugin.h - noinst_HEADERS = dvd_udf.h read_cache.h diff --git a/multimedia/libxine/files/patch-src:input:input_rtp.c b/multimedia/libxine/files/patch-src:input:input_rtp.c deleted file mode 100644 index 6392e831cc39..000000000000 --- a/multimedia/libxine/files/patch-src:input:input_rtp.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/input/input_rtp.c.orig Sat Oct 27 19:14:06 2001 -+++ src/input/input_rtp.c Sat Oct 27 19:14:14 2001 -@@ -67,7 +67,6 @@ - #endif - - #include <stdio.h> --#include <malloc.h> - #include <unistd.h> - #include <fcntl.h> - #include <string.h> - diff --git a/multimedia/libxine/files/patch-src:liba52:Makefile.am b/multimedia/libxine/files/patch-src:liba52:Makefile.am deleted file mode 100644 index 07d0af4922c9..000000000000 --- a/multimedia/libxine/files/patch-src:liba52:Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ ---- src/liba52/Makefile.am.orig Fri Oct 19 16:55:18 2001 -+++ src/liba52/Makefile.am Fri Oct 19 16:57:31 2001 -@@ -8,13 +8,9 @@ - - lib_LTLIBRARIES = xineplug_decode_a52.la - --xineplug_decode_a52_la_SOURCES = bitstream.c bit_allocate.c \ -- parse.c downmix.c imdct.c imdct_mlib.c \ -- xine_decoder.c -+xineplug_decode_a52_la_SOURCES = xine_decoder.c -+xineplug_decode_a52_la_LIBADD = -la52 - xineplug_decode_a52_la_LDFLAGS = -avoid-version -module -- --noinst_HEADERS = a52.h a52_internal.h \ -- bitstream.h tables.h - - ## - ## Install header files (default=$includedir/xine) diff --git a/multimedia/libxine/files/patch-src:liba52:xine_decoder.c b/multimedia/libxine/files/patch-src:liba52:xine_decoder.c deleted file mode 100644 index 926881161212..000000000000 --- a/multimedia/libxine/files/patch-src:liba52:xine_decoder.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/liba52/xine_decoder.c.orig Fri Oct 19 17:55:03 2001 -+++ src/liba52/xine_decoder.c Fri Oct 19 17:55:31 2001 -@@ -31,8 +31,8 @@ - #include <fcntl.h> - - #include "audio_out.h" --#include "a52.h" --#include "a52_internal.h" -+#include <a52dec/a52.h> -+#include <a52dec/a52_internal.h> - #include "buffer.h" - #include "xine_internal.h" - #include "cpu_accel.h" diff --git a/multimedia/libxine/files/patch-src:libffmpeg:Makefile.am b/multimedia/libxine/files/patch-src:libffmpeg:Makefile.am deleted file mode 100644 index 3ad31f89d757..000000000000 --- a/multimedia/libxine/files/patch-src:libffmpeg:Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ ---- src/libffmpeg/Makefile.am.orig Tue Nov 27 03:34:06 2001 -+++ src/libffmpeg/Makefile.am Thu Nov 29 17:26:16 2001 -@@ -2,7 +2,6 @@ - ## Process this file with automake to produce Makefile.in - ## - --SUBDIRS = libavcodec - - CFLAGS = @GLOBAL_CFLAGS@ - -@@ -13,9 +12,8 @@ - lib_LTLIBRARIES = xineplug_decode_ff.la - - xineplug_decode_ff_la_SOURCES = xine_decoder.c --xineplug_decode_ff_la_LDFLAGS = \ -- $(top_builddir)/src/libffmpeg/libavcodec/libavcodec.la \ -- -avoid-version -module -+xineplug_decode_ff_la_LIBADD = -lavcodec -+xineplug_decode_ff_la_LDFLAGS = -avoid-version -module - - debug: - @list='$(SUBDIRS)'; for subdir in $$list; do \ diff --git a/multimedia/libxine/files/patch-src:libffmpeg:xine_decoder.c b/multimedia/libxine/files/patch-src:libffmpeg:xine_decoder.c deleted file mode 100644 index 949357430d4c..000000000000 --- a/multimedia/libxine/files/patch-src:libffmpeg:xine_decoder.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/libffmpeg/xine_decoder.c.orig Fri Oct 19 21:17:15 2001 -+++ src/libffmpeg/xine_decoder.c Fri Oct 19 21:17:39 2001 -@@ -38,8 +38,8 @@ - #include "buffer.h" - #include "metronom.h" - --#include "libavcodec/avcodec.h" --#include "libavcodec/dsputil.h" -+#include <libavcodec/avcodec.h> -+#include <libavcodec/dsputil.h> - - /* now this is ripped of wine's vfw.h */ - typedef struct { diff --git a/multimedia/libxine/files/patch-src:libspudec:spu.c b/multimedia/libxine/files/patch-src:libspudec:spu.c deleted file mode 100644 index 6ab2abcd39b4..000000000000 --- a/multimedia/libxine/files/patch-src:libspudec:spu.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/libspudec/spu.c.orig Sat Oct 27 19:15:22 2001 -+++ src/libspudec/spu.c Sat Oct 27 19:15:31 2001 -@@ -63,7 +63,6 @@ - #include <unistd.h> - #include <string.h> - #include <inttypes.h> --#include <malloc.h> - #include <sys/stat.h> - #include <fcntl.h> - diff --git a/multimedia/libxine/files/patch-src:xine-engine:Makefile.am b/multimedia/libxine/files/patch-src:xine-engine:Makefile.am deleted file mode 100644 index dc8aa08f2b97..000000000000 --- a/multimedia/libxine/files/patch-src:xine-engine:Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ ---- src/xine-engine/Makefile.am.orig Sun Oct 21 09:06:25 2001 -+++ src/xine-engine/Makefile.am Sun Oct 21 09:07:43 2001 -@@ -18,8 +18,7 @@ - -lm - - libxine_la_LDFLAGS = \ -- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -- -release $(LT_RELEASE) -+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) - - include_HEADERS = buffer.h metronom.h configfile.h \ - monitor.h cpu_accel.h attributes.h utils.h \ diff --git a/multimedia/libxine/files/patch-src:xine-utils:Makefile.am b/multimedia/libxine/files/patch-src:xine-utils:Makefile.am deleted file mode 100644 index b32ff6a3f970..000000000000 --- a/multimedia/libxine/files/patch-src:xine-utils:Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ ---- src/xine-utils/Makefile.am.orig Thu Nov 8 02:41:14 2001 -+++ src/xine-utils/Makefile.am Thu Nov 8 02:41:46 2001 -@@ -16,8 +16,7 @@ - -lm - - libxineutils_la_LDFLAGS = \ -- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -- -release $(LT_RELEASE) -+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) - - include_HEADERS = attributes.h cpu_accel.h memcpy.h utils.h monitor.h - diff --git a/multimedia/libxine/pkg-comment b/multimedia/libxine/pkg-comment deleted file mode 100644 index 7c45087bb3bb..000000000000 --- a/multimedia/libxine/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -xine UNIX video player library diff --git a/multimedia/libxine/pkg-descr b/multimedia/libxine/pkg-descr deleted file mode 100644 index 15ee32a4db07..000000000000 --- a/multimedia/libxine/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -xine is a free gpl-licensed video player for unix-like systems. -We support mpeg-2 and mpeg-1 system (audio + video multiplexed) streams, -mpeg elementary streams (audio/video only, e.g. mp3 files) and -AVI files (using win32 codec dlls). - -These are the libraries for the xine. - -WWW: http://xine.sourceforge.net/ diff --git a/multimedia/libxine/pkg-plist b/multimedia/libxine/pkg-plist deleted file mode 100644 index 3ca34f8a6430..000000000000 --- a/multimedia/libxine/pkg-plist +++ /dev/null @@ -1,175 +0,0 @@ -bin/xine-config -include/xine/compat.h -include/xine/attributes.h -include/xine/audio_out.h -include/xine/buffer.h -include/xine/configfile.h -include/xine/demux.h -include/xine/dxr3_video_out.h -include/xine/dxr3_vo_encoder.h -include/xine/events.h -include/xine/input_plugin.h -include/xine/lrb.h -include/xine/metronom.h -include/xine/osd.h -include/xine/resample.h -include/xine/scratch.h -include/xine/spu_decoder.h -include/xine/spu_decoder_api.h -include/xine/video_out.h -include/xine/video_out_x11.h -include/xine/video_overlay.h -include/xine/xine_internal.h -include/xine/xineutils.h -include/xine.h -lib/libxine.la -lib/libxine.so -lib/libxine.so.0 -lib/libxineutils.la -lib/libxineutils.so -lib/libxineutils.so.0 -%%HAVE_ARTS%%lib/xine/plugins/xineplug_ao_out_arts.la -%%HAVE_ARTS%%lib/xine/plugins/xineplug_ao_out_arts.so -lib/xine/plugins/xineplug_ao_out_esd.la -lib/xine/plugins/xineplug_ao_out_esd.so -lib/xine/plugins/xineplug_ao_out_oss.la -lib/xine/plugins/xineplug_ao_out_oss.so -lib/xine/plugins/xineplug_decode_a52.la -lib/xine/plugins/xineplug_decode_a52.so -lib/xine/plugins/xineplug_decode_divx4.la -lib/xine/plugins/xineplug_decode_divx4.so -lib/xine/plugins/xineplug_decode_dts.la -lib/xine/plugins/xineplug_decode_dts.so -lib/xine/plugins/xineplug_decode_vfill.la -lib/xine/plugins/xineplug_decode_vfill.so -lib/xine/plugins/xineplug_decode_ff.la -lib/xine/plugins/xineplug_decode_ff.so -lib/xine/plugins/xineplug_decode_lpcm.la -lib/xine/plugins/xineplug_decode_lpcm.so -lib/xine/plugins/xineplug_decode_mad.la -lib/xine/plugins/xineplug_decode_mad.so -lib/xine/plugins/xineplug_decode_mpeg2.la -lib/xine/plugins/xineplug_decode_mpeg2.so -lib/xine/plugins/xineplug_decode_spu.la -lib/xine/plugins/xineplug_decode_spu.so -lib/xine/plugins/xineplug_decode_sputext.la -lib/xine/plugins/xineplug_decode_sputext.so -%%HAVE_VORBIS%%lib/xine/plugins/xineplug_decode_vorbis.la -%%HAVE_VORBIS%%lib/xine/plugins/xineplug_decode_vorbis.so -lib/xine/plugins/xineplug_decode_w32dll.la -lib/xine/plugins/xineplug_decode_w32dll.so -lib/xine/plugins/xineplug_dmx_asf.la -lib/xine/plugins/xineplug_dmx_asf.so -lib/xine/plugins/xineplug_dmx_avi.la -lib/xine/plugins/xineplug_dmx_avi.so -lib/xine/plugins/xineplug_dmx_cda.la -lib/xine/plugins/xineplug_dmx_cda.so -lib/xine/plugins/xineplug_dmx_mpeg.la -lib/xine/plugins/xineplug_dmx_mpeg.so -lib/xine/plugins/xineplug_dmx_mpeg_audio.la -lib/xine/plugins/xineplug_dmx_mpeg_audio.so -lib/xine/plugins/xineplug_dmx_mpeg_block.la -lib/xine/plugins/xineplug_dmx_mpeg_block.so -lib/xine/plugins/xineplug_dmx_mpeg_elem.la -lib/xine/plugins/xineplug_dmx_mpeg_elem.so -lib/xine/plugins/xineplug_dmx_mpeg_pes.la -lib/xine/plugins/xineplug_dmx_mpeg_pes.so -lib/xine/plugins/xineplug_dmx_mpeg_ts.la -lib/xine/plugins/xineplug_dmx_mpeg_ts.so -%%HAVE_OGG%%lib/xine/plugins/xineplug_dmx_ogg.la -%%HAVE_OGG%%lib/xine/plugins/xineplug_dmx_ogg.so -lib/xine/plugins/xineplug_dmx_qt.la -lib/xine/plugins/xineplug_dmx_qt.so -lib/xine/plugins/xineplug_inp_dvd.la -lib/xine/plugins/xineplug_inp_dvd.so -lib/xine/plugins/xineplug_inp_file.la -lib/xine/plugins/xineplug_inp_file.so -lib/xine/plugins/xineplug_inp_http.la -lib/xine/plugins/xineplug_inp_http.so -lib/xine/plugins/xineplug_inp_net.la -lib/xine/plugins/xineplug_inp_net.so -lib/xine/plugins/xineplug_inp_rtp.la -lib/xine/plugins/xineplug_inp_rtp.so -lib/xine/plugins/xineplug_inp_stdin_fifo.la -lib/xine/plugins/xineplug_inp_stdin_fifo.so -lib/xine/plugins/xineplug_inp_vcd.la -lib/xine/plugins/xineplug_inp_vcd.so -lib/xine/plugins/xineplug_vo_out_aa.la -lib/xine/plugins/xineplug_vo_out_aa.so -lib/xine/plugins/xineplug_vo_out_syncfb.la -lib/xine/plugins/xineplug_vo_out_syncfb.so -lib/xine/plugins/xineplug_vo_out_xshm.la -lib/xine/plugins/xineplug_vo_out_xshm.so -%%HAVE_LIBXV%%lib/xine/plugins/xineplug_vo_out_xv.la -%%HAVE_LIBXV%%lib/xine/plugins/xineplug_vo_out_xv.so -share/doc/xine/xine-lib-API/html/annotated.html -share/doc/xine/xine-lib-API/html/doxygen.css -share/doc/xine/xine-lib-API/html/doxygen.gif -share/doc/xine/xine-lib-API/html/files.html -share/doc/xine/xine-lib-API/html/functions.html -share/doc/xine/xine-lib-API/html/globals.html -share/doc/xine/xine-lib-API/html/group__audio__cap.html -share/doc/xine/xine-lib-API/html/group__audio__group.html -share/doc/xine/xine-lib-API/html/group__audio__prop.html -share/doc/xine/xine-lib-API/html/group__autoplay__group.html -share/doc/xine/xine-lib-API/html/group__browse__group.html -share/doc/xine/xine-lib-API/html/group__build__info.html -share/doc/xine/xine-lib-API/html/group__config__group.html -share/doc/xine/xine-lib-API/html/group__demux__strategy.html -share/doc/xine/xine-lib-API/html/group__event__group.html -share/doc/xine/xine-lib-API/html/group__loadplugins__group.html -share/doc/xine/xine-lib-API/html/group__mrl__types.html -share/doc/xine/xine-lib-API/html/group__status__group.html -share/doc/xine/xine-lib-API/html/group__ui__callbacks.html -share/doc/xine/xine-lib-API/html/group__version__group.html -share/doc/xine/xine-lib-API/html/group__video__cap.html -share/doc/xine/xine-lib-API/html/group__video__group.html -share/doc/xine/xine-lib-API/html/group__video__prop.html -share/doc/xine/xine-lib-API/html/group__video__ratio.html -share/doc/xine/xine-lib-API/html/group__visual__types.html -share/doc/xine/xine-lib-API/html/group__xine__api.html -share/doc/xine/xine-lib-API/html/group__xine__init.html -share/doc/xine/xine-lib-API/html/group__xine__management.html -share/doc/xine/xine-lib-API/html/group__xine__version.html -share/doc/xine/xine-lib-API/html/index.html -share/doc/xine/xine-lib-API/html/modules.html -share/doc/xine/xine-lib-API/html/structao__driver__t.html -share/doc/xine/xine-lib-API/html/structao__functions__t.html -share/doc/xine/xine-lib-API/html/structcfg__data__t.html -share/doc/xine/xine-lib-API/html/structconfig__values__s.html -share/doc/xine/xine-lib-API/html/structconfig__values__t.html -share/doc/xine/xine-lib-API/html/structmrl__t.html -share/doc/xine/xine-lib-API/html/structvo__driver__s.html -share/doc/xine/xine-lib-API/html/structvo__driver__t.html -share/doc/xine/xine-lib-API/html/structvo__frame__t.html -share/doc/xine/xine-lib-API/html/structvo__overlay__t.html -share/doc/xine/xine-lib-API/html/structxine__t.html -share/doc/xine/xine-lib-API/html/xine_8h-source.html -share/doc/xine/xine-lib-API/html/xine_8h.html -share/doc/xine/xine-lib-API/html/xine_logo.png -share/xine/fonts/cetus-16.xinefont.gz -share/xine/fonts/cetus-20.xinefont.gz -share/xine/fonts/cetus-24.xinefont.gz -share/xine/fonts/cetus-32.xinefont.gz -share/xine/fonts/mono-16.xinefont.gz -share/xine/fonts/mono-20.xinefont.gz -share/xine/fonts/mono-24.xinefont.gz -share/xine/fonts/mono-32.xinefont.gz -share/xine/fonts/sans-16.xinefont.gz -share/xine/fonts/sans-20.xinefont.gz -share/xine/fonts/sans-24.xinefont.gz -share/xine/fonts/sans-32.xinefont.gz -share/xine/fonts/serif-16.xinefont.gz -share/xine/fonts/serif-20.xinefont.gz -share/xine/fonts/serif-24.xinefont.gz -share/xine/fonts/serif-32.xinefont.gz -share/xine/skins/xine_logo.png -@dirrm include/xine -@dirrm lib/xine/plugins -@dirrm lib/xine -@dirrm share/doc/xine/xine-lib-API/html -@dirrm share/doc/xine/xine-lib-API -@dirrm share/doc/xine -@dirrm share/xine/fonts -@dirrm share/xine/skins -@dirrm share/xine diff --git a/multimedia/linux-divx4linux/Makefile b/multimedia/linux-divx4linux/Makefile deleted file mode 100644 index a8d5a91047c9..000000000000 --- a/multimedia/linux-divx4linux/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: divx4linux -# Date created: Mon Sep 24 15:40:14 BRT 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= divx4linux -PORTVERSION= 0.${RELEASE_DATE} -CATEGORIES= graphics linux -MASTER_SITES= http://download.divx.com/videocodecs/linux/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//} -EXTRACT_SUFX= .tgz - -MAINTAINER= lioux@FreeBSD.org - -RESTRICTED= unsure of licensing issues - -ONLY_FOR_ARCHS= i386 -USE_LINUX_PREFIX= yes -WRKSRC= ${WRKDIR}/${DISTNAME:C/_.+$//} -NO_BUILD= yes -PLIST_SUB= PKGNAME="${PKGNAME}" - -RELEASE_DATE= 20011010_4.02 - -post-patch: -.for ext in h linux txt - @${PERL} -pi -e "s/
//" ${WRKSRC}/*.${ext} -.endfor - -do-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${PREFIX}/usr/doc/${PKGNAME} -.for ext in linux txt - @${INSTALL_DATA} ${WRKSRC}/*.${ext} ${PREFIX}/usr/doc/${PKGNAME} -.endfor -.endif -# Header file installation - @${MKDIR} ${PREFIX}/usr/include/divx - @${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/usr/include/divx -# Library installation - @${INSTALL_DATA} ${WRKSRC}/*.so ${PREFIX}/usr/lib - @${LINUXBASE}/sbin/ldconfig - -.include <bsd.port.mk> diff --git a/multimedia/linux-divx4linux/distinfo b/multimedia/linux-divx4linux/distinfo deleted file mode 100644 index 2e3336c0bea1..000000000000 --- a/multimedia/linux-divx4linux/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (divx4linux-20011010_4.02.tgz) = 5429fb8b3b8e6373f2ab05ecf90238bc diff --git a/multimedia/linux-divx4linux/pkg-comment b/multimedia/linux-divx4linux/pkg-comment deleted file mode 100644 index 3e39dea362f6..000000000000 --- a/multimedia/linux-divx4linux/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Linux binary release of DivX (TM) Codec diff --git a/multimedia/linux-divx4linux/pkg-descr b/multimedia/linux-divx4linux/pkg-descr deleted file mode 100644 index d51a8e742d83..000000000000 --- a/multimedia/linux-divx4linux/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -[excerpt from DivX (TM) site] - -The center of DivX MPEG-4 Codec is the DivX codec core. It is the -engine of the codec. The codec core processes either the video -image or MPEG-4 bitstream, and it uses the compression and -decompression to convert information between the formats. The codec -core includes two parts - an encoder (that compresses the video -image into MPEG-4 bitstreams) and a decoder (that decompresses the -MPEG-4 bitstream back into video images). The encoder core is named -"encore", and the decoder core "decore". - -WWW: http://www.divx.com/ diff --git a/multimedia/linux-divx4linux/pkg-plist b/multimedia/linux-divx4linux/pkg-plist deleted file mode 100644 index e0ce87d55023..000000000000 --- a/multimedia/linux-divx4linux/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%PORTDOCS%%usr/doc/%%PKGNAME%%/Codec Core Interface.txt -%%PORTDOCS%%usr/doc/%%PKGNAME%%/license.txt -%%PORTDOCS%%usr/doc/%%PKGNAME%%/RELNOTES.linux -usr/include/divx/decore.h -usr/include/divx/encore2.h -usr/include/divx/mv_hint.h -usr/lib/libdivxdecore.so -usr/lib/libdivxencore.so -@dirrm usr/include/divx -%%PORTDOCS%%@dirrm usr/doc/%%PKGNAME%% -@exec %D/sbin/ldconfig -@unexec %D/sbin/ldconfig diff --git a/multimedia/linux-divx4linux4/Makefile b/multimedia/linux-divx4linux4/Makefile deleted file mode 100644 index a8d5a91047c9..000000000000 --- a/multimedia/linux-divx4linux4/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: divx4linux -# Date created: Mon Sep 24 15:40:14 BRT 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= divx4linux -PORTVERSION= 0.${RELEASE_DATE} -CATEGORIES= graphics linux -MASTER_SITES= http://download.divx.com/videocodecs/linux/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//} -EXTRACT_SUFX= .tgz - -MAINTAINER= lioux@FreeBSD.org - -RESTRICTED= unsure of licensing issues - -ONLY_FOR_ARCHS= i386 -USE_LINUX_PREFIX= yes -WRKSRC= ${WRKDIR}/${DISTNAME:C/_.+$//} -NO_BUILD= yes -PLIST_SUB= PKGNAME="${PKGNAME}" - -RELEASE_DATE= 20011010_4.02 - -post-patch: -.for ext in h linux txt - @${PERL} -pi -e "s/
//" ${WRKSRC}/*.${ext} -.endfor - -do-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${PREFIX}/usr/doc/${PKGNAME} -.for ext in linux txt - @${INSTALL_DATA} ${WRKSRC}/*.${ext} ${PREFIX}/usr/doc/${PKGNAME} -.endfor -.endif -# Header file installation - @${MKDIR} ${PREFIX}/usr/include/divx - @${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/usr/include/divx -# Library installation - @${INSTALL_DATA} ${WRKSRC}/*.so ${PREFIX}/usr/lib - @${LINUXBASE}/sbin/ldconfig - -.include <bsd.port.mk> diff --git a/multimedia/linux-divx4linux4/distinfo b/multimedia/linux-divx4linux4/distinfo deleted file mode 100644 index 2e3336c0bea1..000000000000 --- a/multimedia/linux-divx4linux4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (divx4linux-20011010_4.02.tgz) = 5429fb8b3b8e6373f2ab05ecf90238bc diff --git a/multimedia/linux-divx4linux4/pkg-comment b/multimedia/linux-divx4linux4/pkg-comment deleted file mode 100644 index 3e39dea362f6..000000000000 --- a/multimedia/linux-divx4linux4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Linux binary release of DivX (TM) Codec diff --git a/multimedia/linux-divx4linux4/pkg-descr b/multimedia/linux-divx4linux4/pkg-descr deleted file mode 100644 index d51a8e742d83..000000000000 --- a/multimedia/linux-divx4linux4/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -[excerpt from DivX (TM) site] - -The center of DivX MPEG-4 Codec is the DivX codec core. It is the -engine of the codec. The codec core processes either the video -image or MPEG-4 bitstream, and it uses the compression and -decompression to convert information between the formats. The codec -core includes two parts - an encoder (that compresses the video -image into MPEG-4 bitstreams) and a decoder (that decompresses the -MPEG-4 bitstream back into video images). The encoder core is named -"encore", and the decoder core "decore". - -WWW: http://www.divx.com/ diff --git a/multimedia/linux-divx4linux4/pkg-plist b/multimedia/linux-divx4linux4/pkg-plist deleted file mode 100644 index e0ce87d55023..000000000000 --- a/multimedia/linux-divx4linux4/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%PORTDOCS%%usr/doc/%%PKGNAME%%/Codec Core Interface.txt -%%PORTDOCS%%usr/doc/%%PKGNAME%%/license.txt -%%PORTDOCS%%usr/doc/%%PKGNAME%%/RELNOTES.linux -usr/include/divx/decore.h -usr/include/divx/encore2.h -usr/include/divx/mv_hint.h -usr/lib/libdivxdecore.so -usr/lib/libdivxencore.so -@dirrm usr/include/divx -%%PORTDOCS%%@dirrm usr/doc/%%PKGNAME%% -@exec %D/sbin/ldconfig -@unexec %D/sbin/ldconfig diff --git a/multimedia/linux-realplayer/Makefile b/multimedia/linux-realplayer/Makefile deleted file mode 100644 index 7c35c2f725e8..000000000000 --- a/multimedia/linux-realplayer/Makefile +++ /dev/null @@ -1,87 +0,0 @@ -# New ports collection makefile for: linux-realplayer -# Date created: 31 January 1999 -# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> -# -# $FreeBSD$ -# - -PORTNAME= linux-realplayer -PORTVERSION= 8.cs2 -CATEGORIES= audio graphics linux -MASTER_SITES= # fetch manually -DISTNAME= rp${PORTVERSION:R}_linux20_libc6_i386_${PORTVERSION:E} -EXTRACT_SUFX= _rpm - -MAINTAINER= vns@delta.odessa.ua - -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio - -EXTRACT_CMD= rpm2cpio -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= | cpio -id --quiet -RADIR= ${PREFIX}/lib/RealPlayer${PORTVERSION:R} -WRKSRC= ${WRKDIR}/usr/lib/RealPlayer${PORTVERSION:R} -PLUGINSDIR= ${PREFIX}/lib/netscape-linux/plugins -RABINDIR= ${PREFIX}/bin - -# Linux binary should not be stripped by INSTALL_PROGRAM -# because as a side effect it brands the binary as FreeBSD. -STRIP= - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= may not be automatically fetched due to licensing\ - restrictions. You MUST manually fetch the Linux RPM version after\ - reading and agreeing to the license at:\ - http://www.real.com/ \ - - once ${DISTFILES} has been downloaded, move it to\ - ${DISTDIR} and then restart this build. -.endif - -ONLY_FOR_ARCHS= i386 -NO_CDROM= "Redistribution not allowed" -NO_BUILD= yes - -do-install: - ${MKDIR} ${RADIR} -.for f in mimeinstall.sh pluginstall.sh postinstall.sh - ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RADIR} -.endfor -.for f in realplay rpnp.so - ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${RADIR} -.endfor -.for f in LICENSE Mailcap Mime.types README app.kdelnk audiosig.rm \ - firstrun.rm mime.kdelnk raclass.zip \ - realplay.desktop rp7.xpm rp7doc.png rp7doc.xpm rp7mini.xpm - ${INSTALL_DATA} ${WRKSRC}/${f} ${RADIR} -.endfor -.for d in Codecs Common Plugins - ${MKDIR} ${RADIR}/${d} - ${INSTALL_PROGRAM} ${WRKSRC}/${d}/*.so* ${RADIR}/${d} -.endfor - ${MKDIR} ${RADIR}/Plugins/ExtResources - ${INSTALL_PROGRAM} ${WRKSRC}/Plugins/ExtResources/* ${RADIR}/Plugins/ExtResources/ - - ${LN} -sf ${RADIR}/realplay ${RABINDIR} - -.if exists(${PLUGINSDIR}) - ${LN} -sf ${RADIR}/raclass.zip ${PLUGINSDIR} - ${LN} -sf ${RADIR}/rpnp.so ${PLUGINSDIR} -.endif - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/RealPlayer8 - ${INSTALL_DATA} ${WRKSRC}/Help/readme ${PREFIX}/share/doc/RealPlayer8 - ${INSTALL_DATA} ${WRKSRC}/Help/realplay.htm ${PREFIX}/share/doc/RealPlayer8 - ${MKDIR} ${PREFIX}/share/doc/RealPlayer8/realplay - ${INSTALL_DATA} ${WRKSRC}/Help/realplay/*.htm ${PREFIX}/share/doc/RealPlayer8/realplay - ${MKDIR} ${PREFIX}/share/doc/RealPlayer8/realplay/pics - ${INSTALL_DATA} ${WRKSRC}/Help/realplay/pics/* ${PREFIX}/share/doc/RealPlayer8/realplay/pics -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/multimedia/linux-realplayer/distinfo b/multimedia/linux-realplayer/distinfo deleted file mode 100644 index 3b54b2a1cc88..000000000000 --- a/multimedia/linux-realplayer/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rp8_linux20_libc6_i386_cs2_rpm) = 525f6f050d076148e9e02769f2055d53 diff --git a/multimedia/linux-realplayer/pkg-comment b/multimedia/linux-realplayer/pkg-comment deleted file mode 100644 index a039ea8b20b4..000000000000 --- a/multimedia/linux-realplayer/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Linux RealPlayer 8.0 from RealNetworks diff --git a/multimedia/linux-realplayer/pkg-descr b/multimedia/linux-realplayer/pkg-descr deleted file mode 100644 index 8cf65bd7f0bd..000000000000 --- a/multimedia/linux-realplayer/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This is the Linux version of RealPlayer 8.0 Basic from RealNetworks, -the player for RealAudio and RealVideo streaming broadcasts from the net. -It can be used as a standalone application, an external "helper" app from -Netscape, or a plugin in the Linux version of netscape. - -Due to license restrictions, this package must be manually downloaded -from the RealNetworks web site: -http://www.real.com/player/ - -WWW: http://www.real.com/player/ diff --git a/multimedia/linux-realplayer/pkg-message b/multimedia/linux-realplayer/pkg-message deleted file mode 100644 index 13e9fa48971c..000000000000 --- a/multimedia/linux-realplayer/pkg-message +++ /dev/null @@ -1,22 +0,0 @@ -************************************************************ -HINT: - -If you experience crashes, try setting the -audio driver option under - - view->Preference->Performance->Audio Driver Options - -to - - "Enable support for old OSS drivers" - - -Take the following hint with a grain of salt: - -After install goto ${PREFIX}/lib/RealPlayer8 directory -(as user) and launch: - ./mimeinstall.sh - for install mime types for the mail and - browser - ./pluginstall.sh - for install plugin for the Linux - Netscape -************************************************************ diff --git a/multimedia/linux-realplayer/pkg-plist b/multimedia/linux-realplayer/pkg-plist deleted file mode 100644 index 7a4255f4f506..000000000000 --- a/multimedia/linux-realplayer/pkg-plist +++ /dev/null @@ -1,314 +0,0 @@ -bin/realplay -lib/RealPlayer8/Codecs/14_4.so.6.0 -lib/RealPlayer8/Codecs/28_8.so.6.0 -lib/RealPlayer8/Codecs/atrc.so.6.0 -lib/RealPlayer8/Codecs/cook.so.6.0 -lib/RealPlayer8/Codecs/ddnt.so.6.0 -lib/RealPlayer8/Codecs/dnet.so.6.0 -lib/RealPlayer8/Codecs/drv1.so.6.0 -lib/RealPlayer8/Codecs/drv2.so.6.0 -lib/RealPlayer8/Codecs/drv3.so.6.0 -lib/RealPlayer8/Codecs/dspr.so.6.0 -lib/RealPlayer8/Codecs/rncolor.so.6.0 -lib/RealPlayer8/Codecs/rv10.so.6.0 -lib/RealPlayer8/Codecs/rv20.so.6.0 -lib/RealPlayer8/Codecs/rv30.so.6.0 -lib/RealPlayer8/Codecs/sipr.so.6.0 -lib/RealPlayer8/Codecs/tokr.so.6.0 -lib/RealPlayer8/Common/pnrscmgr.so.6.0 -lib/RealPlayer8/Common/rcacore.so.6.0 -lib/RealPlayer8/Common/rcaembed.so.6.0 -lib/RealPlayer8/Common/rmacore.so.6.0 -lib/RealPlayer8/LICENSE -lib/RealPlayer8/Mailcap -lib/RealPlayer8/Mime.types -lib/RealPlayer8/Plugins/ExtResources/coreres60.xrs -lib/RealPlayer8/Plugins/audplin.so.6.0 -lib/RealPlayer8/Plugins/authmgr.so.6.0 -lib/RealPlayer8/Plugins/bascauth.so.6.0 -lib/RealPlayer8/Plugins/httpfsys.so.6.0 -lib/RealPlayer8/Plugins/memfsys.so.6.0 -lib/RealPlayer8/Plugins/meta.so.6.0 -lib/RealPlayer8/Plugins/mp3f.so.6.0 -lib/RealPlayer8/Plugins/mp3mfpln.so.6.0 -lib/RealPlayer8/Plugins/mp3r.so.6.0 -lib/RealPlayer8/Plugins/pnxres.so.6.0 -lib/RealPlayer8/Plugins/ppffplin.so.6.0 -lib/RealPlayer8/Plugins/pxcgif2.so.6.0 -lib/RealPlayer8/Plugins/pxcjpeg2.so.6.0 -lib/RealPlayer8/Plugins/pxcpng.so.6.0 -lib/RealPlayer8/Plugins/pxff.so.6.0 -lib/RealPlayer8/Plugins/pxgf.so.6.0 -lib/RealPlayer8/Plugins/pxgr.so.6.0 -lib/RealPlayer8/Plugins/pxjf.so.6.0 -lib/RealPlayer8/Plugins/pxjr.so.6.0 -lib/RealPlayer8/Plugins/pxpf.so.6.0 -lib/RealPlayer8/Plugins/pxpr.so.6.0 -lib/RealPlayer8/Plugins/pxrend2.so.6.0 -lib/RealPlayer8/Plugins/rarender.so.6.0 -lib/RealPlayer8/Plugins/rcadlg.so.6.0 -lib/RealPlayer8/Plugins/rmffplin.so.6.0 -lib/RealPlayer8/Plugins/rn5auth.so.6.0 -lib/RealPlayer8/Plugins/rtffplin.so.6.0 -lib/RealPlayer8/Plugins/rtrender.so.6.0 -lib/RealPlayer8/Plugins/rvrend.so.6.0 -lib/RealPlayer8/Plugins/sdpplin.so.6.0 -lib/RealPlayer8/Plugins/skinfs.so.6.0 -lib/RealPlayer8/Plugins/smlffpln.so.6.0 -lib/RealPlayer8/Plugins/smlrendr.so.6.0 -lib/RealPlayer8/Plugins/smmrendr.so.6.0 -lib/RealPlayer8/Plugins/smplfsys.so.6.0 -lib/RealPlayer8/Plugins/swff.so.6.0 -lib/RealPlayer8/Plugins/swfrend.so.6.0 -lib/RealPlayer8/Plugins/vidplin.so.6.0 -lib/RealPlayer8/Plugins/vsrcplin.so.6.0 -lib/RealPlayer8/Plugins/xlibsite.so.6.0 -lib/RealPlayer8/README -lib/RealPlayer8/app.kdelnk -lib/RealPlayer8/audiosig.rm -lib/RealPlayer8/firstrun.rm -lib/RealPlayer8/mime.kdelnk -lib/RealPlayer8/mimeinstall.sh -lib/RealPlayer8/pluginstall.sh -lib/RealPlayer8/postinstall.sh -lib/RealPlayer8/raclass.zip -lib/RealPlayer8/realplay -lib/RealPlayer8/realplay.desktop -lib/RealPlayer8/rp7.xpm -lib/RealPlayer8/rp7doc.png -lib/RealPlayer8/rp7doc.xpm -lib/RealPlayer8/rp7mini.xpm -lib/RealPlayer8/rpnp.so -%%PORTDOCS%%share/doc/RealPlayer8/readme -%%PORTDOCS%%share/doc/RealPlayer8/realplay.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/aud_play.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/buffered.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/cinfobar.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/clip_bar.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/clipinfo.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/clipwork.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/compact.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/con_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/configur.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/cont_menu.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/disp_hlp.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/display.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/distort.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/error690.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/error693.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/error698.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/file_menu.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/filetype.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/gen_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/glossary.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/gotoreal.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/help_menu.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/how_to.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/index.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/inner.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/intrface.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/introduction.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/jump_to.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/keyshort.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/loadclip.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/manually.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/menubar.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/menus.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/mute.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/notice.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/panels.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pause.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/per_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/DOCUMENTB.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/RealLogo.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/RealNetx.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/SHED-EXAMPLE.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/back.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/backbutt.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/bckbutt.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/brightness.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_a.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_b.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_c.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_d.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_e.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_f.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_g.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_h.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_i.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_j.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_k.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_l.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_m.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_n.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_o.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_p.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_q.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_r.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_s.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_t.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_u.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_v.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_w.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_x.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_y.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_z.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/callouts.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/channelstab.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/closed2.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/cnt0.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/cnt1.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/colorcontrol.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/compbutt.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/contrast.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/creditroll.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/cursor_hand.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/delete3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/do-it.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/dropdwnarrow.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-autogainadj.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-on-off.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-onbutton.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-restoredefault.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-slider3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-smarteq.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/equalizer3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/favicon.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/favoritestab.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/forward.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/forwardbutt.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/fullplayershed.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/fulltoc.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/fwdbutt.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/g2-status.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/glossary.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_a.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_b.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_c.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_d.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_e.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_f.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_g.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_h.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_i.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_j.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_k.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_l.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_m.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_n.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_o.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_p.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_q.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_r.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_s.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_t.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_u.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_v.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_w.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_x.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_y.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_z.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-buffer-gauge.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-connect-wds.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-kbps-wds.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-live.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-nettraffic-red.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-nettrafficgreen.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-nettrafficyellow.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-pause.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-play.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-stop.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-surestreamdown.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-surestreamup.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-timeleft.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-timer.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/moreinfo.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/mute.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/mute3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/newchannels.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/next.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/next0.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/next1.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/notice.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/optionsbutt.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/pause.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/play.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/plus2.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/pregain3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/prev0.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/prev1.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/readme.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/real.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000000.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000013.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000046.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000071.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00090000.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00090001.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/recbutt.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/recbuttondwn.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/reverb3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/roomsize3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/saturation.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/savesettings3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/scan.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/search.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/settings4.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/sharpness.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/shortcut.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/shorttoc.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/stationstab.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/stop.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/tint.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/unixplay.jpg -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/videocontrols3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/volslider.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/zoom.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/zoomtest -%%PORTDOCS%%share/doc/RealPlayer8/realplay/play.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/play_menu.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/playclip.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/position.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/prx_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/real_wrk.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/rollcred.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/set_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/size.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/slider.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/snd_set.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/stat_bar.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/statist.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/status.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/stop.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/streams.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/sup_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/surestrm.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/sync_snd.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/takefive.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_full.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_menu.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_strt.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_trbl.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/trn_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/trn_set.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/trouble.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/use_real.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/vid_play.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/video.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/view_menu.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/volume.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/win_ctrl.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/zoom.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/zoomhelp.htm -@unexec rm -f %D/lib/netscape-linux/plugins/raclass.zip %D/lib/netscape-linux/plugins/rpnp.so -@dirrm lib/RealPlayer8/Plugins/ExtResources -@dirrm lib/RealPlayer8/Plugins -@dirrm lib/RealPlayer8/Common -@dirrm lib/RealPlayer8/Codecs -@dirrm lib/RealPlayer8 -%%PORTDOCS%%@dirrm share/doc/RealPlayer8/realplay/pics -%%PORTDOCS%%@dirrm share/doc/RealPlayer8/realplay -%%PORTDOCS%%@dirrm share/doc/RealPlayer8 diff --git a/multimedia/linux-xmovie/Makefile b/multimedia/linux-xmovie/Makefile deleted file mode 100644 index d9b08a674123..000000000000 --- a/multimedia/linux-xmovie/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: xmovie -# Date created: 20 December 1998 -# Whom: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> -# -# $FreeBSD$ -# - -PORTNAME= xmovie -PORTVERSION= 1.6.1 -CATEGORIES= graphics linux -MASTER_SITES= http://heroines.sourceforge.net/ -DISTFILES= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}.i386.rpm - -MAINTAINER= sanpei@FreeBSD.org - -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm -RUN_DEPENDS= ${LINUX_BASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ - ${LINUX_BASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg \ - ${LINUX_BASE}/usr/lib/libpng.so.2.1.0.3:${PORTSDIR}/graphics/linux-png - -ONLY_FOR_ARCHS= i386 -DOC_DIR= ${PREFIX}/share/doc/xmovie -EXTRACT_CMD= rpm2cpio -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= | cpio -id --quiet -LINUX_BASE= /compat/linux -NO_BUILD= yes -USE_X_PREFIX= yes -NO_WRKSUBDIR= yes - -# Linux binary should not be stripped by INSTALL_PROGRAM as it uses -# /usr/bin/strip which then brands the binary as a FreeBSD ELF one. -STRIP= - -do-patch: - @${DO_NADA} - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/usr/local/bin/xmovie ${PREFIX}/bin - @brandelf -t Linux ${PREFIX}/bin/xmovie -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOC_DIR} - @${INSTALL_DATA} ${WRKSRC}/usr/doc/xmovie-${PORTVERSION:R}/README ${DOC_DIR}/README - @${INSTALL_DATA} ${WRKSRC}/usr/doc/xmovie-${PORTVERSION:R}/index.html ${DOC_DIR}/index.html -.endif -.include <bsd.port.mk> diff --git a/multimedia/linux-xmovie/distinfo b/multimedia/linux-xmovie/distinfo deleted file mode 100644 index 53253cda1340..000000000000 --- a/multimedia/linux-xmovie/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xmovie-1.6-1.i386.rpm) = b97371151a9b45721c3c7ef8cc7ddb4b diff --git a/multimedia/linux-xmovie/pkg-comment b/multimedia/linux-xmovie/pkg-comment deleted file mode 100644 index cd1622636da8..000000000000 --- a/multimedia/linux-xmovie/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A movie player for MPEG-2 and Quicktime movies diff --git a/multimedia/linux-xmovie/pkg-descr b/multimedia/linux-xmovie/pkg-descr deleted file mode 100644 index 52896d5b9bec..000000000000 --- a/multimedia/linux-xmovie/pkg-descr +++ /dev/null @@ -1,37 +0,0 @@ -* xmovie - - MPEG-2 and Quicktime movie player - -WWW: http://heroines.sourceforge.net/xmovie.php3 - - documentation is in /usr/X11R6/share/doc/xmovie/. - -* Tips - - - If you use with 3.2-RELEASE, 3.3-RELEASE, 3.4-RELEASE, - it need to update /module/linux.ko file. - - - Below options for kernel are useful for xmovie. - (SEE ALSO NOTES or LINT file in you source tree) - -options "P1003_1B" -options "_KPOSIX_PRIORITY_SCHEDULING" -options "_KPOSIX_VERSION=199309L" - -or - -options P1003_1B -options _KPOSIX_PRIORITY_SCHEDULING -options _KPOSIX_VERSION=199309L - - - If you use with 4.x-RELEASE, it need to add ``options USER_LDT'' - in your kernel config. - - - If you had ``failed to open /proc/cpuinfo', - add below line into your /etc/fstab file. - -linproc /compat/linux/proc linprocfs rw 0 0 - ---- -Yoshiro MIHIRA -(sanpei@FreeBSD.org) diff --git a/multimedia/linux-xmovie/pkg-plist b/multimedia/linux-xmovie/pkg-plist deleted file mode 100644 index f78026a32692..000000000000 --- a/multimedia/linux-xmovie/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/xmovie -share/doc/xmovie/README -share/doc/xmovie/index.html -@dirrm share/doc/xmovie diff --git a/multimedia/mpeg/Makefile b/multimedia/mpeg/Makefile deleted file mode 100644 index 6d7bc97e500e..000000000000 --- a/multimedia/mpeg/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: mpeg -# Date created: Sa 01 May 1999 15:00:00 MET -# Whom: Tobias Reifenberger <treif@mayn.de> -# -# $FreeBSD$ -# - -PORTNAME= mpeg -PORTVERSION= 1.2.2 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.uni-koeln.de/graph/mpeg/ \ - ftp://ftp.mni.mcgill.ca/pub/mpeg/ \ - ftp://ftp.u-aizu.ac.jp/pub/graphics/image/mpeg/mni.mcgill.ca/ -DISTNAME= MPEGv${PORTVERSION} - -MAINTAINER= treif@mayn.de - -WRKSRC= ${WRKDIR}/mpegdir -MAN1= mpeg.1 - -pre-build: - @${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mpeg ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/mpeg.1 ${PREFIX}/man/man1 -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/mpeg - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mpeg/README - ${INSTALL_DATA} ${WRKSRC}/doc.ps ${PREFIX}/share/doc/mpeg/doc.ps -.endif - -.include <bsd.port.mk> diff --git a/multimedia/mpeg/distinfo b/multimedia/mpeg/distinfo deleted file mode 100644 index 19eec5e46bc6..000000000000 --- a/multimedia/mpeg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (MPEGv1.2.2.tar.gz) = ca81191ee66fd9a34de084ea05a3d3a9 -MD5 (MPEGv1.2.2.tar.gz) = 15b226c278eaad58c8e4dd0a08b4fff6 diff --git a/multimedia/mpeg/files/patch-aa b/multimedia/mpeg/files/patch-aa deleted file mode 100644 index c955ee61197b..000000000000 --- a/multimedia/mpeg/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- makefile.orig Thu Mar 2 02:51:10 1995 -+++ makefile Sat May 1 15:14:08 1999 -@@ -3,7 +3,7 @@ - # There should be no changes for most UNIX compilers. - ########################################################### - --MFLAGS = -O -+MFLAGS = $(CFLAGS) - DEFS = system.h globals.h marker.h - BASELINE = mpeg.o codec.o huffman.o io.o chendct.o lexer.o marker.o me.o mem.o stat.o stream.o transform.o - diff --git a/multimedia/mpeg/pkg-comment b/multimedia/mpeg/pkg-comment deleted file mode 100644 index 9e3af641e02a..000000000000 --- a/multimedia/mpeg/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -PVRG's MPEG video stream encoder diff --git a/multimedia/mpeg/pkg-descr b/multimedia/mpeg/pkg-descr deleted file mode 100644 index d582f20531dc..000000000000 --- a/multimedia/mpeg/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ - MPEG, CCITT H.261 (P*64), JPEG - Image and Image sequence compression/decompression C software engines. - -The Portable Video Research Group at Stanford have developed -image/image sequence compression and decompression engines (codecs) -for MPEG, CCITT H.261, and JPEG. The primary goal of these codecs is -to provide the functionality - these codecs are not optimized for -speed, rather completeness, and some of the code is kludgey. - -Development of MPEG, P64, and JPEG engines has not been the primary -goal of the Portable Video Research Group. Our research has been -focused on software and hardware for portable wireless digital video -communication. The charter of this group ended in the summer of 1994. diff --git a/multimedia/mpeg/pkg-plist b/multimedia/mpeg/pkg-plist deleted file mode 100644 index 603b2f391c9e..000000000000 --- a/multimedia/mpeg/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/mpeg -share/doc/mpeg/README -share/doc/mpeg/doc.ps -@dirrm share/doc/mpeg diff --git a/multimedia/mpeg2codec/Makefile b/multimedia/mpeg2codec/Makefile deleted file mode 100644 index c2a9fc6d3a2a..000000000000 --- a/multimedia/mpeg2codec/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: mpeg2codec -# Date created: November 25, 1996 -# Whom: "Philippe Charnier" <charnier@lirmm.fr> -# -# $FreeBSD$ -# - -PORTNAME= mpeg2codec -PORTVERSION= 1.2 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.mpeg.org/pub/mpeg/mssg/ -DISTFILES= mpeg2vidcodec_v12.tar.gz - -MAINTAINER= charnier@lirmm.fr - -USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/mpeg2 - -do-install: -.for i in dec enc - ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${WRKSRC}/src/mpeg2${i}/mpeg2${i}ode ${PREFIX}/bin -.endfor - ${MKDIR} ${PREFIX}/share/mpeg2 - ${CP} ${WRKSRC}/doc/mpeg2enc.doc ${PREFIX}/share/mpeg2 - ${CP} ${WRKSRC}/par/* ${PREFIX}/share/mpeg2 - -.include <bsd.port.mk> diff --git a/multimedia/mpeg2codec/distinfo b/multimedia/mpeg2codec/distinfo deleted file mode 100644 index 158edc394e9e..000000000000 --- a/multimedia/mpeg2codec/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mpeg2vidcodec_v12.tar.gz) = 4a66565979be0818bd8a41d948943451 diff --git a/multimedia/mpeg2codec/files/patch-aa b/multimedia/mpeg2codec/files/patch-aa deleted file mode 100644 index 1da259b9a47d..000000000000 --- a/multimedia/mpeg2codec/files/patch-aa +++ /dev/null @@ -1,41 +0,0 @@ ---- Makefile.old Mon Nov 29 18:32:05 1999 -+++ Makefile Mon Nov 29 18:35:26 1999 -@@ -30,31 +30,32 @@ - # uncomment the following two lines if you want to include X11 support - # (mpeg2decode) - --#USE_DISP = -DDISPLAY -+USE_DISP = -DDISPLAY - #LIBS = -lX11 - - # uncomment the following two lines if you want to use shared memory - # (faster display if server and client run on the same machine) - # (mpeg2decode) - --#USE_SHMEM = -DSH_MEM --#LIBS = -lXext -lX11 -+USE_SHMEM = -DSH_MEM -+LIBS = -lXext -lX11 - - # if your X11 include files / libraries are in a non standard location: - # set INCLUDEDIR to -I followed by the appropriate include file path and - # set LIBRARYDIR to -L followed by the appropriate library path - # (mpeg2decode) - --#INCLUDEDIR = -I/usr/openwin/include --#LIBRARYDIR = -L/usr/openwin/lib -+INCLUDEDIR = -I${X11BASE}/include -+LIBRARYDIR = -L${X11BASE}/lib - - # select one of the following CC CFLAGS settings - - # - # GNU gcc - # -+.ifndef CC - CC = gcc --CFLAGS = -O2 -+.endif - - all: mpeg2decode mpeg2encode - diff --git a/multimedia/mpeg2codec/files/patch-ab b/multimedia/mpeg2codec/files/patch-ab deleted file mode 100644 index b0f6df0ce9fb..000000000000 --- a/multimedia/mpeg2codec/files/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ ---- ./src/mpeg2enc/mpeg2enc.c 1996/11/25 21:18:23 1.1 -+++ ./src/mpeg2enc/mpeg2enc.c 1996/11/25 21:22:40 -@@ -29,6 +29,7 @@ - - #include <stdio.h> - #include <stdlib.h> -+#include <floatingpoint.h> - - #define GLOBAL /* used by global.h */ - #include "config.h" -@@ -50,6 +51,12 @@ - printf("Usage: mpeg2encode in.par out.m2v\n"); - exit(0); - } -+ -+ /* -+ * this prevents a floating point exception in calcSNR (stats.c) when -+ * working on black and white images (charnier@lirmm.fr) -+ */ -+ fpsetmask(0); - - /* read parameter file */ - readparmfile(argv[1]); diff --git a/multimedia/mpeg2codec/pkg-comment b/multimedia/mpeg2codec/pkg-comment deleted file mode 100644 index 82c613e1f0a8..000000000000 --- a/multimedia/mpeg2codec/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An MPEG-2 Encoder and Decoder diff --git a/multimedia/mpeg2codec/pkg-descr b/multimedia/mpeg2codec/pkg-descr deleted file mode 100644 index 32fb990677b9..000000000000 --- a/multimedia/mpeg2codec/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -It converts uncompressed video frames into MPEG-1 and MPEG-2 video -coded bitstream sequences, and vice versa. diff --git a/multimedia/mpeg2codec/pkg-plist b/multimedia/mpeg2codec/pkg-plist deleted file mode 100644 index 622abe1180a5..000000000000 --- a/multimedia/mpeg2codec/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/mpeg2encode -bin/mpeg2decode -share/mpeg2/mpeg2enc.doc -share/mpeg2/MPEG-1.par -share/mpeg2/NTSC.par -share/mpeg2/PAL.par -share/mpeg2/inter.mat -share/mpeg2/intra.mat -@dirrm share/mpeg2 diff --git a/multimedia/mpeg2play/Makefile b/multimedia/mpeg2play/Makefile deleted file mode 100644 index 35df41285f6c..000000000000 --- a/multimedia/mpeg2play/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: mpeg2play -# Date created: June 21, 1996 -# Whom: "Philippe Charnier" <charnier@lirmm.fr> -# -# $FreeBSD$ -# - -PORTNAME= mpeg2play -PORTVERSION= 1.1b -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.funet.fi/pub/graphics/packages/mpeg/mpeg2play/ - -MAINTAINER= charnier@lirmm.fr - -USE_IMAKE= yes -USE_MOTIF= yes -ALL_TARGET= mpeg2play - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mpeg2play ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/Mpeg2play ${PREFIX}/lib/X11/app-defaults - -.include <bsd.port.mk> diff --git a/multimedia/mpeg2play/distinfo b/multimedia/mpeg2play/distinfo deleted file mode 100644 index 1a2c55bb970d..000000000000 --- a/multimedia/mpeg2play/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mpeg2play-1.1b.tar.gz) = a93dcca1c04ed308382d1a3eb621f248 diff --git a/multimedia/mpeg2play/files/patch-aa b/multimedia/mpeg2play/files/patch-aa deleted file mode 100644 index 8b1efae8a44e..000000000000 --- a/multimedia/mpeg2play/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- mpeg2play.c 1997/08/11 18:58:37 1.1 -+++ mpeg2play.c 1997/08/11 19:07:22 -@@ -335,7 +335,7 @@ - XmStringGetLtoR(((XmFileSelectionBoxCallbackStruct *)call_data)->value, - XmSTRING_DEFAULT_CHARSET, &filename); - -- position = tell(base.infile); -+ position = lseek(base.infile, 0L, SEEK_CUR); - fprintf(stderr, "pos: %d\n", position); - fprintf(stderr, "output: %s\n", filename); - diff --git a/multimedia/mpeg2play/files/patch-ab b/multimedia/mpeg2play/files/patch-ab deleted file mode 100644 index 9bb8e0ee0dd6..000000000000 --- a/multimedia/mpeg2play/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Imakefile.orig Fri Oct 28 12:39:48 1994 -+++ Imakefile Sat Nov 14 16:29:42 1998 -@@ -15,7 +15,7 @@ - - EXTRA_DEFINES = $(USE_SHMEM) $(USE_TIME) - EXTRA_INCLUDES = -I. -Ibitmaps --LOCAL_LIBRARIES = $(SHM_LIB) -lXm -lXt -lX11 -lm -+LOCAL_LIBRARIES = $(SHM_LIB) ${MOTIFLIB} -lXt -lX11 -lm - - PROGRAM = mpeg2play - SRCS = mpeg2play.c getpic.c motion.c getvlc.c gethdr.c getblk.c \ diff --git a/multimedia/mpeg2play/pkg-comment b/multimedia/mpeg2play/pkg-comment deleted file mode 100644 index d8d0c92db7fb..000000000000 --- a/multimedia/mpeg2play/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A program to play mpeg-2 movies on X displays diff --git a/multimedia/mpeg2play/pkg-descr b/multimedia/mpeg2play/pkg-descr deleted file mode 100644 index c3fb1c5ac2be..000000000000 --- a/multimedia/mpeg2play/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -mpeg2play is a player for MPEG-1 and MPEG-2 video bitstreams. It is based on -mpeg2decode by the MPEG Software Simulation Group. diff --git a/multimedia/mpeg2play/pkg-plist b/multimedia/mpeg2play/pkg-plist deleted file mode 100644 index 18c6e7a21a98..000000000000 --- a/multimedia/mpeg2play/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/mpeg2play -lib/X11/app-defaults/Mpeg2play diff --git a/multimedia/mpeg_encode/Makefile b/multimedia/mpeg_encode/Makefile deleted file mode 100644 index 2c580cf3887e..000000000000 --- a/multimedia/mpeg_encode/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: mpeg_encode -# Date created: -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= mpeg_encode -PORTVERSION= 1.5b -CATEGORIES= graphics -MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/ -DISTNAME= ${PKGNAME}-src - -MAINTAINER= ports@FreeBSD.org - -MAN1= mpeg_encode.1 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -post-patch: - @(${GREP} -R -l "malloc.h" ${WRKSRC}/* | \ - ${XARGS} ${PERL} -pi -e "s/malloc.h/stdlib.h/") - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mpeg_encode ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/docs/mpeg_encode.1 ${PREFIX}/man/man1 -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in users-guide.ps template.param - @${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/multimedia/mpeg_encode/distinfo b/multimedia/mpeg_encode/distinfo deleted file mode 100644 index 0e6a1b2d972c..000000000000 --- a/multimedia/mpeg_encode/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mpeg_encode-1.5b-src.tar.gz) = ff125fb82118efc7c852f0d26d5552c6 diff --git a/multimedia/mpeg_encode/files/patch-aa b/multimedia/mpeg_encode/files/patch-aa deleted file mode 100644 index c4d2f537b154..000000000000 --- a/multimedia/mpeg_encode/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ ---- ./headers/libpnmrw.h~ Thu Aug 1 08:52:25 1996 -+++ ./headers/libpnmrw.h Thu Aug 1 08:51:16 1996 -@@ -19,7 +19,12 @@ - ** malloc.h at all. A sad situation. If you have compilation problems - ** that point here, feel free to tweak or remove these declarations. - */ -+#ifdef __FreeBSD__ -+#include <stdlib.h> -+#else - #include <malloc.h> -+#endif -+ - #if !defined(sco) && !defined(sgi) && !defined(IRIX) - extern char* malloc(); - #endif diff --git a/multimedia/mpeg_encode/files/patch-ab b/multimedia/mpeg_encode/files/patch-ab deleted file mode 100644 index 5af9c672ec4a..000000000000 --- a/multimedia/mpeg_encode/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- ./libpnmrw.c~ Thu Aug 1 08:52:14 1996 -+++ ./libpnmrw.c Thu Aug 1 08:51:26 1996 -@@ -126,7 +126,9 @@ - pm_perror( reason ) - char* reason; - { -+#ifndef __FreeBSD__ - extern char* sys_errlist[]; -+#endif - extern int errno; - char* e; diff --git a/multimedia/mpeg_encode/files/patch-ac b/multimedia/mpeg_encode/files/patch-ac deleted file mode 100644 index 4760ecb9ecfc..000000000000 --- a/multimedia/mpeg_encode/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile~ Wed Aug 16 17:16:56 1995 -+++ Makefile Fri Oct 20 19:20:05 2000 -@@ -68,7 +68,7 @@ - ##################################################################### - # COMPILER # specify compiler; should be ANSI-compliant if possible # - ##################################################################### --CC = gcc -+CC ?= gcc - - ################################################ - # MAKE # command to use for the "make" command # -@@ -96,7 +96,7 @@ - # - - # gcc --CFLAGS = $(INCLUDEDIR) $(DEBUGFLAG) -Wall -Wmissing-prototypes $(PROFLAG) $(PROTOFLAG) -+CFLAGS += $(INCLUDEDIR) -Wall -Wmissing-prototypes $(PROFLAG) $(PROTOFLAG) - - # gcc-strict - #CFLAGS = $(INCLUDEDIR) $(DEBUGFLAG) -pedantic -Wall -Waggregate-return -Wtraditional -Wshadow -Wpointer-arith -Wno-parentheses -Wwrite-strings -Wconversion -Wcast-qual -Wcast-align -Wnested-externs -Wuninitialized -Wmissing-prototypes $(PROFLAG) $(PROTOFLAG) diff --git a/multimedia/mpeg_encode/files/patch-ad b/multimedia/mpeg_encode/files/patch-ad deleted file mode 100644 index 22085cdd4bec..000000000000 --- a/multimedia/mpeg_encode/files/patch-ad +++ /dev/null @@ -1,15 +0,0 @@ ---- jpeg/Makefile.orig Fri Aug 4 18:27:00 1995 -+++ jpeg/Makefile Fri Oct 20 19:05:22 2000 -@@ -21,10 +21,10 @@ - manext = 1 - - # The name of your C compiler: --CC= gcc -+CC?= gcc - - # You may need to adjust these cc options: --CFLAGS= -O -I$(srcdir) -+CFLAGS+= -I$(srcdir) - # Generally, we recommend defining any configuration symbols in jconfig.h, - # NOT via -D switches here. - # However, any special defines for ansi2knr.c may be included here: diff --git a/multimedia/mpeg_encode/pkg-comment b/multimedia/mpeg_encode/pkg-comment deleted file mode 100644 index ef6837ab779f..000000000000 --- a/multimedia/mpeg_encode/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -UCB's MPEG-I video stream encoder diff --git a/multimedia/mpeg_encode/pkg-descr b/multimedia/mpeg_encode/pkg-descr deleted file mode 100644 index 16f182aa4b1f..000000000000 --- a/multimedia/mpeg_encode/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -From the README: - - MPEG-1 Video Software Encoder - (Version 1.5; February 1, 1995) - - Lawrence A. Rowe, Kevin Gong, Eugene Hung, Ketan Patel, Steve Smoot - and Dan Wallach - Computer Science Division-EECS, Univ. of Calif. at Berkeley - - This directory contains the freely distributed Berkeley MPEG-1 Video - Encoder. The encoder implements the standard described in the ISO/IEC - International Standard 11172-2. The code has been compiled and tested - on the following platforms: - - DECstation 5000 and Alpha - HP PA-RISC (HP/UX 9.X) (i.e., HP 9000/7XX and 9000/3XX) - SGI Indigo running IRIX 5.0.1 - Sun Sparc (SunOS 4.X) - -This is *not* bug-free software. In particular, I've had problems using -odd-sized input frames. Other than that, it works OK. - -eric. -erich@FreeBSD.org diff --git a/multimedia/mpeg_encode/pkg-plist b/multimedia/mpeg_encode/pkg-plist deleted file mode 100644 index 3dc55b80ecc9..000000000000 --- a/multimedia/mpeg_encode/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/mpeg_encode -%%PORTDOCS%%share/doc/mpeg_encode/users-guide.ps -%%PORTDOCS%%share/doc/mpeg_encode/template.param -%%PORTDOCS%%@dirrm share/doc/mpeg_encode diff --git a/multimedia/mpeg_play/Makefile b/multimedia/mpeg_play/Makefile deleted file mode 100644 index 411ec4f6979b..000000000000 --- a/multimedia/mpeg_play/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: mpeg_play -# Date created: 17 December 1994 -# Whom: asami -# -# $FreeBSD$ -# - -PORTNAME= mpeg_play -PORTVERSION= 2.4 -CATEGORIES= graphics -MASTER_SITES= ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/play/ -EXTRACT_SUFX= -patched-src.tar.gz - -MAINTAINER= ports@FreeBSD.org - -WRKSRC= ${WRKDIR}/mpeg_play -USE_IMAKE= yes -MAN1= mpeg_play.1 - -pre-patch: - ${CP} ${WRKSRC}/Imakefile.proto ${WRKSRC}/Imakefile - ${CP} ${WRKSRC}/mpeg_play.1 ${WRKSRC}/mpeg_play.man - -.include <bsd.port.mk> diff --git a/multimedia/mpeg_play/distinfo b/multimedia/mpeg_play/distinfo deleted file mode 100644 index 65876bfc7d1a..000000000000 --- a/multimedia/mpeg_play/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mpeg_play-2.4-patched-src.tar.gz) = 8fd5d8c2137b14234da4dfc898900166 diff --git a/multimedia/mpeg_play/files/patch-aa b/multimedia/mpeg_play/files/patch-aa deleted file mode 100644 index 46a447230e06..000000000000 --- a/multimedia/mpeg_play/files/patch-aa +++ /dev/null @@ -1,9 +0,0 @@ ---- ./Imakefile.org Tue Feb 6 23:37:51 1996 -+++ ./Imakefile Wed Feb 7 00:05:59 1996 -@@ -1,5 +1,5 @@ - /* See Makefile.proto for flags to define */ -- DESTDIR = /usr/pkg/video -+ /* DESTDIR = /usr/pkg/video */ - NDEBUG = /* -DNDEBUG */ - /*ANALYSIS = -DANALYSIS */ - SHMEM = -DSH_MEM diff --git a/multimedia/mpeg_play/pkg-comment b/multimedia/mpeg_play/pkg-comment deleted file mode 100644 index 3a67e110d5c8..000000000000 --- a/multimedia/mpeg_play/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A program to play mpeg movies on X displays diff --git a/multimedia/mpeg_play/pkg-descr b/multimedia/mpeg_play/pkg-descr deleted file mode 100644 index a9f6131b99cc..000000000000 --- a/multimedia/mpeg_play/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is mpeg_play, which will let you view mpeg movies on X window -displays. - -- Satoshi -asami@cs.berkeley.edu diff --git a/multimedia/mpeg_play/pkg-plist b/multimedia/mpeg_play/pkg-plist deleted file mode 100644 index 8fdacec89a81..000000000000 --- a/multimedia/mpeg_play/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mpeg_play diff --git a/multimedia/mpeg_stat/Makefile b/multimedia/mpeg_stat/Makefile deleted file mode 100644 index 07b4ffbd56c6..000000000000 --- a/multimedia/mpeg_stat/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: mpeg_stat -# Date created: Thu Aug 1 21:52:06 CDT 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= mpeg_stat -PORTVERSION= 2.2b -CATEGORIES= graphics -MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/stat/ -DISTNAME= ${PKGNAME}-src - -MAINTAINER= ports@FreeBSD.org - -MAN1= mpeg_stat.1 -MANCOMPRESSED= yes - -WRKSRC= ${WRKDIR}/mpeg_stat - -.include <bsd.port.mk> diff --git a/multimedia/mpeg_stat/distinfo b/multimedia/mpeg_stat/distinfo deleted file mode 100644 index 98a7efef7f7c..000000000000 --- a/multimedia/mpeg_stat/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mpeg_stat-2.2b-src.tar.gz) = d0eca3833b76855c4e348b39deaf667d diff --git a/multimedia/mpeg_stat/files/patch-aa b/multimedia/mpeg_stat/files/patch-aa deleted file mode 100644 index 845072865023..000000000000 --- a/multimedia/mpeg_stat/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile~ Fri Aug 2 11:59:50 1996 -+++ Makefile Fri Aug 2 12:02:45 1996 -@@ -40,6 +40,12 @@ - all: $(PROGRAM) - strip $(PROGRAM) - -+install: -+ install -cs ${PROGRAM} ${PREFIX}/bin -+ install -c block2spec ${PREFIX}/bin -+ install -c -m 644 mpeg_stat.1 ${PREFIX}/man/man1 -+ gzip -9nf ${PREFIX}/man/man1/mpeg_stat.1 -+ - $(PROGRAM): $(OBJS) - $(LD) -g $(OBJS) $(LIBS) -lm -o $(PROGRAM) - diff --git a/multimedia/mpeg_stat/pkg-comment b/multimedia/mpeg_stat/pkg-comment deleted file mode 100644 index 7e5a19f05cab..000000000000 --- a/multimedia/mpeg_stat/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An MPEG-I statistics gatherer diff --git a/multimedia/mpeg_stat/pkg-descr b/multimedia/mpeg_stat/pkg-descr deleted file mode 100644 index 6574340eadc6..000000000000 --- a/multimedia/mpeg_stat/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -From the README: - MPEG Video Software Statistics Gatherer - (Version 2.2; Feb 1, 1995) - - Lawrence A. Rowe, Steve Smoot, Ketan Patel, and Brian Smith - Computer Science Division-EECS, Univ. of Calif. at Berkeley - - This directory contains a public domain MPEG video statistics gatherer. - The decoder implements the standard described in the Committee - Draft ISO/IEC CD 11172 dated December 6, 1991 which is - sometimes referred to as "Paris Format." - -eric. -erich@FreeBSD.org diff --git a/multimedia/mpeg_stat/pkg-plist b/multimedia/mpeg_stat/pkg-plist deleted file mode 100644 index 906f188961d2..000000000000 --- a/multimedia/mpeg_stat/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/mpeg_stat -bin/block2spec diff --git a/multimedia/mpegedit/Makefile b/multimedia/mpegedit/Makefile deleted file mode 100644 index 975422aac4d1..000000000000 --- a/multimedia/mpegedit/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: mpegedit -# Date created: Thu Aug 1 10:50:57 CDT 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= mpegedit -PORTVERSION= 2.2 -CATEGORIES= graphics -MASTER_SITES= http://www.netsw.org/graphic/movie/mpeg/mpegedit/ -DISTNAME= ${PORTNAME}_v${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= pnm.1:${PORTSDIR}/graphics/netpbm - -USE_X_PREFIX= yes - -post-extract: - @find ${WRKSRC} -name '.depend' | xargs ${RM} -f - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/mpeg_edit ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/manual.ps ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/multimedia/mpegedit/distinfo b/multimedia/mpegedit/distinfo deleted file mode 100644 index 7d1307bf1c7c..000000000000 --- a/multimedia/mpegedit/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mpegedit_v2.2.tar.gz) = 00f7dd986f4bcdccf20f6f4cf59d7f4c diff --git a/multimedia/mpegedit/files/patch-ac b/multimedia/mpegedit/files/patch-ac deleted file mode 100644 index 231ee33b70e4..000000000000 --- a/multimedia/mpegedit/files/patch-ac +++ /dev/null @@ -1,47 +0,0 @@ ---- editor/2x2_window.C.orig Mon May 8 16:08:35 1995 -+++ editor/2x2_window.C Thu Feb 3 21:24:19 2000 -@@ -25,6 +25,8 @@ - #include <iostream.h> - #include <stdlib.h> - -+extern "C" int XShmGetEventBase(Display *); -+ - DblWindow::DblWindow(UI_Globals *parent, world_c x, world_c y, - unsigned int height, unsigned int width, void (*cb)(void) ) - : YUV_Window(parent,x,y,height*2,width*2,this, ButtonPressMask | -@@ -139,7 +141,7 @@ - - ximage = XCreateImage(DispPointer(),None,8,ZPixmap,0,&dummy,width*2, - height*2,8,0); -- ximage->data = new byte[ximage->bytes_per_line*height*2]; -+ ximage->data = (char *) new byte[ximage->bytes_per_line*height*2]; - assert(ximage->data!=NULL); - - #ifdef SH_MEM -@@ -160,7 +162,7 @@ - for(int j = 0; j < ncolors; j ++) - { - tmp_pixel = col_array[j]; -- XFreeColors(DispPointer(), Colourmap, &tmp_pixel, 1, 0); -+ XFreeColors(DispPointer(), Colourmap, (long unsigned int *) &tmp_pixel, 1, 0); - } - - #ifdef SH_MEM -@@ -259,7 +261,7 @@ - for(int j = 0; j < i; j ++) - { - tmp_pixel = col_array[j]; -- XFreeColors(DispPointer(), Colourmap, &tmp_pixel, 1, 0); -+ XFreeColors(DispPointer(), Colourmap, (long unsigned int *) &tmp_pixel, 1, 0); - } - cerr << "Unable to allocate the colours required to make the\n" - << "colour window. Please re-run with the option -private cols\n"; -@@ -363,7 +365,7 @@ - { - assert(Frame.width()==ximage->width/2); - assert(Frame.height()==ximage->height/2); -- DitherImage(Frame.lum_ptr(),Frame.Cr_ptr(),Frame.Cb_ptr(),ximage->data, -+ DitherImage(Frame.lum_ptr(),Frame.Cr_ptr(),Frame.Cb_ptr(),(unsigned char *)ximage->data, - Frame.width(),Frame.height()); - if(nicely) - { diff --git a/multimedia/mpegedit/files/patch-ad b/multimedia/mpegedit/files/patch-ad deleted file mode 100644 index 083a71b4700e..000000000000 --- a/multimedia/mpegedit/files/patch-ad +++ /dev/null @@ -1,47 +0,0 @@ ---- editor/mono_window.C.orig Sat May 20 17:47:32 1995 -+++ editor/mono_window.C Thu Feb 3 21:27:07 2000 -@@ -24,6 +24,8 @@ - #include <assert.h> - #include <stdlib.h> - -+extern "C" int XShmGetEventBase(Display *); -+ - MonoWindow::MonoWindow(UI_Globals *parent,world_c x,world_c y, - unsigned int height,unsigned int width, - void (*cb)(void) ) -@@ -137,7 +139,7 @@ - - ximage=XCreateImage(DispPointer(),None,8,ZPixmap,0,&dummy, - width,height,8,0); -- ximage->data = new byte[ximage->bytes_per_line*height]; -+ ximage->data = (char *) new byte[ximage->bytes_per_line*height]; - assert(ximage->data!=NULL); - #ifdef SH_MEM - } -@@ -154,7 +156,7 @@ - for(int j = 0; j < GRAY_RANGE; j ++) - { - tmp_pixel = col_array[j]; -- XFreeColors(DispPointer(), Colourmap, &tmp_pixel, 1, 0); -+ XFreeColors(DispPointer(), Colourmap, (unsigned long int *) &tmp_pixel, 1, 0); - } - XFreeGC(DispPointer(),gc); - -@@ -222,7 +224,7 @@ - for(int j = 0; j < i; j ++) - { - tmp_pixel = col_array[j]; -- XFreeColors(DispPointer(), Colourmap, &tmp_pixel, 1, 0); -+ XFreeColors(DispPointer(), Colourmap, (unsigned long int *) &tmp_pixel, 1, 0); - } - cerr << "Unable to allocate the colours required to make the\n" - << "monochrome window. Please re-run with the option " -@@ -254,7 +256,7 @@ - { - assert(Frame.width()==ximage->width); - assert(Frame.height()==ximage->height); -- DitherImage(Frame.lum_ptr(),ximage->data,ximage->width*ximage->height); -+ DitherImage(Frame.lum_ptr(),(unsigned char *)ximage->data,ximage->width*ximage->height); - if(nicely) - { - XEvent Event; diff --git a/multimedia/mpegedit/files/patch-ae b/multimedia/mpegedit/files/patch-ae deleted file mode 100644 index 0d0c423b6547..000000000000 --- a/multimedia/mpegedit/files/patch-ae +++ /dev/null @@ -1,29 +0,0 @@ ---- editor/bw_window.C.orig Mon May 8 16:15:00 1995 -+++ editor/bw_window.C Thu Feb 3 21:29:23 2000 -@@ -24,6 +24,8 @@ - #include <assert.h> - #include <stdlib.h> - -+extern "C" int XShmGetEventBase(Display *); -+ - BwWindow::BwWindow(UI_Globals *parent,world_c x,world_c y,unsigned int height, - unsigned int width, void (*cb)(void) ) - : YUV_Window(parent,x,y,height,width,this, ButtonPressMask | -@@ -143,7 +145,7 @@ - height,8,0); - ximage->byte_order = MSBFirst; - ximage->bitmap_bit_order = MSBFirst; -- ximage->data = new byte[ximage->bytes_per_line*height]; -+ ximage->data = (char *) new byte[ximage->bytes_per_line*height]; - assert(ximage->data!=NULL); - #ifdef SH_MEM - } -@@ -213,7 +215,7 @@ - { - assert(Frame.width()==ximage->width); - assert(Frame.height()==ximage->height); -- DitherImage(Frame.lum_ptr(),ximage->data,ximage->height,ximage->width); -+ DitherImage(Frame.lum_ptr(),(unsigned char*)ximage->data,ximage->height,ximage->width); - if(nicely) - { - XEvent Event; diff --git a/multimedia/mpegedit/files/patch-af b/multimedia/mpegedit/files/patch-af deleted file mode 100644 index ce70f30e1a7a..000000000000 --- a/multimedia/mpegedit/files/patch-af +++ /dev/null @@ -1,31 +0,0 @@ ---- MpegCodec/mpeg.H.orig Sat May 20 19:11:43 1995 -+++ MpegCodec/mpeg.H Thu Feb 3 21:31:00 2000 -@@ -59,7 +59,7 @@ - status Write(const frame &); // Overwrites the current frame - status Undo(void); // Undoes the last write to current frame - status Delete(void); // Deletes current frame -- status Insert(int no_of_frames,const frame **); -+ status Insert(int no_of_frames, frame **); - // Inserts a number of frames - unsigned int Height(void) const; // Returns the height of the frames - unsigned int Width(void) const; // Returns the width of the frames -@@ -128,14 +128,14 @@ - long file_length; // The length of the (virtual) file, in frames - long cache_size; // Number of frames that cache will fit - static const int fps_table[16]; //The table of valid frames per second values -- const int min_frame_type=1; // Min number for a valid frame type -- const int max_frame_type=4; // Max number for a valid frame type -+ static const int min_frame_type=1; // Min number for a valid frame type -+ static const int max_frame_type=4; // Max number for a valid frame type - static const frame_type FrameTypes[max_frame_type+1]; - // The list of valid frame types -- const long gopSize=10; // The number of frames between GOP headers -- const int pattern_size=8; // The size of the IBBPBBI pattern -+ static const long gopSize=10; // The number of frames between GOP headers -+ static const int pattern_size=8; // The size of the IBBPBBI pattern - static const char pattern[pattern_size]; // The IBBPBBI pattern -- const int mpegcache_size=12; // The size of the mpeg frame cache -+ static const int mpegcache_size=12; // The size of the mpeg frame cache - mpg_cache MpegCache[mpegcache_size]; // The mpeg frame cache - int cache_curpos; // Current position in the cache - void (*callback)(byte *,abs_addr); // Stores the callback function diff --git a/multimedia/mpegedit/files/patch-ag b/multimedia/mpegedit/files/patch-ag deleted file mode 100644 index dc90768c2832..000000000000 --- a/multimedia/mpegedit/files/patch-ag +++ /dev/null @@ -1,47 +0,0 @@ ---- editor/tiny_window.C.orig Mon May 8 16:09:07 1995 -+++ editor/tiny_window.C Thu Feb 3 21:33:57 2000 -@@ -24,6 +24,8 @@ - #include <assert.h> - #include <stdlib.h> - -+extern "C" int XShmGetEventBase(Display *); -+ - TinyWindow::TinyWindow(UI_Globals *parent,world_c x,world_c y, - unsigned int height,unsigned int width, - void (*cb)(void) ) -@@ -137,7 +139,7 @@ - - ximage=XCreateImage(DispPointer(),None,8,ZPixmap,0,&dummy, - width/2,height/2,8,0); -- ximage->data = new byte[ximage->bytes_per_line*height/2]; -+ ximage->data = (char *) new byte[ximage->bytes_per_line*height/2]; - assert(ximage->data!=NULL); - #ifdef SH_MEM - } -@@ -154,7 +156,7 @@ - for(int j = 0; j < GRAY_RANGE; j ++) - { - tmp_pixel = col_array[j]; -- XFreeColors(DispPointer(), Colourmap, &tmp_pixel, 1, 0); -+ XFreeColors(DispPointer(), Colourmap, (unsigned long int *) &tmp_pixel, 1, 0); - } - XFreeGC(DispPointer(),gc); - -@@ -222,7 +224,7 @@ - for(int j = 0; j < i; j ++) - { - tmp_pixel = col_array[j]; -- XFreeColors(DispPointer(), Colourmap, &tmp_pixel, 1, 0); -+ XFreeColors(DispPointer(), Colourmap, (unsigned long int*) &tmp_pixel, 1, 0); - } - cerr << "Unable to allocate the colours required to make the\n" - << "monochrome window. Please re-run with the option " -@@ -254,7 +256,7 @@ - { - assert(Frame.width()/2==ximage->width); - assert(Frame.height()/2==ximage->height); -- DitherImage(Frame.lum_ptr(),ximage->data,ximage->height,ximage->width); -+ DitherImage(Frame.lum_ptr(),(unsigned char *)ximage->data,ximage->height,ximage->width); - if(nicely) - { - XEvent Event; diff --git a/multimedia/mpegedit/files/patch-ah b/multimedia/mpegedit/files/patch-ah deleted file mode 100644 index 4e523734127b..000000000000 --- a/multimedia/mpegedit/files/patch-ah +++ /dev/null @@ -1,47 +0,0 @@ ---- editor/colour_window.C.orig Tue May 9 21:41:30 1995 -+++ editor/colour_window.C Thu Feb 3 21:35:30 2000 -@@ -24,6 +24,8 @@ - #include <assert.h> - #include <stdlib.h> - -+extern "C" int XShmGetEventBase(Display *); -+ - ColourWindow::ColourWindow(UI_Globals *parent,world_c x,world_c y, - unsigned int height,unsigned int width, - void (*cb)(void) ) -@@ -137,7 +139,7 @@ - - ximage=XCreateImage(DispPointer(),None,8,ZPixmap,0,&dummy, - width,height,8,0); -- ximage->data = new byte[ximage->bytes_per_line*height]; -+ ximage->data = (char *) new byte[ximage->bytes_per_line*height]; - assert(ximage->data!=NULL); - #ifdef SH_MEM - } -@@ -158,7 +160,7 @@ - for(j = 0; j < ncolors; j ++) - { - tmp_pixel = col_array[j]; -- XFreeColors(DispPointer(), Colourmap, &tmp_pixel, 1, 0); -+ XFreeColors(DispPointer(), Colourmap, (unsigned long int *) &tmp_pixel, 1, 0); - } - - XFreeGC(DispPointer(),gc); -@@ -253,7 +255,7 @@ - for(int j = 0; j < i; j ++) - { - tmp_pixel = col_array[j]; -- XFreeColors(DispPointer(), Colourmap, &tmp_pixel, 1, 0); -+ XFreeColors(DispPointer(), Colourmap, (unsigned long int *) &tmp_pixel, 1, 0); - } - cerr << "Unable to allocate the colours required to make the\n" - << "colour window. Please re-run with the option -private cols\n"; -@@ -359,7 +361,7 @@ - { - assert(Frame.width()==ximage->width); - assert(Frame.height()==ximage->height); -- DitherImage(Frame.lum_ptr(),Frame.Cr_ptr(),Frame.Cb_ptr(),ximage->data, -+ DitherImage(Frame.lum_ptr(),Frame.Cr_ptr(),Frame.Cb_ptr(),(unsigned char *)ximage->data, - Frame.width(),Frame.height()); - if(nicely) - { diff --git a/multimedia/mpegedit/files/patch-ai b/multimedia/mpegedit/files/patch-ai deleted file mode 100644 index 3b0835efc17d..000000000000 --- a/multimedia/mpegedit/files/patch-ai +++ /dev/null @@ -1,65 +0,0 @@ ---- ui/main_win.C.orig Mon May 8 16:16:44 1995 -+++ ui/main_win.C Thu Feb 3 21:39:37 2000 -@@ -137,8 +137,8 @@ - // Call XWMGeometry. It will decide the actual geometry of the window - - int bitmask = XWMGeometry(DispPointer(),DefaultScreen(DispPointer()), geom, -- def_geom,BorderWidth,&xsh,&main_x,&main_y, -- &main_width,&main_height,&main_gravity); -+ def_geom,BorderWidth,&xsh,(int *) &main_x,(int *) &main_y, -+ (int *) &main_width, (int *) &main_height,&main_gravity); - - // bitmask will hold the values that need to be changed to reflect the - // suggestions made by XWMGeometry. This will be done by the window -@@ -167,7 +167,7 @@ - - // Have a little chat with the window manager.... - -- win_name.value = name; -+ win_name.value = (unsigned char *) name; - win_name.encoding = XA_STRING; - win_name.format = 8; - win_name.nitems = strlen(name); -@@ -276,6 +276,7 @@ - - MainWindow::status MainWindow::event_handler(XEvent *Event) - { -+#if 0 - switch(Event->type) - { - case Expose: -@@ -309,6 +310,7 @@ - default: - break; - } -+#endif - return(okay); - } - -@@ -348,7 +350,7 @@ - Window root; - unsigned int x,y,width,height; - unsigned int bd_width, depth; -- XGetGeometry(DispPointer(),WinId(),&root,&x,&y,&width,&height, -+ XGetGeometry(DispPointer(),WinId(),&root,(int *) &x,(int *) &y,&width,&height, - &bd_width,&depth); - return depth; - } -@@ -359,7 +361,7 @@ - Window root2; - unsigned int x,y,width,height; - unsigned int bd_width, depth; -- XGetGeometry(DispPointer(),root,&root2,&x,&y,&width,&height, -+ XGetGeometry(DispPointer(),root,&root2,(int *) &x,(int *) &y,&width,&height, - &bd_width,&depth); - return height; - } -@@ -370,7 +372,7 @@ - Window root2; - unsigned int x,y,width,height; - unsigned int bd_width, depth; -- XGetGeometry(DispPointer(),root,&root2,&x,&y,&width,&height, -+ XGetGeometry(DispPointer(),root,&root2,(int *) &x, (int *) &y,&width,&height, - &bd_width,&depth); - return width; - } diff --git a/multimedia/mpegedit/files/patch-aj b/multimedia/mpegedit/files/patch-aj deleted file mode 100644 index 99b05d98e172..000000000000 --- a/multimedia/mpegedit/files/patch-aj +++ /dev/null @@ -1,99 +0,0 @@ ---- Makefile.orig Mon Jul 24 01:00:40 1995 -+++ Makefile Thu Jun 15 08:53:48 2000 -@@ -23,8 +23,8 @@ - # - # Mr A S R Ashley B.Eng (Hons) 23rd July 1995 - -- CC = gcc -- CPP = g++ -+# CC = gcc -+ CPP = ${CXX} - RM = rm -f - - DEPFILE = Dependancies -@@ -33,7 +33,7 @@ - SOURCES = main.C globals/version.c - OBJS = main.o globals/version.o - ARCHIVES = editor/editor.a ui/ui.a MpegCodec/mpeg.a -- LIBS = -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm -+ LIBS = -L$(X11BASE)/lib -L$(LOCALBASE)/lib -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm - # - # CPPFLAGS -Wall all warnings - # -pipe speeds up compilation (remove only if not using g++) -@@ -55,11 +55,11 @@ - # PBMDIR The location of the pbmplus header files, which is - # /usr/include/gr on my Linux machine. - --PBMDIR = /usr/include/X11R5/X11 -+PBMDIR = $(LOCALBASE)/include - INCLUDES = -Iglobals -Iui -IMpegCodec -IMpegCodec/decoder \ -- -IMpegCodec/encoder -Ieditor --CPPFLAGS = -Wall -pipe -O4 --CFLAGS = -Wall -pipe -O4 -+ -IMpegCodec/encoder -Ieditor -I$(X11BASE)/include -+CPPFLAGS = ${CXXFLAGS} -+#CFLAGS = -Wall -pipe -O4 - SHMEM = -DSH_MEM - CACHE_FLAGS = -DCACHE_SIZE=12288 -DCACHE_GRANULARITY=5 - -@@ -70,22 +70,22 @@ - - all: mpeg_edit - --ui.a: -- cd ui && make ui.a EXTRA="$(EXTRA)" CPPFLAGS="$(CPPFLAGS)" \ -+ui/ui.a: -+ cd ui && $(MAKE) ui.a EXTRA="$(EXTRA)" CPPFLAGS="$(CPPFLAGS)" \ - CFLAGS="$(CFLAGS)" && cd .. - --mpeg.a: -- cd MpegCodec && make mpeg.a EXTRA="$(EXTRA)" CPPFLAGS="$(CPPFLAGS)" \ -+MpegCodec/mpeg.a: -+ cd MpegCodec && $(MAKE) mpeg.a EXTRA="$(EXTRA)" CPPFLAGS="$(CPPFLAGS)" \ - CFLAGS="$(CFLAGS)" CACHE_FLAGS="$(CACHE_FLAGS)" && cd .. - --editor.a: -- cd editor && make editor.a EXTRA="$(EXTRA)" CPPFLAGS="$(CPPFLAGS)" \ -+editor/editor.a: -+ cd editor && $(MAKE) editor.a EXTRA="$(EXTRA)" CPPFLAGS="$(CPPFLAGS)" \ - CFLAGS="$(CFLAGS)" SHMEM="$(SHMEM)" PBMDIR="$(PBMDIR)" && cd .. - --mpeg_edit: ui.a mpeg.a editor.a $(DEPFILE) $(OBJS) -+mpeg_edit: $(ARCHIVES) $(DEPFILE) $(OBJS) - $(CPP) -o mpeg_edit $(OBJS) $(ARCHIVES) $(LIBS) - --ppmtorle: mpeg.a editor.a $(DEPFILE) ppmtorle.o -+ppmtorle: MpegCodec/mpeg.a editor/editor.a $(DEPFILE) ppmtorle.o - $(CPP) -o ppmtorle ppmtorle.o MpegCodec/frame.o editor/yuv.o $(LIBS) - - globals/version.o: $(ARCHIVES) -@@ -93,24 +93,24 @@ - - clean: - $(RM) mpeg_edit main.o globals/version.o -- set -e; for i in $(SUBDIRS); do cd $$i && make clean && cd .. ; done -+ set -e; for i in $(SUBDIRS); do cd $$i && $(MAKE) clean && cd .. ; done - - dep: FORCE -- set -e; for i in $(SUBDIRS) ; do cd $$i && make dep EXTRA="$(EXTRA)" \ -+ set -e; for i in $(SUBDIRS) ; do cd $$i && $(MAKE) dep EXTRA="$(EXTRA)" \ - CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" SHMEM="$(SHMEM)" \ - PBMDIR="$(PBMDIR)" && cd .. ; done - $(RM) $(DEPFILE) -- make $(DEPFILE) -+ $(MAKE) $(DEPFILE) - - FORCE: - - - $(DEPFILE): - set -e; for i in $(SOURCES) ; do $(CPP) $(INCLUDES) -M $$i >>$(DEPFILE) ; done -- -+ - # - # include a dependency file if one exists - # - #ifeq ($(DEPFILE),$(wildcard $(DEPFILE))) --include $(DEPFILE) -+#include $(DEPFILE) - #endif diff --git a/multimedia/mpegedit/files/patch-aq b/multimedia/mpegedit/files/patch-aq deleted file mode 100644 index f2eb9431e9b4..000000000000 --- a/multimedia/mpegedit/files/patch-aq +++ /dev/null @@ -1,69 +0,0 @@ ---- editor/editor.C.orig Sun Jun 18 07:27:07 1995 -+++ editor/editor.C Fri Dec 7 21:02:51 2001 -@@ -45,11 +45,13 @@ - #include <stdio.h> - #include <time.h> - #include <unistd.h> -+#include <string.h> - #include <sys/time.h> - #include <sys/types.h> - #include <sys/wait.h> --#include "pbmplus.h" -+extern "C" { - #include "pnm.h" -+} - - #define del(x) delete x; x = NULL; - -@@ -3249,17 +3251,17 @@ - wins[0] = play_btn->WinId(); - play_btn->RestrictEvents(wins,1); - -- gettimeofday(&target,(timezone *)NULL); // Time a read, to -+ gettimeofday(&target,(struct timezone *)NULL); // Time a read, to - ret_stat = Codec_stream->Read(temp_frame); // find out how long -- gettimeofday(&clk,(timezone *)NULL); // it takes -+ gettimeofday(&clk,(struct timezone *)NULL); // it takes - - decode_delay = clk.tv_usec + 1000000*clk.tv_sec; - decode_delay -= target.tv_usec + 1000000*target.tv_sec; - -- gettimeofday(&target,(timezone *)NULL); // Time a dither, to -+ gettimeofday(&target,(struct timezone *)NULL); // Time a dither, to - MajorWin.win->DisplayFrame(temp_frame,false); // find out how long - time_win->SetTime(Codec_stream->GetPos_hms(),false); // it takes -- gettimeofday(&clk,(timezone *)NULL); -+ gettimeofday(&clk,(struct timezone *)NULL); - - dither_delay = clk.tv_usec + 1000000*clk.tv_sec; - dither_delay -= target.tv_usec + 1000000*target.tv_sec; -@@ -3268,9 +3270,9 @@ - - for(int a=0; a<5; a++) - { -- gettimeofday(&target,(timezone *)NULL); // Time usleep, to -+ gettimeofday(&target,(struct timezone *)NULL); // Time usleep, to - usleep(10000); // find out how long -- gettimeofday(&clk,(timezone *)NULL); // it takes -+ gettimeofday(&clk,(struct timezone *)NULL); // it takes - - usleep_delay += clk.tv_usec + 1000000*clk.tv_sec - 10000; - usleep_delay -= target.tv_usec + 1000000*target.tv_sec; -@@ -3283,7 +3285,7 @@ - - // Calculate when the frame _should_ finish - -- gettimeofday(&target,(timezone *)NULL); -+ gettimeofday(&target,(struct timezone *)NULL); - target.tv_usec += usec_per_frame - dither_delay - decode_delay; - if(target.tv_usec >= 1000000) - { -@@ -3299,7 +3301,7 @@ - - // See if we're ahead by more than a decode delay (for the next frame) - -- gettimeofday(&clk,(timezone *)NULL); -+ gettimeofday(&clk,(struct timezone *)NULL); - diff = target.tv_usec - clk.tv_usec; - diff += 1000000*(target.tv_sec - clk.tv_sec); - if(diff>usleep_delay) // If we are ahead, sleep for a while diff --git a/multimedia/mpegedit/files/patch-ar b/multimedia/mpegedit/files/patch-ar deleted file mode 100644 index 0ce818430deb..000000000000 --- a/multimedia/mpegedit/files/patch-ar +++ /dev/null @@ -1,58 +0,0 @@ ---- MpegCodec/Makefile.orig Mon Jul 24 00:03:22 1995 -+++ MpegCodec/Makefile Thu Jun 15 09:01:03 2000 -@@ -25,12 +25,12 @@ - # - - AR = ar r --CC = gcc --CPP = g++ -+#CC = gcc -+CPP = ${CXX} - RM = rm -f - RANLIB = ranlib - --INCLUDES = -I../ui -I../editor -I../globals -Iencoder -Idecoder -+INCLUDES = -I../ui -I../editor -I../globals -Iencoder -Idecoder -I$(X11BASE)/include - DEPFILE = Dependancies - SUBDIRS = decoder encoder - HEADERS = bstream.H frame.H mpeg.H -@@ -48,32 +48,32 @@ - - force: - $(RM) mpeg.a -- make mpeg.a -+ $(MAKE) mpeg.a - - mpeg.a: $(DEPFILE) $(OBJS) - $(RM) $@ - $(AR) $@ $(OBJS) -- set -e; for i in $(SUBDIRS); do cd $$i && make ar CFLAGS="$(CFLAGS)" ; cd ..; done -+ set -e; for i in $(SUBDIRS); do cd $$i && $(MAKE) ar CFLAGS="$(CFLAGS)" ; cd ..; done - $(RANLIB) $@ - - clean: -- set -e; for i in $(SUBDIRS); do cd $$i && make clean && cd ..; done -+ set -e; for i in $(SUBDIRS); do cd $$i && $(MAKE) clean && cd ..; done - rm -f mpeg.a $(OBJS) $(DEPFILE) - - FORCE: - - - dep: FORCE -- set -e; for i in $(SUBDIRS); do cd $$i && make dep && cd ..; done -+ set -e; for i in $(SUBDIRS); do cd $$i && $(MAKE) dep && cd ..; done - $(RM) $(DEPFILE) -- make $(DEPFILE) -+ $(MAKE) $(DEPFILE) - - $(DEPFILE): - set -e; for i in $(SOURCES) ; do $(CC) $(INCLUDES) -M $$i >>$(DEPFILE) ; done -- -+ - # - # include a dependency file if one exists - # - #ifeq ($(DEPFILE),$(wildcard $(DEPFILE))) --include $(DEPFILE) -+#include $(DEPFILE) - #endif diff --git a/multimedia/mpegedit/files/patch-as b/multimedia/mpegedit/files/patch-as deleted file mode 100644 index ee6461c1fc6e..000000000000 --- a/multimedia/mpegedit/files/patch-as +++ /dev/null @@ -1,10 +0,0 @@ ---- MpegCodec/frame.C.orig Sun May 21 02:14:48 1995 -+++ MpegCodec/frame.C Thu Jun 15 08:37:49 2000 -@@ -25,6 +25,7 @@ - #include "frame.H" - #include <string.h> - #include <iostream.h> -+#include <sys/param.h> - - #ifndef NO_INET - #include <netinet/in.h> diff --git a/multimedia/mpegedit/files/patch-at b/multimedia/mpegedit/files/patch-at deleted file mode 100644 index 8098b8055d2f..000000000000 --- a/multimedia/mpegedit/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- MpegCodec/mpeg.C.orig Sun May 21 04:19:44 1995 -+++ MpegCodec/mpeg.C Thu Jun 15 08:37:49 2000 -@@ -890,7 +890,7 @@ - * - *-------------------------------------------------------------- - */ --Mpeg::status Mpeg::Insert(int no_of_frames, const frame **f_array) -+Mpeg::status Mpeg::Insert(int no_of_frames, frame **f_array) - { - Fstruct Fs; - TempFrame TF; diff --git a/multimedia/mpegedit/files/patch-au b/multimedia/mpegedit/files/patch-au deleted file mode 100644 index f514b164212e..000000000000 --- a/multimedia/mpegedit/files/patch-au +++ /dev/null @@ -1,42 +0,0 @@ ---- MpegCodec/decoder/Makefile.orig Sun Jul 23 17:03:05 1995 -+++ MpegCodec/decoder/Makefile Wed Jun 28 15:18:39 2000 -@@ -27,9 +27,10 @@ - - AR = ar r - RM = rm -f --CC = gcc --CPP = g++ -+#CC = gcc -+CPP = ${CXX} - RANLIB = ranlib -+INCLUDES = -I$(X11BASE)/include - DEPFILE = Dependencies - CCOPTIMISATIONS = -O6 -funroll-loops -fomit-frame-pointer - ANALYSIS = -DANALYSIS -@@ -43,7 +44,7 @@ - ALL = ar - - .c.o: -- $(CC) $(CFLAGS) $(DEFINES) $(EXTRA) -c $< -+ $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) $(EXTRA) -c $< - - all: $(ALL) - -@@ -58,14 +59,14 @@ - - dep: FORCE - $(RM) $(DEPFILE) -- make $(DEPFILE) -+ $(MAKE) $(DEPFILE) - - $(DEPFILE): -- set -e; for i in $(SOURCES); do $(CC) -M $$i >>$(DEPFILE); done -+ set -e; for i in $(SOURCES); do $(CC) $(INCLUDES) -M $$i >>$(DEPFILE); done - - # - # include a dependency file if one exists - # - #ifeq ($(DEPFILE),$(wildcard $(DEPFILE))) --include $(DEPFILE) -+#include $(DEPFILE) - #endif diff --git a/multimedia/mpegedit/files/patch-av b/multimedia/mpegedit/files/patch-av deleted file mode 100644 index 9f66335dc847..000000000000 --- a/multimedia/mpegedit/files/patch-av +++ /dev/null @@ -1,11 +0,0 @@ ---- MpegCodec/decoder/huffman.c.orig Mon Aug 15 00:08:13 1994 -+++ MpegCodec/decoder/huffman.c Thu Jun 15 08:37:50 2000 -@@ -31,7 +31,7 @@ - #include "huffman.h" - #include "util.h" - #include "dmpeg.h" --#include "proto.h" -+/* #include "proto.h" */ - - /* Decoding table for macroblock_address_increment */ - mb_addr_inc_entry mb_addr_inc[2048]; diff --git a/multimedia/mpegedit/files/patch-aw b/multimedia/mpegedit/files/patch-aw deleted file mode 100644 index 4b9dce1ff50c..000000000000 --- a/multimedia/mpegedit/files/patch-aw +++ /dev/null @@ -1,11 +0,0 @@ ---- MpegCodec/decoder/jrevdct.c.orig Mon Aug 15 00:13:39 1994 -+++ MpegCodec/decoder/jrevdct.c Thu Jun 15 08:37:50 2000 -@@ -28,7 +28,7 @@ - - #include <string.h> - #include "dmpeg.h" --#include "proto.h" -+/* #include "proto.h" */ - - #define GLOBAL /* a function referenced thru EXTERNs */ - diff --git a/multimedia/mpegedit/files/patch-ax b/multimedia/mpegedit/files/patch-ax deleted file mode 100644 index 5580a00b4afe..000000000000 --- a/multimedia/mpegedit/files/patch-ax +++ /dev/null @@ -1,11 +0,0 @@ ---- MpegCodec/decoder/motionvector.c.orig Mon Aug 15 00:12:03 1994 -+++ MpegCodec/decoder/motionvector.c Thu Jun 15 08:37:50 2000 -@@ -19,7 +19,7 @@ - * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - */ - #include "dmpeg.h" --#include "proto.h" -+/* #include "proto.h" */ - #include "util.h" - - diff --git a/multimedia/mpegedit/files/patch-ay b/multimedia/mpegedit/files/patch-ay deleted file mode 100644 index 07b62a2016ac..000000000000 --- a/multimedia/mpegedit/files/patch-ay +++ /dev/null @@ -1,26 +0,0 @@ ---- MpegCodec/encoder/Makefile.orig Mon Jul 24 00:03:48 1995 -+++ MpegCodec/encoder/Makefile Thu Jun 15 08:56:34 2000 -@@ -26,8 +26,8 @@ - - AR = ar r - RM = rm -f --CC = gcc --CPP = g++ -+#CC = gcc -+CPP = ${CXX} - DEPFILE = Dependencies - CCOPTIMISATIONS = -O6 -funroll-loops -fomit-frame-pointer - -@@ -73,10 +73,10 @@ - - $(DEPFILE): - set -e; for i in $(SOURCES); do $(CC) -M $$i $(DEFINES) >>$(DEPFILE); done -- -+ - # - # include a dependency file if one exists - # - #ifeq ($(DEPFILE),$(wildcard $(DEPFILE))) --include $(DEPFILE) -+#include $(DEPFILE) - #endif diff --git a/multimedia/mpegedit/files/patch-az b/multimedia/mpegedit/files/patch-az deleted file mode 100644 index a0a3117b1d5f..000000000000 --- a/multimedia/mpegedit/files/patch-az +++ /dev/null @@ -1,39 +0,0 @@ ---- editor/Makefile.orig Mon Jul 24 00:01:16 1995 -+++ editor/Makefile Thu Jun 15 09:02:18 2000 -@@ -25,12 +25,12 @@ - # Mr A S R Ashley B.Eng (Hons) 23rd July 1995 - - AR = ar r --CC = gcc --CPP = g++ -+#CC = gcc -+CPP = ${CXX} - RANLIB = ranlib - RM = rm -f - INCLUDES = -I../globals -I../ui -I../MpegCodec -I../MpegCodec/decoder \ -- -I../MpegCodec/encoder -I$(PBMDIR) -+ -I../MpegCodec/encoder -I$(PBMDIR) -I$(X11BASE)/include - - DEPFILE = Dependancies - HEADERS = yuv.H 2x2_window.H mono_window.H bw_window.H effects.H \ -@@ -62,17 +62,17 @@ - - dep: FORCE - $(RM) $(DEPFILE) -- make $(DEPFILE) -+ $(MAKE) $(DEPFILE) - - FORCE: - - - $(DEPFILE): - set -e; for i in $(SOURCES) ; do $(CC) $(INCLUDES) -M $$i >>$(DEPFILE) ; done -- -+ - # - # include a dependency file if one exists - # - #ifeq ($(DEPFILE),$(wildcard $(DEPFILE))) --include $(DEPFILE) -+#include $(DEPFILE) - #endif diff --git a/multimedia/mpegedit/files/patch-ba b/multimedia/mpegedit/files/patch-ba deleted file mode 100644 index 041f337d9935..000000000000 --- a/multimedia/mpegedit/files/patch-ba +++ /dev/null @@ -1,42 +0,0 @@ ---- ui/Makefile.orig Mon Jul 24 00:01:36 1995 -+++ ui/Makefile Thu Jun 15 09:04:16 2000 -@@ -26,9 +26,10 @@ - # - - AR = ar r --CPP = g++ -+CPP = ${CXX} - RANLIB = ranlib - RM = rm -f -+INCLUDES = -I../globals -I$(X11BASE)/include - - # CPPFLAGS -Wall all warnings - # -pipe speeds up compilation (remove only if not using g++) -@@ -48,7 +49,7 @@ - .SUFFIXES: .C $(SUFFIXES) - - .C.o: -- $(CPP) $(CPPFLAGS) $(EXTRA) -I../globals -c $< -+ $(CPP) $(CPPFLAGS) $(INCLUDES) $(EXTRA) -c $< - - all: $(ALL) - -@@ -65,14 +66,14 @@ - - dep: FORCE - $(RM) $(DEPFILE) -- make $(DEPFILE) -+ $(MAKE) $(DEPFILE) - - $(DEPFILE): -- set -e; for i in $(SOURCES) ; do $(CPP) -M $$i -I../globals >>$(DEPFILE) ; done -- -+ set -e; for i in $(SOURCES) ; do $(CPP) $(INCLUDES) -M $$i >>$(DEPFILE) ; done -+ - # - # include a dependency file if one exists - # - #ifeq ($(DEPFILE),$(wildcard $(DEPFILE))) --include $(DEPFILE) -+#include $(DEPFILE) - #endif diff --git a/multimedia/mpegedit/files/patch-bb b/multimedia/mpegedit/files/patch-bb deleted file mode 100644 index 01c44c3e83c8..000000000000 --- a/multimedia/mpegedit/files/patch-bb +++ /dev/null @@ -1,33 +0,0 @@ ---- ui/text_win.C.orig Sun Jun 18 19:56:57 1995 -+++ ui/text_win.C Thu Jun 15 08:37:50 2000 -@@ -17,6 +17,7 @@ - */ - - #include "text_win.H" -+#include <sys/time.h> - #include <assert.h> - #include <stdlib.h> - -@@ -407,14 +408,22 @@ - long time_elapsed; - long speed; - -+#ifdef __FreeBSD__ -+ gettimeofday(&clk,(struct timezone *)NULL); -+#else - gettimeofday(&clk,(timezone *)NULL); -+#endif - time_elapsed = (clk.tv_sec - last_click.tv_sec)*100; - time_elapsed+=(clk.tv_usec - last_click.tv_usec)/10000; - speed = atol(click_speed); - if((time_elapsed<speed) && (callback!=NULL)) - retval = (*(callback))(callback_data); - } -+#ifdef __FreeBSD__ -+ gettimeofday(&last_click,(struct timezone *)NULL); -+#else - gettimeofday(&last_click,(timezone *)NULL); -+#endif - text.inverse=true; - TList.Write(text); - if(!SendEventFlag) diff --git a/multimedia/mpegedit/pkg-comment b/multimedia/mpegedit/pkg-comment deleted file mode 100644 index b9670c907ae0..000000000000 --- a/multimedia/mpegedit/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A program to edit encoded mpeg streams diff --git a/multimedia/mpegedit/pkg-descr b/multimedia/mpegedit/pkg-descr deleted file mode 100644 index f25cbbf23e67..000000000000 --- a/multimedia/mpegedit/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -mpeg_edit will edit and apply some effects to an already -encoded mpeg video stream. - -The program has several bugs, but I've been able to use it. Expect -core-dumps. It has problems with displays >8 bits too. - -eric. -erich@FreeBSD.org diff --git a/multimedia/mpegedit/pkg-plist b/multimedia/mpegedit/pkg-plist deleted file mode 100644 index 19f822c08176..000000000000 --- a/multimedia/mpegedit/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/mpeg_edit -%%PORTDOCS%%share/doc/mpegedit/README -%%PORTDOCS%%share/doc/mpegedit/manual.ps -%%PORTDOCS%%@dirrm share/doc/mpegedit diff --git a/multimedia/mpgtx/Makefile b/multimedia/mpgtx/Makefile deleted file mode 100644 index ce4c6ea7aefb..000000000000 --- a/multimedia/mpgtx/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: mpgtx -# Date created: May 15, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= mpgtx -PORTVERSION= 1.1.1 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}-src -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} -ALL_TARGET= default - -MAN1= mpgtx.1 tagmp3.1 -MLINKS= mpgtx.1 mpgcat.1 \ - mpgtx.1 mpgdemux.1 \ - mpgtx.1 mpginfo.1 \ - mpgtx.1 mpgjoin.1 \ - mpgtx.1 mpgsplit.1 - -pre-patch: - @${PERL} -pi -e 's|CFLAGS=|CFLAGS\+=|g ; \ - s|\$$cflags \$$optimization_cflags|\$$cflags|g ; \ - s|g\+\+|${CXX}|g' ${WRKSRC}/configure - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mpgtx ${PREFIX}/bin -.for link in mpgcat mpgdemux mpginfo mpgjoin mpgsplit tagmp3 - ${LN} -sf mpgtx ${PREFIX}/bin/${link} -.endfor - ${INSTALL_MAN} ${WRKSRC}/man/mpgtx.1 ${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/tagmp3.1 ${MANPREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/multimedia/mpgtx/distinfo b/multimedia/mpgtx/distinfo deleted file mode 100644 index 1b4fd4bdd4ba..000000000000 --- a/multimedia/mpgtx/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mpgtx-1.1-1-src.tgz) = 684b94b5e971855c4a73a214f940f47f diff --git a/multimedia/mpgtx/pkg-comment b/multimedia/mpgtx/pkg-comment deleted file mode 100644 index a7a67e8d288e..000000000000 --- a/multimedia/mpgtx/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A command line MPEG audio/video/system file toolbox diff --git a/multimedia/mpgtx/pkg-descr b/multimedia/mpgtx/pkg-descr deleted file mode 100644 index 3b488f364ad9..000000000000 --- a/multimedia/mpgtx/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -mpgtx was designed with the good old Unix philosophy in mind : do few but -do it well and provide end user an austary yet powerfull command line -interface. - - - mpgtx can currently split and join MPEG 1 video files and most MPEG - audio files. - - mpgtx can fetch detailed informations from MPEG 1 and MPEG 2. - - mpgtx can demultiplex MPEG 1 and MPEG 2 files (System layer, Program - layer and Transport Layer). - - mpgtx can add, remove and edit ID3 tags from mp3 files and rename mp3 - files according to their ID3 tags. - - DivX ;) is not yet supported, neither is MPEG 4 - - splitting and joining of MPEG 2 video files is experimental. (read "will - work only in your wildest dreams") - -WWW: http://mpgtx.sourceforge.net/ diff --git a/multimedia/mpgtx/pkg-plist b/multimedia/mpgtx/pkg-plist deleted file mode 100644 index 534a00fda73b..000000000000 --- a/multimedia/mpgtx/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/mpgcat -bin/mpgdemux -bin/mpginfo -bin/mpgjoin -bin/mpgsplit -bin/mpgtx -bin/tagmp3 diff --git a/multimedia/mplayer-fonts/Makefile b/multimedia/mplayer-fonts/Makefile deleted file mode 100644 index 9ee37891226b..000000000000 --- a/multimedia/mplayer-fonts/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: mplayer-fonts -# Date created: 15 August 2001 -# Whom: Thomas E. Zander -# -# $FreeBSD$ -# - -PORTNAME= mplayer-fonts -PORTVERSION= 0.50 -CATEGORIES= graphics -MASTER_SITES= http://www.stud.uni-karlsruhe.de/~uedc/mplayer/ \ - http://www.rrr.de/~riggs/mplayer/ - -MAINTAINER= riggs@rrr.de - -USE_BZIP2= yes -NO_BUILD= yes - -FONTDIRS= cyrillic koi8r-font iso-8859-1/arial-14 \ - iso-8859-1/arial-18 iso-8859-1/arial-24 \ - iso-8859-1/arial-28 iso-8859-2/arial-14 \ - iso-8859-2/arial-18 iso-8859-2/arial-24 \ - iso-8859-2/arial-28 - -do-install: - @${MKDIR} ${PREFIX}/share/mplayer/fonts - @${CHMOD} 0555 ${PREFIX}/share/mplayer/fonts -.for dir in iso-8859-1 iso-8859-2 - @${MKDIR} ${PREFIX}/share/mplayer/fonts/${dir} - @${CHMOD} 0555 ${PREFIX}/share/mplayer/fonts/${dir} -.endfor -.for dir in ${FONTDIRS} - @${MKDIR} ${PREFIX}/share/mplayer/fonts/${dir} - @${CHMOD} 0555 ${PREFIX}/share/mplayer/fonts/${dir} - @${INSTALL_DATA} ${WRKDIR}/${dir}/* \ - ${PREFIX}/share/mplayer/fonts/${dir} -.endfor - -.include <bsd.port.mk> diff --git a/multimedia/mplayer-fonts/distinfo b/multimedia/mplayer-fonts/distinfo deleted file mode 100644 index de1b08d9bb32..000000000000 --- a/multimedia/mplayer-fonts/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mplayer-fonts-0.50.tar.bz2) = 5651a42266ef82de1feace9791d8d5b0 diff --git a/multimedia/mplayer-fonts/pkg-comment b/multimedia/mplayer-fonts/pkg-comment deleted file mode 100644 index 105eb2d19e5e..000000000000 --- a/multimedia/mplayer-fonts/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A font pack for the mplayer OSD and SUB diff --git a/multimedia/mplayer-fonts/pkg-descr b/multimedia/mplayer-fonts/pkg-descr deleted file mode 100644 index feee9477d6b7..000000000000 --- a/multimedia/mplayer-fonts/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This is the port which contains the superset of -the fonts for the mplayer on-screen display and -the sub title. - -In this stage it supports the following charsets: - -ISO-8859-1 (arial) in 4 sizes -ISO-8859-2 (arial) in 4 sizes - -cyrillic - -russian (koi8r) - -WWW: http://www.mplayerhq.hu/ diff --git a/multimedia/mplayer-fonts/pkg-plist b/multimedia/mplayer-fonts/pkg-plist deleted file mode 100644 index 404ecbb155b0..000000000000 --- a/multimedia/mplayer-fonts/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -share/mplayer/fonts/cyrillic/bgfont_a.raw -share/mplayer/fonts/cyrillic/bgfont_b.raw -share/mplayer/fonts/cyrillic/font.desc -share/mplayer/fonts/cyrillic/font.desc.koi8-r -share/mplayer/fonts/cyrillic/test.sub -share/mplayer/fonts/iso-8859-1/arial-14/font.desc -share/mplayer/fonts/iso-8859-1/arial-14/iso-8859-1-a.raw -share/mplayer/fonts/iso-8859-1/arial-14/iso-8859-1-b.raw -share/mplayer/fonts/iso-8859-1/arial-14/osd-mplayer-a.raw -share/mplayer/fonts/iso-8859-1/arial-14/osd-mplayer-b.raw -share/mplayer/fonts/iso-8859-1/arial-14/runme -share/mplayer/fonts/iso-8859-1/arial-18/font.desc -share/mplayer/fonts/iso-8859-1/arial-18/iso-8859-1-a.raw -share/mplayer/fonts/iso-8859-1/arial-18/iso-8859-1-b.raw -share/mplayer/fonts/iso-8859-1/arial-18/osd-mplayer-a.raw -share/mplayer/fonts/iso-8859-1/arial-18/osd-mplayer-b.raw -share/mplayer/fonts/iso-8859-1/arial-18/runme -share/mplayer/fonts/iso-8859-1/arial-24/font.desc -share/mplayer/fonts/iso-8859-1/arial-24/iso-8859-1-a.raw -share/mplayer/fonts/iso-8859-1/arial-24/iso-8859-1-b.raw -share/mplayer/fonts/iso-8859-1/arial-24/osd-mplayer-a.raw -share/mplayer/fonts/iso-8859-1/arial-24/osd-mplayer-b.raw -share/mplayer/fonts/iso-8859-1/arial-24/runme -share/mplayer/fonts/iso-8859-1/arial-28/font.desc -share/mplayer/fonts/iso-8859-1/arial-28/iso-8859-1-a.raw -share/mplayer/fonts/iso-8859-1/arial-28/iso-8859-1-b.raw -share/mplayer/fonts/iso-8859-1/arial-28/osd-mplayer-a.raw -share/mplayer/fonts/iso-8859-1/arial-28/osd-mplayer-b.raw -share/mplayer/fonts/iso-8859-1/arial-28/runme -share/mplayer/fonts/iso-8859-2/arial-14/font.desc -share/mplayer/fonts/iso-8859-2/arial-14/iso-8859-2-a.raw -share/mplayer/fonts/iso-8859-2/arial-14/iso-8859-2-b.raw -share/mplayer/fonts/iso-8859-2/arial-14/osd-mplayer-a.raw -share/mplayer/fonts/iso-8859-2/arial-14/osd-mplayer-b.raw -share/mplayer/fonts/iso-8859-2/arial-14/runme -share/mplayer/fonts/iso-8859-2/arial-18/font.desc -share/mplayer/fonts/iso-8859-2/arial-18/iso-8859-2-a.raw -share/mplayer/fonts/iso-8859-2/arial-18/iso-8859-2-b.raw -share/mplayer/fonts/iso-8859-2/arial-18/osd-mplayer-a.raw -share/mplayer/fonts/iso-8859-2/arial-18/osd-mplayer-b.raw -share/mplayer/fonts/iso-8859-2/arial-18/runme -share/mplayer/fonts/iso-8859-2/arial-24/font.desc -share/mplayer/fonts/iso-8859-2/arial-24/iso-8859-2-a.raw -share/mplayer/fonts/iso-8859-2/arial-24/iso-8859-2-b.raw -share/mplayer/fonts/iso-8859-2/arial-24/osd-mplayer-a.raw -share/mplayer/fonts/iso-8859-2/arial-24/osd-mplayer-b.raw -share/mplayer/fonts/iso-8859-2/arial-24/runme -share/mplayer/fonts/iso-8859-2/arial-28/font.desc -share/mplayer/fonts/iso-8859-2/arial-28/iso-8859-2-a.raw -share/mplayer/fonts/iso-8859-2/arial-28/iso-8859-2-b.raw -share/mplayer/fonts/iso-8859-2/arial-28/osd-mplayer-a.raw -share/mplayer/fonts/iso-8859-2/arial-28/osd-mplayer-b.raw -share/mplayer/fonts/iso-8859-2/arial-28/runme -share/mplayer/fonts/koi8r-font/font.desc -share/mplayer/fonts/koi8r-font/koi8-r-a.raw -share/mplayer/fonts/koi8r-font/koi8-r-b.raw -@dirrm share/mplayer/fonts/koi8r-font -@dirrm share/mplayer/fonts/iso-8859-2/arial-28 -@dirrm share/mplayer/fonts/iso-8859-2/arial-24 -@dirrm share/mplayer/fonts/iso-8859-2/arial-18 -@dirrm share/mplayer/fonts/iso-8859-2/arial-14 -@dirrm share/mplayer/fonts/iso-8859-2 -@dirrm share/mplayer/fonts/iso-8859-1/arial-28 -@dirrm share/mplayer/fonts/iso-8859-1/arial-24 -@dirrm share/mplayer/fonts/iso-8859-1/arial-18 -@dirrm share/mplayer/fonts/iso-8859-1/arial-14 -@dirrm share/mplayer/fonts/iso-8859-1 -@dirrm share/mplayer/fonts/cyrillic -@dirrm share/mplayer/fonts -@dirrm share/mplayer diff --git a/multimedia/mplayer-skins/Makefile b/multimedia/mplayer-skins/Makefile deleted file mode 100644 index 69a6a8dc510c..000000000000 --- a/multimedia/mplayer-skins/Makefile +++ /dev/null @@ -1,232 +0,0 @@ -# New ports collection makefile for: mplayer gui skins -# Date created: Sat Jan 12 10:59:45 BRST 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mplayer -PORTVERSION= 1.0.0 -CATEGORIES= graphics -MASTER_SITES= http://www.mplayerhq.hu/MPlayer/Skin/ \ - http://ftp.mplayerhq.hu/MPlayer/Skin/ \ - http://www2.mplayerhq.hu/MPlayer/Skin/ \ - http://ftp2.mplayerhq.hu/MPlayer/Skin/ -PKGNAMESUFFIX= -skins -DISTFILES= -EXTRACT_ONLY= -DIST_SUBDIR= mplayer - -MAINTAINER= riggs@rrr.de - -USE_BZIP2= yes -NO_WRKSUBDIR= yes -NO_BUILD= yes -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" -PLIST_SUB= myDATADIR="${myDATADIR}" \ - TOP_myDATADIR="${myDATADIR:S!Skin/$!!}" \ - PKGNAME="${PKGNAME}" - -INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 -SORT?= /usr/bin/sort - -myDATADIR= share/${PORTNAME}/Skin/ -# Used by other ports to detect if this is installed -SKIN_DETECTION_FILE= ${LOCALBASE}/${myDATADIR}/${PKGNAME} - -# port style based on apsfilter by Andreas Klemm <andreas@FreeBSD.org> -# -# XXX - needs improvement -# We could fetch only those skins chosen for installation. -# However, this breaks both checksum and makesum targets. -# Ideas? - -.if defined(BATCH) -WITH_SKIN_DEFAULT=yes -.endif # BATCH - -.if !defined(BATCH) -pre-fetch: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/choice - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif -.endif - -# hint: you can now draw the following decisions for batch mode -# - WITH_SKIN_ALL install all skins -# -# Build and install all skins (rather expensive) -# -. if defined(WITH_SKIN_ALL) -WITH_SKIN_DEFAULT=yes -WITH_SKIN_AVIFILE=yes -WITH_SKIN_BLUEHEART=yes -WITH_SKIN_CYRUS=yes -WITH_SKIN_MENTALIC=yes -WITH_SKIN_MIDNIGHTLOVE=yes -WITH_SKIN_NEUTRON=yes -WITH_SKIN_PHONY=yes -WITH_SKIN_PLASTIC=yes -WITH_SKIN_WINDOWSMEDIAPLAYER6=yes -WITH_SKIN_XANIM=yes -WITH_SKIN_XINE_LCD=yes -. endif # WITH_SKIN_ALL - -# -# files to fetch -# -DISTFILES+= default.tar.bz2 -.ifdef(WITH_SKIN_DEFAULT) -EXTRACT_ONLY+= default.tar.bz2 - -PLIST_SUB+= DEFAULT="" -.else -PLIST_SUB+= DEFAULT="@comment " -.endif - -DISTFILES+= avifile.tar.bz2 -.ifdef(WITH_SKIN_AVIFILE) -EXTRACT_ONLY+= avifile.tar.bz2 - -PLIST_SUB+= AVIFILE="" -.else -PLIST_SUB+= AVIFILE="@comment " -.endif - -DISTFILES+= BlueHeart.tar.bz2 -.ifdef(WITH_SKIN_BLUEHEART) -EXTRACT_ONLY+= BlueHeart.tar.bz2 - -PLIST_SUB+= BLUEHEART="" -.else -PLIST_SUB+= BLUEHEART="@comment " -.endif - -DISTFILES+= Cyrus.tar.bz2 -.ifdef(WITH_SKIN_CYRUS) -EXTRACT_ONLY+= Cyrus.tar.bz2 - -PLIST_SUB+= CYRUS="" -.else -PLIST_SUB+= CYRUS="@comment " -.endif - -DISTFILES+= mentalic.tar.bz2 -.ifdef(WITH_SKIN_MENTALIC) -EXTRACT_ONLY+= mentalic.tar.bz2 - -PLIST_SUB+= MENTALIC="" -.else -PLIST_SUB+= MENTALIC="@comment " -.endif - -DISTFILES+= MidnightLove.tar.bz2 -.ifdef(WITH_SKIN_MIDNIGHTLOVE) -EXTRACT_ONLY+= MidnightLove.tar.bz2 - -PLIST_SUB+= MIDNIGHTLOVE="" -.else -PLIST_SUB+= MIDNIGHTLOVE="@comment " -.endif - -DISTFILES+= neutron.tar.bz2 -.ifdef(WITH_SKIN_NEUTRON) -EXTRACT_ONLY+= neutron.tar.bz2 - -PLIST_SUB+= NEUTRON="" -.else -PLIST_SUB+= NEUTRON="@comment " -.endif - -DISTFILES+= phony.tar.bz2 -.ifdef(WITH_SKIN_PHONY) -EXTRACT_ONLY+= phony.tar.bz2 - -PLIST_SUB+= PHONY="" -.else -PLIST_SUB+= PHONY="@comment " -.endif - -DISTFILES+= plastic.tar.bz2 -.ifdef(WITH_SKIN_PLASTIC) -EXTRACT_ONLY+= plastic.tar.bz2 - -PLIST_SUB+= PLASTIC="" -.else -PLIST_SUB+= PLASTIC="@comment " -.endif - -DISTFILES+= WindowsMediaPlayer6.tar.bz2 -.ifdef(WITH_SKIN_WINDOWSMEDIAPLAYER6) -EXTRACT_ONLY+= WindowsMediaPlayer6.tar.bz2 - -PLIST_SUB+= WINDOWSMEDIAPLAYER6="" -.else -PLIST_SUB+= WINDOWSMEDIAPLAYER6="@comment " -.endif - -DISTFILES+= xanim.tar.bz2 -.ifdef(WITH_SKIN_XANIM) -EXTRACT_ONLY+= xanim.tar.bz2 - -PLIST_SUB+= XANIM="" -.else -PLIST_SUB+= XANIM="@comment " -.endif - -DISTFILES+= xine-lcd.tar.bz2 -.ifdef(WITH_SKIN_XINE_LCD) -EXTRACT_ONLY+= xine-lcd.tar.bz2 - -PLIST_SUB+= XINE_LCD="" -.else -PLIST_SUB+= XINE_LCD="@comment " -.endif - -pre-install: -# marker file - @${CP} /dev/null ${WRKSRC}/${PKGNAME} - -# Following idea borrowed from halflifeserver port - -# Parses PLIST -# creates dirs from @dirrm entries -# copies files from non ^@ entries -do-install: install-parse-plist install-run-scripts - -# kaboom, ashes to ashes, .... The problem is dead :) -# Contributed by <lioux@FreeBSD.org> -install-parse-plist: generate-plist - @${PERL} -e 'open(FHANDLER,"${TMPPLIST}");' \ - -e 'open(FDIR,">${WRKDIR}/dirs.sh.tmp");' \ - -e 'open(FFILES,">${WRKDIR}/files.sh");' \ - -e 'while (!eof(FHANDLER)) {' \ - -e 'chop($$file = <FHANDLER>);' \ - -e '$$dir = $$file_partial = $$file;' \ - -e '$$file_partial =~ s!^${myDATADIR}!!;' \ - -e 'print FDIR "${INSTALL_DIR}", \ - " ", "\"${PREFIX}/$$dir\"", \ - "\n" if $$dir =~ s!(^\@dirrm\s+)!!;' \ - -e 'print FFILES "${INSTALL_DATA}", \ - " ", "\"${WRKDIR}/$$file_partial\"", \ - " ", "\"${PREFIX}/$$file\"", \ - "\n" if ($$file !~ m!^\@!);' \ - -e '}' \ - -e 'close(FFILES);' \ - -e 'close(FDIR);' \ - -e 'close(FHANDLER);' -# we want it sorted - @${SORT} ${WRKDIR}/dirs.sh.tmp > ${WRKDIR}/dirs.sh - -install-run-scripts: -.for script in dirs files - @${SH} ${WRKDIR}/${script}.sh -.endfor - -.include <bsd.port.mk> diff --git a/multimedia/mplayer-skins/distinfo b/multimedia/mplayer-skins/distinfo deleted file mode 100644 index dfbc54006481..000000000000 --- a/multimedia/mplayer-skins/distinfo +++ /dev/null @@ -1,12 +0,0 @@ -MD5 (mplayer/default.tar.bz2) = 0c8423d39ea76fe0704c1b96e58706ce -MD5 (mplayer/MidnightLove.tar.bz2) = f86d12bfdb9ecb4ec7db8fdac871f3dd -MD5 (mplayer/avifile.tar.bz2) = aa043762a0dcd84658a28b171661b4de -MD5 (mplayer/BlueHeart.tar.bz2) = abacf062eb9166cf287379deb5be8170 -MD5 (mplayer/WindowsMediaPlayer6.tar.bz2) = d0c96a2f45c9df2d184d771fba353f77 -MD5 (mplayer/xanim.tar.bz2) = c3fb71d022c3f48b8b02247ed892c501 -MD5 (mplayer/neutron.tar.bz2) = 269764e6e3d7e9d94587b798f5e6b8cc -MD5 (mplayer/plastic.tar.bz2) = 11f6d1f84c60f91061931382c431d944 -MD5 (mplayer/Cyrus.tar.bz2) = d5e3c1ffa8536f15fadaa882609ff206 -MD5 (mplayer/xine-lcd.tar.bz2) = c737868f8e4ad4b68bff0e903c84a10a -MD5 (mplayer/phony.tar.bz2) = ab75db8550c89192b2250e307b1531c0 -MD5 (mplayer/mentalic.tar.bz2) = d61de1dfa07024f505fb52603d042b88 diff --git a/multimedia/mplayer-skins/pkg-comment b/multimedia/mplayer-skins/pkg-comment deleted file mode 100644 index fab9a1d0e7a9..000000000000 --- a/multimedia/mplayer-skins/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Skins for MPlayer's Graphical User Interface (GUI) diff --git a/multimedia/mplayer-skins/pkg-descr b/multimedia/mplayer-skins/pkg-descr deleted file mode 100644 index 79990db4e92b..000000000000 --- a/multimedia/mplayer-skins/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is the port of skins for MPlayer's Graphical User Interface -(GUI). - -WWW: http://www.mplayerhq.hu/ diff --git a/multimedia/mplayer-skins/pkg-plist b/multimedia/mplayer-skins/pkg-plist deleted file mode 100644 index 517a89866a52..000000000000 --- a/multimedia/mplayer-skins/pkg-plist +++ /dev/null @@ -1,309 +0,0 @@ -%%myDATADIR%%%%PKGNAME%% -%%BLUEHEART%%%%myDATADIR%%BlueHeart/README -%%BLUEHEART%%%%myDATADIR%%BlueHeart/eq.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/eqb.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/exit.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/font.fnt -%%BLUEHEART%%%%myDATADIR%%BlueHeart/font.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/iconify.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/load.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/main.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/menu.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/menubutt.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/menus.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/next.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/pause.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/play.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/plb.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/pos.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/prev.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/skin -%%BLUEHEART%%%%myDATADIR%%BlueHeart/stop.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/sub.png -%%BLUEHEART%%%%myDATADIR%%BlueHeart/symbols.fnt -%%BLUEHEART%%%%myDATADIR%%BlueHeart/symbols.png -%%CYRUS%%%%myDATADIR%%Cyrus/README -%%CYRUS%%%%myDATADIR%%Cyrus/eq.png -%%CYRUS%%%%myDATADIR%%Cyrus/eqb.png -%%CYRUS%%%%myDATADIR%%Cyrus/exit.png -%%CYRUS%%%%myDATADIR%%Cyrus/font.fnt -%%CYRUS%%%%myDATADIR%%Cyrus/font.png -%%CYRUS%%%%myDATADIR%%Cyrus/iconify.png -%%CYRUS%%%%myDATADIR%%Cyrus/load.png -%%CYRUS%%%%myDATADIR%%Cyrus/main.png -%%CYRUS%%%%myDATADIR%%Cyrus/menu.png -%%CYRUS%%%%myDATADIR%%Cyrus/menubutt.png -%%CYRUS%%%%myDATADIR%%Cyrus/menus.png -%%CYRUS%%%%myDATADIR%%Cyrus/next.png -%%CYRUS%%%%myDATADIR%%Cyrus/pause.png -%%CYRUS%%%%myDATADIR%%Cyrus/play.png -%%CYRUS%%%%myDATADIR%%Cyrus/plb.png -%%CYRUS%%%%myDATADIR%%Cyrus/pos.png -%%CYRUS%%%%myDATADIR%%Cyrus/posbar.png -%%CYRUS%%%%myDATADIR%%Cyrus/prev.png -%%CYRUS%%%%myDATADIR%%Cyrus/readme -%%CYRUS%%%%myDATADIR%%Cyrus/skin -%%CYRUS%%%%myDATADIR%%Cyrus/stop.png -%%CYRUS%%%%myDATADIR%%Cyrus/sub.png -%%CYRUS%%%%myDATADIR%%Cyrus/symbols.fnt -%%CYRUS%%%%myDATADIR%%Cyrus/symbols.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/README -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/eq.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/eqb.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/exit.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/font.fnt -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/font.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/iconify.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/load.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/main.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/maximize.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/menu.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/menubutt.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/menus.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/next.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/pause.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/play.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/plb.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/pos.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/prev.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/skin -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/stop.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/sub.png -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/symbols.fnt -%%MIDNIGHTLOVE%%%%myDATADIR%%MidnightLove/symbols.png -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/README -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/close.png -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/font.fnt -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/font.png -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/main.png -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/maximize.png -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/menu.png -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/menus.png -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/minimize.png -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/pause.png -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/play.png -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/pos.png -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/skin -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/stop.png -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/sub.png -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/sub.png.win -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/symbols.fnt -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/symbols.png -%%WINDOWSMEDIAPLAYER6%%%%myDATADIR%%WindowsMediaPlayer6/vol.png -%%AVIFILE%%%%myDATADIR%%avifile/README -%%AVIFILE%%%%myDATADIR%%avifile/alap.png -%%AVIFILE%%%%myDATADIR%%avifile/font.fnt -%%AVIFILE%%%%myDATADIR%%avifile/font.png -%%AVIFILE%%%%myDATADIR%%avifile/help.png -%%AVIFILE%%%%myDATADIR%%avifile/load.png -%%AVIFILE%%%%myDATADIR%%avifile/menu.png -%%AVIFILE%%%%myDATADIR%%avifile/menus.png -%%AVIFILE%%%%myDATADIR%%avifile/mute.png -%%AVIFILE%%%%myDATADIR%%avifile/pause.png -%%AVIFILE%%%%myDATADIR%%avifile/play.png -%%AVIFILE%%%%myDATADIR%%avifile/pos.png -%%AVIFILE%%%%myDATADIR%%avifile/skin -%%AVIFILE%%%%myDATADIR%%avifile/stop.png -%%AVIFILE%%%%myDATADIR%%avifile/sub.png -%%AVIFILE%%%%myDATADIR%%avifile/symbols.fnt -%%AVIFILE%%%%myDATADIR%%avifile/symbols.png -%%AVIFILE%%%%myDATADIR%%avifile/volume.png -%%DEFAULT%%%%myDATADIR%%default/README -%%DEFAULT%%%%myDATADIR%%default/about.png -%%DEFAULT%%%%myDATADIR%%default/back.png -%%DEFAULT%%%%myDATADIR%%default/eq.png -%%DEFAULT%%%%myDATADIR%%default/eqb.png -%%DEFAULT%%%%myDATADIR%%default/exit.png -%%DEFAULT%%%%myDATADIR%%default/font.fnt -%%DEFAULT%%%%myDATADIR%%default/font.png -%%DEFAULT%%%%myDATADIR%%default/forward.png -%%DEFAULT%%%%myDATADIR%%default/fsb.png -%%DEFAULT%%%%myDATADIR%%default/iconify.png -%%DEFAULT%%%%myDATADIR%%default/load.png -%%DEFAULT%%%%myDATADIR%%default/main.png -%%DEFAULT%%%%myDATADIR%%default/menu.png -%%DEFAULT%%%%myDATADIR%%default/menus.png -%%DEFAULT%%%%myDATADIR%%default/next.png -%%DEFAULT%%%%myDATADIR%%default/pause.png -%%DEFAULT%%%%myDATADIR%%default/play.png -%%DEFAULT%%%%myDATADIR%%default/plb.png -%%DEFAULT%%%%myDATADIR%%default/pos.png -%%DEFAULT%%%%myDATADIR%%default/prev.png -%%DEFAULT%%%%myDATADIR%%default/skin -%%DEFAULT%%%%myDATADIR%%default/stop.png -%%DEFAULT%%%%myDATADIR%%default/sub.png -%%DEFAULT%%%%myDATADIR%%default/subload.png -%%DEFAULT%%%%myDATADIR%%default/symbols.fnt -%%DEFAULT%%%%myDATADIR%%default/symbols.png -%%DEFAULT%%%%myDATADIR%%default/volume.png -%%MENTALIC%%%%myDATADIR%%mentalic/about.png -%%MENTALIC%%%%myDATADIR%%mentalic/back.png -%%MENTALIC%%%%myDATADIR%%mentalic/exit.png -%%MENTALIC%%%%myDATADIR%%mentalic/font.fnt -%%MENTALIC%%%%myDATADIR%%mentalic/font.png -%%MENTALIC%%%%myDATADIR%%mentalic/forward.png -%%MENTALIC%%%%myDATADIR%%mentalic/fsb.png -%%MENTALIC%%%%myDATADIR%%mentalic/iconify.png -%%MENTALIC%%%%myDATADIR%%mentalic/load.png -%%MENTALIC%%%%myDATADIR%%mentalic/main.png -%%MENTALIC%%%%myDATADIR%%mentalic/menu.png -%%MENTALIC%%%%myDATADIR%%mentalic/menus.png -%%MENTALIC%%%%myDATADIR%%mentalic/next.png -%%MENTALIC%%%%myDATADIR%%mentalic/pause.png -%%MENTALIC%%%%myDATADIR%%mentalic/play.png -%%MENTALIC%%%%myDATADIR%%mentalic/pos.png -%%MENTALIC%%%%myDATADIR%%mentalic/prev.png -%%MENTALIC%%%%myDATADIR%%mentalic/skin -%%MENTALIC%%%%myDATADIR%%mentalic/stop.png -%%MENTALIC%%%%myDATADIR%%mentalic/sub.png -%%MENTALIC%%%%myDATADIR%%mentalic/symbols.fnt -%%MENTALIC%%%%myDATADIR%%mentalic/symbols.png -%%MENTALIC%%%%myDATADIR%%mentalic/symbolsV.fnt -%%MENTALIC%%%%myDATADIR%%mentalic/symbolsV.png -%%MENTALIC%%%%myDATADIR%%mentalic/volume.png -%%NEUTRON%%%%myDATADIR%%neutron/README -%%NEUTRON%%%%myDATADIR%%neutron/about.png -%%NEUTRON%%%%myDATADIR%%neutron/back.png -%%NEUTRON%%%%myDATADIR%%neutron/eqb.png -%%NEUTRON%%%%myDATADIR%%neutron/exit.png -%%NEUTRON%%%%myDATADIR%%neutron/font.fnt -%%NEUTRON%%%%myDATADIR%%neutron/font.png -%%NEUTRON%%%%myDATADIR%%neutron/forward.png -%%NEUTRON%%%%myDATADIR%%neutron/fsb.png -%%NEUTRON%%%%myDATADIR%%neutron/iconify.png -%%NEUTRON%%%%myDATADIR%%neutron/load.png -%%NEUTRON%%%%myDATADIR%%neutron/main.png -%%NEUTRON%%%%myDATADIR%%neutron/menu.png -%%NEUTRON%%%%myDATADIR%%neutron/menus.png -%%NEUTRON%%%%myDATADIR%%neutron/mute.png -%%NEUTRON%%%%myDATADIR%%neutron/next.png -%%NEUTRON%%%%myDATADIR%%neutron/pause.png -%%NEUTRON%%%%myDATADIR%%neutron/play.png -%%NEUTRON%%%%myDATADIR%%neutron/plb.png -%%NEUTRON%%%%myDATADIR%%neutron/pos.png -%%NEUTRON%%%%myDATADIR%%neutron/pref.png -%%NEUTRON%%%%myDATADIR%%neutron/prev.png -%%NEUTRON%%%%myDATADIR%%neutron/skin -%%NEUTRON%%%%myDATADIR%%neutron/stop.png -%%NEUTRON%%%%myDATADIR%%neutron/sub.png -%%NEUTRON%%%%myDATADIR%%neutron/symbols.fnt -%%NEUTRON%%%%myDATADIR%%neutron/symbols.png -%%NEUTRON%%%%myDATADIR%%neutron/volume.png -%%PHONY%%%%myDATADIR%%phony/README -%%PHONY%%%%myDATADIR%%phony/about.png -%%PHONY%%%%myDATADIR%%phony/back.png -%%PHONY%%%%myDATADIR%%phony/exit.png -%%PHONY%%%%myDATADIR%%phony/font2.fnt -%%PHONY%%%%myDATADIR%%phony/font2.png -%%PHONY%%%%myDATADIR%%phony/forward.png -%%PHONY%%%%myDATADIR%%phony/load.png -%%PHONY%%%%myDATADIR%%phony/main.png -%%PHONY%%%%myDATADIR%%phony/menu.png -%%PHONY%%%%myDATADIR%%phony/menus.png -%%PHONY%%%%myDATADIR%%phony/mute.png -%%PHONY%%%%myDATADIR%%phony/next.png -%%PHONY%%%%myDATADIR%%phony/pause.png -%%PHONY%%%%myDATADIR%%phony/play.png -%%PHONY%%%%myDATADIR%%phony/pos.png -%%PHONY%%%%myDATADIR%%phony/prev.png -%%PHONY%%%%myDATADIR%%phony/progress.png -%%PHONY%%%%myDATADIR%%phony/skin -%%PHONY%%%%myDATADIR%%phony/small-bright.png -%%PHONY%%%%myDATADIR%%phony/small.png -%%PHONY%%%%myDATADIR%%phony/stop.png -%%PHONY%%%%myDATADIR%%phony/sub2.png -%%PHONY%%%%myDATADIR%%phony/symbols2.fnt -%%PHONY%%%%myDATADIR%%phony/symbols2.png -%%PHONY%%%%myDATADIR%%phony/volume.png -%%PHONY%%%%myDATADIR%%phony/zoom.png -%%PLASTIC%%%%myDATADIR%%plastic/README -%%PLASTIC%%%%myDATADIR%%plastic/about.png -%%PLASTIC%%%%myDATADIR%%plastic/back.png -%%PLASTIC%%%%myDATADIR%%plastic/eqb.png -%%PLASTIC%%%%myDATADIR%%plastic/exit.png -%%PLASTIC%%%%myDATADIR%%plastic/font.fnt -%%PLASTIC%%%%myDATADIR%%plastic/font.png -%%PLASTIC%%%%myDATADIR%%plastic/forward.png -%%PLASTIC%%%%myDATADIR%%plastic/fsb.png -%%PLASTIC%%%%myDATADIR%%plastic/iconify.png -%%PLASTIC%%%%myDATADIR%%plastic/load.png -%%PLASTIC%%%%myDATADIR%%plastic/main.png -%%PLASTIC%%%%myDATADIR%%plastic/menu.png -%%PLASTIC%%%%myDATADIR%%plastic/menus.png -%%PLASTIC%%%%myDATADIR%%plastic/next.png -%%PLASTIC%%%%myDATADIR%%plastic/pause.png -%%PLASTIC%%%%myDATADIR%%plastic/play.png -%%PLASTIC%%%%myDATADIR%%plastic/plb.png -%%PLASTIC%%%%myDATADIR%%plastic/pos.png -%%PLASTIC%%%%myDATADIR%%plastic/prev.png -%%PLASTIC%%%%myDATADIR%%plastic/skin -%%PLASTIC%%%%myDATADIR%%plastic/stop.png -%%PLASTIC%%%%myDATADIR%%plastic/sub.png -%%PLASTIC%%%%myDATADIR%%plastic/subt.png -%%PLASTIC%%%%myDATADIR%%plastic/symbols.fnt -%%PLASTIC%%%%myDATADIR%%plastic/symbols.png -%%PLASTIC%%%%myDATADIR%%plastic/volume.png -%%XANIM%%%%myDATADIR%%xanim/README -%%XANIM%%%%myDATADIR%%xanim/back.png -%%XANIM%%%%myDATADIR%%xanim/back2.png -%%XANIM%%%%myDATADIR%%xanim/back3.png -%%XANIM%%%%myDATADIR%%xanim/exit.png -%%XANIM%%%%myDATADIR%%xanim/ff2.png -%%XANIM%%%%myDATADIR%%xanim/ff3.png -%%XANIM%%%%myDATADIR%%xanim/grab.png -%%XANIM%%%%myDATADIR%%xanim/main.png -%%XANIM%%%%myDATADIR%%xanim/menu.png -%%XANIM%%%%myDATADIR%%xanim/menus.png -%%XANIM%%%%myDATADIR%%xanim/minus.png -%%XANIM%%%%myDATADIR%%xanim/o.png -%%XANIM%%%%myDATADIR%%xanim/play.png -%%XANIM%%%%myDATADIR%%xanim/plus.png -%%XANIM%%%%myDATADIR%%xanim/skin -%%XANIM%%%%myDATADIR%%xanim/stop.png -%%XANIM%%%%myDATADIR%%xanim/sub.png -%%XANIM%%%%myDATADIR%%xanim/vol.png -%%XANIM%%%%myDATADIR%%xanim/volbar.png -%%XANIM%%%%myDATADIR%%xanim/volmin.png -%%XANIM%%%%myDATADIR%%xanim/volplus.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/README -%%XINE_LCD%%%%myDATADIR%%xine-lcd/close.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/dvd.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/eject.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/ffwd.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/font.fnt -%%XINE_LCD%%%%myDATADIR%%xine-lcd/font.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/fullsc.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/main-jo.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/main.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/menu.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/menus.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/minus.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/next.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/pause.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/play.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/playlist.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/plbutton.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/plus.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/poti.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/power.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/pref.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/prev.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/rewind.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/seekbar.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/skin -%%XINE_LCD%%%%myDATADIR%%xine-lcd/stop.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/sub.png -%%XINE_LCD%%%%myDATADIR%%xine-lcd/volume.png -%%XINE_LCD%%@dirrm %%myDATADIR%%xine-lcd -%%XANIM%%@dirrm %%myDATADIR%%xanim -%%PLASTIC%%@dirrm %%myDATADIR%%plastic -%%PHONY%%@dirrm %%myDATADIR%%phony -%%NEUTRON%%@dirrm %%myDATADIR%%neutron -%%MENTALIC%%@dirrm %%myDATADIR%%mentalic -%%DEFAULT%%@dirrm %%myDATADIR%%default -%%AVIFILE%%@dirrm %%myDATADIR%%avifile -%%WINDOWSMEDIAPLAYER6%%@dirrm %%myDATADIR%%WindowsMediaPlayer6 -%%MIDNIGHTLOVE%%@dirrm %%myDATADIR%%MidnightLove -%%CYRUS%%@dirrm %%myDATADIR%%Cyrus -%%BLUEHEART%%@dirrm %%myDATADIR%%BlueHeart -@unexec rmdir %D/%%TOP_myDATADIR%% 2>/dev/null || true diff --git a/multimedia/mplayer-skins/scripts/choice b/multimedia/mplayer-skins/scripts/choice deleted file mode 100644 index 496118f8e57f..000000000000 --- a/multimedia/mplayer-skins/scripts/choice +++ /dev/null @@ -1,65 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ -# based on configure from mplayer-skins by Andreas Klemm <andreas@FreeBSD.org> - -if [ "$BATCH" != "yes" ]; then - -# -# configure - mplayer-skins installation options -# - -/usr/bin/dialog --title "mplayer skins" --clear \ - --checklist "\n\ -This configuration dialog allows you to choose \n\ -only the skins you really want. \n\n\ - Select the skins you want to install:" -1 -1 13 \ - "ALL" "Install ALL skins" OFF \ - "Default" "The default MPlayer skin" ON \ - "avifile" "MPlayer skin, with the look of aviplay" OFF \ - "BlueHeart" "MPlayer conversion of a BlueHeart XMMS skin" OFF \ - "Cyrus" "Cyrus skin from XMMS" OFF \ - "Mentalic" "Sharp and shiny" OFF \ - "MidnightLove" "MPlayer version of WinAMP/XMMS Rei Ayanami's skin" OFF \ - "Neutron" "VERY nice skin!" OFF \ - "Phony" "Look-and-feel of a desktop DVD player" OFF \ - "Plastic" "Remote control-like skin with plastic feeling" OFF \ - "WindowsMediaPlayer6" "no comment" OFF \ - "Xanim" "xanim \"feeling\"" OFF \ - "Xine-LCD" "MPlayer conversion of Xine's LCD skin" OFF \ -2> /tmp/mplayer-skins-checklist.$$ - -retval=$? - -if [ -s /tmp/mplayer-skins-checklist.$$ ]; then - set `cat /tmp/mplayer-skins-checklist.$$` -fi -rm -f /tmp/mplayer-skins-checklist.$$ - -case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected." - echo "You HAVE to choose, at least, one skin." - exit 1 - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; -esac - -/bin/mkdir -p ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -while [ "$1" ]; do - echo WITH_SKIN_`echo "$1" | tr "[:lower:]" "[:upper:]" | tr " -" "_" | tr -d \"`=yes - shift -done - -fi # if $BATCH - -# if batch, then start creating Makefile.inc here -if [ "$BATCH" = "yes" ]; then - /bin/mkdir -p ${WRKDIRPREFIX}${CURDIR} - exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc -fi diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile deleted file mode 100644 index 9c073575225b..000000000000 --- a/multimedia/mplayer/Makefile +++ /dev/null @@ -1,183 +0,0 @@ -# New ports collection makefile for: mplayer -# Date created: 10 August 2001 -# Whom: Thomas E. Zander -# with lots of help from Vladimir Kushnir -# $FreeBSD$ -# - -PORTNAME= mplayer -PORTVERSION= 0.60.1 -CATEGORIES= graphics -MASTER_SITES= http://ftp.mplayerhq.hu/MPlayer/releases/ \ - http://www.mplayerhq.hu/MPlayer/releases/ \ - http://www2.mplayerhq.hu/MPlayer/releases/ \ - ftp://ftp.mplayerhq.hu/MPlayer/releases/ \ - ftp://ftp2.mplayerhq.hu/MPlayer/releases/ \ - http://www.stud.uni-karlsruhe.de/~uedc/mplayer/ \ - http://www.rrr.de/~riggs/mplayer/ -DISTNAME= MPlayer-0.60 - -MAINTAINER= riggs@rrr.de - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - giconv.2:${PORTSDIR}/converters/iconv \ - SDL-1.1.3:${PORTSDIR}/devel/sdl12 -RUN_DEPENDS= ${LOCALBASE}/share/mplayer/fonts:${PORTSDIR}/graphics/mplayer-fonts - -NO_PACKAGE= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_XLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS=${PTHREAD_LIBS} -CONFIGURE_ARGS= --disable-mencoder - -MAN1= mplayer.1 -MANCOMPRESSED= no - -CONFFILES= codecs.conf example.conf -DOCFILES= DVB bugreports.html cd-dvd.html codecs-in.html \ - codecs.html documentation.html faq.html skin-en.html \ - DXR3 formats.html skin-en.html sound.html tech/tech-eng.txt \ - video.html - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libdvdread.so.2) -WITH_DVD= yes -.endif - -.if exists(${X11BASE}/bin/xanim) -WITH_XANIM= yes -.endif - -.if defined(WITH_OPTIMIZED_CFLAGS) -CFLAGS+= -O3 -ffast-math -fomit-frame-pointer -.endif - -.if defined(WITH_GUI) -USE_GTK= yes - -RUN_DEPENDS+= ${SKIN_DETECTION_FILE}:${SKIN_PORT} - -CONFIGURE_ARGS+= --enable-gui - -#SKIN_PORT= ${PORTSDIR}/graphics/mplayer-skins -SKIN_PORT= ${.CURDIR}/../mplayer-skins -SKIN_DETECTION_FILE!= ${MAKE} -f ${SKIN_PORT}/Makefile -V SKIN_DETECTION_FILE -.endif - -.if defined(WITH_DVD) -LIB_DEPENDS+= dvdcss.0:${PORTSDIR}/graphics/libdvdcss \ - dvdread.2:${PORTSDIR}/graphics/libdvdread -.endif - -.if defined(WITH_SVGALIB) -LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib -.endif - -.if defined(WITH_VORBIS) -LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis -.endif - -.if defined(WITH_XANIM) -BUILD_DEPENDS+= xanim:${PORTSDIR}/graphics/xanim - -CONFIGURE_ARGS+=--enable-xanim --with-xanimlibdir=${X11BASE}/lib/X11/xanim -.else -CONFIGURE_ARGS+=--disable-xanim -.endif - -# "enable" build for other archs -.if ${ARCH} == "i386" -.if defined(WITHOUT_MMX) -CONFIGURE_ARGS+=--disable-mmx -.endif -.if defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021 -CONFIGURE_ARGS+=--disable-3dnow -.endif -.if defined(WITHOUT_DSP) || defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021 -CONFIGURE_ARGS+=--disable-3dnowex -.endif -.if defined(WITHOUT_SSE) -CONFIGURE_ARGS+=--disable-mmx2 --disable-sse -.endif -.if !defined(WITH_SVGALIB) -CONFIGURE_ARGS+=--disable-svga -.endif -.if !defined(WITH_VORBIS) -CONFIGURE_ARGS+=--disable-vorbis -.endif -.if !defined(WITHOUT_WIN32_CODECS) -RUN_DEPENDS+= ${CODEC_DETECTION_FILE}:${CODEC_PORT} - -CONFIGURE_ARGS+= --with-win32libdir=${LOCALBASE}/lib/win32 - -#CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs -CODEC_PORT= ${.CURDIR}/../win32-codecs -CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE -.endif -.endif # ARCH == i386 - -pre-everything:: -.if !defined(WITH_OPTIMIZED_CFLAGS) - @${ECHO_MSG} "You can enable additional compilation optimizations" - @${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS" -.endif -.if !defined(WITH_GUI) - @${ECHO_MSG} "You can enable GTK GUI by defining WITH_GUI." -.endif -.if !defined(WITH_DVD) - @${ECHO_MSG} "You can enable DVD support by defining WITH_DVD." -.endif -.if !defined(WITH_SVGALIB) - @${ECHO_MSG} "You can enable SVGALIB support by defining WITH_SVGALIB." -.endif -.if !defined(WITH_VORBIS) - @${ECHO_MSG} "You can enable VORBIS sound support by defining WITH_VORBIS." -.endif -.if !defined(WITH_XANIM) - @${ECHO_MSG} "You can enable XAnim DLL support by defining WITH_XANIM." -.endif -.if ${ARCH} == "i386" -.if !defined(WITHOUT_WIN32_CODECS) - @${ECHO_MSG} "You can disable support (this turns this into a X86 only port)" - @${ECHO_MSG} "for Win32 codecs" -.endif -.if !defined(WITHOUT_SSE) - @${ECHO_MSG} "You have to enable \"options CPU_ENABLE_SSE\" in your kernel" - @${ECHO_MSG} "config in order to enable kernel support for SSE/MMX2." -.endif -.if !defined(WITHOUT_MMX) - @${ECHO_MSG} "You can disable use of MMX routines by defining WITHOUT_MMX." -.endif -.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 - @${ECHO_MSG} "You can disable use of 3DNow! optimized routines by defining WITHOUT_3DNOW." -.endif -.if !defined(WITHOUT_3DNOW) && !defined(WITHOUT_DSP) && ${OSVERSION} >= 400021 - @${ECHO_MSG} "You can disable support for Athlon DSP extensions by defining WITHOUT_DSP." -.endif - @${ECHO_MSG} "Note: The cpu features are autodetected, so there is probably no need" - @${ECHO_MSG} "to manually disable them." -.endif # ARCH == i386 - -post-install: - @${MKDIR} ${DATADIR} - @${CHMOD} 755 ${DATADIR} -.for conf in ${CONFFILES} - ${INSTALL_DATA} ${WRKSRC}/etc/${conf} ${DATADIR} -.endfor -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${CHMOD} 755 ${DOCSDIR} -.for doc in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/DOCS/${doc} ${DOCSDIR} -.endfor -.endif - @${CAT} pkg-message - -install-user: - @${PERL} ${FILESDIR}/install-user - -.include <bsd.port.post.mk> diff --git a/multimedia/mplayer/distinfo b/multimedia/mplayer/distinfo deleted file mode 100644 index cca391e55fc1..000000000000 --- a/multimedia/mplayer/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (MPlayer-0.60.tar.bz2) = 0acefa2cb6130b14848955695e51d934 diff --git a/multimedia/mplayer/files/install-user b/multimedia/mplayer/files/install-user deleted file mode 100644 index 0fd764316a50..000000000000 --- a/multimedia/mplayer/files/install-user +++ /dev/null @@ -1,53 +0,0 @@ -#This perl script links the codec config file -#and the fonts dir to the user's home dir. -#V0.2 Last touched: 2001-10-12 riggs - -if (-e "$ENV{HOME}/.mplayer/") -{ - print "Sorry, you should execute this target without having a .mplayer directory in your homedir.\n"; - exit 1; -} - -#Determining location of fonts: - -@pkg=`pkg_info -Lx mplayer-fonts`; -print "$prefix[3]"; -$prefix=$pkg[3]; -$prefix=~ s/(.+mplayer).*/$1/; -chop $prefix; - -print "You may choose any of the available language sets:\n\n"; -print "ISO-8859-1 Font : 1\n"; -print "ISO-8859-2 Font : 2\n"; -print "(old) Cyrillic fonts : c\n"; -print "Russian fonts : r\n"; - -print "Your decision? "; -chomp ($lang=<STDIN>); -print "\n"; - -if ($lang eq "1" || $lang eq "2") -{ - print "The available sizes for this font are 14,18,24,28.\n"; - print "Please enter the wanted size: \n"; - chomp ($size=<STDIN>); - if ($size ne "14" && $size ne "18" && $size ne "24" && $size ne "28") {$size=14;} -} - - -system "mkdir $ENV{HOME}/.mplayer"; -if ($lang eq "c") -{ - system "ln -s $prefix/fonts/cyrillic/ $ENV{HOME}/.mplayer/font"; -} -elsif ($lang eq "r") -{ - system "ln -s $prefix/fonts/koi8r-font/ $ENV{HOME}/.mplayer/font"; -} -elsif ($lang eq "2") -{ - system "ln -s $prefix/fonts/iso-8859-2/arial-$size/ $ENV{HOME}/.mplayer/font"; -} -else {system "ln -s $prefix/fonts/iso-8859-1/arial-$size/ $ENV{HOME}/.mplayer/font"}; - -system "ln -s $prefix/codecs.conf $ENV{HOME}/.mplayer/codecs.conf"; diff --git a/multimedia/mplayer/files/patch-ad b/multimedia/mplayer/files/patch-ad deleted file mode 100644 index dc33a4c21ead..000000000000 --- a/multimedia/mplayer/files/patch-ad +++ /dev/null @@ -1,78 +0,0 @@ ---- configure.old Fri Jan 4 23:48:35 2002 -+++ configure Sat Jan 5 00:26:19 2002 -@@ -415,19 +415,10 @@ - - # Try to find the available options for the current CPU - if x86 ; then -- if test -r /proc/cpuinfo ; then -- # linux with /proc mounted, extract cpu information from it -- _cpuinfo="cat /proc/cpuinfo" -- elif test -r /compat/linux/proc/cpuinfo ; then -- # FreeBSD with linux emulation /proc mounted, -- # extract cpu information from it -- _cpuinfo="cat /compat/linux/proc/cpuinfo" -- else - # all other OS try to extract cpu information from a small helper - # program TOOLS/cpuinfo instead - $_cc -o TOOLS/cpuinfo TOOLS/cpuinfo.c - _cpuinfo="TOOLS/cpuinfo" -- fi - - pname=`$_cpuinfo | grep 'model name' | cut -d ':' -f 2 | head -1` - pvendor=`$_cpuinfo | grep 'vendor_id' | cut -d ':' -f 2 | cut -d ' ' -f 2 | head -1` -@@ -1135,14 +1126,7 @@ - int main(void) { (void) malloc(0); return 0; } - EOF - _malloc=no --cc_check && _malloc=yes --if test "$_malloc" = yes ; then -- _def_malloc='#define HAVE_MALLOC_H 1' --else -- _def_malloc='#undef HAVE_MALLOC_H' --fi --# malloc.h emits a warning in FreeBSD --freebsd && _def_malloc='#undef HAVE_MALLOC_H' -+_def_malloc='#undef HAVE_MALLOC_H' - echores "$_malloc" - - -@@ -1153,12 +1137,7 @@ - int main (void) { (void) memalign(64, sizeof(char)); return 0; } - EOF - _memalign=no --cc_check && _memalign=yes --if test "$_memalign" = yes ; then -- _def_memalign='#define HAVE_MEMALIGN 1' --else -- _def_memalign='#undef HAVE_MEMALIGN' --fi -+_def_memalign='#undef HAVE_MEMALIGN' - echores "$_memalign" - - -@@ -1235,15 +1214,7 @@ - void* func(void *arg) { return arg; } - int main(void) { pthread_t tid; return pthread_create (&tid, 0, func, 0) == 0 ? 0 : 1; } - EOF --if ( cc_check && $TMPO ) ; then # QNX -- _ld_pthread='' --elif ( cc_check -lpthread && $TMPO ) ; then -- _ld_pthread='-lpthread' --elif ( cc_check -pthread && $TMPO ) ; then -- _ld_pthread='-pthread' --else -- die "Lib pthread not found. (needed by windows and networking stuff)" --fi -+_ld_pthread="${PTHREAD_LIBS}" - echores "yes (using $_ld_pthread)" - - -@@ -2692,7 +2663,7 @@ - CFLAGS="$CFLAGS -D_REENTRANT" - elif bsd ; then - # FIXME bsd needs this so maybe other OS'es -- CFLAGS="$CFLAGS -D_THREAD_SAFE" -+ CFLAGS="$CFLAGS ${PTHREAD_CFLAGS}" - fi - - # 64 bit file offsets? diff --git a/multimedia/mplayer/files/patch-ae b/multimedia/mplayer/files/patch-ae deleted file mode 100644 index 34aaa37e50bd..000000000000 --- a/multimedia/mplayer/files/patch-ae +++ /dev/null @@ -1,60 +0,0 @@ ---- Makefile.old Wed Jan 2 20:05:02 2002 -+++ Makefile Sat Jan 5 01:38:46 2002 -@@ -15,12 +15,12 @@ - PRG_MENCODER = mencoder - - #prefix = /usr/local --BINDIR = ${prefix}/bin -+BINDIR = $(PREFIX)/bin - # BINDIR = /usr/local/bin --MANDIR = ${prefix}/man -+MANDIR = $(PREFIX)/man - - # a BSD compatible 'install' program --INSTALL = install -+INSTALL = @${BSD_INSTALL_PROGRAM} - - SRCS_COMMON = adpcm.c xacodec.c cpudetect.c mp_msg.c ac3-iec958.c dec_audio.c dec_video.c msvidc.c cinepak.c fli.c qtrle.c codec-cfg.c cfgparser.c my_profile.c RTjpegN.c minilzo.c nuppelvideo.c - SRCS_MENCODER = mencoder.c $(SRCS_COMMON) libao2/afmt.c divx4_vbr.c libvo/aclib.c libvo/img_format.c -@@ -186,38 +186,12 @@ - - install: $(ALL_PRG) - if test ! -d $(BINDIR) ; then mkdir -p $(BINDIR) ; fi -- $(INSTALL) -m 755 -s $(PRG) $(BINDIR)/$(PRG) --ifeq ($(GUI),yes) -- -ln -sf $(BINDIR)/$(PRG) $(BINDIR)/gmplayer --endif -+ $(INSTALL) $(PRG) $(BINDIR)/$(PRG) - if test ! -d $(MANDIR)/man1 ; then mkdir -p $(MANDIR)/man1; fi -- $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1 -+ @${BSD_INSTALL_MAN} DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1 - ifeq ($(MENCODER),yes) - $(INSTALL) -m 755 -s $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER) -- $(INSTALL) -c -m 644 DOCS/mencoder.1 $(MANDIR)/man1/mencoder.1 --endif -- @if test ! -d $(DATADIR) ; then mkdir -p $(DATADIR) ; fi -- @if test ! -d $(DATADIR)/font ; then mkdir -p $(DATADIR)/font ; fi -- @if test ! -f $(DATADIR)/font/font.desc ; then \ -- echo "*** Download font at http://www.mplayerhq.hu/homepage/dload.html" ; \ -- echo "*** for OSD/Subtitles support and extract to $(DATADIR)/font/" ; \ -- fi --ifeq ($(GUI),yes) -- @if test ! -d $(DATADIR)/Skin ; then mkdir -p $(DATADIR)/Skin ; fi -- @echo "*** Download skin(s) at http://www.mplayerhq.hu/homepage/dload.html" -- @echo "*** for GUI, and extract to $(DATADIR)/Skin/" --endif -- @if test ! -d $(CONFDIR) ; then mkdir -p $(CONFDIR) ; fi -- @if test -f $(CONFDIR)/codecs.conf.old ; then mv -f $(CONFDIR)/codecs.conf.old $(CONFDIR)/codecs.conf.older ; fi -- @if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi -- $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf -- --ifeq ($(CSS_USE),yes) -- @echo "Following task requires root privs. If it fails don't panic" -- @echo "however it means you can't use fibmap_mplayer." -- @echo "Without this (or without running mplayer as root) you won't be" -- @echo "able to play encrypted DVDs." -- -$(INSTALL) -o 0 -g 0 -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) -+ @${BSD_INSTALL_MAN} DOCS/mencoder.1 $(MANDIR)/man1/mencoder.1 - endif - - uninstall: diff --git a/multimedia/mplayer/pkg-comment b/multimedia/mplayer/pkg-comment deleted file mode 100644 index c804b4065b34..000000000000 --- a/multimedia/mplayer/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -High performance media player that supports many formats diff --git a/multimedia/mplayer/pkg-descr b/multimedia/mplayer/pkg-descr deleted file mode 100644 index ea53eb32e136..000000000000 --- a/multimedia/mplayer/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This is the port of mplayer, a project which has the effort -to become a very stable and useful movie player. - -It is based on the windows codec compilation and -provides the ability to play many formats -in a very good quality without much CPU comsumption. - -Support for ffmpeg and DVD are also included. - -WWW: http://www.mplayerhq.hu/ diff --git a/multimedia/mplayer/pkg-message b/multimedia/mplayer/pkg-message deleted file mode 100644 index cec7bbd056f3..000000000000 --- a/multimedia/mplayer/pkg-message +++ /dev/null @@ -1,18 +0,0 @@ -This port provides a simple and easy to use -possibility for any user to make mplayer ready -to run with a working codecs.conf and the -right font by logging in with the username, -then cd to the mplayer port directory and -enter: - -make install-user - -Please take a look at docs in -/usr/local/share/doc/mplayer - -You can download skins from the mplayer homepage: -http://www.mplayerhq.hu/ - -In order to use DVD please make sure that your -kernel and base system is newer than 2001-09-25, -otherwise DVD play will not work! diff --git a/multimedia/mplayer/pkg-plist b/multimedia/mplayer/pkg-plist deleted file mode 100644 index a6e4ad2f248f..000000000000 --- a/multimedia/mplayer/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/mplayer -%%PORTDOCS%%share/doc/mplayer/DVB -%%PORTDOCS%%share/doc/mplayer/DXR3 -%%PORTDOCS%%share/doc/mplayer/bugreports.html -%%PORTDOCS%%share/doc/mplayer/cd-dvd.html -%%PORTDOCS%%share/doc/mplayer/codecs-in.html -%%PORTDOCS%%share/doc/mplayer/codecs.html -%%PORTDOCS%%share/doc/mplayer/documentation.html -%%PORTDOCS%%share/doc/mplayer/faq.html -%%PORTDOCS%%share/doc/mplayer/formats.html -%%PORTDOCS%%share/doc/mplayer/skin-en.html -%%PORTDOCS%%share/doc/mplayer/sound.html -%%PORTDOCS%%share/doc/mplayer/video.html -%%PORTDOCS%%share/doc/mplayer/tech-eng.txt -share/mplayer/codecs.conf -share/mplayer/example.conf -%%PORTDOCS%%@dirrm share/doc/mplayer diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile deleted file mode 100644 index 9c073575225b..000000000000 --- a/multimedia/mplayerxp/Makefile +++ /dev/null @@ -1,183 +0,0 @@ -# New ports collection makefile for: mplayer -# Date created: 10 August 2001 -# Whom: Thomas E. Zander -# with lots of help from Vladimir Kushnir -# $FreeBSD$ -# - -PORTNAME= mplayer -PORTVERSION= 0.60.1 -CATEGORIES= graphics -MASTER_SITES= http://ftp.mplayerhq.hu/MPlayer/releases/ \ - http://www.mplayerhq.hu/MPlayer/releases/ \ - http://www2.mplayerhq.hu/MPlayer/releases/ \ - ftp://ftp.mplayerhq.hu/MPlayer/releases/ \ - ftp://ftp2.mplayerhq.hu/MPlayer/releases/ \ - http://www.stud.uni-karlsruhe.de/~uedc/mplayer/ \ - http://www.rrr.de/~riggs/mplayer/ -DISTNAME= MPlayer-0.60 - -MAINTAINER= riggs@rrr.de - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - giconv.2:${PORTSDIR}/converters/iconv \ - SDL-1.1.3:${PORTSDIR}/devel/sdl12 -RUN_DEPENDS= ${LOCALBASE}/share/mplayer/fonts:${PORTSDIR}/graphics/mplayer-fonts - -NO_PACKAGE= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_XLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS=${PTHREAD_LIBS} -CONFIGURE_ARGS= --disable-mencoder - -MAN1= mplayer.1 -MANCOMPRESSED= no - -CONFFILES= codecs.conf example.conf -DOCFILES= DVB bugreports.html cd-dvd.html codecs-in.html \ - codecs.html documentation.html faq.html skin-en.html \ - DXR3 formats.html skin-en.html sound.html tech/tech-eng.txt \ - video.html - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libdvdread.so.2) -WITH_DVD= yes -.endif - -.if exists(${X11BASE}/bin/xanim) -WITH_XANIM= yes -.endif - -.if defined(WITH_OPTIMIZED_CFLAGS) -CFLAGS+= -O3 -ffast-math -fomit-frame-pointer -.endif - -.if defined(WITH_GUI) -USE_GTK= yes - -RUN_DEPENDS+= ${SKIN_DETECTION_FILE}:${SKIN_PORT} - -CONFIGURE_ARGS+= --enable-gui - -#SKIN_PORT= ${PORTSDIR}/graphics/mplayer-skins -SKIN_PORT= ${.CURDIR}/../mplayer-skins -SKIN_DETECTION_FILE!= ${MAKE} -f ${SKIN_PORT}/Makefile -V SKIN_DETECTION_FILE -.endif - -.if defined(WITH_DVD) -LIB_DEPENDS+= dvdcss.0:${PORTSDIR}/graphics/libdvdcss \ - dvdread.2:${PORTSDIR}/graphics/libdvdread -.endif - -.if defined(WITH_SVGALIB) -LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib -.endif - -.if defined(WITH_VORBIS) -LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis -.endif - -.if defined(WITH_XANIM) -BUILD_DEPENDS+= xanim:${PORTSDIR}/graphics/xanim - -CONFIGURE_ARGS+=--enable-xanim --with-xanimlibdir=${X11BASE}/lib/X11/xanim -.else -CONFIGURE_ARGS+=--disable-xanim -.endif - -# "enable" build for other archs -.if ${ARCH} == "i386" -.if defined(WITHOUT_MMX) -CONFIGURE_ARGS+=--disable-mmx -.endif -.if defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021 -CONFIGURE_ARGS+=--disable-3dnow -.endif -.if defined(WITHOUT_DSP) || defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021 -CONFIGURE_ARGS+=--disable-3dnowex -.endif -.if defined(WITHOUT_SSE) -CONFIGURE_ARGS+=--disable-mmx2 --disable-sse -.endif -.if !defined(WITH_SVGALIB) -CONFIGURE_ARGS+=--disable-svga -.endif -.if !defined(WITH_VORBIS) -CONFIGURE_ARGS+=--disable-vorbis -.endif -.if !defined(WITHOUT_WIN32_CODECS) -RUN_DEPENDS+= ${CODEC_DETECTION_FILE}:${CODEC_PORT} - -CONFIGURE_ARGS+= --with-win32libdir=${LOCALBASE}/lib/win32 - -#CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs -CODEC_PORT= ${.CURDIR}/../win32-codecs -CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE -.endif -.endif # ARCH == i386 - -pre-everything:: -.if !defined(WITH_OPTIMIZED_CFLAGS) - @${ECHO_MSG} "You can enable additional compilation optimizations" - @${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS" -.endif -.if !defined(WITH_GUI) - @${ECHO_MSG} "You can enable GTK GUI by defining WITH_GUI." -.endif -.if !defined(WITH_DVD) - @${ECHO_MSG} "You can enable DVD support by defining WITH_DVD." -.endif -.if !defined(WITH_SVGALIB) - @${ECHO_MSG} "You can enable SVGALIB support by defining WITH_SVGALIB." -.endif -.if !defined(WITH_VORBIS) - @${ECHO_MSG} "You can enable VORBIS sound support by defining WITH_VORBIS." -.endif -.if !defined(WITH_XANIM) - @${ECHO_MSG} "You can enable XAnim DLL support by defining WITH_XANIM." -.endif -.if ${ARCH} == "i386" -.if !defined(WITHOUT_WIN32_CODECS) - @${ECHO_MSG} "You can disable support (this turns this into a X86 only port)" - @${ECHO_MSG} "for Win32 codecs" -.endif -.if !defined(WITHOUT_SSE) - @${ECHO_MSG} "You have to enable \"options CPU_ENABLE_SSE\" in your kernel" - @${ECHO_MSG} "config in order to enable kernel support for SSE/MMX2." -.endif -.if !defined(WITHOUT_MMX) - @${ECHO_MSG} "You can disable use of MMX routines by defining WITHOUT_MMX." -.endif -.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 - @${ECHO_MSG} "You can disable use of 3DNow! optimized routines by defining WITHOUT_3DNOW." -.endif -.if !defined(WITHOUT_3DNOW) && !defined(WITHOUT_DSP) && ${OSVERSION} >= 400021 - @${ECHO_MSG} "You can disable support for Athlon DSP extensions by defining WITHOUT_DSP." -.endif - @${ECHO_MSG} "Note: The cpu features are autodetected, so there is probably no need" - @${ECHO_MSG} "to manually disable them." -.endif # ARCH == i386 - -post-install: - @${MKDIR} ${DATADIR} - @${CHMOD} 755 ${DATADIR} -.for conf in ${CONFFILES} - ${INSTALL_DATA} ${WRKSRC}/etc/${conf} ${DATADIR} -.endfor -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${CHMOD} 755 ${DOCSDIR} -.for doc in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/DOCS/${doc} ${DOCSDIR} -.endfor -.endif - @${CAT} pkg-message - -install-user: - @${PERL} ${FILESDIR}/install-user - -.include <bsd.port.post.mk> diff --git a/multimedia/mplayerxp/distinfo b/multimedia/mplayerxp/distinfo deleted file mode 100644 index cca391e55fc1..000000000000 --- a/multimedia/mplayerxp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (MPlayer-0.60.tar.bz2) = 0acefa2cb6130b14848955695e51d934 diff --git a/multimedia/mplayerxp/files/install-user b/multimedia/mplayerxp/files/install-user deleted file mode 100644 index 0fd764316a50..000000000000 --- a/multimedia/mplayerxp/files/install-user +++ /dev/null @@ -1,53 +0,0 @@ -#This perl script links the codec config file -#and the fonts dir to the user's home dir. -#V0.2 Last touched: 2001-10-12 riggs - -if (-e "$ENV{HOME}/.mplayer/") -{ - print "Sorry, you should execute this target without having a .mplayer directory in your homedir.\n"; - exit 1; -} - -#Determining location of fonts: - -@pkg=`pkg_info -Lx mplayer-fonts`; -print "$prefix[3]"; -$prefix=$pkg[3]; -$prefix=~ s/(.+mplayer).*/$1/; -chop $prefix; - -print "You may choose any of the available language sets:\n\n"; -print "ISO-8859-1 Font : 1\n"; -print "ISO-8859-2 Font : 2\n"; -print "(old) Cyrillic fonts : c\n"; -print "Russian fonts : r\n"; - -print "Your decision? "; -chomp ($lang=<STDIN>); -print "\n"; - -if ($lang eq "1" || $lang eq "2") -{ - print "The available sizes for this font are 14,18,24,28.\n"; - print "Please enter the wanted size: \n"; - chomp ($size=<STDIN>); - if ($size ne "14" && $size ne "18" && $size ne "24" && $size ne "28") {$size=14;} -} - - -system "mkdir $ENV{HOME}/.mplayer"; -if ($lang eq "c") -{ - system "ln -s $prefix/fonts/cyrillic/ $ENV{HOME}/.mplayer/font"; -} -elsif ($lang eq "r") -{ - system "ln -s $prefix/fonts/koi8r-font/ $ENV{HOME}/.mplayer/font"; -} -elsif ($lang eq "2") -{ - system "ln -s $prefix/fonts/iso-8859-2/arial-$size/ $ENV{HOME}/.mplayer/font"; -} -else {system "ln -s $prefix/fonts/iso-8859-1/arial-$size/ $ENV{HOME}/.mplayer/font"}; - -system "ln -s $prefix/codecs.conf $ENV{HOME}/.mplayer/codecs.conf"; diff --git a/multimedia/mplayerxp/files/patch-ad b/multimedia/mplayerxp/files/patch-ad deleted file mode 100644 index dc33a4c21ead..000000000000 --- a/multimedia/mplayerxp/files/patch-ad +++ /dev/null @@ -1,78 +0,0 @@ ---- configure.old Fri Jan 4 23:48:35 2002 -+++ configure Sat Jan 5 00:26:19 2002 -@@ -415,19 +415,10 @@ - - # Try to find the available options for the current CPU - if x86 ; then -- if test -r /proc/cpuinfo ; then -- # linux with /proc mounted, extract cpu information from it -- _cpuinfo="cat /proc/cpuinfo" -- elif test -r /compat/linux/proc/cpuinfo ; then -- # FreeBSD with linux emulation /proc mounted, -- # extract cpu information from it -- _cpuinfo="cat /compat/linux/proc/cpuinfo" -- else - # all other OS try to extract cpu information from a small helper - # program TOOLS/cpuinfo instead - $_cc -o TOOLS/cpuinfo TOOLS/cpuinfo.c - _cpuinfo="TOOLS/cpuinfo" -- fi - - pname=`$_cpuinfo | grep 'model name' | cut -d ':' -f 2 | head -1` - pvendor=`$_cpuinfo | grep 'vendor_id' | cut -d ':' -f 2 | cut -d ' ' -f 2 | head -1` -@@ -1135,14 +1126,7 @@ - int main(void) { (void) malloc(0); return 0; } - EOF - _malloc=no --cc_check && _malloc=yes --if test "$_malloc" = yes ; then -- _def_malloc='#define HAVE_MALLOC_H 1' --else -- _def_malloc='#undef HAVE_MALLOC_H' --fi --# malloc.h emits a warning in FreeBSD --freebsd && _def_malloc='#undef HAVE_MALLOC_H' -+_def_malloc='#undef HAVE_MALLOC_H' - echores "$_malloc" - - -@@ -1153,12 +1137,7 @@ - int main (void) { (void) memalign(64, sizeof(char)); return 0; } - EOF - _memalign=no --cc_check && _memalign=yes --if test "$_memalign" = yes ; then -- _def_memalign='#define HAVE_MEMALIGN 1' --else -- _def_memalign='#undef HAVE_MEMALIGN' --fi -+_def_memalign='#undef HAVE_MEMALIGN' - echores "$_memalign" - - -@@ -1235,15 +1214,7 @@ - void* func(void *arg) { return arg; } - int main(void) { pthread_t tid; return pthread_create (&tid, 0, func, 0) == 0 ? 0 : 1; } - EOF --if ( cc_check && $TMPO ) ; then # QNX -- _ld_pthread='' --elif ( cc_check -lpthread && $TMPO ) ; then -- _ld_pthread='-lpthread' --elif ( cc_check -pthread && $TMPO ) ; then -- _ld_pthread='-pthread' --else -- die "Lib pthread not found. (needed by windows and networking stuff)" --fi -+_ld_pthread="${PTHREAD_LIBS}" - echores "yes (using $_ld_pthread)" - - -@@ -2692,7 +2663,7 @@ - CFLAGS="$CFLAGS -D_REENTRANT" - elif bsd ; then - # FIXME bsd needs this so maybe other OS'es -- CFLAGS="$CFLAGS -D_THREAD_SAFE" -+ CFLAGS="$CFLAGS ${PTHREAD_CFLAGS}" - fi - - # 64 bit file offsets? diff --git a/multimedia/mplayerxp/files/patch-ae b/multimedia/mplayerxp/files/patch-ae deleted file mode 100644 index 34aaa37e50bd..000000000000 --- a/multimedia/mplayerxp/files/patch-ae +++ /dev/null @@ -1,60 +0,0 @@ ---- Makefile.old Wed Jan 2 20:05:02 2002 -+++ Makefile Sat Jan 5 01:38:46 2002 -@@ -15,12 +15,12 @@ - PRG_MENCODER = mencoder - - #prefix = /usr/local --BINDIR = ${prefix}/bin -+BINDIR = $(PREFIX)/bin - # BINDIR = /usr/local/bin --MANDIR = ${prefix}/man -+MANDIR = $(PREFIX)/man - - # a BSD compatible 'install' program --INSTALL = install -+INSTALL = @${BSD_INSTALL_PROGRAM} - - SRCS_COMMON = adpcm.c xacodec.c cpudetect.c mp_msg.c ac3-iec958.c dec_audio.c dec_video.c msvidc.c cinepak.c fli.c qtrle.c codec-cfg.c cfgparser.c my_profile.c RTjpegN.c minilzo.c nuppelvideo.c - SRCS_MENCODER = mencoder.c $(SRCS_COMMON) libao2/afmt.c divx4_vbr.c libvo/aclib.c libvo/img_format.c -@@ -186,38 +186,12 @@ - - install: $(ALL_PRG) - if test ! -d $(BINDIR) ; then mkdir -p $(BINDIR) ; fi -- $(INSTALL) -m 755 -s $(PRG) $(BINDIR)/$(PRG) --ifeq ($(GUI),yes) -- -ln -sf $(BINDIR)/$(PRG) $(BINDIR)/gmplayer --endif -+ $(INSTALL) $(PRG) $(BINDIR)/$(PRG) - if test ! -d $(MANDIR)/man1 ; then mkdir -p $(MANDIR)/man1; fi -- $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1 -+ @${BSD_INSTALL_MAN} DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1 - ifeq ($(MENCODER),yes) - $(INSTALL) -m 755 -s $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER) -- $(INSTALL) -c -m 644 DOCS/mencoder.1 $(MANDIR)/man1/mencoder.1 --endif -- @if test ! -d $(DATADIR) ; then mkdir -p $(DATADIR) ; fi -- @if test ! -d $(DATADIR)/font ; then mkdir -p $(DATADIR)/font ; fi -- @if test ! -f $(DATADIR)/font/font.desc ; then \ -- echo "*** Download font at http://www.mplayerhq.hu/homepage/dload.html" ; \ -- echo "*** for OSD/Subtitles support and extract to $(DATADIR)/font/" ; \ -- fi --ifeq ($(GUI),yes) -- @if test ! -d $(DATADIR)/Skin ; then mkdir -p $(DATADIR)/Skin ; fi -- @echo "*** Download skin(s) at http://www.mplayerhq.hu/homepage/dload.html" -- @echo "*** for GUI, and extract to $(DATADIR)/Skin/" --endif -- @if test ! -d $(CONFDIR) ; then mkdir -p $(CONFDIR) ; fi -- @if test -f $(CONFDIR)/codecs.conf.old ; then mv -f $(CONFDIR)/codecs.conf.old $(CONFDIR)/codecs.conf.older ; fi -- @if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi -- $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf -- --ifeq ($(CSS_USE),yes) -- @echo "Following task requires root privs. If it fails don't panic" -- @echo "however it means you can't use fibmap_mplayer." -- @echo "Without this (or without running mplayer as root) you won't be" -- @echo "able to play encrypted DVDs." -- -$(INSTALL) -o 0 -g 0 -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) -+ @${BSD_INSTALL_MAN} DOCS/mencoder.1 $(MANDIR)/man1/mencoder.1 - endif - - uninstall: diff --git a/multimedia/mplayerxp/pkg-comment b/multimedia/mplayerxp/pkg-comment deleted file mode 100644 index c804b4065b34..000000000000 --- a/multimedia/mplayerxp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -High performance media player that supports many formats diff --git a/multimedia/mplayerxp/pkg-descr b/multimedia/mplayerxp/pkg-descr deleted file mode 100644 index ea53eb32e136..000000000000 --- a/multimedia/mplayerxp/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This is the port of mplayer, a project which has the effort -to become a very stable and useful movie player. - -It is based on the windows codec compilation and -provides the ability to play many formats -in a very good quality without much CPU comsumption. - -Support for ffmpeg and DVD are also included. - -WWW: http://www.mplayerhq.hu/ diff --git a/multimedia/mplayerxp/pkg-message b/multimedia/mplayerxp/pkg-message deleted file mode 100644 index cec7bbd056f3..000000000000 --- a/multimedia/mplayerxp/pkg-message +++ /dev/null @@ -1,18 +0,0 @@ -This port provides a simple and easy to use -possibility for any user to make mplayer ready -to run with a working codecs.conf and the -right font by logging in with the username, -then cd to the mplayer port directory and -enter: - -make install-user - -Please take a look at docs in -/usr/local/share/doc/mplayer - -You can download skins from the mplayer homepage: -http://www.mplayerhq.hu/ - -In order to use DVD please make sure that your -kernel and base system is newer than 2001-09-25, -otherwise DVD play will not work! diff --git a/multimedia/mplayerxp/pkg-plist b/multimedia/mplayerxp/pkg-plist deleted file mode 100644 index a6e4ad2f248f..000000000000 --- a/multimedia/mplayerxp/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/mplayer -%%PORTDOCS%%share/doc/mplayer/DVB -%%PORTDOCS%%share/doc/mplayer/DXR3 -%%PORTDOCS%%share/doc/mplayer/bugreports.html -%%PORTDOCS%%share/doc/mplayer/cd-dvd.html -%%PORTDOCS%%share/doc/mplayer/codecs-in.html -%%PORTDOCS%%share/doc/mplayer/codecs.html -%%PORTDOCS%%share/doc/mplayer/documentation.html -%%PORTDOCS%%share/doc/mplayer/faq.html -%%PORTDOCS%%share/doc/mplayer/formats.html -%%PORTDOCS%%share/doc/mplayer/skin-en.html -%%PORTDOCS%%share/doc/mplayer/sound.html -%%PORTDOCS%%share/doc/mplayer/video.html -%%PORTDOCS%%share/doc/mplayer/tech-eng.txt -share/mplayer/codecs.conf -share/mplayer/example.conf -%%PORTDOCS%%@dirrm share/doc/mplayer diff --git a/multimedia/mplex/Makefile b/multimedia/mplex/Makefile deleted file mode 100644 index 8ce9d876d8f5..000000000000 --- a/multimedia/mplex/Makefile +++ /dev/null @@ -1,21 +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= graphics -MASTER_SITES= ftp://ftp.leo.org/pub/comp/general/graphics/mpeg/mplex/ - -MAINTAINER= ports@FreeBSD.org - -MAN1= mplex.1 - -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 e54c3a1bdaba..000000000000 --- a/multimedia/mplex/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mplex-1.1.tar.gz) = 3da8bd9ba199aa439a0bdd2ab2d93230 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-comment b/multimedia/mplex/pkg-comment deleted file mode 100644 index efa9e7d542b0..000000000000 --- a/multimedia/mplex/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Multiplexes MPEG component streams into system layers diff --git a/multimedia/mplex/pkg-descr b/multimedia/mplex/pkg-descr deleted file mode 100644 index 5713d3a5e08a..000000000000 --- a/multimedia/mplex/pkg-descr +++ /dev/null @@ -1,20 +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 | -> +---------------------------------------+--------------------------------+ - -eric. -erich@FreeBSD.org diff --git a/multimedia/mplex/pkg-plist b/multimedia/mplex/pkg-plist deleted file mode 100644 index ce53129766dd..000000000000 --- a/multimedia/mplex/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mplex diff --git a/multimedia/mtv/Makefile b/multimedia/mtv/Makefile deleted file mode 100644 index 98dca8ca5ad4..000000000000 --- a/multimedia/mtv/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: mtv -# Date created: 30 Jan 2000 -# Whom: kris -# -# $FreeBSD$ -# - -PORTNAME= mtv -PORTVERSION= 1.2.5 -CATEGORIES= graphics linux -MASTER_SITES= ftp://ftp.mpegtv.com/pub/mpeg/mpegtv/player/x86-unknown-linux-glibc/packages/TGZ/ -DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz libSDLx11.so.tar.gz - -MAINTAINER= kris@FreeBSD.org - -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base - -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz -NO_PACKAGE= "No redistribution" -NO_CDROM= "No redistribution" -NO_BUILD= yes -NO_FILTER_SHLIBS=yes -ONLY_FOR_ARCHS= i386 -WRKSRC= ${WRKDIR}/mtv - -MAN1= mtv.1 - -do-install: - @${MKDIR} ${WRKDIR}/libSDLx11 - @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/libSDLx11.so.tar.gz \ - ${EXTRACT_AFTER_ARGS} -C ${WRKDIR}/libSDLx11 - ${INSTALL_DATA} ${WRKDIR}/libSDLx11/libSDLx11.so.0.9.9 \ - ${LINUXBASE}/usr/X11R6/lib - ${LINUXBASE}/sbin/ldconfig - ${INSTALL_SCRIPT} ${WRKSRC}/mtv ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/mtvp ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/mtv.1 ${PREFIX}/man/man1 -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/mtv -.for file in LICENSE README README-Fullscreen README-mtv-redhat \ - release-notes.html - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mtv -.endfor -.endif - -.include <bsd.port.mk> diff --git a/multimedia/mtv/distinfo b/multimedia/mtv/distinfo deleted file mode 100644 index 42a0a9e466b0..000000000000 --- a/multimedia/mtv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mtv-1.2.5.tar.gz) = 862ceb5fcf7a5956414bd613c9504f36 -MD5 (libSDLx11.so.tar.gz) = 3b84f7200010b56c08b8608d5fba2cdb diff --git a/multimedia/mtv/pkg-comment b/multimedia/mtv/pkg-comment deleted file mode 100644 index b231e92867b1..000000000000 --- a/multimedia/mtv/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -High-performance MPEG video player (shareware) diff --git a/multimedia/mtv/pkg-descr b/multimedia/mtv/pkg-descr deleted file mode 100644 index 247aa88c953d..000000000000 --- a/multimedia/mtv/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -MpegTV Player (mtv) is a realtime software MPEG-1 Video+Audio Player -and VCD Player. It supports full-screen mode, can play from file, -pipe, network URL, or Video CD. - -Note that mtv is NOT free software. Please read the license information -at http://www.mpegtv.com/player-license.txt before using. - -WWW: http://www.mpegtv.com/ diff --git a/multimedia/mtv/pkg-plist b/multimedia/mtv/pkg-plist deleted file mode 100644 index a6958c6304db..000000000000 --- a/multimedia/mtv/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/mtv -bin/mtvp -%%PORTDOCS%%share/doc/mtv/LICENSE -%%PORTDOCS%%share/doc/mtv/README -%%PORTDOCS%%share/doc/mtv/README-Fullscreen -%%PORTDOCS%%share/doc/mtv/README-mtv-redhat -%%PORTDOCS%%share/doc/mtv/release-notes.html -%%PORTDOCS%%@dirrm share/doc/mtv diff --git a/multimedia/netshow/Makefile b/multimedia/netshow/Makefile deleted file mode 100644 index f363019013ca..000000000000 --- a/multimedia/netshow/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: netshow -# Date created: Thu Jun 11 22:38:52 PDT 1998 -# Whom: dburr@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= netshow -PORTVERSION= 2.00.251 -CATEGORIES= graphics net linux -MASTER_SITES= http://microsoft.com/netshow/download/en/beta/ -DISTNAME= netshow_linux -EXTRACT_SUFX= .gz - -MAINTAINER= dburr@FreeBSD.org - -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base - -ONLY_FOR_ARCHS= i386 -RESTRICTED= "Commercial software" -NO_CDROM= ${RESTRICTED} -NO_PACKAGE= ${RESTRICTED} - -NO_BUILD= yes - -USE_X_PREFIX= yes - -pre-extract: - @${MKDIR} ${WRKDIR} - -do-extract: - ${GUNZIP_CMD} < ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/netshow - -do-patch: - brandelf -t Linux ${WRKDIR}/netshow - -do-install: - ${INSTALL} -c -o bin -g bin -m 555 ${WRKDIR}/netshow ${PREFIX}/bin/netshow - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/multimedia/netshow/distinfo b/multimedia/netshow/distinfo deleted file mode 100644 index a0d83967b2bb..000000000000 --- a/multimedia/netshow/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (netshow_linux.gz) = e5434c3b7841c4cd0047c576de12d482 diff --git a/multimedia/netshow/pkg-comment b/multimedia/netshow/pkg-comment deleted file mode 100644 index 03cbea42c178..000000000000 --- a/multimedia/netshow/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Microsoft NetShow video stream player diff --git a/multimedia/netshow/pkg-descr b/multimedia/netshow/pkg-descr deleted file mode 100644 index a984e6f8a0da..000000000000 --- a/multimedia/netshow/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is the Microsoft NetShow video stream player for Linux. -It will run under FreeBSD's linux emulation libraries, provided -that you have built and installed the linux_lib port. (If you -haven't, this port will do it for you automatically.) - -For additional documentation, please see Microsoft's NetShow -web page at: - -WWW: http://microsoft.com/netshow/download/unix.htm - -Donald Burr <dburr@FreeBSD.ORG> diff --git a/multimedia/netshow/pkg-message b/multimedia/netshow/pkg-message deleted file mode 100644 index fc6d6e5b30f2..000000000000 --- a/multimedia/netshow/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -For additional documentation, please see Microsoft's NetShow -web page at: - -http://microsoft.com/netshow/download/unix.htm diff --git a/multimedia/netshow/pkg-plist b/multimedia/netshow/pkg-plist deleted file mode 100644 index d19a9629b564..000000000000 --- a/multimedia/netshow/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/netshow diff --git a/multimedia/ogle-gui/Makefile b/multimedia/ogle-gui/Makefile deleted file mode 100644 index 1afa59c7347b..000000000000 --- a/multimedia/ogle-gui/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: ogle -# Date created: Tue Oct 16 18:35:39 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ogle -PORTVERSION= 0.8.2 -PORTREVISION= 1 -CATEGORIES= graphics gnome -MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ -PKGNAMESUFFIX= -gui -DISTNAME= ${PORTNAME}_gui-${PORTVERSION} - -MAINTAINER= lioux@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.5:${PORTSDIR}/graphics/ogle -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - giconv.2:${PORTSDIR}/converters/libiconv \ - glade.4:${PORTSDIR}/devel/libglade \ - xml2.5:${PORTSDIR}/textproc/libxml2 -RUN_DEPENDS= ogle:${PORTSDIR}/graphics/ogle - -USE_X_PREFIX= yes -USE_GTK= yes -USE_XPM= yes -WANT_GNOME= yes -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-dvd-includes=${LOCALBASE}/include \ - --with-dvdcontrol=${LOCALBASE} \ - --without-included-gettext \ - --with-gtk-prefix=${X11BASE} \ - --with-libiconv-prefix=${LOCALBASE} \ - --with-libglade-config=${X11BASE}/bin/libglade-config \ - --with-xml-prefix=${LOCALBASE} - -.include <bsd.port.pre.mk> - -.ifdef(HAVE_GNOME) -USE_GNOME= yes -SHARE_DATADIR= share/gnome -.else -SHARE_DATADIR= share -.endif - -PLIST_SUB= SHARE_DATADIR="${SHARE_DATADIR}" - -post-patch: - @${PERL} -pi -e "s|(libglade\.so)\.0|\1.4|; \ - s|(PACKAGE_PIXMAPS_DIR=\"$${prefix}/)share(/ogle_gui/\")|\1${SHARE_DATADIR}\2|; \ - s!(CONFIG_FILE(\s|=)\")[^/]+?/!\1${LOCALBASE}/!; \ - s|(CONFIG_FILE_DTD=\")[^/]+?/|\1${LOCALBASE}/|g; \ - s|(PACKAGE_PIXMAPS_DIR=\").+\"|\1${PREFIX}/${SHARE_DATADIR}/ogle_gui/\"|; \ - s|%%LOCALBASE%%|${LOCALBASE}|" \ - ${CONFIGURE_WRKSRC}/configure - -post-configure: - @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC} - -.include <bsd.port.post.mk> diff --git a/multimedia/ogle-gui/distinfo b/multimedia/ogle-gui/distinfo deleted file mode 100644 index 96519dab80ea..000000000000 --- a/multimedia/ogle-gui/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ogle_gui-0.8.2.tar.gz) = 2475844fc862d4e280a4d07e83177199 diff --git a/multimedia/ogle-gui/files/patch-configure b/multimedia/ogle-gui/files/patch-configure deleted file mode 100644 index a40c438664f9..000000000000 --- a/multimedia/ogle-gui/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Dec 5 19:43:10 2001 -+++ configure Fri Dec 21 01:20:00 2001 -@@ -1506,6 +1506,8 @@ - ogle_pkglibdir=${exec_prefix}/lib/ogle - fi - -+ogle_pkglibdir=%%LOCALBASE%%/lib/ogle -+ - echo "$as_me:1509: checking for ogle helper dir" >&5 - echo $ECHO_N "checking for ogle helper dir... $ECHO_C" >&6 - if test ! -x ${ogle_pkglibdir}/ogle_ctrl; then diff --git a/multimedia/ogle-gui/files/patch-src::xsniffer.c b/multimedia/ogle-gui/files/patch-src::xsniffer.c deleted file mode 100644 index dd5748208378..000000000000 --- a/multimedia/ogle-gui/files/patch-src::xsniffer.c +++ /dev/null @@ -1,40 +0,0 @@ ---- src/xsniffer.c.orig Sat Dec 8 14:28:37 2001 -+++ src/xsniffer.c Sat Dec 8 15:33:28 2001 -@@ -16,6 +16,11 @@ - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+#define HAVE_SYS_PARAM_H -+ - #include <stdio.h> - #include <stdlib.h> - #include <unistd.h> -@@ -35,6 +40,10 @@ - #include "callbacks.h" - #include "bindings.h" - -+#ifdef HAVE_SYS_PARAM_H -+#include <sys/param.h> -+#endif -+ - extern int msgqid; - - -@@ -64,7 +73,13 @@ - init_actions(nav2); - - while(1) { -- DVDNextEvent(nav2, &mev); -+ -+#if (defined(BSD) && (BSD >= 199306)) -+ if (DVDNextEventNonBlocking(nav2, &mev) != DVD_E_Ok) -+#else -+ if (DVDNextEvent(nav2, &mev) != DVD_E_Ok) -+#endif -+ pthread_exit(NULL); - - switch(mev.type) { - diff --git a/multimedia/ogle-gui/pkg-comment b/multimedia/ogle-gui/pkg-comment deleted file mode 100644 index 32ceaaf5bd0e..000000000000 --- a/multimedia/ogle-gui/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An add-on graphical user interface for Ogle diff --git a/multimedia/ogle-gui/pkg-descr b/multimedia/ogle-gui/pkg-descr deleted file mode 100644 index cd282c548f21..000000000000 --- a/multimedia/ogle-gui/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -[ from developer's site ] - -This is a Graphical Interface for Ogle. -Ogle is an open DVD player which: - -o Supports DVD menus and navigation -o Reads from mounted, unmounted DVDs and hard drive -o Reads encrypted and unencrypted DVDs using libdvdread/libdvdcss -o A new MPEG2 decoder with mmx/altivec/medialib acceleration -o Normal X11 and XFree86 Xvideo display support with subpicture - overlay -o Accelerated display on Sun FFB2+ cards -o Angle, audio and subpicture selection -o Handles advanced subpicture commands such as fade/scroll and wipe -o Detects and uses correct aspect for movie and menus -o Possible to play AC3 via S/PDIF with an external command -o Fullscreen mode -o Screenshots with and without subpicture overlay - -WWW: http://www.dtek.chalmers.se/~dvd/ diff --git a/multimedia/ogle-gui/pkg-message b/multimedia/ogle-gui/pkg-message deleted file mode 100644 index edbec57ce332..000000000000 --- a/multimedia/ogle-gui/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ - -============================================= -To use the graphical interface, just run Ogle -It will detect the graphical interface -Run 'ogle' -============================================= - diff --git a/multimedia/ogle-gui/pkg-plist b/multimedia/ogle-gui/pkg-plist deleted file mode 100644 index 90f9e739f7e2..000000000000 --- a/multimedia/ogle-gui/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -lib/ogle/ogle_gui -%%SHARE_DATADIR%%/locale/de/LC_MESSAGES/ogle_gui.mo -%%SHARE_DATADIR%%/locale/sv/LC_MESSAGES/ogle_gui.mo -%%SHARE_DATADIR%%/ogle_gui/angle.xpm -%%SHARE_DATADIR%%/ogle_gui/enter.xpm -%%SHARE_DATADIR%%/ogle_gui/fastforward.xpm -%%SHARE_DATADIR%%/ogle_gui/go_up.xpm -%%SHARE_DATADIR%%/ogle_gui/menus.xpm -%%SHARE_DATADIR%%/ogle_gui/ogle.xpm -%%SHARE_DATADIR%%/ogle_gui/ogle_gui.glade -%%SHARE_DATADIR%%/ogle_gui/rewind.xpm -%%SHARE_DATADIR%%/ogle_gui/skip_backwards.xpm -%%SHARE_DATADIR%%/ogle_gui/skip_forwards.xpm -%%SHARE_DATADIR%%/ogle_gui/stock_down_arrow.xpm -%%SHARE_DATADIR%%/ogle_gui/stock_first.xpm -%%SHARE_DATADIR%%/ogle_gui/stock_last.xpm -%%SHARE_DATADIR%%/ogle_gui/stock_left_arrow.xpm -%%SHARE_DATADIR%%/ogle_gui/stock_pause.xpm -%%SHARE_DATADIR%%/ogle_gui/stock_right_arrow.xpm -%%SHARE_DATADIR%%/ogle_gui/stock_stop.xpm -%%SHARE_DATADIR%%/ogle_gui/stock_timer.xpm -%%SHARE_DATADIR%%/ogle_gui/stock_timer_stopped.xpm -%%SHARE_DATADIR%%/ogle_gui/stock_up_arrow.xpm -%%SHARE_DATADIR%%/ogle_gui/stock_volume.xpm -%%SHARE_DATADIR%%/ogle_gui/subpicture.xpm -@dirrm %%SHARE_DATADIR%%/ogle_gui -@unexec rmdir %D/%%SHARE_DATADIR%%/locale/sv/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/%%SHARE_DATADIR%%/locale/sv 2>/dev/null || true -@unexec rmdir %D/%%SHARE_DATADIR%%/locale/de/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/%%SHARE_DATADIR%%/locale/de 2>/dev/null || true -@unexec rmdir %D/%%SHARE_DATADIR%%/locale 2>/dev/null || true -@unexec rmdir %D/%%SHARE_DATADIR%% 2>/dev/null || true -@dirrm lib/ogle diff --git a/multimedia/ogle/Makefile b/multimedia/ogle/Makefile deleted file mode 100644 index 8baa894e3662..000000000000 --- a/multimedia/ogle/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: ogle -# Date created: Tue Oct 16 18:35:39 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ogle -PORTVERSION= 0.8.2 -CATEGORIES= graphics -MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ - -MAINTAINER= lioux@FreeBSD.org - -LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \ - dvdcss.0:${PORTSDIR}/graphics/libdvdcss \ - dvdread.2:${PORTSDIR}/graphics/libdvdread \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - xml2.5:${PORTSDIR}/textproc/libxml2 - -USE_XLIB= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" -CONFIGURE_ARGS= --with-libjpeg=${LOCALBASE} \ - --with-dvdread=${LOCALBASE} \ - --with-liba52=${LOCALBASE} -MAKE_ENV= SDL_CONFIG=${SDL_CONFIG} -INSTALLS_SHLIB= yes - -MAN1= ogle.1 -MAN5= oglerc.5 - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - -pre-everything:: -.ifndef(WITH_DVD_DEVICE) - @${ECHO_MSG} '===> The default DVD device is /dev/acd0c' - @${ECHO_MSG} "===> You can choose any DVD device at Ogle's command line" - @${ECHO_MSG} '===> Define WITH_DVD_DEVICE if you want to change the default' - @${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'" -.endif - -post-patch: -.ifdef(WITH_DVD_DEVICE) - @${PERL} -pi.orig -e \ - "s|(DEFAULT_DVD_DEVICE=\")/dev/acd0c(\")|\1${WITH_DVD_DEVICE}\2|" \ - ${WRKSRC}/configure.in -.endif - @${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|" ${WRKSRC}/scripts/ogle.in - -pre-configure: - @${TOUCH} `find -E ${WRKSRC} -regex ".*Makefile\.(am|in)"` - @${TOUCH} ${WRKSRC}/configure.in ${WRKSRC}/configure - -post-configure: - @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/multimedia/ogle/distinfo b/multimedia/ogle/distinfo deleted file mode 100644 index ff9d664a1a4a..000000000000 --- a/multimedia/ogle/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ogle-0.8.2.tar.gz) = 0b2c949e372b7e79f9106d99c5d2ba45 diff --git a/multimedia/ogle/files/patch-ogle.in b/multimedia/ogle/files/patch-ogle.in deleted file mode 100644 index 370c029a2004..000000000000 --- a/multimedia/ogle/files/patch-ogle.in +++ /dev/null @@ -1,11 +0,0 @@ ---- scripts/ogle.in.orig Sat Oct 13 18:49:29 2001 -+++ scripts/ogle.in Sun Dec 23 17:59:41 2001 -@@ -27,7 +27,7 @@ - if [ -x $DVDP_ROOT/ogle_gui ]; then - DVDP_UI=$DVDP_ROOT/ogle_gui - else --DVDP_UI=$exec_prefix/bin/ogle_gui -+DVDP_UI=%%X11BASE%%/lib/ogle/ogle_gui - fi - export DVDP_UI - #DVDP_AC3=$DVDP_ROOT/ogle_ac3_p diff --git a/multimedia/ogle/pkg-comment b/multimedia/ogle/pkg-comment deleted file mode 100644 index 2a2233d5b0b2..000000000000 --- a/multimedia/ogle/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Open DVD player that supports DVD menus diff --git a/multimedia/ogle/pkg-descr b/multimedia/ogle/pkg-descr deleted file mode 100644 index f45a803e7eae..000000000000 --- a/multimedia/ogle/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -[ from developer's site ] - -Ogle is an open DVD player which: - -o Supports DVD menus and navigation -o Reads from mounted, unmounted DVDs and hard drive -o Reads encrypted and unencrypted DVDs using libdvdread/libdvdcss -o A new MPEG2 decoder with mmx/altivec/medialib acceleration -o Normal X11 and XFree86 Xvideo display support with subpicture - overlay -o Accelerated display on Sun FFB2+ cards -o Angle, audio and subpicture selection -o Handles advanced subpicture commands such as fade/scroll and wipe -o Detects and uses correct aspect for movie and menus -o Possible to play AC3 via S/PDIF with an external command -o Fullscreen mode -o Screenshots with and without subpicture overlay - -WWW: http://www.dtek.chalmers.se/~dvd/ diff --git a/multimedia/ogle/pkg-message b/multimedia/ogle/pkg-message deleted file mode 100644 index d5341b26b59b..000000000000 --- a/multimedia/ogle/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ - -================ -IMPORTANT NOTICE -================ - -Ogle requires that when playing DVDs, -the sound be set to AC3. Otherwise, -no sound will be heard. - diff --git a/multimedia/ogle/pkg-plist b/multimedia/ogle/pkg-plist deleted file mode 100644 index b591d480f4ba..000000000000 --- a/multimedia/ogle/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -bin/ifo_dump -bin/ogle -include/ogle/dvd.h -include/ogle/dvdcontrol.h -include/ogle/dvdevents.h -include/ogle/msgevents.h -lib/ogle/libdvdcontrol.a -lib/ogle/libdvdcontrol.la -lib/ogle/libdvdcontrol.so -lib/ogle/libdvdcontrol.so.5 -lib/ogle/libmsgevents.a -lib/ogle/libmsgevents.la -lib/ogle/libmsgevents.so -lib/ogle/libmsgevents.so.4 -lib/ogle/ogle_a52 -lib/ogle/ogle_ac3_p -lib/ogle/ogle_cli -lib/ogle/ogle_ctrl -lib/ogle/ogle_mpeg_ps -lib/ogle/ogle_mpeg_vs -lib/ogle/ogle_nav -lib/ogle/ogle_vout -share/ogle/ogle_conf.dtd -share/ogle/oglerc -@dirrm share/ogle -@dirrm lib/ogle -@dirrm include/ogle diff --git a/multimedia/openquicktime/Makefile b/multimedia/openquicktime/Makefile deleted file mode 100644 index 476063450a13..000000000000 --- a/multimedia/openquicktime/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: openquicktime -# Date created: Mon Sep 24 16:26:33 BRT 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= openquicktime -PORTVERSION= 1.0 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= openquicktime -DISTNAME= ${PORTNAME}-${PORTVERSION}-src -EXTRACT_SUFX= .tgz - -MAINTAINER= lioux@FreeBSD.org - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg - -GNU_CONFIGURE= yes -USE_GTK= yes -USE_GMAKE= yes -INSTALL_SHLIBS= yes -PKGDEINSTALL= ${PKGINSTALL} - -post-patch: - @${PERL} -pi -e "s/xCC/xc/" ${WRKSRC}/configure - -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ - ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/multimedia/openquicktime/distinfo b/multimedia/openquicktime/distinfo deleted file mode 100644 index 97aa699cf585..000000000000 --- a/multimedia/openquicktime/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (openquicktime-1.0-src.tgz) = f90bc78b8632c6c254cddf70b4726644 diff --git a/multimedia/openquicktime/files/patch-Makefile.in b/multimedia/openquicktime/files/patch-Makefile.in deleted file mode 100644 index a326e66a0214..000000000000 --- a/multimedia/openquicktime/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Mon Sep 24 19:56:12 2001 -+++ Makefile.in Mon Sep 24 19:57:37 2001 -@@ -125,10 +125,10 @@ - $(MAKE) -C videoplugin/PHOTO_JPEG clean - - installcore: all -- -cp -f libopenquicktime.so $(libdir) -- -cp -f $(UTILS) $(bindir) -+ -$(BSD_INSTALL_DATA) libopenquicktime.so $(libdir) -+ -$(BSD_INSTALL_PROGRAM) $(UTILS) $(bindir) - -mkdir -p $(includedir)/openquicktime -- -cp -f openquicktime.h private.h config.h codecs.h colormodels.h $(includedir)/openquicktime -+ -$(BSD_INSTALL_DATA) openquicktime.h private.h config.h codecs.h colormodels.h $(includedir)/openquicktime - - mp3install: all - $(MAKE) -C audioplugin/MP3 install diff --git a/multimedia/openquicktime/files/patch-audioplugin::MP3::Makefile.in b/multimedia/openquicktime/files/patch-audioplugin::MP3::Makefile.in deleted file mode 100644 index 6a5573fc0aa4..000000000000 --- a/multimedia/openquicktime/files/patch-audioplugin::MP3::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- audioplugin/MP3/Makefile.in.orig Mon Sep 24 20:03:44 2001 -+++ audioplugin/MP3/Makefile.in Mon Sep 24 20:04:00 2001 -@@ -90,7 +90,7 @@ - - - install: all -- -cp -f quicktime_codec_ms.so quicktime_codec_.mp3.so $(libdir) -+ $(BSD_INSTALL_DATA) quicktime_codec_ms.so quicktime_codec_.mp3.so $(libdir) - - - quicktime_codec_ms.so: $(OBJS) codec_MP3_ms.o diff --git a/multimedia/openquicktime/files/patch-videoplugin::PHOTO_JPEG::Makefile.in b/multimedia/openquicktime/files/patch-videoplugin::PHOTO_JPEG::Makefile.in deleted file mode 100644 index 951c97c63619..000000000000 --- a/multimedia/openquicktime/files/patch-videoplugin::PHOTO_JPEG::Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- videoplugin/PHOTO_JPEG/Makefile.in.orig Fri Jul 27 09:53:17 2001 -+++ videoplugin/PHOTO_JPEG/Makefile.in Mon Sep 24 19:59:54 2001 -@@ -42,7 +42,7 @@ - # implicit rules - - %.o: %.c -- $(CC) $(CFLAGS) -I../.. -I. -c $< -o $@ -+ $(CC) $(CFLAGS) -I../.. -I. -I$(LOCALBASE)/include -c $< -o $@ - - - all: quicktime_codec_jpeg.so -@@ -56,7 +56,7 @@ - - - install: all -- -cp -f quicktime_codec_jpeg.so $(libdir) -+ -$(BSD_INSTALL_DATA) quicktime_codec_jpeg.so $(libdir) - - - quicktime_codec_jpeg.so: $(OBJS) diff --git a/multimedia/openquicktime/pkg-comment b/multimedia/openquicktime/pkg-comment deleted file mode 100644 index d142265f6ab1..000000000000 --- a/multimedia/openquicktime/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Portable library for handling Apple's QuickTime(TM) files diff --git a/multimedia/openquicktime/pkg-descr b/multimedia/openquicktime/pkg-descr deleted file mode 100644 index ba33c87c124c..000000000000 --- a/multimedia/openquicktime/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -[from developer's site] -OpenQuicktime aims to be a portable library for handling Apple's -QuickTime (TM) popular media files on Unix-like environments. This -project was firstly designed to allow the porting of the 3ivx codec -on any Unix, but is now a completly separate and fully Open Source -project. Details: - -o OpenQuicktime library contains no embedded codecs but has a plugin - system to dynamically load audio and video codecs. -o OpenQuicktime contains no colorspace conversion algorithm. -o OpenQuicktime is fully portable and fully configurable with all - the autoconfigure and automake magic we have been able to add. -o OpenQuicktime supports compressed headers (decoding only for the - moment). -o OpenQuicktime supports Quicktime Sound System version 2. -o OpenQuicktime can support any inputs and outputs (file, HTTP, - FTP, RTP, ...), in fact the functions used to read, write and - seek are overloadable. -o OpenQuicktime has an overloadable plugin mechanism. This is a - complexe feature which enables any application to use its own - codecs instead of the OpenQuicktime ones. - -WWW: http://openquicktime.sourceforge.net/ diff --git a/multimedia/openquicktime/pkg-install b/multimedia/openquicktime/pkg-install deleted file mode 100644 index bffe5d3e1646..000000000000 --- a/multimedia/openquicktime/pkg-install +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -[ $# != 2 ] && exit 1 -PKGNAME=$1 -ACTION=$2 - -LIB_DIR=${PKG_PREFIX}/lib -LIB_VERSION=0 - -LN="ln -sf" -RM=rm - -case "$ACTION" in - -POST-INSTALL) - ${LN} libopenquicktime.so \ - ${LIB_DIR}/libopenquicktime.so.${LIB_VERSION} - ${LN} quicktime_codec_.mp3.so \ - ${LIB_DIR}/quicktime_codec_.mp3.so.${LIB_VERSION} - ${LN} quicktime_codec_ms.so \ - ${LIB_DIR}/quicktime_codec_ms.so.${LIB_VERSION} - ${LN} quicktime_codec_jpeg.so \ - ${LIB_DIR}/quicktime_codec_jpeg.so.${LIB_VERSION} - ;; - -DEINSTALL) - ${RM} ${LIB_DIR}/libopenquicktime.so.${LIB_VERSION} - ${RM} ${LIB_DIR}/quicktime_codec_.mp3.so.${LIB_VERSION} - ${RM} ${LIB_DIR}/quicktime_codec_ms.so.${LIB_VERSION} - ${RM} ${LIB_DIR}/quicktime_codec_jpeg.so.${LIB_VERSION} - ;; - -PRE-INSTALL|POST-DEINSTALL) - ;; - -*) - exit 1 - ;; -esac - -exit diff --git a/multimedia/openquicktime/pkg-plist b/multimedia/openquicktime/pkg-plist deleted file mode 100644 index add55c40a070..000000000000 --- a/multimedia/openquicktime/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/recover -bin/dechunk -bin/qtinfo -bin/make_streamable -bin/qtdump -include/openquicktime/colormodels.h -include/openquicktime/codecs.h -include/openquicktime/config.h -include/openquicktime/private.h -include/openquicktime/openquicktime.h -lib/libopenquicktime.so -lib/quicktime_codec_.mp3.so -lib/quicktime_codec_ms.so -lib/quicktime_codec_jpeg.so -@dirrm include/openquicktime diff --git a/multimedia/oqtencoder/Makefile b/multimedia/oqtencoder/Makefile deleted file mode 100644 index eee350955b87..000000000000 --- a/multimedia/oqtencoder/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: oqtplayer -# Date created: Mon Sep 24 16:26:33 BRT 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= OQTEncoder -PORTVERSION= 0.1 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= openquicktime -DISTNAME= ${PORTNAME:L}-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= lioux@FreeBSD.org - -LIB_DEPENDS= openquicktime.0:${PORTSDIR}/graphics/openquicktime - -MAKE_ENV= SDL_CONFIG=${SDL_CONFIG} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - -post-patch: - @${PERL} -pi -e "s/
//" ${WRKSRC}/readme - -do-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/readme ${DOCSDIR} -.endif - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME:L} ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/multimedia/oqtencoder/distinfo b/multimedia/oqtencoder/distinfo deleted file mode 100644 index ccddc70982dd..000000000000 --- a/multimedia/oqtencoder/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (oqtencoder-0.1.tgz) = 9e4e3c5eb87e106144dff52dcb6c8ccd diff --git a/multimedia/oqtencoder/files/patch-Makefile b/multimedia/oqtencoder/files/patch-Makefile deleted file mode 100644 index a6dc80c571d8..000000000000 --- a/multimedia/oqtencoder/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Mon Sep 24 20:53:00 2001 -+++ Makefile Mon Sep 24 20:53:21 2001 -@@ -2,7 +2,7 @@ - all: oqtencoder - - oqtencoder: oqtencoder.c -- gcc -g -o oqtencoder oqtencoder.c -lopenquicktime $(CFLAGS) $(LDFLAGS) -+ $(CC) -o oqtencoder oqtencoder.c -I$(LOCALBASE)/include -L$(LOCALBASE)/lib -lopenquicktime $(CFLAGS) $(LDFLAGS) - - clean: - rm -f *~ diff --git a/multimedia/oqtencoder/pkg-comment b/multimedia/oqtencoder/pkg-comment deleted file mode 100644 index a70302efd654..000000000000 --- a/multimedia/oqtencoder/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A simple encoder using OpenQuicktime (TM) diff --git a/multimedia/oqtencoder/pkg-descr b/multimedia/oqtencoder/pkg-descr deleted file mode 100644 index 680f3d9bdb71..000000000000 --- a/multimedia/oqtencoder/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -[ from developer's readme ] -OQTEncoder is just here to show how simple it is to realize an -encoder using OpenQuicktime... It is simple, new and doesn't have -a lot of functionality but it shoud soon be better and it's already -usable ;) - -Just launch it without options and it will explain you how to use -it ;). Here follows a simple example to encode any mpeg file using -the great program mpeg2dec from Aaron Holzman: - - mpeg2dec -s -o pgmpipe test.mpg | oqtencoder -V jpeg test.mov - -WWW: http://openquicktime.sourceforge.net/ diff --git a/multimedia/oqtencoder/pkg-plist b/multimedia/oqtencoder/pkg-plist deleted file mode 100644 index 6a0496d6fb4d..000000000000 --- a/multimedia/oqtencoder/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/oqtencoder -%%PORTDOCS%%share/doc/OQTEncoder/readme -%%PORTDOCS%%@dirrm share/doc/OQTEncoder diff --git a/multimedia/oqtplayer/Makefile b/multimedia/oqtplayer/Makefile deleted file mode 100644 index 86ed1c97c45b..000000000000 --- a/multimedia/oqtplayer/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: oqtplayer -# Date created: Mon Sep 24 16:26:33 BRT 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= OQTPlayer -PORTVERSION= 0.5 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= openquicktime -DISTNAME= ${PORTNAME:L}-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= lioux@FreeBSD.org - -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ - openquicktime.0:${PORTSDIR}/graphics/openquicktime - -MAKE_ENV= SDL_CONFIG=${SDL_CONFIG} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - -do-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/readme ${DOCSDIR} -.endif - @${INSTALL_PROGRAM} ${WRKSRC}/oqtplayer ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/multimedia/oqtplayer/distinfo b/multimedia/oqtplayer/distinfo deleted file mode 100644 index 9a4d24922fc6..000000000000 --- a/multimedia/oqtplayer/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (oqtplayer-0.5.tgz) = 692f5a43e3f7a7819f65bd9f92f3d858 diff --git a/multimedia/oqtplayer/files/patch-Makefile b/multimedia/oqtplayer/files/patch-Makefile deleted file mode 100644 index 3e0305bf64be..000000000000 --- a/multimedia/oqtplayer/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Mon Sep 24 19:43:59 2001 -+++ Makefile Mon Sep 24 19:45:20 2001 -@@ -2,7 +2,7 @@ - all: oqtplayer - - oqtplayer: oqtplayer.c -- gcc -g -o oqtplayer oqtplayer.c -lopenquicktime `sdl-config --cflags` `sdl-config --libs` $(CFLAGS) $(LDFLAGS) -+ $(CC) -o oqtplayer oqtplayer.c -lopenquicktime `$(SDL_CONFIG) --cflags` `$(SDL_CONFIG) --libs` $(CFLAGS) $(LDFLAGS) - - clean: - rm -f *~ diff --git a/multimedia/oqtplayer/pkg-comment b/multimedia/oqtplayer/pkg-comment deleted file mode 100644 index 17b684e4147b..000000000000 --- a/multimedia/oqtplayer/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A very very small, not functionnal, video OpenQuicktime (TM) player diff --git a/multimedia/oqtplayer/pkg-descr b/multimedia/oqtplayer/pkg-descr deleted file mode 100644 index dcc29b49d09b..000000000000 --- a/multimedia/oqtplayer/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -OQTPlayer is a very very small, even not functionnal, very very -buggy video player that uses OpenQuicktime and the SDL library. - -It is just a example to see how easy it is to use the OpenQuicktime -library. Really! - -WWW: http://openquicktime.sourceforge.net/ diff --git a/multimedia/oqtplayer/pkg-plist b/multimedia/oqtplayer/pkg-plist deleted file mode 100644 index 36ae4b804811..000000000000 --- a/multimedia/oqtplayer/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/oqtplayer -%%PORTDOCS%%share/doc/OQTPlayer/readme -%%PORTDOCS%%@dirrm share/doc/OQTPlayer diff --git a/multimedia/ppm2fli/Makefile b/multimedia/ppm2fli/Makefile deleted file mode 100644 index 708572b9d107..000000000000 --- a/multimedia/ppm2fli/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: ppm2fli -# Date created: 7 Jan 1998 -# Whom: giffunip@asme.org -# -# $FreeBSD$ -# - -PORTNAME= ppm2fli -PORTVERSION= 2.0d -CATEGORIES= graphics -MASTER_SITES= http://vento.pi.tu-berlin.de/ppm2fli/ -DISTNAME= ${PORTNAME}_${PORTVERSION} -EXTRACT_SUFX= .tar.Z - -MAINTAINER= ports@FreeBSD.org - -NO_WRKSUBDIR= yes - -MAN1= ppm2fli.1 unflick.1 - -pre-patch: - @${PERL} -pi -e 's|^C|#C|g ; \ - s|gcc |\$${CC} |g' ${WRKSRC}/Makefile - -do-install: -.for name in ppm2fli unflick - ${INSTALL_PROGRAM} ${WRKSRC}/${name} ${PREFIX}/bin/${name} - ${INSTALL_MAN} ${WRKSRC}/${name}.man ${MANPREFIX}/man/man1/${name}.1 -.endfor - -.include <bsd.port.mk> diff --git a/multimedia/ppm2fli/distinfo b/multimedia/ppm2fli/distinfo deleted file mode 100644 index 5c86a60ca194..000000000000 --- a/multimedia/ppm2fli/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ppm2fli_2.0d.tar.Z) = 34ec8e97895f09259881b14023af422a diff --git a/multimedia/ppm2fli/pkg-comment b/multimedia/ppm2fli/pkg-comment deleted file mode 100644 index 29ba9e21a0d3..000000000000 --- a/multimedia/ppm2fli/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Utilities to merge PPM files into animated FLI and backwards diff --git a/multimedia/ppm2fli/pkg-descr b/multimedia/ppm2fli/pkg-descr deleted file mode 100644 index 44e076d6c997..000000000000 --- a/multimedia/ppm2fli/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -PPM2FLI can read directly PPM,PGM,PBM and FBM files. If necessary it -performs a quantization. The filters of the NETPBM, PBMPLUS and FBM package -can be used as read filters. Together with one of this packages -a large number of image formats can be handled. - -UNFLICK writes images in PPM or FBM format. - -In contrast to FBM2FLI no additional package is required to build -PPM2FLI and UNFLICK. So it can be used without any of the above mentioned -packages, if another source of PPM,PGM,PBM or FBM images is available. -For example, PS images can be animated using ghostscript. - -The current version is call `beta' because some parts are relative new -and not totally tested. I made tests on SUN sparc-stations (various versions -of SUN-OS), on PC running LINUX and under MSDOS using the DJGPP DOS-extender. -In all cases the GCC compiler was used. Under MSDOS I used a modified -makefile. Anyway, in some environments changes in the makefile are necessary. - --- Klaus Ehrenfried (klaus@es.go.dlr.de) - -WWW: http://vento.pi.tu-berlin.de/ppm2fli/main.html diff --git a/multimedia/ppm2fli/pkg-plist b/multimedia/ppm2fli/pkg-plist deleted file mode 100644 index e364583e6c69..000000000000 --- a/multimedia/ppm2fli/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/ppm2fli -bin/unflick diff --git a/multimedia/smpeg-xmms/Makefile b/multimedia/smpeg-xmms/Makefile deleted file mode 100644 index 12bb040ecdaf..000000000000 --- a/multimedia/smpeg-xmms/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: smpeg-xmms -# Date created: 30 August 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= smpeg-xmms -PORTVERSION= 0.3.4 -CATEGORIES= graphics gnome -MASTER_SITES= ftp://ftp.xmms.org/xmms/plugins/smpeg-xmms/ - -MAINTAINER= sobomax@FreeBSD.org - -LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg \ - xmms.3:${PORTSDIR}/audio/xmms - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - -USE_X_PREFIX= yes -USE_GTK= yes -USE_LIBTOOL= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - -post-configure: - @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ - ${WRKSRC}/libtool - -.include <bsd.port.mk> diff --git a/multimedia/smpeg-xmms/distinfo b/multimedia/smpeg-xmms/distinfo deleted file mode 100644 index 755f96a411b2..000000000000 --- a/multimedia/smpeg-xmms/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (smpeg-xmms-0.3.4.tar.gz) = d42622e606ac66346b376bc225f90dec diff --git a/multimedia/smpeg-xmms/files/patch-aa b/multimedia/smpeg-xmms/files/patch-aa deleted file mode 100644 index 3cadfc0adee1..000000000000 --- a/multimedia/smpeg-xmms/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Tue Nov 28 23:04:39 2000 -+++ src/Makefile.in Tue Dec 19 18:37:56 2000 -@@ -101,7 +101,7 @@ - libsmpeg_xmms_la_LDFLAGS = -module -avoid-version - - INCLUDES = @XMMS_CFLAGS@ @SDL_CFLAGS@ @SMPEG_CFLAGS@ --libsmpeg_xmms_la_LIBADD = @XMMS_LIBS@ @PTHREAD_LIBS@ @SDL_LIBS@ @SMPEG_LIBS@ -+libsmpeg_xmms_la_LIBADD = @XMMS_LIBS@ @PTHREAD_LIBS@ @SDL_LIBS@ @SMPEG_LIBS@ - - libsmpeg_xmms_la_SOURCES = smpeg-xmms.c smpeg-xmms.h configure.c - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/multimedia/smpeg-xmms/files/patch-configure b/multimedia/smpeg-xmms/files/patch-configure deleted file mode 100644 index c4372e071456..000000000000 --- a/multimedia/smpeg-xmms/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- configure 2001/04/03 09:08:00 1.1 -+++ configure 2001/04/03 09:08:19 -@@ -3015,14 +3015,14 @@ - fi - - --echo $ac_n "checking for XvGetVideo in -lSDL""... $ac_c" 1>&6 --echo "configure:3020: checking for XvGetVideo in -lSDL" >&5 -+echo $ac_n "checking for XvGetVideo in -lSDL-1.1""... $ac_c" 1>&6 -+echo "configure:3020: checking for XvGetVideo in -lSDL-1.1" >&5 - ac_lib_var=`echo SDL'_'XvGetVideo | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lSDL -lpthread $LIBS" -+LIBS="-lSDL-1.1 -lpthread $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3028 "configure" - #include "confdefs.h" diff --git a/multimedia/smpeg-xmms/pkg-comment b/multimedia/smpeg-xmms/pkg-comment deleted file mode 100644 index a92c7dbec006..000000000000 --- a/multimedia/smpeg-xmms/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A mpeg video plugin for XMMS diff --git a/multimedia/smpeg-xmms/pkg-descr b/multimedia/smpeg-xmms/pkg-descr deleted file mode 100644 index 3ea007b177bc..000000000000 --- a/multimedia/smpeg-xmms/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A mpeg video plugin for XMMS using SDL/smpeg as backend. Supports hardware -acceleration in Xfree 4.x if available, fullscreen, resizeable window, VCD -support, aspected ratio when resizing the window, etc. - -WWW: http://www.xmms.org/plugins_input.html#93 diff --git a/multimedia/smpeg-xmms/pkg-plist b/multimedia/smpeg-xmms/pkg-plist deleted file mode 100644 index b156b253f1d3..000000000000 --- a/multimedia/smpeg-xmms/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/xmms/Input/libsmpeg_xmms.so diff --git a/multimedia/smpeg/Makefile b/multimedia/smpeg/Makefile deleted file mode 100644 index 3c7c623d514e..000000000000 --- a/multimedia/smpeg/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: smpeg -# Date created: 2 Feb 2000 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= smpeg -PORTVERSION= 0.4.4 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.lokigames.com/pub/open-source/smpeg/ \ - ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \ - ftp://boudicca.tux.org/misc/lokigames/open-source/smpeg/ \ - ftp://snuffleupagus.animearchive.org/loki/open-source/smpeg/ \ - http://ftp.gameaholic.com/mirrors/ftp.lokigames.com/open-source/smpeg/ - -MAINTAINER= cpiazza@FreeBSD.org - -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 - -SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config - -USE_GMAKE= yes -USE_GTK= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - GLBASE="${X11BASE}" \ - CPPFLAGS="-I${X11BASE}/include" - -#If you want to try the opengl player (which doesn't seem to work) -#comment out the following line. -CONFIGURE_ARGS= --disable-opengl-player \ - --enable-mmx - -MAN1= gtv.1 plaympeg.1 - -post-configure: - @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ - ${WRKSRC}/libtool - -.include <bsd.port.mk> diff --git a/multimedia/smpeg/distinfo b/multimedia/smpeg/distinfo deleted file mode 100644 index 6067cc490dfa..000000000000 --- a/multimedia/smpeg/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (smpeg-0.4.4.tar.gz) = 59c76ac704088ef5539210190c4e1fe3 diff --git a/multimedia/smpeg/files/patch-ab b/multimedia/smpeg/files/patch-ab deleted file mode 100644 index dbdb5b55ab1f..000000000000 --- a/multimedia/smpeg/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- gtv.c.orig Sun Mar 26 00:18:54 2000 -+++ gtv.c Sun Mar 26 00:19:17 2000 -@@ -726,6 +726,7 @@ - memset( &info, 0, sizeof( info ) ); - memset( &filename_buffer, 0, sizeof( gchar ) * FILENAME_BUFFER_SIZE ); - gtk_init( &argc, &argv ); -+ gtk_set_locale (); - - window = create_gtv_window( ); - gtk_signal_connect( GTK_OBJECT( window ), "destroy", diff --git a/multimedia/smpeg/files/patch-ac b/multimedia/smpeg/files/patch-ac deleted file mode 100644 index 76e057ce4e6f..000000000000 --- a/multimedia/smpeg/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sat Apr 22 23:34:24 2000 -+++ Makefile.in Sat Apr 22 23:34:38 2000 -@@ -103,7 +103,7 @@ - libsmpeginclude_HEADERS = MPEG.h MPEGaction.h MPEGaudio.h MPEGerror.h MPEGring.h MPEGstream.h MPEGvideo.h smpeg.h - - --libsmpeg_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -+libsmpeg_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) - - - libsmpeg_la_LIBADD = audio/libaudio.la video/libvideo.la diff --git a/multimedia/smpeg/pkg-comment b/multimedia/smpeg/pkg-comment deleted file mode 100644 index e13692a91c66..000000000000 --- a/multimedia/smpeg/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A free MPEG1 video player library with sound support diff --git a/multimedia/smpeg/pkg-descr b/multimedia/smpeg/pkg-descr deleted file mode 100644 index 40372a325b4b..000000000000 --- a/multimedia/smpeg/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -SMPEG is a free MPEG1 video player library with sound support. Video playback -is based on the ubiquitous Berkeley MPEG player, mpeg_play v2.2. Audio is -played through a slightly modified mpegsound library, part of Splay v0.8.2. -SMPEG supports MPEG audio (MP3), MPEG-1 video, and MPEG system streams. - -plaympeg, gtv, and glmovie are simple video players provided to test the -library. The C library interface is 'documented' in smpeg.h, and the C++ -library interface is spread out over the MPEG*.h files. - -This is a work in progress. Only 16 bit color depth is supported. -The player will dynamically conver to other color depths, but playback -will be much faster if your display is already set to 16 bit color depth. - -WWW: http://www.lokigames.com/development/smpeg.php3 diff --git a/multimedia/smpeg/pkg-plist b/multimedia/smpeg/pkg-plist deleted file mode 100644 index 3539e10eca7a..000000000000 --- a/multimedia/smpeg/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/gtv -bin/plaympeg -bin/smpeg-config -include/smpeg/MPEG.h -include/smpeg/MPEGaction.h -include/smpeg/MPEGaudio.h -include/smpeg/MPEGerror.h -include/smpeg/MPEGfilter.h -include/smpeg/MPEGlist.h -include/smpeg/MPEGring.h -include/smpeg/MPEGstream.h -include/smpeg/MPEGsystem.h -include/smpeg/MPEGvideo.h -include/smpeg/smpeg.h -lib/libsmpeg.a -lib/libsmpeg.so -lib/libsmpeg.so.1 -share/aclocal/smpeg.m4 -@dirrm include/smpeg diff --git a/multimedia/spigot/Makefile b/multimedia/spigot/Makefile deleted file mode 100644 index b3c130d29e3f..000000000000 --- a/multimedia/spigot/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: libspigot.a -# Date Created: Fri Sep 15 10:04:46 CDT 1995 -# Whom: james@cs.uwm.edu -# -# $FreeBSD$ -# - -PORTNAME= spigot -PORTVERSION= 1.7 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= fenner -DISTFILES= spigot.1.7.tar.gz - -MAINTAINER= james@cs.uwm.edu - -# binary package -NO_BUILD= yes -NO_WRKSUBDIR= yes - -.include <bsd.port.mk> diff --git a/multimedia/spigot/distinfo b/multimedia/spigot/distinfo deleted file mode 100644 index 5be8938966c0..000000000000 --- a/multimedia/spigot/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (spigot.1.7.tar.gz) = 764caa2b3842b00bc74fada0cbf5100d diff --git a/multimedia/spigot/files/patch-aa b/multimedia/spigot/files/patch-aa deleted file mode 100644 index b4a95d9a33cf..000000000000 --- a/multimedia/spigot/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.orig Wed Nov 29 03:48:20 1995 -+++ Makefile Sat Dec 20 14:36:25 1997 -@@ -1,9 +1,9 @@ --DESTDIR?=/usr/local -+PREFIX?=/usr/local - - all: - echo "Nothing to make." - - install: -- cp libspigot.a ${DESTDIR}/lib/libspigot.a -+ cp libspigot.a ${PREFIX}/lib/libspigot.a - ranlib libspigot.a -- cp spigot_saa7191.h /usr/local/include -+ cp spigot_saa7191.h ${PREFIX}/include diff --git a/multimedia/spigot/pkg-comment b/multimedia/spigot/pkg-comment deleted file mode 100644 index edd8171e3b4f..000000000000 --- a/multimedia/spigot/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Video spigot for Windows library diff --git a/multimedia/spigot/pkg-descr b/multimedia/spigot/pkg-descr deleted file mode 100644 index 365ef10841a2..000000000000 --- a/multimedia/spigot/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -The package contains a library to use the Video Spigot for Windows -video aquistion board. diff --git a/multimedia/spigot/pkg-plist b/multimedia/spigot/pkg-plist deleted file mode 100644 index 01d57a9aa21a..000000000000 --- a/multimedia/spigot/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/libspigot.a -include/spigot_saa7191.h diff --git a/multimedia/splitmpg/Makefile b/multimedia/splitmpg/Makefile deleted file mode 100644 index 555c5c2c6129..000000000000 --- a/multimedia/splitmpg/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: splitmpg -# Date created: Wed Jul 31 21:59:42 CDT 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= splitmpg -PORTVERSION= 1.0 -CATEGORIES= graphics -MASTER_SITES= ftp://metalab.unc.edu/pub/multimedia/utilities/ms-windows/mpegplay/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org - -NO_WRKSUBDIR= yes -MAKEFILE= makefile -MAN1= splitmpeg.1 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/splitmpeg ${PREFIX}/bin - ${INSTALL_MAN} ${FILESDIR}/splitmpeg.1 ${PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/multimedia/splitmpg/distinfo b/multimedia/splitmpg/distinfo deleted file mode 100644 index 4c73cb3c2107..000000000000 --- a/multimedia/splitmpg/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (splitmpg.tgz) = 223af42151864efdb6e113a026b53185 diff --git a/multimedia/splitmpg/files/patch-ac b/multimedia/splitmpg/files/patch-ac deleted file mode 100644 index 85480ce801ea..000000000000 --- a/multimedia/splitmpg/files/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ ---- makefile.orig Thu Jun 23 00:07:39 1994 -+++ makefile Wed Apr 26 19:23:14 2000 -@@ -22,11 +22,14 @@ - # Email: michael@ecel.uwa.edu.au - # Post: P.O. Box 506, NEDLANDS WA 6009, AUSTRALIA - -+# FreeBSD -+LIBS = -lm -+ - # Linux --CC=g++ --CFLAGS=-O2 -m486 -funroll-loops -Wall -DLINUX -DINTEL_BYTE_ORDER --INCLUDES=-I/usr/g++-include/ -I/usr/lib/gcc-lib/i486-linux/2.5.8/include/ --LIBS=-lm -+#CC=g++ -+#CFLAGS=-O2 -m486 -funroll-loops -Wall -DLINUX -DINTEL_BYTE_ORDER -+#INCLUDES=-I/usr/g++-include/ -I/usr/lib/gcc-lib/i486-linux/2.5.8/include/ -+#LIBS=-lm - - # SunOS - #CFLAGS = -O2 -Wall -DSunOS -DSPARC diff --git a/multimedia/splitmpg/files/splitmpeg.1 b/multimedia/splitmpg/files/splitmpeg.1 deleted file mode 100644 index 1b846bd8237e..000000000000 --- a/multimedia/splitmpg/files/splitmpeg.1 +++ /dev/null @@ -1,45 +0,0 @@ -.\" The following requests are required for all man pages. -.Dd Thu Aug 1 09:36:57 CDT 1996 -.Os -.Dt splitmpeg 1 -.Sh NAME -.Nm splitmpeg -.Sh SYNOPSIS -.Nm splitmpeg -.Op Fl vq -.Ar filename -.Sh DESCRIPTION -.Nm splitmpeg -splits an ISO 11172-1 MPEG system layer stream into its components. - -.Fl v -print pack SCR and mux rate for each pack. - -.Fl q -work quitely, nothing is written to stdout. - -.\" .Sh ENVIRONMENT -.Sh FILES - -.Bl -tag -width stm188.mpg -compact -.It Pa stm188.mpg -is a reserved stream. - -.It Pa stm189.mpg -is private stream 1. - -.It Pa stm190.mpg -is the padding stream. - -.It Pa stm191.mpg -is private stream 2. - -.It Pa stm192.mpg to stm223.mpg -are audio streams. - -.It Pa stm224.mpg to stm239.mpg -are video streams. - -.Sh AUTHORS -splitmpeg was written by Michael Simmons <michael@ecel.uwa.edu.au>. -This man page was written by Eric L. Hernes <erich@FreeBSD.org> diff --git a/multimedia/splitmpg/pkg-comment b/multimedia/splitmpg/pkg-comment deleted file mode 100644 index 7d002e79c214..000000000000 --- a/multimedia/splitmpg/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Splits an ISO 11172-1 into its components diff --git a/multimedia/splitmpg/pkg-descr b/multimedia/splitmpg/pkg-descr deleted file mode 100644 index 61dc3a798ca5..000000000000 --- a/multimedia/splitmpg/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -From readme.txt: - This program splits an ISO 11172-1 System layer stream into its - component elemental streams. - - Comments and suggestions are welcome. - For the present (22 of June 1994) I can be contacted via - Email: michael@ecel.uwa.edu.au - Post: P.O. Box 506, NEDLANDS WA 6009, AUSTRALIA - - Updates to this source will first appear on - decel.ecel.uwa.edu.au in the /users/michael directory - This machine may change name within the next 6 months. - -eric. -erich@FreeBSD.org diff --git a/multimedia/splitmpg/pkg-plist b/multimedia/splitmpg/pkg-plist deleted file mode 100644 index 037ae85dc976..000000000000 --- a/multimedia/splitmpg/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/splitmpeg diff --git a/multimedia/tkxanim/Makefile b/multimedia/tkxanim/Makefile deleted file mode 100644 index bdfe98c8d848..000000000000 --- a/multimedia/tkxanim/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: tkxanim -# Date created: 24 October 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# -# $FreeBSD$ -# - -PORTNAME= tkxanim -PORTVERSION= 0.43 -CATEGORIES= graphics tk82 -MASTER_SITES= http://members.yourlink.net/aaron/ - -MAINTAINER= jedgar@fxp.org - -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ - xanim:${PORTSDIR}/graphics/xanim - -WRKSRC= ${WRKDIR}/Tkxanim - -do-build: - @${MV} ${WRKSRC}/tkxanim ${WRKSRC}/tkxanim.orig - @${SED} -e 's|CHANGEME|${PREFIX}|' \ - < ${WRKSRC}/tkxanim.orig > ${WRKSRC}/tkxanim - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/tkxanim ${PREFIX}/bin - -${MKDIR} ${PREFIX}/share/icons - ${INSTALL_DATA} ${WRKSRC}/tkxanim.gif ${PREFIX}/share/icons - -.include <bsd.port.mk> diff --git a/multimedia/tkxanim/distinfo b/multimedia/tkxanim/distinfo deleted file mode 100644 index f5ae8a684080..000000000000 --- a/multimedia/tkxanim/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tkxanim-0.43.tar.gz) = 44cdfd445bd3d4575b1e3eb7f8fa2bd5 diff --git a/multimedia/tkxanim/files/patch-aa b/multimedia/tkxanim/files/patch-aa deleted file mode 100644 index 9e8331eb1de1..000000000000 --- a/multimedia/tkxanim/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- tkxanim.orig Mon Jun 21 18:47:01 1999 -+++ tkxanim Sun Oct 24 13:16:35 1999 -@@ -1,4 +1,4 @@ --#!/usr/bin/wish -f -+#!CHANGEME/bin/wish8.2 -f - - # tkxanim v 0.43 - # Aaron Faby <aaron@yourlink.net> -@@ -20,7 +20,7 @@ - set loops 1 - set debug 0 - --set background [image create photo -file /usr/local/tkxanim/tkxanim.gif] -+set background [image create photo -file CHANGEME/share/icons/tkxanim.gif] - label .background -image $background - label .authorinfo -text "Copyright 1999, Aaron Faby <aaron@yourlink.net>" -justify center - diff --git a/multimedia/tkxanim/pkg-comment b/multimedia/tkxanim/pkg-comment deleted file mode 100644 index fbdef511dfcb..000000000000 --- a/multimedia/tkxanim/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Tcl/Tk frontend to xanim diff --git a/multimedia/tkxanim/pkg-descr b/multimedia/tkxanim/pkg-descr deleted file mode 100644 index 25b4ad7b445e..000000000000 --- a/multimedia/tkxanim/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Tkxanim is a Tcl/Tk frontend to the xanim program -written by Mark Podlipec. The purpose of tkxanim is -to allow a quick configuration for all of xanim's -available options for those who are not familiar -with the command line. - -WWW: http://members.yourlink.net/aaron/tkxanim.html - -- Chris D. Faulhaber -jedgar@fxp.org diff --git a/multimedia/tkxanim/pkg-plist b/multimedia/tkxanim/pkg-plist deleted file mode 100644 index 24e3632e8e75..000000000000 --- a/multimedia/tkxanim/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/tkxanim -share/icons/tkxanim.gif -@dirrm share/icons diff --git a/multimedia/vcdgear/Makefile b/multimedia/vcdgear/Makefile deleted file mode 100644 index fbd19c6830ca..000000000000 --- a/multimedia/vcdgear/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: vcdgear -# Date created: 06 January 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= vcdgear -PORTVERSION= 1.6d -CATEGORIES= graphics -MASTER_SITES= http://www.vcdgear.org/files/ - -MAINTAINER= cpiazza@FreeBSD.org - -.include <bsd.port.pre.mk> -.if ${OSVERSION} < 300004 -BROKEN= 'Only an ELF binary is distributed' -.endif - -.if ${ARCH} == i386 -DISTNAME= ${PORTNAME}16d_i386_freebsd42 -.else if ${ARCH} == alpha -DISTNAME= ${PORTNAME}16d_alpha_freebsd41 -.endif - -NO_BUILD= true -WRKSRC= ${WRKDIR}/vcdgear16 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/vcdgear16_static ${PREFIX}/bin/vcdgear - -.include <bsd.port.post.mk> diff --git a/multimedia/vcdgear/distinfo b/multimedia/vcdgear/distinfo deleted file mode 100644 index 9ffd3a7ca877..000000000000 --- a/multimedia/vcdgear/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (vcdgear16d_alpha_freebsd41.tar.gz) = 0c74e55fd811605b6903702f17268cf4 -MD5 (vcdgear16d_i386_freebsd42.tar.gz) = 76fc8ad313fe3f4878d450117af24c93 diff --git a/multimedia/vcdgear/pkg-comment b/multimedia/vcdgear/pkg-comment deleted file mode 100644 index 25c1bd2c7721..000000000000 --- a/multimedia/vcdgear/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tool to convert VCDs from cue/bin format to mpeg diff --git a/multimedia/vcdgear/pkg-descr b/multimedia/vcdgear/pkg-descr deleted file mode 100644 index 2fda47642bc9..000000000000 --- a/multimedia/vcdgear/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A tool to convert VCDs from cue/bin format to mpeg - -WWW: http://www.vcdgear.org/ diff --git a/multimedia/vcdgear/pkg-plist b/multimedia/vcdgear/pkg-plist deleted file mode 100644 index 2496aea0c27d..000000000000 --- a/multimedia/vcdgear/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/vcdgear diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile deleted file mode 100644 index 3eff69cb0fcd..000000000000 --- a/multimedia/vcdimager/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: vcdimager -# Date created: 16 April 2001 -# Whom: Harold Gutch <logix@foobar.franken.de> -# -# $FreeBSD$ - -PORTNAME= vcdimager -PORTVERSION= 0.6.0 -CATEGORIES= graphics -MASTER_SITES= http://www.hvrlab.org/pub/vcdimager/vcdimager-0.6/ - -MAINTAINER= logix@foobar.franken.de - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= vcdimager.1 vcdrip.1 - -.include <bsd.port.mk> diff --git a/multimedia/vcdimager/distinfo b/multimedia/vcdimager/distinfo deleted file mode 100644 index 28b90adf3dbd..000000000000 --- a/multimedia/vcdimager/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vcdimager-0.6.0.tar.gz) = 1ac3dac3efc0fd629fada495ee839837 diff --git a/multimedia/vcdimager/files/patch-aa b/multimedia/vcdimager/files/patch-aa deleted file mode 100644 index 1b59f11aae70..000000000000 --- a/multimedia/vcdimager/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- frontends/cli/vcdimager.c.orig Sun Mar 18 01:13:01 2001 -+++ frontends/cli/vcdimager.c Mon Apr 16 01:12:00 2001 -@@ -32,6 +32,7 @@ - #include <string.h> - #include <sys/mman.h> - #include <sys/types.h> -+#include <sys/stat.h> - #include <unistd.h> - - #include "vcd_types.h" diff --git a/multimedia/vcdimager/files/patch-ab b/multimedia/vcdimager/files/patch-ab deleted file mode 100644 index 52561da039aa..000000000000 --- a/multimedia/vcdimager/files/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ ---- libvcd/vcd_types.h.orig Fri Mar 9 02:02:38 2001 -+++ libvcd/vcd_types.h Mon Apr 16 01:22:17 2001 -@@ -44,6 +44,15 @@ - /* fixme */ - #endif /* HAVE_STDINT_H */ - -+# define INT8_C(c) c -+# define INT16_C(c) c -+# define INT32_C(c) c -+# define INT64_C(c) c ## LL -+# define UINT8_C(c) c ## U -+# define UINT16_C(c) c ## U -+# define UINT32_C(c) c ## U -+# define UINT64_C(c) c ## ULL -+ - #if defined(HAVE_STDBOOL_H) - #include <stdbool.h> - #else diff --git a/multimedia/vcdimager/pkg-comment b/multimedia/vcdimager/pkg-comment deleted file mode 100644 index a1e57b8bfd54..000000000000 --- a/multimedia/vcdimager/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool diff --git a/multimedia/vcdimager/pkg-descr b/multimedia/vcdimager/pkg-descr deleted file mode 100644 index 0c85eb757f9a..000000000000 --- a/multimedia/vcdimager/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -VCDImager is a "little" program which allows direct making of VideoCD -BIN/CUE CD images from MPEG files, which can be played on standalone -VCD players or DVD players. BIN/CUE images can be burned with cdrdao. - -VCDImager supports the VideoCD 1.1, VideoCD 2.0 audn Super VideoCD 2.0 -standards. - -Also included in the package is the vcdrip-tool, which performs the -opposite task. - -This set actually consists of a backend library and a commandline -frontend for it. - - -WWW: http://www.gnu.org/vcdimager/ - http://www.hvrlab.org/~hvr/vcdimager/ - -- Harold Gutch -logix@foobar.franken.de diff --git a/multimedia/vcdimager/pkg-plist b/multimedia/vcdimager/pkg-plist deleted file mode 100644 index 24b9be4b674c..000000000000 --- a/multimedia/vcdimager/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/vcdimager -bin/vcdrip -@unexec install-info --delete %D/info/vcdimager.info %D/info/dir -info/vcdimager.info -@exec install-info %D/info/vcdimager.info %D/info/dir diff --git a/multimedia/vcdpad/Makefile b/multimedia/vcdpad/Makefile deleted file mode 100644 index d9eed21be508..000000000000 --- a/multimedia/vcdpad/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: vcdpad -# Date created: Mar 9, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= vcdpad -PORTVERSION= 0.8 -CATEGORIES= graphics -MASTER_SITES= http://www.nocrew.org/software/vcdpad/ - -MAINTAINER= ijliao@FreeBSD.org - -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/multimedia/vcdpad/distinfo b/multimedia/vcdpad/distinfo deleted file mode 100644 index b0c486eb1d86..000000000000 --- a/multimedia/vcdpad/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vcdpad-0.8.tar.gz) = 5ceecc53b6435c0d29ae168987fa70e6 diff --git a/multimedia/vcdpad/files/patch-Makefile b/multimedia/vcdpad/files/patch-Makefile deleted file mode 100644 index 1ab2e0a74c6e..000000000000 --- a/multimedia/vcdpad/files/patch-Makefile +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile.orig Fri Mar 9 01:22:50 2001 -+++ Makefile Fri Mar 9 01:22:59 2001 -@@ -1,6 +1,3 @@ --CC=gcc --CFLAGS= --PREFIX=/usr/local - - .c.o: - $(CC) -c $(CFLAGS) $< diff --git a/multimedia/vcdpad/pkg-comment b/multimedia/vcdpad/pkg-comment deleted file mode 100644 index 5ac74860fc7f..000000000000 --- a/multimedia/vcdpad/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A program to pad vcd mpegs diff --git a/multimedia/vcdpad/pkg-descr b/multimedia/vcdpad/pkg-descr deleted file mode 100644 index da33500754e2..000000000000 --- a/multimedia/vcdpad/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is simply a program to pad vcd mpegs so that they can be used by -mkvcdfs which is part of the package vcdtools. - -WWW: http://www.nocrew.org/software-vcdpad.html diff --git a/multimedia/vcdpad/pkg-plist b/multimedia/vcdpad/pkg-plist deleted file mode 100644 index 0434d065da29..000000000000 --- a/multimedia/vcdpad/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/vcdpad diff --git a/multimedia/vcdtools/Makefile b/multimedia/vcdtools/Makefile deleted file mode 100644 index 42172a7b29e9..000000000000 --- a/multimedia/vcdtools/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: vcdtools -# Date created: Mar 9, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= vcdtools -PORTVERSION= 0.4 -CATEGORIES= graphics -MASTER_SITES= http://www.mpegnews.com/files/video/ -DISTNAME= ${PORTNAME}_v${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -do-install: -.for f in mkvcdfs vcdmplex - @${CP} ${WRKSRC}/$f ${PREFIX}/bin -.endfor - -.include <bsd.port.mk> diff --git a/multimedia/vcdtools/distinfo b/multimedia/vcdtools/distinfo deleted file mode 100644 index 5d87afc67e36..000000000000 --- a/multimedia/vcdtools/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vcdtools_v0.4.tar.gz) = afbd247c506dd18da14ff06ba6524a16 diff --git a/multimedia/vcdtools/files/patch-Makefile b/multimedia/vcdtools/files/patch-Makefile deleted file mode 100644 index 5404234592c2..000000000000 --- a/multimedia/vcdtools/files/patch-Makefile +++ /dev/null @@ -1,7 +0,0 @@ ---- Makefile.orig Fri Mar 9 01:43:44 2001 -+++ Makefile Fri Mar 9 01:43:47 2001 -@@ -1,4 +1,3 @@ --CFLAGS = -O2 - - OBJS = mkvcdfs.o vcdisofs.o edc_ecc.o - diff --git a/multimedia/vcdtools/pkg-comment b/multimedia/vcdtools/pkg-comment deleted file mode 100644 index b56a226c1808..000000000000 --- a/multimedia/vcdtools/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Create your own VCD diff --git a/multimedia/vcdtools/pkg-descr b/multimedia/vcdtools/pkg-descr deleted file mode 100644 index 70de86592ac1..000000000000 --- a/multimedia/vcdtools/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -The VCD-Tools contain two programs, vcdmplex for multiplexing a MPEG audio -and video stream in a form suitable for the VCD and mkvcdfs for making a -raw image of the VCD. - -HOW TO MAKE A VCD: - - - create a MPEG-1 video stream with the dimensions 352x240 (NTSC) or - 352x288 (PAL) and a bitrate of 1152 KBit/sec - - create a MPEG-1 layer 2 audiostream with a sample rate of 44100 Hz, - stereo and a bitrate of 224 KBit/sec - - multiplex these two streams with vcdmplex - - use mkvcdfs to create a VCD image of one ore more of those MPEG streams - -WWW: http://www.munich-vision.de/vcd/ diff --git a/multimedia/vcdtools/pkg-plist b/multimedia/vcdtools/pkg-plist deleted file mode 100644 index 816b115e6c17..000000000000 --- a/multimedia/vcdtools/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/mkvcdfs -bin/vcdmplex diff --git a/multimedia/vic/Makefile b/multimedia/vic/Makefile deleted file mode 100644 index 0866c835fa97..000000000000 --- a/multimedia/vic/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: vic -# Date created: 14 December 1994 -# Whom: wollman -# -# $FreeBSD$ -# - -PORTNAME= vic -PORTVERSION= 2.8.1.1.3 -CATEGORIES= mbone tk83 -MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/vic/2.8ucl-1.1.3/ -DISTNAME= ${PORTNAME}-2.8ucl-1.1.3 - -MAINTAINER= fenner@FreeBSD.org - -LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 -BUILD_DEPENDS= ${LOCALBASE}/lib/libuclmmbase.a:${PORTSDIR}/devel/uclmmbase - -WRKSRC= ${WRKDIR}/vic-2.8ucl-1.1.3/vic - -USE_AUTOCONF= yes -USE_X_PREFIX= yes -CONFIGURE_ARGS= -x-libraries=${PREFIX}/lib \ - -x-includes=${PREFIX}/include \ - -without-ucltcl \ - -with-tcl=${LOCALBASE} \ - -without-ucltk \ - -with-tk=${LOCALBASE} -MAN1= vic.1 - -pre-patch: - @${FIND} ${WRKSRC} -name "*.[c,h]" | ${XARGS} ${PERL} -pi -e \ - 's|malloc.h|stdlib.h|' - -post-install: - strip ${PREFIX}/bin/vic - strip ${PREFIX}/bin/histtolut - -.include <bsd.port.mk> diff --git a/multimedia/vic/distinfo b/multimedia/vic/distinfo deleted file mode 100644 index b9faf5a35270..000000000000 --- a/multimedia/vic/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vic-2.8ucl-1.1.3.tar.gz) = 55e792aa8f370fc15a197bb1b910a704 diff --git a/multimedia/vic/files/patch-Makefile.in b/multimedia/vic/files/patch-Makefile.in deleted file mode 100644 index 24d9a710cec8..000000000000 --- a/multimedia/vic/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Thu Feb 17 21:59:08 2000 -+++ Makefile.in Tue May 8 09:06:28 2001 -@@ -85,7 +85,7 @@ - OBJ_XIL = @V_OBJ_XIL@ - OBJ_CRYPT = @V_OBJ_CRYPT@ - LIB = $(LIB_GRABBER) @V_LIB_TK@ @V_LIB_TCL@ @V_LIB_X11@ @V_LIB@ \ -- codec/tmndec/libh263.a codec/tmn-x/libh263coder.a ../common/libuclmmbase.a -lm -+ codec/tmndec/libh263.a codec/tmn-x/libh263coder.a /usr/local/lib/libuclmmbase.a -lm - INCLUDE = $(INCLUDE_MISC) $(INCLUDE_GRABBER) $(INCLUDE_TK) $(INCLUDE_TCL) \ - $(INCLUDE_X11) $(MD_INC) -Icodec/jpeg -Icodec/p64 -I. - DEFINE = @V_DEFINE@ -DED_YBITS=$(ED_YBITS) -DSIGRET=@V_SIGRET@ -DNLAYER=8 -@@ -329,7 +329,7 @@ - chown bin @prefix@/bin/vic - chgrp bin @prefix@/bin/vic - chmod 555 @prefix@/bin/vic -- cp vic.1 @prefix@/man/vic.1 -+ cp vic.1 @prefix@/man/man1/vic.1 - cp histtolut @prefix@/bin/histtolut - chown bin @prefix@/bin/histtolut - chgrp bin @prefix@/bin/histtolut diff --git a/multimedia/vic/files/patch-Tcl.cpp b/multimedia/vic/files/patch-Tcl.cpp deleted file mode 100644 index 881919b5448f..000000000000 --- a/multimedia/vic/files/patch-Tcl.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- Tcl.cpp.org Mon May 7 15:55:17 2001 -+++ Tcl.cpp Mon May 7 15:55:34 2001 -@@ -66,6 +66,7 @@ - { - instance_.tcl_ = tcl; - instance_.application_ = application; -+ Tcl_Init(tcl); - } - - void Tcl::evalc(const char* s) diff --git a/multimedia/vic/files/patch-configure.in b/multimedia/vic/files/patch-configure.in deleted file mode 100644 index 052ace4cb855..000000000000 --- a/multimedia/vic/files/patch-configure.in +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.in.org Mon May 7 15:30:01 2001 -+++ configure.in Mon May 7 15:31:32 2001 -@@ -72,8 +72,7 @@ - if test -r /usr/include/linux/videodev.h ; then - V_OBJ_GRABBER="video/grabber-video4linux.o $V_OBJ_GRABBER" - fi --#if test -r /usr/local/lib/libspigot.a -a ${PORTOBJFORMAT} != elf; then --if test -r /usr/local/lib/libspigot.a ; then -+if test -r /usr/local/lib/libspigot.a -a ${PORTOBJFORMAT} != elf; then - V_OBJ_GRABBER="video/grabber-spigot.o $V_OBJ_GRABBER" - V_LIB_GRABBER="$V_LIB_GRABBER -lspigot" - V_INCLUDE_GRABBER="$V_INCLUDE_GRABBER -I/usr/local/include" diff --git a/multimedia/vic/files/patch-configure.in.tk b/multimedia/vic/files/patch-configure.in.tk deleted file mode 100644 index aee5d9ad4021..000000000000 --- a/multimedia/vic/files/patch-configure.in.tk +++ /dev/null @@ -1,56 +0,0 @@ ---- configure.in.tk.org Tue May 8 08:42:54 2001 -+++ configure.in.tk Tue May 8 08:56:43 2001 -@@ -32,13 +32,13 @@ - echo "'$d' is not a directory" - exit 1 - fi -- V_INCLUDE_TCL=-I$d/include -- if test ! -r $d/include/tcl.h ; then -+ V_INCLUDE_TCL=-I$d/include/tcl8.3/ -+ if test ! -r $d/include/tcl8.3/tcl.h ; then - echo "can't find tcl.h in $d/include" - exit 1 - fi -- places="$d/lib/libtcl8.0.so \ -- $d/lib/libtcl8.0.a \ -+ places="$d/lib/libtcl83.so \ -+ $d/lib/libtcl83.a \ - $d/lib/libtcl.so \ - $d/lib/libtcl.a" - V_LIB_TCL=FAIL -@@ -52,7 +52,7 @@ - echo "can't find libtcl.a in $d/lib" - exit 1 - fi -- places="$d/lib/tcl-8.0 \ -+ places="$d/lib/tcl8.3 \ - $d/lib/tcl8.0 \ - $d/lib/tcl" - V_LIBRARY_TCL=FAIL -@@ -190,13 +190,13 @@ - echo "'$d' is not a directory" - exit 1 - fi -- V_INCLUDE_TK=-I$d/include -- if test ! -r $d/include/tk.h ; then -+ V_INCLUDE_TK=-I$d/include/tk8.3 -+ if test ! -r $d/include/tk8.3/tk.h ; then - echo "can't find tk.h in $d/include" - exit 1 - fi -- places="$d/lib/libtk8.0.so \ -- $d/lib/libtk8.0.a \ -+ places="$d/lib/libtk83.so \ -+ $d/lib/libtk83.a \ - $d/lib/libtk.so \ - $d/lib/libtk.a" - V_LIB_TK=FAIL -@@ -210,7 +210,7 @@ - echo "can't find libtk.a in $d/lib" - exit 1 - fi -- places="$d/lib/tk8.0 \ -+ places="$d/lib/tk8.3 \ - $d/lib/tk" - V_LIBRARY_TK=FAIL - for dir in $places; do diff --git a/multimedia/vic/files/patch-ui-ctrlmenu.tcl b/multimedia/vic/files/patch-ui-ctrlmenu.tcl deleted file mode 100644 index d8a3514fe595..000000000000 --- a/multimedia/vic/files/patch-ui-ctrlmenu.tcl +++ /dev/null @@ -1,25 +0,0 @@ ---- tcl/ui-ctrlmenu.tcl.org Thu May 10 08:44:51 2001 -+++ tcl/ui-ctrlmenu.tcl Thu May 10 08:48:19 2001 -@@ -408,16 +408,16 @@ - -relief raised -command transmit \ - -anchor w -variable transmitButtonState -font $f \ - -state disabled -highlightthickness 0 --# checkbutton $w.freeze -text "Freeze" \ --# -relief raised -command "grabber freeze \$freeze" \ --# -anchor w -variable freeze -font $f \ --# -highlightthickness 0 -+ checkbutton $w.freeze -text "Freeze" \ -+ -relief raised -command "grabber freeze \$freeze" \ -+ -anchor w -variable freeze -font $f \ -+ -highlightthickness 0 - button $w.release -text "Release" \ - -relief raised -command release_device \ - -font $f -highlightthickness 0 - --# pack $w.send $w.release $w.freeze -fill both -- pack $w.send $w.release -fill both -+ pack $w.send $w.release $w.freeze -fill both -+# pack $w.send $w.release -fill both - } - - proc doNothing { args } { diff --git a/multimedia/vic/files/patch-ui-resource.tcl b/multimedia/vic/files/patch-ui-resource.tcl deleted file mode 100644 index b1134d6f5e76..000000000000 --- a/multimedia/vic/files/patch-ui-resource.tcl +++ /dev/null @@ -1,11 +0,0 @@ ---- tcl/ui-resource.tcl.org Mon May 7 16:17:03 2001 -+++ tcl/ui-resource.tcl Mon May 7 16:17:29 2001 -@@ -153,7 +153,7 @@ - option add Vic.infoHighlightColor LightYellow2 startupFile - option add Vic.useJPEGforH261 false startupFile - option add Vic.useHardwareComp false startupFile -- option add Vic.stillGrabber false startupFile -+ option add Vic.stillGrabber true startupFile ; # XXX was false - option add Vic.siteDropTime "300" startupFile - option add Vic.quality "0" startupFile - diff --git a/multimedia/vic/pkg-comment b/multimedia/vic/pkg-comment deleted file mode 100644 index d02447964f50..000000000000 --- a/multimedia/vic/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -MBONE video tool diff --git a/multimedia/vic/pkg-descr b/multimedia/vic/pkg-descr deleted file mode 100644 index 457adff21faf..000000000000 --- a/multimedia/vic/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package contains the binary release of LBL's `vic' network video -conferencing tool. - -NOTE: This kit requires XFree86 3.1, Tk, and Tcl shared libraries. diff --git a/multimedia/vic/pkg-plist b/multimedia/vic/pkg-plist deleted file mode 100644 index 3ae0decf49cb..000000000000 --- a/multimedia/vic/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/vic -bin/histtolut diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile deleted file mode 100644 index 899c0a6739b0..000000000000 --- a/multimedia/vlc-devel/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: vlc -# Date created: 3rd August 2001 -# Whom: Brian Somers <brian@Awfulhak.org> -# -# $FreeBSD$ -# - -PORTNAME= vlc -PORTVERSION= 0.2.92 -CATEGORIES= graphics -MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ - ftp://ftp.Awfulhak.org/pub/vlc/ \ - http://people.FreeBSD.org/~brian/vlc/ - -MAINTAINER= brian@Awfulhak.org - -LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}" \ - CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - INCLUDE="-I${LOCALBASE}/include" \ - LIB="-L${LOCALBASE}/lib" \ - LDFLAGS="-L${LOCALBASE}/lib" -USE_GTK= yes -USE_GMAKE= yes -USE_BZIP2= yes -PLIST_SUB= LIB_DATE="${LIB_DATE}" - -LIB_DATE!= date +%Y-%m-%d - -post-patch: - ${PERL} -pi.orig -e 's,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/multimedia/vlc-devel/distinfo b/multimedia/vlc-devel/distinfo deleted file mode 100644 index c9c8ecaeaa0e..000000000000 --- a/multimedia/vlc-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vlc-0.2.92.tar.bz2) = 921fa1cd65b16d00b7fa21237d78af5a diff --git a/multimedia/vlc-devel/files/patch-Makefile.opts.in b/multimedia/vlc-devel/files/patch-Makefile.opts.in deleted file mode 100644 index 23b7d5b96c22..000000000000 --- a/multimedia/vlc-devel/files/patch-Makefile.opts.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.opts.in.orig Tue Aug 7 19:55:49 2001 -+++ Makefile.opts.in Sun Aug 12 15:01:13 2001 -@@ -200,6 +200,7 @@ - CFLAGS += -fnative-struct -D_OFF_T_ -D_off_t=long - endif - -+ifeq ($(MODIFY_CFLAGS),1) - ifneq (,$(findstring bsd,$(SYS))) - CFLAGS += -pthread - endif -@@ -235,6 +236,7 @@ - endif - - #end of optimisations -+endif - endif - - # diff --git a/multimedia/vlc-devel/files/patch-configure b/multimedia/vlc-devel/files/patch-configure deleted file mode 100644 index d2a8c34e446d..000000000000 --- a/multimedia/vlc-devel/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig Tue Aug 7 19:55:49 2001 -+++ configure Sun Aug 12 15:36:05 2001 -@@ -3924,10 +3924,7 @@ - - if test x$enable_dsp != xno - then -- if test -c /dev/dsp -- then -- PLUGINS="${PLUGINS} dsp" -- fi -+ PLUGINS="${PLUGINS} dsp" - fi - - # Check whether --enable-esd or --disable-esd was given. diff --git a/multimedia/vlc-devel/files/patch-extras::libdvdcss::videolan::dvdcss.h b/multimedia/vlc-devel/files/patch-extras::libdvdcss::videolan::dvdcss.h deleted file mode 100644 index c44bc3629b10..000000000000 --- a/multimedia/vlc-devel/files/patch-extras::libdvdcss::videolan::dvdcss.h +++ /dev/null @@ -1,16 +0,0 @@ ---- extras/libdvdcss/videolan/dvdcss.h.orig Sun Oct 14 20:58:16 2001 -+++ extras/libdvdcss/videolan/dvdcss.h Sun Oct 14 20:59:33 2001 -@@ -22,6 +22,8 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. - *****************************************************************************/ - -+#ifndef __DVDCSS_H__ -+#define __DVDCSS_H__ 1 - /***************************************************************************** - * The libdvdcss structure - *****************************************************************************/ -@@ -59,3 +61,4 @@ - int i_flags ); - extern char * dvdcss_error ( dvdcss_handle ); - -+#endif diff --git a/multimedia/vlc-devel/pkg-comment b/multimedia/vlc-devel/pkg-comment deleted file mode 100644 index c0426ee24399..000000000000 --- a/multimedia/vlc-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An X11 MPEG2 client/server solution diff --git a/multimedia/vlc-devel/pkg-descr b/multimedia/vlc-devel/pkg-descr deleted file mode 100644 index ecc7d76dde8a..000000000000 --- a/multimedia/vlc-devel/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -vlc -- the VideoLAN Client - -The vlc is distributed with a GPL license. See the file COPYING in the -base directory. - -The vlc is part of the VideoLAN project, a full MPEG2 client/server -solution. The VideoLAN Client can also be used as a standalone program -to play MPEG2 streams from a hard disk or a DVD. - -vlc@videolan.org is a mailing list for support and discussion - -The VideoLAN web site at http://www.videolan.org/ is a good start for -information about MPEG and DVD playing. Have a look at the documentation -section (http://www.videolan.org/doc.html), as well as the bookmarks. - -WWW: http://www.videolan.org/ diff --git a/multimedia/vlc-devel/pkg-plist b/multimedia/vlc-devel/pkg-plist deleted file mode 100644 index a5f27286a828..000000000000 --- a/multimedia/vlc-devel/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -bin/vlc -bin/gvlc -include/videolan/dvdcss.h -lib/libdvdcss.a -lib/libdvdcss.so -lib/libdvdcss.so.1 -lib/libdvdcss.so.1.0.1_%%LIB_DATE%% -lib/videolan/vlc/ac3_spdif.so -lib/videolan/vlc/dsp.so -lib/videolan/vlc/gtk.so -lib/videolan/vlc/sdl.so -lib/videolan/vlc/spu_dec.so -lib/videolan/vlc/x11.so -share/videolan/default8x16.psf -share/videolan/default8x9.psf -share/videolan/gnome-vlc.png -share/videolan/gvlc.png -share/videolan/kvlc.png -share/videolan/qvlc.png -share/videolan/vlc.png -share/videolan/gnome-vlc.xpm -share/videolan/gvlc.xpm -share/videolan/kvlc.xpm -share/videolan/qvlc.xpm -share/videolan/vlc.xpm -@dirrm lib/videolan/vlc -@dirrm lib/videolan -@dirrm include/videolan -@dirrm share/videolan diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile deleted file mode 100644 index 899c0a6739b0..000000000000 --- a/multimedia/vlc/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: vlc -# Date created: 3rd August 2001 -# Whom: Brian Somers <brian@Awfulhak.org> -# -# $FreeBSD$ -# - -PORTNAME= vlc -PORTVERSION= 0.2.92 -CATEGORIES= graphics -MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ - ftp://ftp.Awfulhak.org/pub/vlc/ \ - http://people.FreeBSD.org/~brian/vlc/ - -MAINTAINER= brian@Awfulhak.org - -LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}" \ - CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - INCLUDE="-I${LOCALBASE}/include" \ - LIB="-L${LOCALBASE}/lib" \ - LDFLAGS="-L${LOCALBASE}/lib" -USE_GTK= yes -USE_GMAKE= yes -USE_BZIP2= yes -PLIST_SUB= LIB_DATE="${LIB_DATE}" - -LIB_DATE!= date +%Y-%m-%d - -post-patch: - ${PERL} -pi.orig -e 's,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/multimedia/vlc/distinfo b/multimedia/vlc/distinfo deleted file mode 100644 index c9c8ecaeaa0e..000000000000 --- a/multimedia/vlc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vlc-0.2.92.tar.bz2) = 921fa1cd65b16d00b7fa21237d78af5a diff --git a/multimedia/vlc/files/patch-Makefile.opts.in b/multimedia/vlc/files/patch-Makefile.opts.in deleted file mode 100644 index 23b7d5b96c22..000000000000 --- a/multimedia/vlc/files/patch-Makefile.opts.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.opts.in.orig Tue Aug 7 19:55:49 2001 -+++ Makefile.opts.in Sun Aug 12 15:01:13 2001 -@@ -200,6 +200,7 @@ - CFLAGS += -fnative-struct -D_OFF_T_ -D_off_t=long - endif - -+ifeq ($(MODIFY_CFLAGS),1) - ifneq (,$(findstring bsd,$(SYS))) - CFLAGS += -pthread - endif -@@ -235,6 +236,7 @@ - endif - - #end of optimisations -+endif - endif - - # diff --git a/multimedia/vlc/files/patch-configure b/multimedia/vlc/files/patch-configure deleted file mode 100644 index d2a8c34e446d..000000000000 --- a/multimedia/vlc/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig Tue Aug 7 19:55:49 2001 -+++ configure Sun Aug 12 15:36:05 2001 -@@ -3924,10 +3924,7 @@ - - if test x$enable_dsp != xno - then -- if test -c /dev/dsp -- then -- PLUGINS="${PLUGINS} dsp" -- fi -+ PLUGINS="${PLUGINS} dsp" - fi - - # Check whether --enable-esd or --disable-esd was given. diff --git a/multimedia/vlc/files/patch-extras::libdvdcss::videolan::dvdcss.h b/multimedia/vlc/files/patch-extras::libdvdcss::videolan::dvdcss.h deleted file mode 100644 index c44bc3629b10..000000000000 --- a/multimedia/vlc/files/patch-extras::libdvdcss::videolan::dvdcss.h +++ /dev/null @@ -1,16 +0,0 @@ ---- extras/libdvdcss/videolan/dvdcss.h.orig Sun Oct 14 20:58:16 2001 -+++ extras/libdvdcss/videolan/dvdcss.h Sun Oct 14 20:59:33 2001 -@@ -22,6 +22,8 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. - *****************************************************************************/ - -+#ifndef __DVDCSS_H__ -+#define __DVDCSS_H__ 1 - /***************************************************************************** - * The libdvdcss structure - *****************************************************************************/ -@@ -59,3 +61,4 @@ - int i_flags ); - extern char * dvdcss_error ( dvdcss_handle ); - -+#endif diff --git a/multimedia/vlc/pkg-comment b/multimedia/vlc/pkg-comment deleted file mode 100644 index c0426ee24399..000000000000 --- a/multimedia/vlc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An X11 MPEG2 client/server solution diff --git a/multimedia/vlc/pkg-descr b/multimedia/vlc/pkg-descr deleted file mode 100644 index ecc7d76dde8a..000000000000 --- a/multimedia/vlc/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -vlc -- the VideoLAN Client - -The vlc is distributed with a GPL license. See the file COPYING in the -base directory. - -The vlc is part of the VideoLAN project, a full MPEG2 client/server -solution. The VideoLAN Client can also be used as a standalone program -to play MPEG2 streams from a hard disk or a DVD. - -vlc@videolan.org is a mailing list for support and discussion - -The VideoLAN web site at http://www.videolan.org/ is a good start for -information about MPEG and DVD playing. Have a look at the documentation -section (http://www.videolan.org/doc.html), as well as the bookmarks. - -WWW: http://www.videolan.org/ diff --git a/multimedia/vlc/pkg-plist b/multimedia/vlc/pkg-plist deleted file mode 100644 index a5f27286a828..000000000000 --- a/multimedia/vlc/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -bin/vlc -bin/gvlc -include/videolan/dvdcss.h -lib/libdvdcss.a -lib/libdvdcss.so -lib/libdvdcss.so.1 -lib/libdvdcss.so.1.0.1_%%LIB_DATE%% -lib/videolan/vlc/ac3_spdif.so -lib/videolan/vlc/dsp.so -lib/videolan/vlc/gtk.so -lib/videolan/vlc/sdl.so -lib/videolan/vlc/spu_dec.so -lib/videolan/vlc/x11.so -share/videolan/default8x16.psf -share/videolan/default8x9.psf -share/videolan/gnome-vlc.png -share/videolan/gvlc.png -share/videolan/kvlc.png -share/videolan/qvlc.png -share/videolan/vlc.png -share/videolan/gnome-vlc.xpm -share/videolan/gvlc.xpm -share/videolan/kvlc.xpm -share/videolan/qvlc.xpm -share/videolan/vlc.xpm -@dirrm lib/videolan/vlc -@dirrm lib/videolan -@dirrm include/videolan -@dirrm share/videolan diff --git a/multimedia/win32-codecs/Makefile b/multimedia/win32-codecs/Makefile deleted file mode 100644 index b28c20051103..000000000000 --- a/multimedia/win32-codecs/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: avifile -# Date created: 16 September 2000 -# Whom: Holger Lamm -# -# $FreeBSD$ -# - -PORTNAME= win32-codecs -PORTVERSION= ${CODEC_VERSION}.0.${CODEC_MPLAYER_VERSION} -CATEGORIES= graphics audio -MASTER_SITES= http://avifile.sourceforge.net/ \ - http://www.toon.eu.org/divx/ \ - http://ernie.eit.uni-kl.de/avifile/ \ - http://mplayerhq.hu/MPlayer/releases/ \ - ftp://mplayerhq.hu/MPlayer/releases/ \ - http://www2.mplayerhq.hu/MPlayer/releases/ \ - http://ftp.mplayerhq.hu/MPlayer/releases/ \ - http://ftp2.mplayerhq.hu/MPlayer/releases/ -DISTFILES= w32codec-${CODEC_MPLAYER_VERSION}.tar.bz2 \ - binaries-${CODEC_VERSION}.tgz \ - wmvds32.ax.gz -EXTRACT_ONLY= ${DISTFILES:S/wmvds32.ax.gz//:S/binaries-${CODEC_VERSION}.tgz//} - -MAINTAINER= holger@eit.uni-kl.de - -RESTRICTED= Unsure of codec\'s license - -ONLY_FOR_ARCHS= i386 -USE_BZIP2= yes -NO_BUILD= yes -WRKSRC= ${WRKDIR}/w32codec-${CODEC_MPLAYER_VERSION} - -PLIST_SUB= PKGNAME=${PKGNAME} - -CODEC_VERSION= 011002 -CODEC_MPLAYER_VERSION= 0.60 -# Used by other ports to detect if this is installed -CODEC_DETECTION_FILE= ${LOCALBASE}/lib/win32/${PKGNAME} - -post-extract: - @cd ${WRKDIR} && ${TAR} xfz \ - ${DISTDIR}/binaries-${CODEC_VERSION}.tgz - @${INSTALL} ${WRKDIR}/win32/* ${WRKSRC} - @${GZCAT} ${DISTDIR}/wmvds32.ax.gz > ${WRKSRC}/wmvds32.ax - -do-install: - @${MKDIR} ${PREFIX}/lib/win32 - @${CHMOD} 0555 ${PREFIX}/lib/win32 - @${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/lib/win32 -# marker file - @${CP} /dev/null ${PREFIX}/lib/win32/${PKGNAME} - @${CHMOD} 0444 ${PREFIX}/lib/win32/${PKGNAME} - -.include <bsd.port.mk> diff --git a/multimedia/win32-codecs/distinfo b/multimedia/win32-codecs/distinfo deleted file mode 100644 index d6b5d37e6f84..000000000000 --- a/multimedia/win32-codecs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (w32codec-0.60.tar.bz2) = 7f9a2759d0069146f6f28d1a1ab0db83 -MD5 (binaries-011002.tgz) = 4db4edeeceefb9353b15b047207fa6d3 -MD5 (wmvds32.ax.gz) = 886493bf1d0fa9ea088755c3fbddcfd7 diff --git a/multimedia/win32-codecs/pkg-comment b/multimedia/win32-codecs/pkg-comment deleted file mode 100644 index d2fcdf638783..000000000000 --- a/multimedia/win32-codecs/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Huge compilation of Win32 binary codecs, including MPEG-4(DivX ;-)) diff --git a/multimedia/win32-codecs/pkg-descr b/multimedia/win32-codecs/pkg-descr deleted file mode 100644 index 0e84362e5ebd..000000000000 --- a/multimedia/win32-codecs/pkg-descr +++ /dev/null @@ -1,36 +0,0 @@ -A huge compilation of Win32 codecs: - -Video: -- Win32 VfW DLLs: - Indeo Video 3.2, 4.1 - Microsoft MPEG-4 v1 & v2 beta - Microsoft MPEG-4 v3 ( also known as DivX ;-) ) - Cinepak Video - ATI VCR-2 - I263 -- Win32 DirectShow filters, decompression-only support: - Microsoft MPEG-4 v3 ( this decoder is slower than VfW one, - but offers wider range of picture control features ) - Windows Media Video 7 - Indeo Video 5.0 - Motion JPEG ( using Morgan Multimedia shareware codec ) -- Open-source plugins: - Motion JPEG ( using libjpeg, very slow ) - -Audio: -- Win32 ACM DLLs, decompression-only support: - Windows Media Audio ( also known as DivX ;-) Audio ) - MS ADPCM - Intel Music Codec -- Open-source plugins, decompression-only support: - PCM - AC3 - IMA ADPCM - MPEG Layer-1,2,3 ( compression into MP3 is also supported ) - MSN Audio - GSM 6.1 Audio -- Win32 DirectShow filters, untested decompression-only support: - Voxware Metasound - ACELP.net - -WWW: http://avifile.sourceforge.net/ diff --git a/multimedia/win32-codecs/pkg-plist b/multimedia/win32-codecs/pkg-plist deleted file mode 100644 index 54b28506e019..000000000000 --- a/multimedia/win32-codecs/pkg-plist +++ /dev/null @@ -1,63 +0,0 @@ -lib/win32/3ivxdmo.dll -lib/win32/apmpg4v1.apl -lib/win32/apmpg4v1.dll -lib/win32/asusasv2.dll -lib/win32/asusasvd.dll -lib/win32/ativcr2.dll -lib/win32/avimszh.dll -lib/win32/avizlib.dll -lib/win32/divx.dll -lib/win32/divx_c32.ax -lib/win32/divxa32.acm -lib/win32/divxc32.dll -lib/win32/divxc32f.dll -lib/win32/divxcfvk.dll -lib/win32/divxcvki.ax -lib/win32/divxcvki.dll -lib/win32/divxdec.ax -lib/win32/acelpdec.ax -lib/win32/huffyuv.dll -lib/win32/i263_32.drv -lib/win32/iccvid.dll -lib/win32/icmw_32.dll -lib/win32/imaadp32.acm -lib/win32/imc32.acm -lib/win32/ir32_32.dll -lib/win32/ir41_32.dll -lib/win32/ir41_qc.dll -lib/win32/ir50_32.dll -lib/win32/ir50_qc.dll -lib/win32/ir50_qcx.dll -lib/win32/ivvideo.dll -lib/win32/l3codeca.acm -lib/win32/l3codecx.ax -lib/win32/lhacm.acm -lib/win32/m3jpeg32.dll -lib/win32/m3jpegdec.ax -lib/win32/m3jpegenc.ax -lib/win32/mcdvd_32.dll -lib/win32/mcmjpg32.dll -lib/win32/mpg4c32.dll -lib/win32/mpg4ds32.ax -lib/win32/msadp32.acm -lib/win32/msg711.acm -lib/win32/msgsm32.acm -lib/win32/msh261.drv -lib/win32/msms001.vwp -lib/win32/msnaudio.acm -lib/win32/msrle32.dll -lib/win32/msscds32.ax -lib/win32/msvidc32.dll -lib/win32/mvoiced.vwp -lib/win32/pclepim1.dll -lib/win32/qdv.dll -lib/win32/tm20dec.ax -lib/win32/tssoft32.acm -lib/win32/ubv263d+.ax -lib/win32/vivog723.acm -lib/win32/voxmsdec.ax -lib/win32/vp31vfw.dll -lib/win32/wmv8ds32.ax -lib/win32/wmvds32.ax -lib/win32/%%PKGNAME%% -@dirrm lib/win32 diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile deleted file mode 100644 index 29266b79fe43..000000000000 --- a/multimedia/xanim/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: xanim -# Date created: Sat Nov 5 11:43:03 PST 1994 -# Whom: piero -# -# $FreeBSD$ -# - -PORTNAME= xanim -PORTVERSION= 2.80.2 -CATEGORIES= graphics -MASTER_SITES= ftp://xanim.va.pubnix.com/ \ - ftp://xanim.va.pubnix.com/dlls/ -DISTNAME= xanim2801 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_FILES} - -PATCH_SITES= http://virtual-estates.net/port-stuff/ -PATCHFILES= xanim-2801-to-2802-patch.gz - -MAINTAINER= ports@FreeBSD.org - -EXTRA_FILES= vid_cvid_2.1_freebsdELFx86.tgz \ - vid_cyuv_1.0_freebsdELFx86.tgz \ - vid_h261_1.0_freebsdELFx86.tgz \ - vid_h263_1.0_freebsdELFx86.tgz \ - vid_iv32_2.1_freebsdELFx86.tgz \ - vid_iv41_1.1_freebsdELFx86.tgz \ - vid_iv50_1.0_freebsdELFx86.tgz -USE_IMAKE= yes -MAN1= xanim.1 - -DLLDIR= ${PREFIX}/lib/X11/xanim - -MAKE_ARGS+= -j 2 # safe and helps even the single-CPU machines - -post-extract: - ${CP} ${WRKSRC}/docs/xanim.man ${WRKSRC} - -post-install: - @${MKDIR} ${DLLDIR} - ${INSTALL_DATA} ${WRKDIR}/*.readme ${DLLDIR} - ${INSTALL_DATA} ${WRKDIR}/*.xa ${DLLDIR} - -.include <bsd.port.mk> diff --git a/multimedia/xanim/distinfo b/multimedia/xanim/distinfo deleted file mode 100644 index f9720ba9118d..000000000000 --- a/multimedia/xanim/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -MD5 (xanim2801.tar.gz) = e2ecd086c160f18dd7cc3cac438758c2 -MD5 (vid_cvid_2.1_freebsdELFx86.tgz) = 964ac87b45c85c97d4c86a5f98fbbf71 -MD5 (vid_cyuv_1.0_freebsdELFx86.tgz) = ccdf14f08c9e989f18e25eb06a5053b7 -MD5 (vid_h261_1.0_freebsdELFx86.tgz) = 7b5ee2ea93e365fd12efcb29321720bd -MD5 (vid_h263_1.0_freebsdELFx86.tgz) = 8c9b389944ee853b7b3469bde714729b -MD5 (vid_iv32_2.1_freebsdELFx86.tgz) = 04ae2a4e86f28927e9d4adc1bf143861 -MD5 (vid_iv41_1.1_freebsdELFx86.tgz) = f2b3f2bc8e6763581a2c8aceba632930 -MD5 (vid_iv50_1.0_freebsdELFx86.tgz) = 47b8ec7a998386807b564666c6b0ea34 -MD5 (xanim-2801-to-2802-patch.gz) = 2340636fd17feb1f0a11492452b5fdea diff --git a/multimedia/xanim/files/patch-ab b/multimedia/xanim/files/patch-ab deleted file mode 100644 index 48a6abd19637..000000000000 --- a/multimedia/xanim/files/patch-ab +++ /dev/null @@ -1,68 +0,0 @@ ---- Imakefile.orig Sun Mar 21 16:36:26 1999 -+++ Imakefile Sat Jun 19 19:23:26 1999 -@@ -116,12 +116,12 @@ - XCOMM XA_DLL_DEF = -DXA_DLL - XCOMM - XCOMM ### You may need this library. --XA_DLL_LIB = -ldl -+XCOMM XA_DLL_LIB = -ldl - XCOMM - XCOMM If you'd like to change the default directory that XAnim searches while - XCOMM looking for dlls, then change the directory below. - XCOMM --XA_DLL_PATH = /usr/local/xanim/mods -+XA_DLL_PATH = $(LIBDIR)/xanim - - - -@@ -190,7 +190,7 @@ - XCOMM XA_CVID_DEF = -DXA_CVID - XCOMM XA_CYUV_DEF = -DXA_CYUV - XCOMM --XCOMM XA_IV32_LIB = mods/xa2.1_iv32_linuxELF.o -+XCOMM XA_IV32_LIB = mods/xa2.0_iv32_linuxELF.o - XCOMM XA_CVID_LIB = mods/xa2.0_cvid_linuxELF.o - XCOMM XA_CYUV_LIB = mods/xa1.0_cyuv_linuxELF.o - XCOMM -@@ -267,8 +267,8 @@ - XCOMM XA_AUDIO_DEFS = - XCOMM - XCOMM ## -- Linux PCs --------------------------------------------------------- --XA_AUDIO_DEFS = -DXA_LINUX_AUDIO --XA_AUDIO_LIBS = -lc -+XCOMM XA_AUDIO_DEFS = -DXA_LINUX_AUDIO -+XCOMM XA_AUDIO_LIBS = -lc - XCOMM - XCOMM -- Linux PC's with OLD Rev sound drivers ------------------------------- - XCOMM XA_AUDIO_DEFS = -DXA_LINUX_AUDIO -DXA_LINUX_OLDER_SND -@@ -314,8 +314,10 @@ - XCOMM XA_AUDIO_LIBS = -lc - XCOMM - XCOMM -- Also FreeBSD, and BSDI with SBlast-BSD-1.5 (development stages)------ --XCOMM XA_AUDIO_DEFS = -DXA_LINUX_AUDIO --XCOMM XA_AUDIO_LIBS = -lc -+#ifdef i386Architecture -+XA_AUDIO_DEFS = -DXA_LINUX_AUDIO -+XA_AUDIO_LIBS = -lc -+#endif - XCOMM - XCOMM -- TOWNS Linux 16 bit PCM ---------------------------------------------- - XCOMM XA_AUDIO_DEFS = -DXA_TOWNS_AUDIO -@@ -442,7 +444,7 @@ - XCOMM -- following symbols(XmbufDisplayBuffers, XmbufQueryExtension, - XCOMM -- XmbufCreateBuffers). - XCOMM -- NOTE_8: HP-UX machines need to comment this out. --XCOMM XA_MULTIBUF = -DXMBUF -+XA_MULTIBUF = -DXMBUF - XCOMM - XCOMM ########### - XCOMM -@@ -465,7 +467,7 @@ - - PROGRAMS = $(XANIM) - --INCLUDES = -I$(INCDIR) $(XA_INCS) -+INCLUDES = -I$(INCDIR)/X11 $(XA_INCS) - - LIBS1 = $(XA_LIBS) $(EXTENSIONLIB) $(XTOOLLIB) $(XLIB) -lm - DEPLIBS1 = $(DEPEXTENSIONLIB) $(DEPXTOOLLIB) $(DEPXLIB) diff --git a/multimedia/xanim/pkg-comment b/multimedia/xanim/pkg-comment deleted file mode 100644 index 87aeb554eb0e..000000000000 --- a/multimedia/xanim/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Play most popular animation formats and show pictures diff --git a/multimedia/xanim/pkg-descr b/multimedia/xanim/pkg-descr deleted file mode 100644 index 5af9fc67aa40..000000000000 --- a/multimedia/xanim/pkg-descr +++ /dev/null @@ -1,47 +0,0 @@ -XAnim is a program that can display animations of various -formats on systems running X11. XAnim currently supports -the following animation types: - - + FLI animations. - + FLC animations. - + IFF animations. The following features are sup- - ported: - -> Compressions 3,5,7,J(movies) and l(small - L). - -> Color cycling during single images and - anims. - -> Display Modes: depth 1-8, EHB, HAM and - HAM8. - + GIF87a and GIF89a files. - -> single and multiple images supported. - -> GIF89a animation extensions supported. - + GIF89a animation extension support. - + a kludgy text file listing gifs and what order - to show them in. - + DL animations. Formats 1, 2 and partial 3. - + Amiga PFX(PageFlipper Plus F/X) animations. TEMP - DISABLED - + Amiga MovieSetter animations(For those Eric - Schwartz fans). - + Utah Raster Toolkit RLE images and anims. - + AVI animations. Currently supported are - -> IBM Ultimotion (ULTI) depth 16. - -> JPEG (JPEG) depth 24. - images. - + MPEG animations. Currently only Type I Frames - are displayed. Type B and Type P frames are cur- - rently ignored, but will be added in future - revs. - + WAV audio files may have their sound added to - any animation type that doesn't already have - audio, by specifying the .wav file after the - animation file on the command line. Currently - only the PCM audio codec is supported. - + any combination of the above on the same command - line. - -XAnim also provides various options that allow the user to -alter colormaps, playback speeds, looping modes and can -provide on-the-fly scaling of animations with the mouse. - -WWW: http://xanim.va.pubnix.com/home.html diff --git a/multimedia/xanim/pkg-plist b/multimedia/xanim/pkg-plist deleted file mode 100644 index cf26d8c7ab7e..000000000000 --- a/multimedia/xanim/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/xanim -lib/X11/xanim/cvid.readme -lib/X11/xanim/cyuv.readme -lib/X11/xanim/h261.readme -lib/X11/xanim/h263.readme -lib/X11/xanim/iv32.readme -lib/X11/xanim/iv41.readme -lib/X11/xanim/iv50.readme -lib/X11/xanim/vid_cvid_2.1_freebsdELFx86.xa -lib/X11/xanim/vid_cyuv_1.0_freebsdELFx86.xa -lib/X11/xanim/vid_h261_1.0_freebsdELFx86.xa -lib/X11/xanim/vid_h263_1.0_freebsdELFx86.xa -lib/X11/xanim/vid_iv32_2.1_freebsdELFx86.xa -lib/X11/xanim/vid_iv41_1.1_freebsdELFx86.xa -lib/X11/xanim/vid_iv50_1.0_freebsdELFx86.xa -@dirrm lib/X11/xanim diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile deleted file mode 100644 index ecb963f6ec82..000000000000 --- a/multimedia/xawtv/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: xawtv -# Date created: 03 March 2001 -# Whom: George Reid <greid@ukug.uk.freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= xawtv -PORTVERSION= 3.67 -CATEGORIES= graphics -MASTER_SITES= http://bytesex.org/xawtv/ -DISTNAME= ${PORTNAME}_${PORTVERSION} -WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} - -MAINTAINER= lehmann@ans-netz.de - -LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -CONFIGURE_ARGS= --prefix=${PREFIX} - - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_X_PREFIX= yes - - -FILES_CFLAGS= . font i2c man src radio webcam oldstuff/vtx \ - libng libvbi http -FILES_X11BASE= configure Make.config.in - - -MAN1= alevtd.1 dump-mixers.1 fbtv.1 motv.1 ntsc-cc.1 propwatch.1 record.1 \ - rootv.1 scantv.1 showriff.1 \ - streamer.1 subtitles.1 ttv.1 v4lctl.1 \ - webcam.1 xawtv-remote.1 xawtv.1 -MAN5= xawtvrc.5 -MAN8= v4l-conf.8 - -PLIST_SUB+= X11PREFIX=${X11BASE} -STRCASESTRFILES=src/commands.c - -post-patch: -.for i in ${FILES_X11BASE} - ${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/$i -.endfor -.for i in ${STRCASESTRFILES} - ${PERL} -pi -e "s|strcasestr|mystrcasestr|g" ${WRKSRC}/$i -.endfor - -post-configure: -.for i in ${FILES_CFLAGS} - ${PERL} -pi -e "s|^CFLAGS=|CFLAGS+=|g" ${WRKSRC}/$i/Makefile -.endfor - -.include <bsd.port.mk> diff --git a/multimedia/xawtv/distinfo b/multimedia/xawtv/distinfo deleted file mode 100644 index 284494ec3ab3..000000000000 --- a/multimedia/xawtv/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xawtv_3.67.tar.gz) = bbef18a0b69310d0c3e3c84925d54cd4 diff --git a/multimedia/xawtv/files/patch-configure b/multimedia/xawtv/files/patch-configure deleted file mode 100644 index 6029fe46a9f5..000000000000 --- a/multimedia/xawtv/files/patch-configure +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.orig Mon Jan 14 20:33:50 2002 -+++ configure Mon Jan 14 20:35:51 2002 -@@ -2914,19 +2914,13 @@ - - echo $ac_n "checking for X11 config directory""... $ac_c" 1>&6 - echo "configure:2917: checking for X11 config directory" >&5 --x11conf=/usr/X11R6/lib/X11 --if test -d /etc/X11; then -- x11conf=/etc/X11 --fi -+x11conf=%%X11BASE%%/lib/X11 - echo "$ac_t""$x11conf" 1>&6 - - - echo $ac_n "checking for X11 app-defaults directory""... $ac_c" 1>&6 - echo "configure:2926: checking for X11 app-defaults directory" >&5 --resdir=/usr/X11R6/lib/X11 --if test -d /etc/X11/app-defaults; then -- resdir=/etc/X11 --fi -+resdir=%%X11BASE%%/lib/X11 - echo "$ac_t""$resdir/app-defaults" 1>&6 - - diff --git a/multimedia/xawtv/files/patch-font::Makefile.in b/multimedia/xawtv/files/patch-font::Makefile.in deleted file mode 100644 index f9c8412fa849..000000000000 --- a/multimedia/xawtv/files/patch-font::Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- font/Makefile.in.orig Sun Sep 2 12:01:30 2001 -+++ font/Makefile.in Sun Sep 2 12:01:45 2001 -@@ -23,7 +23,6 @@ - done - if test "$(DESTDIR)" = ""; then \ - (cd $(fontdir); mkfontdir); \ -- xset fp rehash || true; \ - fi - - diff --git a/multimedia/xawtv/files/patch-src::Makefile.in b/multimedia/xawtv/files/patch-src::Makefile.in deleted file mode 100644 index d9b6ed2d485a..000000000000 --- a/multimedia/xawtv/files/patch-src::Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- src/Makefile.in.orig Thu Dec 13 13:15:07 2001 -+++ src/Makefile.in Mon Jan 14 20:36:59 2002 -@@ -124,12 +124,14 @@ - install-dirs: - $(INSTALL_DIR) $(bindir) - $(INSTALL_DIR) $(resdir)/app-defaults -- $(INSTALL_DIR) $(resdir)/de/app-defaults -+ for lang in $(LANG); do \ -+ $(INSTALL_DIR) $(resdir)/$$lang/app-defaults;\ -+ done - - install-common: - $(INSTALL_DIR) $(bindir) - $(INSTALL_DIR) $(resdir)/app-defaults -- $(INSTALL_PROGRAM) $(srcdir)/subtitles $(bindir) -+ $(INSTALL_DATA) -m 555 $(srcdir)/subtitles $(bindir) - $(INSTALL_PROGRAM) -s xawtv-remote $(bindir) - $(INSTALL_PROGRAM) -s streamer $(bindir) - $(INSTALL_PROGRAM) -s v4lctl $(bindir) diff --git a/multimedia/xawtv/files/patch-src::motif.c b/multimedia/xawtv/files/patch-src::motif.c deleted file mode 100644 index 63c9274bf0c3..000000000000 --- a/multimedia/xawtv/files/patch-src::motif.c +++ /dev/null @@ -1,23 +0,0 @@ ---- src/motif.c.orig Mon Sep 17 00:42:53 2001 -+++ src/motif.c Mon Sep 17 00:45:40 2001 -@@ -24,6 +24,19 @@ - # include <sys/soundcard.h> - #endif - -+#if defined(__FreeBSD__) -+typedef struct mixer_info -+{ -+ char id[16]; -+ char name[32]; -+ int modify_counter; -+ int fillers[10]; -+} mixer_info; -+ -+ -+# define SOUND_MIXER_INFO _IOR ('M', 101, mixer_info) -+#endif -+ - #include <X11/Xlib.h> - #include <X11/Intrinsic.h> - #include <Xm/Xm.h> - diff --git a/multimedia/xawtv/files/patch-src::xt.c b/multimedia/xawtv/files/patch-src::xt.c deleted file mode 100644 index b7463f7ef497..000000000000 --- a/multimedia/xawtv/files/patch-src::xt.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/xt.c.orig Mon Sep 17 00:39:58 2001 -+++ src/xt.c Mon Sep 17 00:40:07 2001 -@@ -27,6 +27,13 @@ - # include <linux/videodev.h> - #endif - -+#if defined(__FreeBSD__) -+#define VIDEO_SOUND_MONO 1 -+#define VIDEO_SOUND_STEREO 2 -+#define VIDEO_SOUND_LANG1 4 -+#define VIDEO_SOUND_LANG2 8 -+#endif -+ - #include "config.h" - - #include <X11/Xlib.h> - diff --git a/multimedia/xawtv/pkg-comment b/multimedia/xawtv/pkg-comment deleted file mode 100644 index c06f638b3a97..000000000000 --- a/multimedia/xawtv/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A TV viewing application and a few TV utilities diff --git a/multimedia/xawtv/pkg-descr b/multimedia/xawtv/pkg-descr deleted file mode 100644 index 7228213d229a..000000000000 --- a/multimedia/xawtv/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a _simple_ xaw-based TV Program which uses the bttv driver or -video4linux (included in 2.1.x). Copy Policy is GNU GPL. - -WWW: http://bytesex.org/xawtv/ - diff --git a/multimedia/xawtv/pkg-plist b/multimedia/xawtv/pkg-plist deleted file mode 100644 index 8c20d85f4afa..000000000000 --- a/multimedia/xawtv/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -bin/alevtd -bin/dump-mixers -bin/ntsc-cc -bin/propwatch -bin/record -bin/rootv -bin/scantv -bin/showriff -bin/streamer -bin/subtitles -bin/ttv -bin/v4lctl -bin/webcam -bin/xawtv -bin/xawtv-remote -@cwd %%X11BASE%% -lib/X11/app-defaults/MoTV -lib/X11/fonts/misc/led-iso8859-1.pcf.gz -lib/X11/fonts/misc/led-iso8859-2.pcf.gz -lib/X11/fonts/misc/led-koi8-r.pcf.gz -lib/X11/de/app-defaults/MoTV -lib/X11/it/app-defaults/MoTV -@dirrm lib/X11/de/app-defaults -@dirrm lib/X11/de -@dirrm lib/X11/it/app-defaults -@dirrm lib/X11/it diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile deleted file mode 100644 index d98209c03711..000000000000 --- a/multimedia/xine/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: xine -# Date created: 14 Oct 2000 -# Whom: alex -# -# $FreeBSD$ -# - -PORTNAME= xine -PORTVERSION= 0.9.7 -CATEGORIES= graphics -MASTER_SITES= http://xine.sourceforge.net/files/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-ui-${PORTVERSION} - -MAINTAINER= nobutaka@FreeBSD.org - -LIB_DEPENDS= xine.0:${PORTSDIR}/graphics/libxine \ - aa.1:${PORTSDIR}/graphics/aalib \ - png.5:${PORTSDIR}/graphics/png \ - intl.1:${PORTSDIR}/devel/gettext - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_IMLIB= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-w32-path=${LOCALBASE}/lib/win32 -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -MANLANG= "" es fr pl -MAN1= aaxine.1 xine.1 - -.include <bsd.port.pre.mk> - -.if (${ARCH} == "i386") -.if !defined(WITHOUT_WIN32_CODECS) -RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT} - -CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs -CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE -.endif -.endif - -post-configure: - @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC} - -post-install: - @${CP} ${PREFIX}/man/man1/aaxine.1 ${PREFIX}/man/fr/man1/aaxine.1 - @${CP} ${PREFIX}/man/man1/aaxine.1 ${PREFIX}/man/es/man1/aaxine.1 - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/multimedia/xine/distinfo b/multimedia/xine/distinfo deleted file mode 100644 index f0720834f07b..000000000000 --- a/multimedia/xine/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xine-ui-0.9.7.tar.gz) = 60e79e052c9c694001e1ed1d480a6bca diff --git a/multimedia/xine/files/patch-misc:desktops:Makefile.in b/multimedia/xine/files/patch-misc:desktops:Makefile.in deleted file mode 100644 index a7ebea8b218f..000000000000 --- a/multimedia/xine/files/patch-misc:desktops:Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- misc/desktops/Makefile.in.orig Sat Nov 24 06:09:08 2001 -+++ misc/desktops/Makefile.in Sat Nov 24 06:13:05 2001 -@@ -205,7 +205,6 @@ - - install-data-am: install-dataDATA - @$(NORMAL_INSTALL) -- $(MAKE) $(AM_MAKEFLAGS) install-data-hook - install-data: install-data-am - - install-am: all-am diff --git a/multimedia/xine/pkg-comment b/multimedia/xine/pkg-comment deleted file mode 100644 index 06f5da71ff92..000000000000 --- a/multimedia/xine/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A MPEG-1 and MPEG-2 player diff --git a/multimedia/xine/pkg-descr b/multimedia/xine/pkg-descr deleted file mode 100644 index 45208b6e79c1..000000000000 --- a/multimedia/xine/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -xine is a free video player for unix-like systems, which plays mpeg-2 and -mpeg-1 system (audio + video multiplexed) streams, eventually mpeg-4 and -other formats might be added. - -xine plays the video and audio data of mpeg-2 videos and synchronizes -the playback of both. Depending on the properties of the mpeg stream, -playback will need more or less processor power, 100% frame rate -has been seen on a 667 MHz P III system. - -xine can play Video CDs and DVDs directly (but only unlocked, unencrypted -DVDs for obvious - legal - reasons, see the FAQ or homepage for a -discussion of this subject). - -WWW: http://xine.sourceforge.net/ - --- Alexander Langer <alex@FreeBSD.org> diff --git a/multimedia/xine/pkg-message b/multimedia/xine/pkg-message deleted file mode 100644 index 05d7f5b20978..000000000000 --- a/multimedia/xine/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -Make sure you've enough shared memory, the xine FAQ -advises to have the following sysctl settings: -kern.ipc.shmmax=67108864 -kern.ipc.shmall=32768 diff --git a/multimedia/xine/pkg-plist b/multimedia/xine/pkg-plist deleted file mode 100644 index 9442f2fcd0e4..000000000000 --- a/multimedia/xine/pkg-plist +++ /dev/null @@ -1,203 +0,0 @@ -bin/aaxine -bin/xine -share/doc/xine-ui/FAQ -share/doc/xine-ui/FAQ_es -share/doc/xine-ui/FAQ_fr -share/doc/xine-ui/FAQ_it -share/doc/xine-ui/FAQ_pl -share/doc/xine-ui/README -share/doc/xine-ui/README.corba -share/doc/xine-ui/README.divx4 -share/doc/xine-ui/README.dxr3 -share/doc/xine-ui/README.dxr3_pl -share/doc/xine-ui/README.freebsd -share/doc/xine-ui/README.irix -share/doc/xine-ui/README.mrl -share/doc/xine-ui/README.solaris -share/doc/xine-ui/README.syncfb -share/doc/xine-ui/README.xinerc -share/doc/xine-ui/README_es -share/doc/xine-ui/README_it -share/doc/xine-ui/README_pl -share/doc/xine-ui/bug_report_form -share/idl/xine.idl -share/locale/es/LC_MESSAGES/xine-ui.mo -share/locale/es/LC_MESSAGES/xitk.mo -share/locale/fr/LC_MESSAGES/xine-ui.mo -share/locale/fr/LC_MESSAGES/xitk.mo -share/xine/desktop/xine.desktop -share/xine/desktop/xine.wmconfig -share/xine/desktop/xine.xpm -share/xine/desktop/xine_16x16.png -share/xine/desktop/xine_22x22.png -share/xine/desktop/xine_32x32.png -share/xine/desktop/xine_48x48.png -share/xine/scripts/xineshot -share/xine/skins/lcd/arrowdn.png -share/xine/skins/lcd/arrowup.png -share/xine/skins/lcd/bg.png -share/xine/skins/lcd/cam.png -share/xine/skins/lcd/close.png -share/xine/skins/lcd/ctl_bg.png -share/xine/skins/lcd/eject.png -share/xine/skins/lcd/fastb.png -share/xine/skins/lcd/fastf.png -share/xine/skins/lcd/fullsc.png -share/xine/skins/lcd/largebtn.png -share/xine/skins/lcd/letters.png -share/xine/skins/lcd/mrl.png -share/xine/skins/lcd/mrl_bg.png -share/xine/skins/lcd/mrl_play.png -share/xine/skins/lcd/mute.png -share/xine/skins/lcd/next.png -share/xine/skins/lcd/pause.png -share/xine/skins/lcd/pl_bg.png -share/xine/skins/lcd/pl_btn.png -share/xine/skins/lcd/pl_delete.png -share/xine/skins/lcd/pl_deleteall.png -share/xine/skins/lcd/pl_inputtxt.png -share/xine/skins/lcd/pl_itembtn.png -share/xine/skins/lcd/pl_movedown.png -share/xine/skins/lcd/pl_moveup.png -share/xine/skins/lcd/pl_play.png -share/xine/skins/lcd/pl_slidpad.png -share/xine/skins/lcd/pl_slidv.png -share/xine/skins/lcd/play.png -share/xine/skins/lcd/playfast.png -share/xine/skins/lcd/playlist.png -share/xine/skins/lcd/playslow.png -share/xine/skins/lcd/power.png -share/xine/skins/lcd/prev.png -share/xine/skins/lcd/ptdn.png -share/xine/skins/lcd/ptup.png -share/xine/skins/lcd/setup.png -share/xine/skins/lcd/sk_itembtn.png -share/xine/skins/lcd/sk_slidv.png -share/xine/skins/lcd/skinconfig -share/xine/skins/lcd/skip.png -share/xine/skins/lcd/slider_bg.png -share/xine/skins/lcd/slider_pad.png -share/xine/skins/lcd/smallbtn.png -share/xine/skins/lcd/stop.png -share/xine/skins/lcd/tool.png -share/xine/skins/lcd/volumebg.png -share/xine/skins/lcd/volumepad.png -share/xine/skins/pitt/arrowdn.png -share/xine/skins/pitt/arrowup.png -share/xine/skins/pitt/bg.png -share/xine/skins/pitt/cam.png -share/xine/skins/pitt/close.png -share/xine/skins/pitt/eject.png -share/xine/skins/pitt/fastb.png -share/xine/skins/pitt/fastf.png -share/xine/skins/pitt/fullsc.png -share/xine/skins/pitt/largebtn.png -share/xine/skins/pitt/letters.png -share/xine/skins/pitt/mrl.png -share/xine/skins/pitt/mrl_play.png -share/xine/skins/pitt/mute.png -share/xine/skins/pitt/next.png -share/xine/skins/pitt/pause.png -share/xine/skins/pitt/pl_bg.png -share/xine/skins/pitt/pl_btn.png -share/xine/skins/pitt/pl_delete.png -share/xine/skins/pitt/pl_deleteall.png -share/xine/skins/pitt/pl_inputtxt.png -share/xine/skins/pitt/pl_itembtn.png -share/xine/skins/pitt/pl_movedown.png -share/xine/skins/pitt/pl_moveup.png -share/xine/skins/pitt/pl_play.png -share/xine/skins/pitt/pl_slidpad.png -share/xine/skins/pitt/pl_slidv.png -share/xine/skins/pitt/play.png -share/xine/skins/pitt/playfast.png -share/xine/skins/pitt/playlist.png -share/xine/skins/pitt/playslow.png -share/xine/skins/pitt/power.png -share/xine/skins/pitt/prev.png -share/xine/skins/pitt/ptdn.png -share/xine/skins/pitt/ptup.png -share/xine/skins/pitt/setup.png -share/xine/skins/pitt/sk_itembtn.png -share/xine/skins/pitt/sk_slidv.png -share/xine/skins/pitt/skinconfig -share/xine/skins/pitt/slider_bg.png -share/xine/skins/pitt/slider_pad.png -share/xine/skins/pitt/smallbtn.png -share/xine/skins/pitt/stop.png -share/xine/skins/pitt/tool.png -share/xine/skins/pitt/volumebg.png -share/xine/skins/pitt/volumepad.png -share/xine/skins/xinetic/ArrowDown.png -share/xine/skins/xinetic/ArrowUp.png -share/xine/skins/xinetic/BigArrowDown.png -share/xine/skins/xinetic/BigArrowUp.png -share/xine/skins/xinetic/CtlBg.png -share/xine/skins/xinetic/CtlBtn.png -share/xine/skins/xinetic/CtlDismiss.png -share/xine/skins/xinetic/CtlDummy.png -share/xine/skins/xinetic/CtlReset.png -share/xine/skins/xinetic/CtlSave.png -share/xine/skins/xinetic/Letters.png -share/xine/skins/xinetic/MainAutoButton.png -share/xine/skins/xinetic/MainBg.png -share/xine/skins/xinetic/MainCam.png -share/xine/skins/xinetic/MainClose.png -share/xine/skins/xinetic/MainDown.png -share/xine/skins/xinetic/MainEject.png -share/xine/skins/xinetic/MainFastB.png -share/xine/skins/xinetic/MainFastF.png -share/xine/skins/xinetic/MainFullScreen.png -share/xine/skins/xinetic/MainMute.png -share/xine/skins/xinetic/MainNext.png -share/xine/skins/xinetic/MainPause.png -share/xine/skins/xinetic/MainPlay.png -share/xine/skins/xinetic/MainPower.png -share/xine/skins/xinetic/MainPrev.png -share/xine/skins/xinetic/MainSetup.png -share/xine/skins/xinetic/MainStop.png -share/xine/skins/xinetic/MainUp.png -share/xine/skins/xinetic/MainVolumeBg.png -share/xine/skins/xinetic/MainVolumePad.png -share/xine/skins/xinetic/MrlBg.png -share/xine/skins/xinetic/MrlBtn.png -share/xine/skins/xinetic/MrlDismiss.png -share/xine/skins/xinetic/MrlSelect.png -share/xine/skins/xinetic/Onglet.png -share/xine/skins/xinetic/PlBg.png -share/xine/skins/xinetic/PlBtn.png -share/xine/skins/xinetic/PlDelete.png -share/xine/skins/xinetic/PlDeleteAll.png -share/xine/skins/xinetic/PlDismiss.png -share/xine/skins/xinetic/PlInputTxt.png -share/xine/skins/xinetic/PlItemBtn.png -share/xine/skins/xinetic/PlMoveDn.png -share/xine/skins/xinetic/PlMoveUp.png -share/xine/skins/xinetic/PlPlay.png -share/xine/skins/xinetic/SkArrowDown.png -share/xine/skins/xinetic/SkArrowUp.png -share/xine/skins/xinetic/SkItemBtn.png -share/xine/skins/xinetic/SkSlidBG.png -share/xine/skins/xinetic/SkSlidPad.png -share/xine/skins/xinetic/SliderHBg.png -share/xine/skins/xinetic/SliderHPad.png -share/xine/skins/xinetic/SliderVBg.png -share/xine/skins/xinetic/SliderVPad.png -share/xine/skins/xinetic/SmallArrowDown.png -share/xine/skins/xinetic/SmallArrowUp.png -share/xine/skins/xinetic/skinconfig -@dirrm man/es/man1 -@dirrm man/es -@dirrm man/fr/man1 -@dirrm man/fr -@dirrm man/pl/man1 -@dirrm man/pl -@dirrm share/xine/skins/lcd -@dirrm share/xine/skins/pitt -@dirrm share/xine/skins/xinetic -@dirrm share/xine/scripts -@dirrm share/xine/desktop -@unexec rmdir %D/share/idl 2>/dev/null || true -@unexec rmdir %D/share/xine/skins 2>/dev/null || true -@unexec rmdir %D/share/xine 2>/dev/null || true -@dirrm share/doc/xine-ui diff --git a/multimedia/xine_d4d_plugin/Makefile b/multimedia/xine_d4d_plugin/Makefile deleted file mode 100644 index f9cb59938c5d..000000000000 --- a/multimedia/xine_d4d_plugin/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: xine_d4d_plugin -# Date created: 28 Aug 2001 -# Whom: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> -# -# $FreeBSD$ -# - -PORTNAME= xine_d4d_plugin -PORTVERSION= 0.3.0 -CATEGORIES= graphics -MASTER_SITES= http://www.geocities.com/captain_css/ - -MAINTAINER= gibbon@cocoa.freemail.ne.jp - -LIB_DEPENDS= xine.0:${PORTSDIR}/graphics/libxine - -GNU_CONFIGURE= yes -USE_X_PREFIX= yes -INSTALLS_SHLIB= yes - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/multimedia/xine_d4d_plugin/distinfo b/multimedia/xine_d4d_plugin/distinfo deleted file mode 100644 index 00e57d8df6b7..000000000000 --- a/multimedia/xine_d4d_plugin/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xine_d4d_plugin-0.3.0.tar.gz) = 5d9d4f35571505a79b5f6dc81c03c82e diff --git a/multimedia/xine_d4d_plugin/pkg-comment b/multimedia/xine_d4d_plugin/pkg-comment deleted file mode 100644 index a573f7873fc8..000000000000 --- a/multimedia/xine_d4d_plugin/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dvd input plugin for xine diff --git a/multimedia/xine_d4d_plugin/pkg-descr b/multimedia/xine_d4d_plugin/pkg-descr deleted file mode 100644 index c2b5c41aa305..000000000000 --- a/multimedia/xine_d4d_plugin/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A dvd input plugin for xine. - -WWW: http://www.geocities.com/captain_css/ diff --git a/multimedia/xine_d4d_plugin/pkg-message b/multimedia/xine_d4d_plugin/pkg-message deleted file mode 100644 index 50fce67e8b50..000000000000 --- a/multimedia/xine_d4d_plugin/pkg-message +++ /dev/null @@ -1,11 +0,0 @@ -********************************************************** -* Before using xine_d4d_plugin, you must create symbolic * -* links to specify the device nodes of your DVD drive. * -* * -* example: * -* ln -s /dev/acd0c /dev/dvd * -* ln -s /dev/racd0c /dev/rdvd (on -stable) * -* * -* ln -s /dev/acd0c /dev/dvd * -* ln -s /dev/acd0c /dev/rdvd (on -current) * -********************************************************** diff --git a/multimedia/xine_d4d_plugin/pkg-plist b/multimedia/xine_d4d_plugin/pkg-plist deleted file mode 100644 index 6ff9851fb2c5..000000000000 --- a/multimedia/xine_d4d_plugin/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/xine/plugins/xineplug_inp_d4d.la -lib/xine/plugins/xineplug_inp_d4d.so -@unexec rmdir %D/lib/xine/plugins 2>/dev/null || true diff --git a/multimedia/xmms-avi/Makefile b/multimedia/xmms-avi/Makefile deleted file mode 100644 index 1a247da38557..000000000000 --- a/multimedia/xmms-avi/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Ports collection makefile for: xmms-avi -# Date created: Feb 6 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# -# $FreeBSD$ -# - -PORTNAME= xmms-avi -PORTVERSION= 1.2.2 -CATEGORIES= graphics -MASTER_SITES= http://www.xmms.org/files/plugins/avi-xmms/ \ - ftp://ftp.sunet.se/pub/multimedia/xmms/plugins/avi-xmms/ \ - ftp://ftp.fu-berlin.de/unix/sound/xmms/plugins/avi-xmms/ -DISTNAME= avi-xmms-${PORTVERSION} - -MAINTAINER= roman@xpert.com - -BROKEN= Maintainer is working on a fix - -BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms -LIB_DEPENDS= aviplay-0.6.3:${PORTSDIR}/graphics/avifile -RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - -ONLY_FOR_ARCHS= i386 -USE_X_PREFIX= yes -USE_GTK= yes -USE_LIBTOOL= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" - -pre-patch: - @${PERL} -pi.orig -e "s|SDL/SDL.h|SDL11/SDL.h|g" ${WRKSRC}/src/ctrackbar.cpp - @${PERL} -pi.orig -e "s|lc_r|pthread|g" ${WRKSRC}/configure - -# This is to avoid libtool running ldconfig -m ${X11BASE}/lib/xmms/Input -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/libavixmms.so ${PREFIX}/lib/xmms/Input - -.include <bsd.port.mk> diff --git a/multimedia/xmms-avi/distinfo b/multimedia/xmms-avi/distinfo deleted file mode 100644 index 8d2256e3c845..000000000000 --- a/multimedia/xmms-avi/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (avi-xmms-1.2.2.tar.gz) = 0532dce534cf6f7ba1d1563547128659 diff --git a/multimedia/xmms-avi/files/patch-configure b/multimedia/xmms-avi/files/patch-configure deleted file mode 100644 index 722cdcc20d60..000000000000 --- a/multimedia/xmms-avi/files/patch-configure +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig Wed Feb 7 22:07:08 2001 -+++ configure Wed Feb 7 22:08:06 2001 -@@ -2192,7 +2192,8 @@ - no_sdl=yes - else - SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags` -- SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs` -+# Having Xxf86vm and friends makes libtool unhappy and unable to create .so -+ SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs | sed 's/-lXxf86vm -lXxf86dga -lXv//'` - - sdl_major_version=`$SDL_CONFIG $sdl_args --version | \ - sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` diff --git a/multimedia/xmms-avi/pkg-comment b/multimedia/xmms-avi/pkg-comment deleted file mode 100644 index caa45901bf15..000000000000 --- a/multimedia/xmms-avi/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An avifile based .avi and .asf file playback plugin for XMMS diff --git a/multimedia/xmms-avi/pkg-descr b/multimedia/xmms-avi/pkg-descr deleted file mode 100644 index 9cd998442dde..000000000000 --- a/multimedia/xmms-avi/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -An avifile and SDL based .avi and .asf file playback plugin for XMMS. - -WWW: http://www.xmms.org/ - -Roman Shterenzon <roman@xpert.com> diff --git a/multimedia/xmms-avi/pkg-plist b/multimedia/xmms-avi/pkg-plist deleted file mode 100644 index 24cad51e2343..000000000000 --- a/multimedia/xmms-avi/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/xmms/Input/libavixmms.so diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile deleted file mode 100644 index 9b03fd1ba3c8..000000000000 --- a/multimedia/xmms/Makefile +++ /dev/null @@ -1,113 +0,0 @@ -# New ports collection makefile for: xmms -# Date created: 3 July 1999 -# Whom: Espen Skoglund <esk@ira.uka.de> -# -# $FreeBSD$ -# - -PORTNAME= xmms -PORTVERSION= 1.2.6 -PORTREVISION= 1 -CATEGORIES+= audio -MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \ - http://www.xmms.org/files/1.2.x/ \ - ftp://ftp.sunet.se/pub/multimedia/xmms/1.2.x/ - -MAINTAINER?= esk@ira.uka.de - -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GTK= yes -WANT_ESOUND= yes -WANT_GNOME= yes -USE_GMAKE= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" \ - INPUT_PLUGINS="${INPUT_PLUGINS}" \ - OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \ - VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}" -MAN1= gnomexmms.1 wmxmms.1 xmms.1 - -INPUT_PLUGINS= cdaudio,idcin,mpg123,tonegen,wav -OUTPUT_PLUGINS= OSS,disk_writer -VISUALIZATION_PLUGINS= blur_scope,sanalyzer - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_MIKMOD) -LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod -INPUT_PLUGINS+= mikmod -PLIST_SUB+= MIKMODPLUGIN:="" -.else -PLIST_SUB+= MIKMODPLUGIN:="@comment " -.endif - -.if !defined(WITHOUT_VORBIS) -LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis -INPUT_PLUGINS+= vorbis -PLIST_SUB+= VORBISPLUGIN:="" -.else -PLIST_SUB+= VORBISPLUGIN:="@comment " -.endif - -.if defined(HAVE_GNOME) -USE_GNOME= yes -.else -CONFIGURE_ARGS= --without-gnome -.endif - -.if defined(HAVE_ESOUND) -USE_ESOUND= yes -OUTPUT_PLUGINS+= esd -PLIST_SUB+= ESDPLUGIN:="" -.else -PLIST_SUB+= ESDPLUGIN:="@comment " -.endif - -.if ${MACHINE_ARCH} != "i386" -WITHOUT_3DNOW= yes -.endif - -.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 -CONFIGURE_ARGS+= --enable-3dnow -.endif - -.if defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021 -post-extract: - (cd ${WRKSRC}/Input/mpg123 && ${MV} decode_i586.s decode_i586.S && \ - cd ${WRKSRC}/Visualization/blur_scope && ${MV} blur_8.s blur_8.S); - ${PERL} -pi.bak -e 's:\.s :\.S :g' ${WRKSRC}/Input/mpg123/Makefile.in - ${PERL} -pi.bak -e 's:blur_8.s:blur_8.S:g' \ - ${WRKSRC}/Visualization/blur_scope/Makefile.in -.endif - -pre-extract: -.if !defined(WITHOUT_MIKMOD) || !defined(WITHOUT_VORBIS) || ( !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 ) - @${ECHO_MSG} -.if !defined(WITHOUT_MIKMOD) - @${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_MIKMOD." -.endif -.if !defined(WITHOUT_VORBIS) - @${ECHO_MSG} "You can disable support for vorbis by defining WITHOUT_VORBIS." -.endif -.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 - @${ECHO_MSG} "You can disable 3DNow! optimized decoding routines by defining WITHOUT_3DNOW." -.endif - @${ECHO_MSG} -.endif - -pre-patch: - @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/aclocal|\$\(prefix\)/share/aclocal|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -post-install: - @${MKDIR} ${PREFIX}/share/xmms/Skins - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/multimedia/xmms/distinfo b/multimedia/xmms/distinfo deleted file mode 100644 index 190484488022..000000000000 --- a/multimedia/xmms/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xmms-1.2.6.tar.bz2) = 705fe02278aaee095fb9f5ebaa318a6c diff --git a/multimedia/xmms/files/patch-ad b/multimedia/xmms/files/patch-ad deleted file mode 100644 index 971857b2de47..000000000000 --- a/multimedia/xmms/files/patch-ad +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- configure 2002/01/14 11:54:47 1.1 -+++ configure 2002/01/14 11:54:16 -@@ -12577,10 +12577,6 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac - - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. diff --git a/multimedia/xmms/files/patch-ltmain.sh b/multimedia/xmms/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4ddb3..000000000000 --- a/multimedia/xmms/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/multimedia/xmms/pkg-comment b/multimedia/xmms/pkg-comment deleted file mode 100644 index 3ba3e0d407c6..000000000000 --- a/multimedia/xmms/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -X Multimedia System --- An audio player with a Winamp GUI diff --git a/multimedia/xmms/pkg-descr b/multimedia/xmms/pkg-descr deleted file mode 100644 index c01e83a43c50..000000000000 --- a/multimedia/xmms/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -XMMS --- X Multimedia System. XMMS is a multimedia player based on the look of -Winamp. Currently it plays mpeg layer 1/2/3, wav, au, CD audio, etc. - -The Vorbis plugin included here (if you don't specify WITHOUT_VORBIS) is the -one that is included in the XMMS distribution. If you have the vorbis-xmms -port installed, the plugin from that port will be overwritten by this one. - -WWW: http://www.xmms.org/ - - eSk diff --git a/multimedia/xmms/pkg-message b/multimedia/xmms/pkg-message deleted file mode 100644 index 852df17c577e..000000000000 --- a/multimedia/xmms/pkg-message +++ /dev/null @@ -1,2 +0,0 @@ -Xmms supports Gzipped and uncompressed skins. If you would like to use -Zip format skins you will need to ensure archivers/unzip is installed. diff --git a/multimedia/xmms/pkg-plist b/multimedia/xmms/pkg-plist deleted file mode 100644 index 483abe5600ba..000000000000 --- a/multimedia/xmms/pkg-plist +++ /dev/null @@ -1,87 +0,0 @@ -bin/wmxmms -bin/xmms -bin/xmms-config -%%GNOME:%%bin/gnomexmms -%%GNOME:%%etc/CORBA/servers/gnomexmms.gnorba -%%GNOME:%%share/gnome/applets/Multimedia/gnomexmms.desktop -include/xmms/configfile.h -include/xmms/dirbrowser.h -include/xmms/formatter.h -include/xmms/fullscreen.h -include/xmms/plugin.h -include/xmms/titlestring.h -include/xmms/util.h -include/xmms/xmmsctrl.h -lib/libxmms.a -lib/libxmms.so -lib/libxmms.so.3 -lib/xmms/Effect/libecho.so -lib/xmms/Effect/libstereo.so -lib/xmms/Effect/libvoice.so -lib/xmms/General/libir.so -lib/xmms/General/libsong_change.so -lib/xmms/Input/libcdaudio.so -lib/xmms/Input/libidcin.so -lib/xmms/Input/libmpg123.so -lib/xmms/Input/libtonegen.so -lib/xmms/Input/libwav.so -%%MIKMODPLUGIN:%%lib/xmms/Input/libmikmod.so -%%VORBISPLUGIN:%%lib/xmms/Input/libvorbis.so -lib/xmms/Output/libOSS.so -lib/xmms/Output/libdisk_writer.so -%%ESDPLUGIN:%%lib/xmms/Output/libesdout.so -lib/xmms/Visualization/libbscope.so -lib/xmms/Visualization/libsanalyzer.so -share/aclocal/xmms.m4 -%%DATADIR%%/xmms/wmxmms.xpm -share/locale/af/LC_MESSAGES/xmms.mo -share/locale/az/LC_MESSAGES/xmms.mo -share/locale/bg/LC_MESSAGES/xmms.mo -share/locale/ca/LC_MESSAGES/xmms.mo -share/locale/cs/LC_MESSAGES/xmms.mo -share/locale/da/LC_MESSAGES/xmms.mo -share/locale/de/LC_MESSAGES/xmms.mo -share/locale/el/LC_MESSAGES/xmms.mo -share/locale/eo/LC_MESSAGES/xmms.mo -share/locale/es/LC_MESSAGES/xmms.mo -share/locale/eu/LC_MESSAGES/xmms.mo -share/locale/fr/LC_MESSAGES/xmms.mo -share/locale/ga/LC_MESSAGES/xmms.mo -share/locale/gl/LC_MESSAGES/xmms.mo -share/locale/hr/LC_MESSAGES/xmms.mo -share/locale/hu/LC_MESSAGES/xmms.mo -share/locale/id/LC_MESSAGES/xmms.mo -share/locale/it/LC_MESSAGES/xmms.mo -share/locale/ja/LC_MESSAGES/xmms.mo -share/locale/ko/LC_MESSAGES/xmms.mo -share/locale/lt/LC_MESSAGES/xmms.mo -share/locale/lv/LC_MESSAGES/xmms.mo -share/locale/nl/LC_MESSAGES/xmms.mo -share/locale/nn/LC_MESSAGES/xmms.mo -share/locale/no/LC_MESSAGES/xmms.mo -share/locale/pl/LC_MESSAGES/xmms.mo -share/locale/pt/LC_MESSAGES/xmms.mo -share/locale/pt_BR/LC_MESSAGES/xmms.mo -share/locale/ro/LC_MESSAGES/xmms.mo -share/locale/ru/LC_MESSAGES/xmms.mo -share/locale/sk/LC_MESSAGES/xmms.mo -share/locale/sr/LC_MESSAGES/xmms.mo -share/locale/sv/LC_MESSAGES/xmms.mo -share/locale/tg/LC_MESSAGES/xmms.mo -share/locale/th/LC_MESSAGES/xmms.mo -share/locale/tr/LC_MESSAGES/xmms.mo -share/locale/uk/LC_MESSAGES/xmms.mo -share/locale/vi/LC_MESSAGES/xmms.mo -share/locale/wa/LC_MESSAGES/xmms.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/xmms.mo -share/locale/zh_TW/LC_MESSAGES/xmms.mo -@dirrm %%DATADIR%%/xmms -@dirrm lib/xmms/Visualization -@dirrm lib/xmms/Output -@dirrm lib/xmms/Input -@dirrm lib/xmms/General -@dirrm lib/xmms/Effect -@dirrm lib/xmms -@dirrm include/xmms -@exec mkdir -p %D/share/xmms/Skins -@unexec rmdir %D/share/xmms/Skins %D/share/xmms 2>/dev/null || echo "If you are permanently removing xmms, do not forget to remove skin files left under %D/share/xmms/Skins. Use \`\`rm -Rf %D/share/xmms/Skins; rmdir %D/share/xmms''" | fmt diff --git a/multimedia/xmovie/Makefile b/multimedia/xmovie/Makefile deleted file mode 100644 index d9b08a674123..000000000000 --- a/multimedia/xmovie/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: xmovie -# Date created: 20 December 1998 -# Whom: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> -# -# $FreeBSD$ -# - -PORTNAME= xmovie -PORTVERSION= 1.6.1 -CATEGORIES= graphics linux -MASTER_SITES= http://heroines.sourceforge.net/ -DISTFILES= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}.i386.rpm - -MAINTAINER= sanpei@FreeBSD.org - -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm -RUN_DEPENDS= ${LINUX_BASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ - ${LINUX_BASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg \ - ${LINUX_BASE}/usr/lib/libpng.so.2.1.0.3:${PORTSDIR}/graphics/linux-png - -ONLY_FOR_ARCHS= i386 -DOC_DIR= ${PREFIX}/share/doc/xmovie -EXTRACT_CMD= rpm2cpio -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= | cpio -id --quiet -LINUX_BASE= /compat/linux -NO_BUILD= yes -USE_X_PREFIX= yes -NO_WRKSUBDIR= yes - -# Linux binary should not be stripped by INSTALL_PROGRAM as it uses -# /usr/bin/strip which then brands the binary as a FreeBSD ELF one. -STRIP= - -do-patch: - @${DO_NADA} - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/usr/local/bin/xmovie ${PREFIX}/bin - @brandelf -t Linux ${PREFIX}/bin/xmovie -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOC_DIR} - @${INSTALL_DATA} ${WRKSRC}/usr/doc/xmovie-${PORTVERSION:R}/README ${DOC_DIR}/README - @${INSTALL_DATA} ${WRKSRC}/usr/doc/xmovie-${PORTVERSION:R}/index.html ${DOC_DIR}/index.html -.endif -.include <bsd.port.mk> diff --git a/multimedia/xmovie/distinfo b/multimedia/xmovie/distinfo deleted file mode 100644 index 53253cda1340..000000000000 --- a/multimedia/xmovie/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xmovie-1.6-1.i386.rpm) = b97371151a9b45721c3c7ef8cc7ddb4b diff --git a/multimedia/xmovie/pkg-comment b/multimedia/xmovie/pkg-comment deleted file mode 100644 index cd1622636da8..000000000000 --- a/multimedia/xmovie/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A movie player for MPEG-2 and Quicktime movies diff --git a/multimedia/xmovie/pkg-descr b/multimedia/xmovie/pkg-descr deleted file mode 100644 index 52896d5b9bec..000000000000 --- a/multimedia/xmovie/pkg-descr +++ /dev/null @@ -1,37 +0,0 @@ -* xmovie - - MPEG-2 and Quicktime movie player - -WWW: http://heroines.sourceforge.net/xmovie.php3 - - documentation is in /usr/X11R6/share/doc/xmovie/. - -* Tips - - - If you use with 3.2-RELEASE, 3.3-RELEASE, 3.4-RELEASE, - it need to update /module/linux.ko file. - - - Below options for kernel are useful for xmovie. - (SEE ALSO NOTES or LINT file in you source tree) - -options "P1003_1B" -options "_KPOSIX_PRIORITY_SCHEDULING" -options "_KPOSIX_VERSION=199309L" - -or - -options P1003_1B -options _KPOSIX_PRIORITY_SCHEDULING -options _KPOSIX_VERSION=199309L - - - If you use with 4.x-RELEASE, it need to add ``options USER_LDT'' - in your kernel config. - - - If you had ``failed to open /proc/cpuinfo', - add below line into your /etc/fstab file. - -linproc /compat/linux/proc linprocfs rw 0 0 - ---- -Yoshiro MIHIRA -(sanpei@FreeBSD.org) diff --git a/multimedia/xmovie/pkg-plist b/multimedia/xmovie/pkg-plist deleted file mode 100644 index f78026a32692..000000000000 --- a/multimedia/xmovie/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/xmovie -share/doc/xmovie/README -share/doc/xmovie/index.html -@dirrm share/doc/xmovie diff --git a/multimedia/xmps-opendivx-plugin/Makefile b/multimedia/xmps-opendivx-plugin/Makefile deleted file mode 100644 index e04c1e7da828..000000000000 --- a/multimedia/xmps-opendivx-plugin/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: xmps-opendivx-plugin -# Date created: 03 Feb 20001 -# Whom: Mario S F Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xmps-opendivx-plugin -PORTVERSION= 0.0.1 -CATEGORIES= graphics -MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/ - -MAINTAINER= lioux@FreeBSD.org - -LIB_DEPENDS= divxdecore.0:${PORTSDIR}/graphics/libdivxdecore \ - xmps.0:${PORTSDIR}/graphics/xmps \ - intl.1:${PORTSDIR}/devel/gettext - -WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.2 -USE_GMAKE= yes -USE_LIBTOOL= yes -USE_GTK= yes -USE_X_PREFIX= yes -INSTALLS_SHLIB= yes -PLIST_SUB= LIB_VERSION="${LIB_VERSION}" - -LIB_VERSION= 0 - -post-install: - @${LN} -sf libopendivx.so ${PREFIX}/lib/xmps/codecs/video/libopendivx.so.${LIB_VERSION} - -.include <bsd.port.mk> diff --git a/multimedia/xmps-opendivx-plugin/distinfo b/multimedia/xmps-opendivx-plugin/distinfo deleted file mode 100644 index 3805ff9c4dcd..000000000000 --- a/multimedia/xmps-opendivx-plugin/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xmps-opendivx-plugin-0.0.1.tar.gz) = 240fd72b9a2e1c5171dd01c528ca4c77 diff --git a/multimedia/xmps-opendivx-plugin/pkg-comment b/multimedia/xmps-opendivx-plugin/pkg-comment deleted file mode 100644 index a2847037d674..000000000000 --- a/multimedia/xmps-opendivx-plugin/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -xmps plugin using OpenDivX decoding engine from Project Mayo diff --git a/multimedia/xmps-opendivx-plugin/pkg-descr b/multimedia/xmps-opendivx-plugin/pkg-descr deleted file mode 100644 index 8eb128e4371b..000000000000 --- a/multimedia/xmps-opendivx-plugin/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -xmps plugin using the Decore engine - -Decore [excerpt from OpenDivX Project Mayo site] - -"Decore" is our decoder core - that part of the codec that decodes -video from DivX video bitstream into uncompressed RGB bitmaps. Its -API is defined in decore.h. The API is another frame-in, frame-out -scheme, you give it a chunk of OpenDivX bitstream and it comes back -to you with an uncompressed RGB frame. Like "encore", "decore" is -truly independent of any other code, making no system calls. - -"Decore" is a decoder compliant with MPEG-4 natural video, simple -profile. It also incorporates a video postprocessor which postprocessor, -which hides many of the artifacts inherent in low bit-rate video. - -WWW: http://www.projectmayo.com/ diff --git a/multimedia/xmps-opendivx-plugin/pkg-plist b/multimedia/xmps-opendivx-plugin/pkg-plist deleted file mode 100644 index 4e8b51bf57bb..000000000000 --- a/multimedia/xmps-opendivx-plugin/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/xmps/codecs/video/libopendivx.so -lib/xmps/codecs/video/libopendivx.so.%%LIB_VERSION%% diff --git a/multimedia/xmps-win32-plugin/Makefile b/multimedia/xmps-win32-plugin/Makefile deleted file mode 100644 index e8399daf87f8..000000000000 --- a/multimedia/xmps-win32-plugin/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: xmps-win32-plugin -# Date created: 03 Feb 20001 -# Whom: Mario S F Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xmps-win32-plugin -PORTVERSION= 0.0.4 -CATEGORIES= graphics -MASTER_SITES= http://xmps.sourceforge.net/sources/ - -MAINTAINER= lioux@FreeBSD.org - -LIB_DEPENDS= xmps.0:${PORTSDIR}/graphics/xmps \ - intl.1:${PORTSDIR}/devel/gettext -RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT} - -USE_GMAKE= yes -USE_LIBTOOL= yes -USE_GTK= yes -USE_X_PREFIX= yes -INSTALLS_SHLIB= yes -PLIST_SUB= LIB_VERSION="${LIB_VERSION}" - -#CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs -CODEC_PORT= ${.CURDIR}/../win32-codecs -CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE -LIB_VERSION= 0 - -post-patch: - @${PERL} -pi -e "s|/usr/lib/win32|${LOCALBASE}/lib/win32|" \ - ${WRKSRC}/src/win32_codec.c - @${PERL} -pi -e 's|<malloc.h>|<stdlib.h>|' ${WRKSRC}/src/* - -post-install: - @${LN} -sf libwin32.so ${PREFIX}/lib/xmps/codecs/video/libwin32.so.${LIB_VERSION} - -.include <bsd.port.mk> diff --git a/multimedia/xmps-win32-plugin/distinfo b/multimedia/xmps-win32-plugin/distinfo deleted file mode 100644 index 04e4be76102f..000000000000 --- a/multimedia/xmps-win32-plugin/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xmps-win32-plugin-0.0.4.tar.gz) = 14a4677fca132d326dde36277f8f912c diff --git a/multimedia/xmps-win32-plugin/pkg-comment b/multimedia/xmps-win32-plugin/pkg-comment deleted file mode 100644 index 6028d0efb17d..000000000000 --- a/multimedia/xmps-win32-plugin/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -xmps plugin for Win32 (TM) Codecs diff --git a/multimedia/xmps-win32-plugin/pkg-descr b/multimedia/xmps-win32-plugin/pkg-descr deleted file mode 100644 index 5ab5a865597f..000000000000 --- a/multimedia/xmps-win32-plugin/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Win32 Codecs plugin for XMPS - -WWW: http://xmps.sourceforge.net/ diff --git a/multimedia/xmps-win32-plugin/pkg-plist b/multimedia/xmps-win32-plugin/pkg-plist deleted file mode 100644 index 814f5d7380e2..000000000000 --- a/multimedia/xmps-win32-plugin/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/xmps/codecs/video/libwin32.so -lib/xmps/codecs/video/libwin32.so.%%LIB_VERSION%% diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile deleted file mode 100644 index 11f31764589f..000000000000 --- a/multimedia/xmps/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: xmps -# Date created: 15 June 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xmps -PORTVERSION= 0.2.0 -CATEGORIES= graphics gnome -MASTER_SITES= http://xmps.sourceforge.net/sources/ - -MAINTAINER= sobomax@FreeBSD.org - -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - -USE_X_PREFIX= yes -USE_GNOME= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - SDL_CONFIG="${SDL_CONFIG}" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${PERL} -pi -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ - s|\$$\(datadir\)/aclocal|\$$\(prefix\)/share/aclocal|g ; \ - s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' - -post-configure: - @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ - ${WRKSRC}/libtool - -.include <bsd.port.mk> diff --git a/multimedia/xmps/distinfo b/multimedia/xmps/distinfo deleted file mode 100644 index 17427f68a542..000000000000 --- a/multimedia/xmps/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xmps-0.2.0.tar.gz) = 87937db0d26e599003f0e8db4284e16b diff --git a/multimedia/xmps/files/patch-aa b/multimedia/xmps/files/patch-aa deleted file mode 100644 index baaab7875043..000000000000 --- a/multimedia/xmps/files/patch-aa +++ /dev/null @@ -1,44 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Sun Feb 4 21:49:31 2001 -+++ configure Sun Feb 4 21:52:15 2001 -@@ -3694,16 +3694,16 @@ - { echo "configure: error: **** Cannot find stat.h ****" 1>&2; exit 1; } - fi - --ac_safe=`echo "sys/dir.h" | sed 'y%./+-%__p_%'` --echo $ac_n "checking for sys/dir.h""... $ac_c" 1>&6 --echo "configure:3700: checking for sys/dir.h" >&5 -+ac_safe=`echo "dirent.h" | sed 'y%./+-%__p_%'` -+echo $ac_n "checking for dirent.h""... $ac_c" 1>&6 -+echo "configure:3700: checking for dirent.h" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF - #line 3705 "configure" - #include "confdefs.h" --#include <sys/dir.h> -+#include <dirent.h> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:3710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -@@ -3725,7 +3725,7 @@ - : - else - echo "$ac_t""no" 1>&6 --{ echo "configure: error: **** Cannot find dir.h ****" 1>&2; exit 1; } -+{ echo "configure: error: **** Cannot find dirent.h ****" 1>&2; exit 1; } - fi - - -@@ -5636,7 +5636,7 @@ - < $srcdir/po/POTFILES.in > po/POTFILES - - --CFLAGS="$CFLAGS `gtk-config --cflags` -Wall -Werror" -+CFLAGS="$CFLAGS `$GTK_CONFIG --cflags` -Wall -Werror" - - - VIDEO_ADDON_PLUGIN_DIR=addons/video diff --git a/multimedia/xmps/files/patch-ab b/multimedia/xmps/files/patch-ab deleted file mode 100644 index aca750600a37..000000000000 --- a/multimedia/xmps/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- renderers/video/sdl/sdl_renderer.h 2001/02/04 19:53:13 1.1 -+++ renderers/video/sdl/sdl_renderer.h 2001/02/04 19:53:23 -@@ -40,7 +40,7 @@ - * - */ - --#include <SDL/SDL.h> -+#include <SDL.h> - - #include "libxmps/libxmps.h" - diff --git a/multimedia/xmps/files/patch-codecs::audio::ac3::ac3_codec.c b/multimedia/xmps/files/patch-codecs::audio::ac3::ac3_codec.c deleted file mode 100644 index a7c921fe63b2..000000000000 --- a/multimedia/xmps/files/patch-codecs::audio::ac3::ac3_codec.c +++ /dev/null @@ -1,50 +0,0 @@ - -$FreeBSD$ - ---- codecs/audio/ac3/ac3_codec.c.orig Mon Nov 20 21:41:18 2000 -+++ codecs/audio/ac3/ac3_codec.c Sun Feb 4 23:18:46 2001 -@@ -60,7 +60,7 @@ - - } ac3_t; - --int error; -+int ac3_error; - - /* - * get_audio_codec_info : MANDATORY -@@ -96,7 +96,7 @@ - ((ac3_t *) audio_decoder->data)->smixlev_lut[2] = 0.0; - ((ac3_t *) audio_decoder->data)->smixlev_lut[3] = 0.500; - -- error = 0; -+ ac3_error = 0; - - return audio_decoder; - } -@@ -208,7 +208,7 @@ - - exponent_unpack(&data->bsi, &data->audblk); - -- if(error) -+ if(ac3_error) - goto error; - - // Figure out how many bits per mantissa -@@ -220,7 +220,7 @@ - - coeff_unpack (&data->bsi, &data->audblk, data->samples); - -- if(error) -+ if(ac3_error) - goto error; - - if(data->bsi.acmod == 0x2) -@@ -242,7 +242,7 @@ - memset(data->s16_samples, 0, 256*2*2*6); - ring_write((char *) data->s16_samples, 256*2*2*6); - -- error = 0; -+ ac3_error = 0; - - } - diff --git a/multimedia/xmps/files/patch-codecs::audio::ac3::coeff.c b/multimedia/xmps/files/patch-codecs::audio::ac3::coeff.c deleted file mode 100644 index 9f2576ac8fc7..000000000000 --- a/multimedia/xmps/files/patch-codecs::audio::ac3::coeff.c +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- codecs/audio/ac3/coeff.c 2001/02/04 21:17:23 1.1 -+++ codecs/audio/ac3/coeff.c 2001/02/04 21:17:55 -@@ -254,7 +254,7 @@ - 11, 12, 14, 16 - }; - --extern int error; -+extern int ac3_error; - - static void coeff_reset(void); - static float coeff_get_float(uint16_t bap, uint16_t dithflag, uint16_t exp); -@@ -370,7 +370,7 @@ - - error: - XMPS_DEBUG("** Invalid mantissa - skipping frame **"); -- error = 1; -+ ac3_error = 1; - - return 0.0; - } diff --git a/multimedia/xmps/files/patch-codecs::audio::ac3::exponent.c b/multimedia/xmps/files/patch-codecs::audio::ac3::exponent.c deleted file mode 100644 index e629e1847969..000000000000 --- a/multimedia/xmps/files/patch-codecs::audio::ac3::exponent.c +++ /dev/null @@ -1,22 +0,0 @@ - -$FreeBSD$ - ---- codecs/audio/ac3/exponent.c 2001/02/04 21:17:23 1.1 -+++ codecs/audio/ac3/exponent.c 2001/02/04 21:18:06 -@@ -30,7 +30,7 @@ - - #include "exponent.h" - --extern int error; -+extern int ac3_error; - - static inline void exp_unpack_ch(uint16_t type,uint16_t expstr,uint16_t ngrps,uint16_t initial_exp, uint16_t exps[], uint16_t *dest); - -@@ -126,6 +126,6 @@ - return; - error: - fprintf (stderr,"** Invalid exponent - skipping frame **\n"); -- error = 1; -+ ac3_error = 1; - } - diff --git a/multimedia/xmps/files/patch-codecs::video::flx::Makefile.in b/multimedia/xmps/files/patch-codecs::video::flx::Makefile.in deleted file mode 100644 index 5746825836c5..000000000000 --- a/multimedia/xmps/files/patch-codecs::video::flx::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- codecs/video/flx/Makefile.in.orig Sat Jan 20 01:53:42 2001 -+++ codecs/video/flx/Makefile.in Sun Feb 4 22:55:34 2001 -@@ -125,7 +125,7 @@ - libflx_la_SOURCES = flx_codec.h flx_codec.c - - --INCLUDES = @CFLAGS@ -DVERSION=\"@VERSION@\" -DPACKAGE=\"@PACKAGE@\" -I$(includedir) -I$(top_srcdir)/src -I$(top_srcdir)/libxmps -I$(top_srcdir)/intl -I../../src -I../../libxmps -Wall -+INCLUDES = @CFLAGS@ @SDL_CFLAGS@ -DVERSION=\"@VERSION@\" -DPACKAGE=\"@PACKAGE@\" -I$(includedir) -I$(top_srcdir)/src -I$(top_srcdir)/libxmps -I$(top_srcdir)/intl -I../../src -I../../libxmps -Wall - - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../../../config.h diff --git a/multimedia/xmps/files/patch-codecs::video::flx::flx_codec.h b/multimedia/xmps/files/patch-codecs::video::flx::flx_codec.h deleted file mode 100644 index bedd02f21154..000000000000 --- a/multimedia/xmps/files/patch-codecs::video::flx::flx_codec.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- codecs/video/flx/flx_codec.h.orig Wed Nov 1 20:46:14 2000 -+++ codecs/video/flx/flx_codec.h Sun Feb 4 22:55:34 2001 -@@ -52,7 +52,7 @@ - #include <stdlib.h> - #include <string.h> - #include <unistd.h> --#include <SDL/SDL.h> -+#include <SDL.h> - - typedef struct { - diff --git a/multimedia/xmps/files/patch-gui::skinned::xmps_skin_browser.h b/multimedia/xmps/files/patch-gui::skinned::xmps_skin_browser.h deleted file mode 100644 index c1a1fdae736e..000000000000 --- a/multimedia/xmps/files/patch-gui::skinned::xmps_skin_browser.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gui/skinned/xmps_skin_browser.h.orig Thu Nov 23 16:06:40 2000 -+++ gui/skinned/xmps_skin_browser.h Sun Feb 4 22:55:34 2001 -@@ -36,7 +36,7 @@ - /* INCLUDES */ - - #include <gtk/gtk.h> --#include <sys/dir.h> -+#include <dirent.h> - #include <sys/stat.h> - #include "libxmps/libxmps.h" - #include "libxmpsutils/libxmpsutils.h" diff --git a/multimedia/xmps/files/patch-libxmps::Makefile.in b/multimedia/xmps/files/patch-libxmps::Makefile.in deleted file mode 100644 index 7fae58513ea5..000000000000 --- a/multimedia/xmps/files/patch-libxmps::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libxmps/Makefile.in.orig Sun Feb 4 23:01:50 2001 -+++ libxmps/Makefile.in Sun Feb 4 23:02:33 2001 -@@ -120,7 +120,7 @@ - - libxmpsincludedir = $(includedir)/libxmps - --libxmps_la_LDFLAGS = -module -avoid-version -+libxmps_la_LDFLAGS = -module - libxmps_la_LIBADD = -lpthread - - libxmps_la_SOURCES = libxmps_config.h libxmps_config.c libxmps_graph.c libxmps_events.c libxmps_video_conversion.c libxmps_xml.c libxmps.h libxmps.c diff --git a/multimedia/xmps/files/patch-libxmpsutils::Makefile.in b/multimedia/xmps/files/patch-libxmpsutils::Makefile.in deleted file mode 100644 index 4810f38c24df..000000000000 --- a/multimedia/xmps/files/patch-libxmpsutils::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libxmpsutils/Makefile.in 2001/02/04 21:00:58 1.1 -+++ libxmpsutils/Makefile.in 2001/02/04 21:01:11 -@@ -118,7 +118,7 @@ - - lib_LTLIBRARIES = libxmpsutils.la - --libxmpsutils_la_LDFLAGS = -module -avoid-version -+libxmpsutils_la_LDFLAGS = -module - libxmpsutils_la_LIBADD = @GTK_LIBS@ - - libxmpsutils_la_SOURCES = xmps_support.c xmps_support.h xmps_i18n.h xmps_message.h xmps_message.c xmps_item.h xmps_item.c xmps_menu.h xmps_menu.c xmps_playlist.h xmps_playlist.c xmps_file_info.h xmps_file_info.c xmps_gtk_config.h xmps_gtk_config.c xmps_about.c xmps_utils.h xmps_utils.c libxmpsutils.h diff --git a/multimedia/xmps/files/patch-renderers::audio::sdl::sdl_audio_renderer.h b/multimedia/xmps/files/patch-renderers::audio::sdl::sdl_audio_renderer.h deleted file mode 100644 index 44e9c9aaac45..000000000000 --- a/multimedia/xmps/files/patch-renderers::audio::sdl::sdl_audio_renderer.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- renderers/audio/sdl/sdl_audio_renderer.h.orig Fri Nov 3 21:41:37 2000 -+++ renderers/audio/sdl/sdl_audio_renderer.h Sun Feb 4 22:55:34 2001 -@@ -34,7 +34,7 @@ - - #include "libxmps/libxmps.h" - --#include <SDL/SDL.h> -+#include <SDL.h> - #include <string.h> - - #ifdef HAVE_CONFIG_H diff --git a/multimedia/xmps/files/patch-src::Makefile.in b/multimedia/xmps/files/patch-src::Makefile.in deleted file mode 100644 index c450f02f74f1..000000000000 --- a/multimedia/xmps/files/patch-src::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.in.orig Sat Jan 20 01:53:55 2001 -+++ src/Makefile.in Sun Feb 4 22:55:34 2001 -@@ -126,7 +126,7 @@ - xmps_SOURCES = main.c - - --xmps_LDADD = -L@LIBXMPS_DIR@ -lxmps -L@LIBXMPSUTILS_DIR@ -lxmpsutils -+xmps_LDADD = -L@LIBXMPS_DIR@ -lxmps -L@LIBXMPSUTILS_DIR@ -lxmpsutils -lpthread - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = diff --git a/multimedia/xmps/files/patch-system::mpeg3::mpeg3io.c b/multimedia/xmps/files/patch-system::mpeg3::mpeg3io.c deleted file mode 100644 index ebc186470bf0..000000000000 --- a/multimedia/xmps/files/patch-system::mpeg3::mpeg3io.c +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- system/mpeg3/mpeg3io.c.orig Fri Nov 3 21:41:37 2000 -+++ system/mpeg3/mpeg3io.c Sun Feb 4 22:55:34 2001 -@@ -20,7 +20,6 @@ - #include "mpeg3protos.h" - - #include <stdio.h> --#include <mntent.h> - #include <sys/stat.h> - #include <stdlib.h> - #include <string.h> diff --git a/multimedia/xmps/pkg-comment b/multimedia/xmps/pkg-comment deleted file mode 100644 index 96525f843919..000000000000 --- a/multimedia/xmps/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -X MPEG Player System - a media player with a very nice GUI diff --git a/multimedia/xmps/pkg-descr b/multimedia/xmps/pkg-descr deleted file mode 100644 index 8cb286dc4362..000000000000 --- a/multimedia/xmps/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -XMPS stands for X MPEG Player System. It's a simple Gtk program that will -(hopefully) play MPEG-1/MPEG-2/FLI/FLC/AVI files with sound under the *nix -platforms. It has very attractive skinnable user interface. - -WWW: http://xmps.sourceforge.net/ diff --git a/multimedia/xmps/pkg-plist b/multimedia/xmps/pkg-plist deleted file mode 100644 index 94719a831582..000000000000 --- a/multimedia/xmps/pkg-plist +++ /dev/null @@ -1,71 +0,0 @@ -bin/xmps -bin/xmps-config -include/libxmps/libxmps.h -include/libxmps/libxmps_config.h -lib/libxmps.a -lib/libxmps.so -lib/libxmps.so.0 -lib/libxmpsutils.a -lib/libxmpsutils.so -lib/libxmpsutils.so.0 -lib/xmps/addons/video/libvob.so -lib/xmps/codecs/audio/libac3.so -lib/xmps/codecs/audio/libmpeg.so -lib/xmps/codecs/audio/libwav.so -lib/xmps/codecs/video/libflx.so -lib/xmps/codecs/video/libmpeg3.so -lib/xmps/gui/libgnome.so -lib/xmps/gui/libskinned.so -lib/xmps/media/libfile.so -lib/xmps/media/libhttp.so -lib/xmps/renderers/audio/libsdl.so -lib/xmps/renderers/video/libsdl.so -lib/xmps/system/libavi.so -lib/xmps/system/libdummy.so -lib/xmps/system/libmpeg3.so -share/aclocal/xmps.m4 -share/gnome/apps/Multimedia/XMPS.desktop -share/gnome/xmps/fast_forward.xpm -share/gnome/xmps/load.xpm -share/gnome/xmps/pause.xpm -share/gnome/xmps/play.xpm -share/gnome/xmps/rewind.xpm -share/gnome/xmps/skins/DarkDepth/buttons.xpm -share/gnome/xmps/skins/DarkDepth/config -share/gnome/xmps/skins/DarkDepth/controls.xpm -share/gnome/xmps/skins/DarkDepth/digits.xpm -share/gnome/xmps/skins/DarkDepth/main.xpm -share/gnome/xmps/skins/DarkDepth/playlist.xpm -share/gnome/xmps/skins/DarkDepth/titlebar.xpm -share/gnome/xmps/skins/default/buttons.xpm -share/gnome/xmps/skins/default/config -share/gnome/xmps/skins/default/controls.xpm -share/gnome/xmps/skins/default/digits.xpm -share/gnome/xmps/skins/default/main.xpm -share/gnome/xmps/skins/default/playlist.xpm -share/gnome/xmps/skins/default/titlebar.xpm -share/gnome/xmps/stop.xpm -share/gnome/xmps/xmps-logo.xpm -share/gnome/xmps/xmps_intro.xpm -share/locale/de/LC_MESSAGES/xmps.mo -share/locale/fi/LC_MESSAGES/xmps.mo -share/locale/fr/LC_MESSAGES/xmps.mo -share/locale/pl/LC_MESSAGES/xmps.mo -share/locale/sv/LC_MESSAGES/xmps.mo -@dirrm share/gnome/xmps/skins/default -@dirrm share/gnome/xmps/skins/DarkDepth -@dirrm share/gnome/xmps/skins -@dirrm share/gnome/xmps -@dirrm lib/xmps/system -@dirrm lib/xmps/renderers/video -@dirrm lib/xmps/renderers/audio -@dirrm lib/xmps/renderers -@dirrm lib/xmps/media -@dirrm lib/xmps/gui -@dirrm lib/xmps/codecs/video -@dirrm lib/xmps/codecs/audio -@dirrm lib/xmps/codecs -@dirrm lib/xmps/addons/video -@dirrm lib/xmps/addons -@dirrm lib/xmps -@dirrm include/libxmps |