Bug 129984

Summary: [NEW PORT] sysutils/fusefs-gstfs - On-demand, transcoding filesystem (using GStreamer pipeline)
Product: Ports & Packages Reporter: Dennis Herrmann <adox>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
new_port-fusefs-gstfs.sh none

Description Dennis Herrmann 2008-12-28 02:40:05 UTC
GSTFS is a filesystem for on-demand transcoding of music files
between different formats. It utilizes the gstreamer library for
conversion so any formats supported by gstreamer should also be
supported by gstfs. The filesystem's only requirement is that the
gstreamer pipeline begin with a filesrc with the name "_source"
and end with an fdsink with the name "_dest". The filesystem will
automatically substitute the filename and fd number in these
pipelines.

WWW:    http://bobcopeland.com/gstfs/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-28 02:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-12-28 12:57:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-12-28 12:57:54 UTC
miwi        2008-12-28 12:57:40 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/fusefs-gstfs Makefile distinfo pkg-descr 
  Log:
  GSTFS is a filesystem for on-demand transcoding of music files
  between different formats. It utilizes the gstreamer library for
  conversion so any formats supported by gstreamer should also be
  supported by gstfs. The filesystem's only requirement is that the
  gstreamer pipeline begin with a filesrc with the name "_source"
  and end with an fdsink with the name "_dest". The filesystem will
  automatically substitute the filename and fd number in these
  pipelines.
  
  WWW:    http://bobcopeland.com/gstfs/
  
  PR:             ports/129984
  Submitted by:   Dennis Herrmann <adox at mcx2.org>
  
  Revision  Changes    Path
  1.1054    +1 -0      ports/sysutils/Makefile
  1.1       +41 -0     ports/sysutils/fusefs-gstfs/Makefile (new)
  1.1       +3 -0      ports/sysutils/fusefs-gstfs/distinfo (new)
  1.1       +10 -0     ports/sysutils/fusefs-gstfs/pkg-descr (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"