pkgsrc/filesystems/fuse-gstfs/patches/patch-ab
bjs 7e5da2d0f0 Import fuse-gstfs-0.1.
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.
2008-12-14 06:37:49 +00:00

8 lines
466 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2008/12/14 06:37:49 bjs Exp $
--- mp32wav.sh.orig 2008-08-31 12:13:53.000000000 -0400
+++ mp32wav.sh
@@ -1,2 +1,2 @@
#! /bin/sh
-./gstfs -d -osrc=$1,src_ext=mp3,dst_ext=wav,pipeline="filesrc name=\"_source\" ! decodebin ! audioconvert ! wavenc ! fdsink name=\"_dest\" sync=false" $2
+gstfs -d -osrc=$1,src_ext=mp3,dst_ext=wav,pipeline="filesrc name=\"_source\" ! decodebin ! audioconvert ! wavenc ! fdsink name=\"_dest\" sync=false" $2