[32232] trunk/dports/multimedia
ryandesign at macports.org
ryandesign at macports.org
Thu Dec 20 23:58:26 PST 2007
Revision: 32232
http://trac.macosforge.org/projects/macports/changeset/32232
Author: ryandesign at macports.org
Date: 2007-12-20 23:58:25 -0800 (Thu, 20 Dec 2007)
Log Message:
-----------
replex: new port; closes #13664
Added Paths:
-----------
trunk/dports/multimedia/replex/
trunk/dports/multimedia/replex/Portfile
trunk/dports/multimedia/replex/files/
trunk/dports/multimedia/replex/files/patch-replex.c.diff
Added: trunk/dports/multimedia/replex/Portfile
===================================================================
--- trunk/dports/multimedia/replex/Portfile (rev 0)
+++ trunk/dports/multimedia/replex/Portfile 2007-12-21 07:58:25 UTC (rev 32232)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \
+c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id:$
+
+PortSystem 1.0
+
+name replex
+version 0.1.6.8
+categories multimedia
+maintainers emyr.thomas at gmail.com
+platforms darwin
+homepage http://www.metzlerbros.org/dvb/
+master_sites ${homepage}
+use_configure no
+universal_variant no
+
+description Remultiplex an MPEG2 TS into a PS for DVD
+
+long_description 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 be burned to a\
+ DVD (with dvdauthor).
+
+checksums md5 de02c1b55bc7863f811adffe611f1c71 \
+ sha1 594a5195d65059f26203ac25ad2f332d3c34c1ae \
+ rmd160 9b29af523b82e008981169497956e5a590d5c268
+
+patchfiles patch-replex.c.diff
+
+destroot.destdir DESTDIR=${destroot}${prefix}
+
+livecheck.check regex
+livecheck.regex ${name}-(\[0-9.]+)\\.tar
Property changes on: trunk/dports/multimedia/replex/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Added: trunk/dports/multimedia/replex/files/patch-replex.c.diff
===================================================================
--- trunk/dports/multimedia/replex/files/patch-replex.c.diff (rev 0)
+++ trunk/dports/multimedia/replex/files/patch-replex.c.diff 2007-12-21 07:58:25 UTC (rev 32232)
@@ -0,0 +1,13 @@
+--- replex.c.orig 2007-06-19 10:30:08.000000000 +0100
++++ replex.c 2007-12-20 16:49:43.000000000 +0000
+@@ -41,6 +41,10 @@
+ #include "replex.h"
+ #include "pes.h"
+
++#ifndef O_LARGEFILE
++#define O_LARGEFILE 0
++#endif
++
+ static int replex_all_set(struct replex *rx);
+
+ void overflow_exit(struct replex *rx)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071220/7cb61dec/attachment-0001.html
More information about the macports-changes
mailing list