Bug 107409 - [NEW PORT] multimedia/tivodecode: Converts .TiVo files to normal MPEG files
Summary: [NEW PORT] multimedia/tivodecode: Converts .TiVo files to normal MPEG files
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-01 20:40 UTC by Yi-Hsuan Hsin
Modified: 2007-01-01 21:10 UTC (History)
1 user (show)

See Also:


Attachments
tivodecode-0.1.4.shar (3.17 KB, text/plain)
2007-01-01 20:40 UTC, Yi-Hsuan Hsin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yi-Hsuan Hsin 2007-01-01 20:40:15 UTC
This software converts a .TiVo file (produced by the TiVoToGo functionality
on recent TiVo software releases) to a normal MPEG file. This has the same
functionality as using TiVo's supplied DirectShow DLL on Windows with a tool
such as DirectShowDump, but is portable to different architectures and
operating systems, and runs on the command line using files or pipes. The
conversion still requires the valid MAK of the TiVo which recorded the file,
so it cannot be used to circumvent their protection, simply to provide the
same level of access as is already available on Windows.

WWW: http://tivodecode.sourceforge.net/

Generated with FreeBSD Port Tools 0.77
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-01 20:47:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-01 21:07:34 UTC
itetcu      2007-01-01 21:07:25 UTC

  FreeBSD ports repository

  Modified files:
    multimedia           Makefile 
  Added files:
    multimedia/tivodecode Makefile distinfo pkg-descr pkg-plist 
    multimedia/tivodecode/files extra-patch-tivo-parse.c 
  Log:
  This software converts a .TiVo file (produced by the TiVoToGo functionality
  on recent TiVo software releases) to a normal MPEG file. This has the same
  functionality as using TiVo's supplied DirectShow DLL on Windows with a tool
  such as DirectShowDump, but is portable to different architectures and
  operating systems, and runs on the command line using files or pipes. The
  conversion still requires the valid MAK of the TiVo which recorded the file,
  so it cannot be used to circumvent their protection, simply to provide the
  same level of access as is already available on Windows.
  
  WWW: http://tivodecode.sourceforge.net/
  
  PR:             ports/107409
  Submitted by:   Yi-Hsuan Hsin <mhsin at mhsin.org>
  
  Revision  Changes    Path
  1.198     +1 -0      ports/multimedia/Makefile
  1.1       +35 -0     ports/multimedia/tivodecode/Makefile (new)
  1.1       +3 -0      ports/multimedia/tivodecode/distinfo (new)
  1.1       +10 -0     ports/multimedia/tivodecode/files/extra-patch-tivo-parse.c (new)
  1.1       +10 -0     ports/multimedia/tivodecode/pkg-descr (new)
  1.1       +4 -0      ports/multimedia/tivodecode/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-01 21:07:37 UTC
State Changed
From-To: open->closed

New port added. Thanks!