[BACK]Return to Makefile.common CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / multimedia / gst-plugins0.10-base

Annotation of pkgsrc/multimedia/gst-plugins0.10-base/Makefile.common, Revision 1.15

1.15    ! drochner    1: # $NetBSD: Makefile.common,v 1.14 2008/04/10 12:00:45 drochner Exp $
1.1       jmmv        2: #
                      3:
                      4: GST_PLUGINS0.10_TYPE=  base
1.15    ! drochner    5: GST_PLUGINS0.10_VER=   0.10.20
        !             6: BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.20
1.1       jmmv        7:
                      8: # Disable all drivers and features by default.
                      9: .for driver in alsa \
1.2       wiz        10:                cdparanoia \
1.1       jmmv       11:                freetypetest \
                     12:                gnome_vfs \
                     13:                gst_v4l \
                     14:                libvisual \
                     15:                ogg \
                     16:                oggtest \
                     17:                pango \
                     18:                theora \
                     19:                vorbis \
                     20:                vorbistest \
                     21:                x \
                     22:                xshm \
                     23:                xvideo
                     24: CONFIGURE_ARGS+=       --disable-${driver}
                     25: .endfor
                     26:
                     27: .include "plugins.mk"

CVSweb <webmaster@jp.NetBSD.org>