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/
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
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"