pkgsrc/multimedia/gstreamer/plugins.mk
jmmv ddc67400d1 Update gstreamer to 0.8.1:
Features of this release
      * Parallel installability with 0.6.x series
      * Internationalization
      * New translations in this release: Swedish, Afrikaans, Azerbeaijani
      * Translations: af, az, fr, nl, sr, sv
      * New scheduler: entry
      * Reworked capabilities and negotiation subsystem
      * Reworked tagging subsystem
      * Reworked interactivity subsystem (for DVD playback)
      * Consistent error and debug signaling
      * Dynamic debug logging
      * Portability fixes
      * Binding support fixes
      * ChangeLog use
      * Coding style consistency

Bugs fixed in this release
      * 136841 : Some code will need to be rewritten to compile against gc...
      * 136904 : [opt] support loop in multi-loop based group
      * 137279 : [patch] dispose/finalize functions for gst core elements
      * 137625 : HAVE_ATOMIC_H is not used
      * 138705 : Problem testing gstreamer 0.8.0
      * 139002 : Compilation error
      * 139109 : Compilation of gst-plugins fails because of errors in header
      * 139617 : v4l2src ! spider ! ximagesink : crashes
2004-04-15 21:20:32 +00:00

34 lines
1.1 KiB
Makefile

# $NetBSD: plugins.mk,v 1.3 2004/04/15 21:20:32 jmmv Exp $
#
# This Makefile fragment is intended to be included by packages that install
# GStreamer modules. It takes care of rebuilding the corresponding databases
# at (de)installation time.
#
.if !defined(GSTREAMER_PLUGINS_MK)
GSTREAMER_PLUGINS_MK= # defined
GST_DBDIR= ${BUILDLINK_PREFIX.gstreamer}/libdata/gstreamer-0.8
GST_COMPPREP= ${BUILDLINK_PREFIX.gstreamer}/bin/gst-compprep
GST_REGISTER= ${BUILDLINK_PREFIX.gstreamer}/bin/gst-register
FILES_SUBST+= GST_DBDIR="${GST_DBDIR}"
FILES_SUBST+= GST_COMPPREP="${GST_COMPPREP}"
FILES_SUBST+= GST_REGISTER="${GST_REGISTER}"
INSTALL_EXTRA_TMPL+= ../../multimedia/gstreamer/files/plugins.tmpl
DEINSTALL_EXTRA_TMPL+= ../../multimedia/gstreamer/files/plugins.tmpl
USE_PKGINSTALL= YES
.if defined(_GSTREAMER_NO_DEPEND)
BUILDLINK_PREFIX.gstreamer= ${LOCALBASE}
.else
USE_BUILDLINK3= YES
PRINT_PLIST_AWK+= /^libdata\/gstreamer-0.8/ { next; }
PRINT_PLIST_AWK+= /^@dirrm libdata\/gstreamer-0.8/ { next; }
BUILDLINK_DEPENDS.gstreamer+= gstreamer>=0.8.1
. include "../../multimedia/gstreamer/buildlink3.mk"
.endif
.endif # GSTREAMER_PLUGINS_MK