the Fink project is an effort to port
popular Unix programs to Mac OS X
Info4: <<
Package: gst-python-0.10-defs
Version: 0.10.21
Revision: 1
Description: Python interface to GStreamer (data files)
License: LGPL
Maintainer: Benjamin Reed
Replaces: <<
gst-python-0.10-py23,
gst-python-0.10-py24,
gst-python-0.10-py25,
gst-python-0.10-py26,
gst-python-0.10-py27
<<
Source: http://gstreamer.freedesktop.org/src/gst-python/gst-python-%v.tar.bz2
Source-MD5: 31340ae3e877797a10d088a226d74b16
UseMaxBuildJobs: true
CompileScript: echo "none needed"
InstallScript: <<
#!/bin/sh -ex
install -d -m 755 %i/share/gst-python/0.10/defs
for file in gst/*.defs; do
install -c -m 644 $file %i/share/gst-python/0.10/defs/
done
<<
DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README RELEASE
Homepage: http://www.gstreamer.net/
DescDetail: <<
GStreamer is a streaming-media framework, based on graphs of
filters which operate on media data. Applications using this
library can do anything from real-time sound processing to
playing videos. Its plugin-based architecture means that new
data types or processing capabilities can be added simply by
installing new plugins.
These are the common data files for the python tools for
GStreamer.
<<
<<