svn commit: r503301 - head/multimedia/mpeg4ip

Thomas Zander riggs at FreeBSD.org
Sun Jun 2 10:14:26 UTC 2019


Author: riggs
Date: Sun Jun  2 10:14:24 2019
New Revision: 503301
URL: https://svnweb.freebsd.org/changeset/ports/503301

Log:
  Mark DEPRECATED with expiration date 2019-06-15
  
  Rationale:
  There has been no active development for several years. The port also
  depends on other outdated, unmaintained code, most notably ffmpeg0
  which is also scheduled for removal on 2019-06-15.
  The functionality provided by this port is available through
  multimedia/ffmpeg, which is actively maintained.
  
  PR:		238093
  Reported by:	tobik

Modified:
  head/multimedia/mpeg4ip/Makefile

Modified: head/multimedia/mpeg4ip/Makefile
==============================================================================
--- head/multimedia/mpeg4ip/Makefile	Sun Jun  2 10:10:35 2019	(r503300)
+++ head/multimedia/mpeg4ip/Makefile	Sun Jun  2 10:14:24 2019	(r503301)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mpeg4ip
 PORTVERSION=	1.6.1
-PORTREVISION=	45
+PORTREVISION=	46
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	LOCAL/ahze
 # http://sourceforge.net/forum/forum.php?thread_id=1839453&forum_id=59136
@@ -11,6 +11,9 @@ MASTER_SITES=	LOCAL/ahze
 
 MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	Standards-based system to encode, stream, and play MPEG-4 audio/video
+
+DEPRECATED=	old, unmaintained version; superseded by multimedia/ffmpeg
+EXPIRATION_DATE=	2019-06-15
 
 BUILD_DEPENDS=	mp4v2>=1.9.1:multimedia/mp4v2 \
 		${LOCALBASE}/include/linux/videodev.h:multimedia/v4l_compat


More information about the svn-ports-head mailing list