aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/y4mscaler/Makefile41
-rw-r--r--multimedia/y4mscaler/distinfo2
-rw-r--r--multimedia/y4mscaler/files/patch-ysStreamInfo.H15
-rw-r--r--multimedia/y4mscaler/pkg-descr24
-rw-r--r--multimedia/y4mscaler/pkg-plist8
6 files changed, 0 insertions, 91 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 4b9f7515eaa2..7f1ade4fa3d2 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -419,7 +419,6 @@
SUBDIR += xporthdmv
SUBDIR += xtheater
SUBDIR += xvid
- SUBDIR += y4mscaler
SUBDIR += yamdi
SUBDIR += zoneminder
diff --git a/multimedia/y4mscaler/Makefile b/multimedia/y4mscaler/Makefile
deleted file mode 100644
index 38c7e9fa501d..000000000000
--- a/multimedia/y4mscaler/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: michael johnson <ahze@ahze.net>
-# $FreeBSD$
-
-PORTNAME= y4mscaler
-PORTVERSION= 9.0
-PORTREVISION= 9
-CATEGORIES= multimedia
-MASTER_SITES= http://www.mir.com/DMG/Software/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-
-MAINTAINER= multimedia@FreeBSD.org
-COMMENT= Y4mscaler scales, crops, and shifts Y'CbCr video
-
-BROKEN= Conflicts with mjpegtools on /usr/local/bin/y4mscaler
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2014-11-26
-
-LIB_DEPENDS= liblavjpeg.so:${PORTSDIR}/multimedia/mjpegtools
-
-USES= gmake tar:tgz
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-DOCS= COPYING ChangeLog INSTALL README TODO
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
- ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e 's|COPT = -O2|#|' \
- ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e 's|CXXFLAGS =|CXXFLAGS = ${CXXFLAGS} |' \
- ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/y4mscaler ${STAGEDIR}${PREFIX}/bin/y4mscaler
- ${INSTALL_MAN} ${WRKSRC}/y4mscaler.1 ${STAGEDIR}${MANPREFIX}/man/man1/
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/multimedia/y4mscaler/distinfo b/multimedia/y4mscaler/distinfo
deleted file mode 100644
index 9e0f1bf7e51a..000000000000
--- a/multimedia/y4mscaler/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (y4mscaler-9.0-src.tgz) = 99cad98aac9aa4cf9aa59ec7a9dbad172a5936124aea4d0d58103e19191cbcb9
-SIZE (y4mscaler-9.0-src.tgz) = 58460
diff --git a/multimedia/y4mscaler/files/patch-ysStreamInfo.H b/multimedia/y4mscaler/files/patch-ysStreamInfo.H
deleted file mode 100644
index 1c2284e04e88..000000000000
--- a/multimedia/y4mscaler/files/patch-ysStreamInfo.H
+++ /dev/null
@@ -1,15 +0,0 @@
---- ysStreamInfo.H.orig 2005-12-11 21:27:03.000000000 +0100
-+++ ysStreamInfo.H 2008-04-21 18:39:02.844054735 +0200
-@@ -24,6 +24,12 @@
-
- #include <string.h>
-
-+/* XXX Obsolete as soon as v9.1 is out */
-+#define LOG_DEBUG 1
-+#define LOG_INFO 2
-+#define LOG_WARN 3
-+#define LOG_ERROR 4
-+
- extern "C" {
- #include <yuv4mpeg.h>
- }
diff --git a/multimedia/y4mscaler/pkg-descr b/multimedia/y4mscaler/pkg-descr
deleted file mode 100644
index c8b6bc2e1653..000000000000
--- a/multimedia/y4mscaler/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-From y4msclaer(1):
-
-y4mscaler is a general-purpose video scaler which operates on YUV4MPEG2
-streams, as produced and consumed by the MJPEGtools such as lav2yuv and
-mpeg2enc(1).
-
-y4mscaler is meant to be used in a pipeline. Thus, input is from stdin, and
-output is to stdout. The essential function of y4mscaler is to scale a
-specified "active" region of the input stream (the source) into a specified
-active region of the output stream (the target). Pixels outside of the active
-region of the source are ignored; pixels outside of the active region of
-the target are filled with a background color. The source may additionally
-have a matte applied to it; pixels outside the source matte are set to a
-separately specified background color.
-
-y4mscaler correctly handles chroma sampling, and thus it can also perform
-chroma subsampling conversions. The YUV4MPEG2 stream format currently only
-supports 4:2:0 subsampling, although y4mscaler can process 4:1:1, 4:2:2, and
-4:4:4 modes by abusing the YUV4MPEG2 format a bit.
-
-Includes preset parameters for popular output streams: DVD, SVCD, VCD, DV,
-CVD, and SVCD/VCD still images.
-
-WWW: http://www.mir.com/DMG/Software/y4mscaler.html
diff --git a/multimedia/y4mscaler/pkg-plist b/multimedia/y4mscaler/pkg-plist
deleted file mode 100644
index 6921443039f8..000000000000
--- a/multimedia/y4mscaler/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/y4mscaler
-man/man1/y4mscaler.1.gz
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%@dirrm %%DOCSDIR%%