aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-05-31 06:36:42 +0800
committermiwi <miwi@FreeBSD.org>2008-05-31 06:36:42 +0800
commit807ca753da51c49f1fe7c80e32a2a8f751c3f23d (patch)
treea4ced223ef93789691b741f082f9d805481445ce /multimedia
parentd0abb80e919cef04086ded03a56092b8d321ac7a (diff)
downloadfreebsd-ports-gnome-807ca753da51c49f1fe7c80e32a2a8f751c3f23d.tar.gz
freebsd-ports-gnome-807ca753da51c49f1fe7c80e32a2a8f751c3f23d.tar.zst
freebsd-ports-gnome-807ca753da51c49f1fe7c80e32a2a8f751c3f23d.zip
- Update to 0.2.p4
PR: 123983 Submitted by: Yi-Hsuan Hsin <mhsin@mhsin.org> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/tivodecode/Makefile9
-rw-r--r--multimedia/tivodecode/distinfo6
-rw-r--r--multimedia/tivodecode/files/extra-patch-tivo-parse.c10
-rw-r--r--multimedia/tivodecode/pkg-plist8
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%%