Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27992/common/main/finkinfo/gnome

Modified Files:
        gst-python-0.10-py.info 
Added Files:
        gst-python-0.10-defs.info 
Log Message:
fixed gst-python stuff

--- NEW FILE: gst-python-0.10-defs.info ---
Info2: <<
Package: gst-python-0.10-defs
Version: 0.10.4
Revision: 1
Replaces: gst-python-0.10-py23, gst-python-0.10-py24
Source: http://gstreamer.freedesktop.org/src/gst-python/gst-python-%v.tar.bz2
Source-MD5: 73e1ebc4a84a6fae999da83fd625e833
CompileScript: echo "none needed"
InstallScript: <<
#!/bin/sh -ex
        install -d -m 755 %i/share/gst-python/0.10/defs
        for file in gst-types.defs gst-extrafuncs.defs libs.defs base.defs; do
                install -c -m 644 gst/$file %i/share/gst-python/0.10/defs/
        done
<<
DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README RELEASE
Description: Python interface to GStreamer (data files)
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.
<<
License: LGPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://www.gstreamer.net/
<<

Index: gst-python-0.10-py.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/gnome/gst-python-0.10-py.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gst-python-0.10-py.info     5 May 2006 12:07:44 -0000       1.6
+++ gst-python-0.10-py.info     5 May 2006 17:08:50 -0000       1.7
@@ -1,7 +1,7 @@
 Info2: <<
 Package: gst-python-0.10-py%type_pkg[python]
 Version: 0.10.4
-Revision: 1
+Revision: 2
 Depends: %N-shlibs (= %v-%r)
 Replaces: gst-python-0.10-py23, gst-python-0.10-py24
 BuildDepends: <<
@@ -44,10 +44,13 @@
 InstallScript: <<
 #!/bin/sh -ex
        make install DESTDIR=%d examplesdir=%p/share/doc/%N/examples
+
+       # these are in gst-python-0.10-defs instead
+       rm -rf %i/share/gst-python/0.10/defs
 <<
 SplitOff: <<
        Package: %N-shlibs
-       Depends: gst-plugins-base-0.10-shlibs, pygtk2-py%type_pkg[python] (>= 
2.6.3-1)
+       Depends: gst-plugins-base-0.10-shlibs, pygtk2-py%type_pkg[python] (>= 
2.6.3-1), gst-python-0.10-defs (>= %v-1)
        Recommends: gconf2 (>= 2.6.0-1), glib2 (>= 2.4.0-1), gstreamer-0.10, 
gst-plugins-base-0.10
        Description: Python interface to GStreamer (shared libs)
        Files: <<



_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to