diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-30 22:36:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-30 22:36:42 +0000 |
commit | 7660e0b5e4df268739272abed47278d8cda0d78e (patch) | |
tree | 893d89b3b3de9cbf7317095255ee3d84c0d72268 /multimedia/tivodecode | |
parent | d4a8f562e23ca1e45c12e8dab55a13cbca19a97d (diff) | |
download | ports-7660e0b5e4df268739272abed47278d8cda0d78e.tar.gz ports-7660e0b5e4df268739272abed47278d8cda0d78e.zip |
Notes
Diffstat (limited to 'multimedia/tivodecode')
-rw-r--r-- | multimedia/tivodecode/Makefile | 9 | ||||
-rw-r--r-- | multimedia/tivodecode/distinfo | 6 | ||||
-rw-r--r-- | multimedia/tivodecode/files/extra-patch-tivo-parse.c | 10 | ||||
-rw-r--r-- | multimedia/tivodecode/pkg-plist | 8 |
4 files changed, 14 insertions, 19 deletions
diff --git a/multimedia/tivodecode/Makefile b/multimedia/tivodecode/Makefile index e1ac7a97afbd..45524c15b2e2 100644 --- a/multimedia/tivodecode/Makefile +++ b/multimedia/tivodecode/Makefile @@ -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} diff --git a/multimedia/tivodecode/distinfo b/multimedia/tivodecode/distinfo index 6f333568aa79..1fd512d10bf3 100644 --- a/multimedia/tivodecode/distinfo +++ b/multimedia/tivodecode/distinfo @@ -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 diff --git a/multimedia/tivodecode/files/extra-patch-tivo-parse.c b/multimedia/tivodecode/files/extra-patch-tivo-parse.c deleted file mode 100644 index c831be3be48d..000000000000 --- a/multimedia/tivodecode/files/extra-patch-tivo-parse.c +++ /dev/null @@ -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" diff --git a/multimedia/tivodecode/pkg-plist b/multimedia/tivodecode/pkg-plist index e165bd563698..2d41839d0563 100644 --- a/multimedia/tivodecode/pkg-plist +++ b/multimedia/tivodecode/pkg-plist @@ -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%% |