pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/mplex mplex moved to the multimedia category.
details: https://anonhg.NetBSD.org/pkgsrc/rev/74fe8a2ffe98
branches: trunk
changeset: 467137:74fe8a2ffe98
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Mon Jan 26 12:53:07 2004 +0000
description:
mplex moved to the multimedia category.
diffstat:
graphics/mplex/DESCR | 17 -----------------
graphics/mplex/Makefile | 31 -------------------------------
graphics/mplex/PLIST | 6 ------
graphics/mplex/distinfo | 7 -------
graphics/mplex/patches/patch-aa | 12 ------------
graphics/mplex/patches/patch-ab | 12 ------------
graphics/mplex/patches/patch-ac | 12 ------------
7 files changed, 0 insertions(+), 97 deletions(-)
diffs (125 lines):
diff -r 97c7fbddc085 -r 74fe8a2ffe98 graphics/mplex/DESCR
--- a/graphics/mplex/DESCR Mon Jan 26 12:53:00 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-The mplex multiplexes MPEG audio and video streams into system layers.
-
-From INSTRUCT (in the mplex source):
->
-> Please note that I do not have a comprehensive instruction manual for this
-> release. I suggest you try the program out with some default values and
-> learn something more about ISO/IEC 11172-1 (aka MPEG1/Systems).
->
->
-> Christoph.
-> moar%heaven.zfe.siemens.de@localhost
-> +---------------------------------------+--------------------------------+
-> | 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@localhost | voice: ++49 - 89 - 23862874 |
-> +---------------------------------------+--------------------------------+
diff -r 97c7fbddc085 -r 74fe8a2ffe98 graphics/mplex/Makefile
--- a/graphics/mplex/Makefile Mon Jan 26 12:53:00 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2004/01/24 15:46:44 grant Exp $
-
-DISTNAME= mjpegtools-1.6.0
-PKGNAME= mplex-1.6.0
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mjpeg/}
-
-MAINTAINER= ben%NetBSD.org@localhost
-HOMEPAGE= http://mjpeg.sourceforge.net/
-COMMENT= Multiplexes MPEG component streams into system layers
-
-BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
-
-USE_GNU_TOOLS+= make
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-USE_GCC_SHLIB= yes
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-
-do-build:
- cd ${WRKSRC}/utils && ${GMAKE}
- cd ${WRKSRC}/mplex && ${GMAKE}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mplex/mplex ${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mplex
- for FILE in COPYING INSTRUCT README; do \
- ${INSTALL_DATA} ${WRKSRC}/mplex/$$FILE ${PREFIX}/share/doc/mplex; \
- done
-
-.include "../../mk/bsd.pkg.mk"
diff -r 97c7fbddc085 -r 74fe8a2ffe98 graphics/mplex/PLIST
--- a/graphics/mplex/PLIST Mon Jan 26 12:53:00 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:52:14 zuntum Exp $
-bin/mplex
-share/doc/mplex/COPYING
-share/doc/mplex/INSTRUCT
-share/doc/mplex/README
-@dirrm share/doc/mplex
diff -r 97c7fbddc085 -r 74fe8a2ffe98 graphics/mplex/distinfo
--- a/graphics/mplex/distinfo Mon Jan 26 12:53:00 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2003/12/19 18:25:57 agc Exp $
-
-SHA1 (mjpegtools-1.6.0.tar.gz) = 07637802c94cff2363ca53529ba5e14d0786d6d6
-Size (mjpegtools-1.6.0.tar.gz) = 928991 bytes
-SHA1 (patch-aa) = 136c2e6068beec6676e328e213ddb9164d9e9489
-SHA1 (patch-ab) = e8207b661a8204b23ecc36e0b60844bfba4e1494
-SHA1 (patch-ac) = 47b2d73ae5d8d697cacc00fa7c5b05b39c2ff789
diff -r 97c7fbddc085 -r 74fe8a2ffe98 graphics/mplex/patches/patch-aa
--- a/graphics/mplex/patches/patch-aa Mon Jan 26 12:53:00 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/12/19 18:25:57 agc Exp $
-
---- mplex/multplex.cc 2003/12/19 18:16:29 1.1
-+++ mplex/multplex.cc 2003/12/19 18:17:25
-@@ -3,6 +3,7 @@
- #include <math.h>
- #include <stdlib.h>
- #include <unistd.h>
-+#include <assert.h>
-
- #include <mjpeg_types.h>
- #include <mjpeg_logging.h>
diff -r 97c7fbddc085 -r 74fe8a2ffe98 graphics/mplex/patches/patch-ab
--- a/graphics/mplex/patches/patch-ab Mon Jan 26 12:53:00 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2003/12/19 18:25:57 agc Exp $
-
---- mplex/systems.cc 2003/12/19 18:19:54 1.1
-+++ mplex/systems.cc 2003/12/19 18:20:07
-@@ -2,6 +2,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <assert.h>
- #include <sys/param.h>
- #include <sys/stat.h>
- #include "systems.hh"
diff -r 97c7fbddc085 -r 74fe8a2ffe98 graphics/mplex/patches/patch-ac
--- a/graphics/mplex/patches/patch-ac Mon Jan 26 12:53:00 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2003/12/19 18:25:57 agc Exp $
-
---- mplex/stillsstream.cc 2003/12/19 18:20:51 1.1
-+++ mplex/stillsstream.cc 2003/12/19 18:21:08
-@@ -22,6 +22,7 @@
-
-
- #include <format_codes.h>
-+#include <assert.h>
-
- #include "stillsstream.hh"
- #include "interact.hh"
Home |
Main Index |
Thread Index |
Old Index