Bug 129984 - [NEW PORT] sysutils/fusefs-gstfs - On-demand, transcoding filesystem (using GStreamer pipeline)
Summary: [NEW PORT] sysutils/fusefs-gstfs - On-demand, transcoding filesystem (using G...
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-28 02:40 UTC by Dennis Herrmann
Modified: 2008-12-28 13:00 UTC (History)
0 users

See Also:


Attachments
new_port-fusefs-gstfs.sh (2.50 KB, text/plain)
2008-12-28 02:40 UTC, Dennis Herrmann
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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"