aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libmpeg2
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:28 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:28 +0000
commitf124555536ce4b815ff160312c094545c36ec440 (patch)
tree702199d3b5e34c9ba151483313d8c26565451c75 /multimedia/libmpeg2
parent280725774faa4e3d91ff599cca3a1466c77d300e (diff)
downloadports-release/4.6.2.tar.gz
ports-release/4.6.2.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_2'.release/4.6.2
Diffstat (limited to 'multimedia/libmpeg2')
-rw-r--r--multimedia/libmpeg2/Makefile65
-rw-r--r--multimedia/libmpeg2/distinfo1
-rw-r--r--multimedia/libmpeg2/files/extra-patch-libvo::configure.incl18
-rw-r--r--multimedia/libmpeg2/files/patch-configure16
-rw-r--r--multimedia/libmpeg2/files/patch-libvo::video_out_mga.c18
-rw-r--r--multimedia/libmpeg2/pkg-comment1
-rw-r--r--multimedia/libmpeg2/pkg-descr23
-rw-r--r--multimedia/libmpeg2/pkg-plist16
8 files changed, 0 insertions, 158 deletions
diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile
deleted file mode 100644
index 7d53d0118b96..000000000000
--- a/multimedia/libmpeg2/Makefile
+++ /dev/null
@@ -1,65 +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.1
-CATEGORIES= graphics
-MASTER_SITES= http://libmpeg2.sourceforge.net/files/
-DISTNAME= mpeg2dec-${PORTVERSION}
-
-MAINTAINER= lioux@FreeBSD.org
-
-USE_XLIB= yes
-USE_LIBTOOL= yes
-
-CONFIGURE_ARGS= --enable-shared
-
-.ifdef(WITH_MGA)
-CONFIGURE_ARGS+= --enable-mga
-.endif
-
-.ifdef(WITH_SDL)
-LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12
-
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libvo::configure.incl
-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-patch:
- @${PERL} -pi -e 's|<SDL/|<SDL11/|' ${WRKSRC}/libvo/*
- @${PERL} -pi -e 's|-O3||;s|<termio.h>|<termios.h>|' ${WRKSRC}/configure
-
-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|; \
- s|(install_ltlibs=)yes|\1no|' \
- ${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 5cee8d734679..000000000000
--- a/multimedia/libmpeg2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (mpeg2dec-0.2.1.tar.gz) = f63e94ed74b0b5f2d6e32baba2963b4a
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 420ea51ffc73..000000000000
--- a/multimedia/libmpeg2/files/extra-patch-libvo::configure.incl
+++ /dev/null
@@ -1,18 +0,0 @@
---- libvo/configure.incl.orig Wed Apr 24 16:24:31 2002
-+++ libvo/configure.incl Wed Apr 24 16:28:47 2002
-@@ -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])
-- if test x"$SDLCONFIG" = x"yes"; then
-+ AC_CHECK_PROGS([SDLCONFIG],[sdl-config sdl-config11],[no])
-+ if test x"$SDLCONFIG" != x"no"; 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 `$(SDLCONFIG) --cflags`"
-+ LIBVO_LIBS="$LIBVO_LIBS `$(SDLCONFIG) --libs`"
- fi
- fi
-
diff --git a/multimedia/libmpeg2/files/patch-configure b/multimedia/libmpeg2/files/patch-configure
deleted file mode 100644
index 61f80ef9b1bd..000000000000
--- a/multimedia/libmpeg2/files/patch-configure
+++ /dev/null
@@ -1,16 +0,0 @@
---- configure.orig Wed Apr 24 16:42:58 2002
-+++ configure Wed Apr 24 16:43:14 2002
-@@ -2546,13 +2546,6 @@
- #define ARCH_X86
- EOF
-
-- 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
- echo "$as_me:2556: checking if $CC supports $OPT_CFLAGS flags" >&5
- echo $ECHO_N "checking if $CC supports $OPT_CFLAGS flags... $ECHO_C" >&6
- SAVE_CFLAGS="$CFLAGS"
diff --git a/multimedia/libmpeg2/files/patch-libvo::video_out_mga.c b/multimedia/libmpeg2/files/patch-libvo::video_out_mga.c
deleted file mode 100644
index de4311be570e..000000000000
--- a/multimedia/libmpeg2/files/patch-libvo::video_out_mga.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- libvo/video_out_mga.c.orig Thu May 2 22:30:47 2002
-+++ libvo/video_out_mga.c Thu May 2 22:31:13 2002
-@@ -44,6 +44,7 @@
- #include "attributes.h"
- #include "mmx.h"
-
-+#if 0
- static void yuvinterleave (uint8_t * dst, uint8_t * pu, uint8_t * pv,
- int width)
- {
-@@ -85,6 +86,7 @@
- dst += bes_stride;
- } while (--i);
- }
-+#endif
-
- static void yuv2g400_c (uint8_t * dst, uint8_t * py,
- uint8_t * pu, uint8_t * pv,
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 c0e0db6e8c66..000000000000
--- a/multimedia/libmpeg2/pkg-plist
+++ /dev/null
@@ -1,16 +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/libcpuaccel.a
-lib/libcpuaccel.so
-lib/libcpuaccel.so.0
-lib/libmpeg2.a
-lib/libmpeg2.so
-lib/libmpeg2.so.0
-%%PORTDOCS%%share/doc/libmpeg2/libvo.txt
-%%PORTDOCS%%@dirrm share/doc/libmpeg2
-@dirrm include/mpeg2dec