~jmillikin/banshee/bug-389537_export-xspf-playlists

« back to all changes in this revision

Viewing changes to gstreamer/gst-package.mk

  • Committer: abock
  • Date: 2008-06-18 20:27:10 UTC
  • Revision ID: svn-v4:62b1da36-d725-0410-9188-c7f0e034c824:trunk/banshee:4167
2008-06-18  Aaron Bockover  <abock@gnome.org>

    * gstreamer/equalizer/: Copied the GStreamer equalizer (10-band) element
    from GStreamer CVS so we can include it without depending on the very
    latest GStreamer. It has a number of necessary bug fixes which won't
    be available to many users for quite some time through normal distribution
    channels

    * gstreamer/COPYING: A copy of the LGPL
    
    * gstreamer/gst-package.mk: Define some metadata required for GStreamer
    plugins inside of the main GStreamer build environment

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GST_INFO_FLAGS = \
 
2
        -DGST_LICENSE=\"LGPL\" \
 
3
        -DGST_PACKAGE_NAME=\"banshee-1\" \
 
4
        -DGST_PACKAGE_ORIGIN=\"gst-plugins-good\"
 
5