- Update to 0.2.p4

PR:		123983
Submitted by:	Yi-Hsuan Hsin <mhsin@mhsin.org> (maintainer)
This commit is contained in:
Martin Wilke 2008-05-30 22:36:42 +00:00
parent d4a8f562e2
commit 7660e0b5e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213990
4 changed files with 14 additions and 19 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= tivodecode
DISTVERSION= 0.1.4
DISTVERSION= 0.2pre4
CATEGORIES= multimedia
MASTER_SITES= SF
@ -14,12 +14,9 @@ MAINTAINER= mhsin@mhsin.org
COMMENT= Converts .TiVo files to normal MPEG files
USE_GMAKE= yes
GNU_CONFIGURE= yes
post-patch:
${REINPLACE_CMD} -e 's/CFLAGS=/CFLAGS+=/' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/objects.dir/tivodecode ${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}

View file

@ -1,3 +1,3 @@
MD5 (tivodecode-0.1.4.tar.gz) = b0131ce1de4f2c2057f31a29f7f13c45
SHA256 (tivodecode-0.1.4.tar.gz) = b48855ab01f6bb75d77036f08b9774cc60564af68493abcd726023db03381037
SIZE (tivodecode-0.1.4.tar.gz) = 25456
MD5 (tivodecode-0.2pre4.tar.gz) = cf82385db3e0d708ebdbe5055b8ae7ee
SHA256 (tivodecode-0.2pre4.tar.gz) = 788839cc4ad66f5b20792e166514411705e8564f9f050584c54c3f1f452e9cdf
SIZE (tivodecode-0.2pre4.tar.gz) = 124685

View file

@ -1,10 +0,0 @@
--- tivo-parse.c.orig Tue Jan 2 02:30:58 2007
+++ tivo-parse.c Tue Jan 2 02:31:12 2007
@@ -8,6 +8,7 @@
#ifdef WIN32
# include <windows.h>
#else
+# include <sys/types.h>
# include <netinet/in.h>
#endif
#include "sha1.h"

View file

@ -1,4 +1,12 @@
bin/tivodecode
bin/tdcat
lib/libtivodecode.a
include/tivodecode/tdconfig.h
include/tivodecode/tivodecoder.h
include/tivodecode/tivo-parse.h
include/tivodecode/turing_stream.h
include/tivodecode/Turing.h
@dirrm include/tivodecode
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%