pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/replex Initial import of replex-0.1.4, prov...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6847992af95
branches:  trunk
changeset: 506080:d6847992af95
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 11 18:36:11 2006 +0000

description:
Initial import of replex-0.1.4, provided by Michael van Elst in PR 32380:

Replex was created to remultiplex transport stream (TS) data taken from
a DVB source. The result is supposed to be a program stream (PS) that
can be used to burn a DVD (with dvdauthor). Replex can also remultiplex
other PSs and AVIs with MPEG2 content.

diffstat:

 multimedia/replex/DESCR            |   4 +++
 multimedia/replex/Makefile         |  14 +++++++++++
 multimedia/replex/PLIST            |   4 +++
 multimedia/replex/distinfo         |   7 +++++
 multimedia/replex/patches/patch-aa |  46 ++++++++++++++++++++++++++++++++++++++
 multimedia/replex/patches/patch-ab |  15 ++++++++++++
 6 files changed, 90 insertions(+), 0 deletions(-)

diffs (114 lines):

diff -r 908ed5072de4 -r d6847992af95 multimedia/replex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/replex/DESCR   Wed Jan 11 18:36:11 2006 +0000
@@ -0,0 +1,4 @@
+Replex was created to remultiplex transport stream (TS) data taken from
+a DVB source. The result is supposed to be a program stream (PS) that
+can be used to burn a DVD (with dvdauthor). Replex can also remultiplex
+other PSs and AVIs with MPEG2 content.
diff -r 908ed5072de4 -r d6847992af95 multimedia/replex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/replex/Makefile        Wed Jan 11 18:36:11 2006 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/11 18:36:11 wiz Exp $
+#
+
+DISTNAME=              replex-0.1.4
+CATEGORIES=            multimedia
+MASTER_SITES=          http://www.metzlerbros.org/dvb/
+
+MAINTAINER=            mlelstv%NetBSD.org@localhost
+HOMEPAGE=              http://www.metzlerbros.org/dvb/
+COMMENT=               Remultiplexes transport streams from a DVB source
+
+USE_TOOLS+=            gmake
+
+.include "../../mk/bsd.pkg.mk"
diff -r 908ed5072de4 -r d6847992af95 multimedia/replex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/replex/PLIST   Wed Jan 11 18:36:11 2006 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/11 18:36:11 wiz Exp $
+bin/replex
+share/doc/replex/README
+@dirrm share/doc/replex
diff -r 908ed5072de4 -r d6847992af95 multimedia/replex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/replex/distinfo        Wed Jan 11 18:36:11 2006 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/01/11 18:36:11 wiz Exp $
+
+SHA1 (replex-0.1.4.tar.gz) = 9d381da25aac0406791e290bff3f27b78ec034ed
+RMD160 (replex-0.1.4.tar.gz) = 4fc8b1e19ca9dd0b362eeac57a797d76b556b250
+Size (replex-0.1.4.tar.gz) = 43292 bytes
+SHA1 (patch-aa) = 11d1835f90742170e204bf3f877359d8508b60af
+SHA1 (patch-ab) = e1d8876ed8db03599c3e92de157401defc0cd893
diff -r 908ed5072de4 -r d6847992af95 multimedia/replex/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/replex/patches/patch-aa        Wed Jan 11 18:36:11 2006 +0000
@@ -0,0 +1,46 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/01/11 18:36:11 wiz Exp $
+
+--- Makefile.orig      2005-03-27 21:54:24.000000000 +0200
++++ Makefile
+@@ -1,16 +1,17 @@
+ VERSION = 0.1.4
+ DISTNAME = replex-$(VERSION)
+ TARNAME = $(DISTNAME).tar.gz  
+-INCS   = -I..
++INCS   =
+ CFLAGS =  -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
+-LIBS   = -L. 
++LIBS   =
+ MFLAG  = -M
+ OBJS = element.o pes.o mpg_common.o ts.o ringbuffer.o avi.o multiplex.o
+ 
+ SRC  =  avi.c  element.c mpg_common.c pes.c replex.c ringbuffer.c ts.c multiplex.c
+ HEADERS = element.h pes.h mpg_common.h ts.h ringbuffer.h avi.h replex.h multiplex.h
+ EXTRA = COPYING README TODO CHANGES
+-DESTDIR = /usr/local
++#DESTDIR =
++#PREFIX = /usr/local
+ 
+ 
+ .PHONY: depend clean install uninstall
+@@ -37,13 +38,15 @@ dist: $(SRC) $(HEADERS) Makefile
+ %.o:    %.c %.h
+       $(CC) -c $(CFLAGS) $(INCS) $(DEFINES) $<
+ 
+-install: libreplex.a replex
+-      install -m 644 libreplex.a $(DESTDIR)/lib/
+-      install -m 755 replex $(DESTDIR)/bin/
++install: README replex
++      $(BSD_INSTALL_PROGRAM) replex $(PREFIX)/bin/
++      $(BSD_INSTALL_DATA_DIR) $(PREFIX)/share/doc/replex/
++      $(BSD_INSTALL_DATA) README $(PREFIX)/share/doc/replex/
+ 
+ uninstall:
+-      rm -f $(DESTDIR)/lib/libreplex.a
+-      rm -f $(DESTDIR)/bin/replex
++      rm -f $(PREFIX)/share/doc/replex/README
++      rmdir $(PREFIX)/share/doc/replex
++      rm -f $(PREFIX)/bin/replex
+ 
+ 
+ .depend: 
diff -r 908ed5072de4 -r d6847992af95 multimedia/replex/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/replex/patches/patch-ab        Wed Jan 11 18:36:11 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1.1.1 2006/01/11 18:36:11 wiz Exp $
+
+--- replex.c.orig      2005-03-27 21:54:23.000000000 +0200
++++ replex.c
+@@ -39,6 +39,10 @@
+ #include "replex.h"
+ #include "pes.h"
+ 
++#ifndef O_LARGEFILE
++#define O_LARGEFILE 0
++#endif
++
+ static int replex_all_set(struct replex *rx);
+ 
+ int replex_check_id(struct replex *rx, uint16_t id)



Home | Main Index | Thread Index | Old Index