Subject: CVS commit: pkgsrc/multimedia/gst-plugins
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 04/06/2004 09:36:28
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Tue Apr  6 09:36:28 UTC 2004

Modified Files:
	pkgsrc/multimedia/gst-plugins: DESCR Makefile PLIST buildlink3.mk
	    distinfo
	pkgsrc/multimedia/gst-plugins/patches: patch-aa
Added Files:
	pkgsrc/multimedia/gst-plugins: Makefile.common

Log Message:
Update to 0.8.0nb2:
- Do not install nor build any plugins that require external libraries.
  This keeps this package small, makes it modular and will avoid the need
  of "fee-based-commercial-use" licenses while building GNOME.
- Split the Makefile and make it easy to create packages for individual
  plugins by using Makefile.common.
- Use gstreamer/plugins.mk to automatically register installed plugins in
  the plugins database.
- Fix the regex used to export symbols to something that matches better
  the original one.
- As a result of the update of gstreamer to 0.8.0nb1 (which requires a
  glib2 with the RTLD_GLOBAL fix), plugins work fine now.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/multimedia/gst-plugins/DESCR
cvs rdiff -r1.16 -r1.17 pkgsrc/multimedia/gst-plugins/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/multimedia/gst-plugins/Makefile.common
cvs rdiff -r1.3 -r1.4 pkgsrc/multimedia/gst-plugins/PLIST \
    pkgsrc/multimedia/gst-plugins/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/multimedia/gst-plugins/buildlink3.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/multimedia/gst-plugins/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.