pkgsrc/multimedia/gst-plugins0.10-base/buildlink3.mk

17 lines
608 B
Makefile
Raw Normal View History

# $NetBSD: buildlink3.mk,v 1.16 2012/09/15 10:05:47 obache Exp $
Initial import of gst-plugins-0.10-base, version 0.10.1. This is an update for part of gst-plugins0.8 to the 0.10 series. Changes: Changes since 0.10.0: * Parallel installability with 0.8.x series * Threadsafe design and API * removed gst-launch-ext * Ported: ogmparse * Fixes for: subparse, xvimagesink, audioresample, videorate, decodebin Bugs fixed since 0.10.0: * 322347 : GstBaseRtpDepayload timestamps are wring * 323900 : Basertpdepayloader lets NEWSEGMENT events through unfiltered * 323878 : missing < string.h > inclusion (for memset & FD_ZERO) API added since 0.10.0: * GstAlsaMixer::device * GstAlsaMixer::device-name Bugs fixed since 0.9.7: * 319172 : gstreamer-plugins-base-0.9.pc doesn't export linking flags * 323017 : While(1) loop with sleep(0) in basertpdepayload.c Changes since 0.9.6: * Parallel installability with 0.8.x series * Threadsafe design and API * ximagesink and xvimagesink updates and interactive test * added pango * rename net to netbuffer library * rtp element renaming * stream selector fixes Bugs fixed since 0.9.6: * 319618 : [decodebin] some ogg videos don't play * 320644 : RTP packetizer does't set the packet timestamps correctly * 322388 : xvimagesink force-aspect-ratio=True always displays squar... * 322704 : oggdemux typefind list leak Changes since 0.9.5: * Parallel installability with 0.8.x series * Threadsafe design and API * lots of leak fixes * flicker-free and rewritten X sinks * fractional framerates * removed sinesrc, replaced by audiotestsrc Bugs fixed since 0.9.5: * 316442 : playbin should use autoaudiosink/autovideosink by default * 318353 : [ffmpegcolorspace] forward-port fixes from 0.8 branch * 320200 : vorbisenc: min-bitrate and max-bitrate are 1/1000 bps rat... * 321164 : gstringbuffer stops working under load * 321426 : ximage plugin should be renamed to ximagesink * 321446 : sinesrc should be dropped in favour of audiotestsrc * 321451 : GstRtpBuffer: no way to create a sub buffer with only the... * 321816 : [API] xoverlay API to post prepare-xwindow-id message * 321894 : vorbisenc doesn't compile * 322117 : Rename libgsttagedit to libgsttag Changes since 0.9.4: * video caps now use a good range for framerate and w/h * oggdemux/oggmux improvements * playbin improvements Bugs fixed since 0.9.4: * 319110 : [PATCH] oggdemux chain finding is slow * 320058 : playbin of a jpeg over http does not work * 320923 : [volume] doesn't build on Solaris * 321011 : gstbasertpdepayload doesn't send the " new segment " event ... Changes since 0.9.3: * New element: audiotestsrc * typefind improvements * buffer-frames removed Changes since 0.9.2: * RTP base classes Bugs fixed since 0.9.2: * 313251 : ximagesink unused functions * 315159 : audioconvert lost 24 bit conversions in the rewrite
2006-01-18 16:41:03 +01:00
BUILDLINK_TREE+= gst-plugins0.10-base
Initial import of gst-plugins-0.10-base, version 0.10.1. This is an update for part of gst-plugins0.8 to the 0.10 series. Changes: Changes since 0.10.0: * Parallel installability with 0.8.x series * Threadsafe design and API * removed gst-launch-ext * Ported: ogmparse * Fixes for: subparse, xvimagesink, audioresample, videorate, decodebin Bugs fixed since 0.10.0: * 322347 : GstBaseRtpDepayload timestamps are wring * 323900 : Basertpdepayloader lets NEWSEGMENT events through unfiltered * 323878 : missing < string.h > inclusion (for memset & FD_ZERO) API added since 0.10.0: * GstAlsaMixer::device * GstAlsaMixer::device-name Bugs fixed since 0.9.7: * 319172 : gstreamer-plugins-base-0.9.pc doesn't export linking flags * 323017 : While(1) loop with sleep(0) in basertpdepayload.c Changes since 0.9.6: * Parallel installability with 0.8.x series * Threadsafe design and API * ximagesink and xvimagesink updates and interactive test * added pango * rename net to netbuffer library * rtp element renaming * stream selector fixes Bugs fixed since 0.9.6: * 319618 : [decodebin] some ogg videos don't play * 320644 : RTP packetizer does't set the packet timestamps correctly * 322388 : xvimagesink force-aspect-ratio=True always displays squar... * 322704 : oggdemux typefind list leak Changes since 0.9.5: * Parallel installability with 0.8.x series * Threadsafe design and API * lots of leak fixes * flicker-free and rewritten X sinks * fractional framerates * removed sinesrc, replaced by audiotestsrc Bugs fixed since 0.9.5: * 316442 : playbin should use autoaudiosink/autovideosink by default * 318353 : [ffmpegcolorspace] forward-port fixes from 0.8 branch * 320200 : vorbisenc: min-bitrate and max-bitrate are 1/1000 bps rat... * 321164 : gstringbuffer stops working under load * 321426 : ximage plugin should be renamed to ximagesink * 321446 : sinesrc should be dropped in favour of audiotestsrc * 321451 : GstRtpBuffer: no way to create a sub buffer with only the... * 321816 : [API] xoverlay API to post prepare-xwindow-id message * 321894 : vorbisenc doesn't compile * 322117 : Rename libgsttagedit to libgsttag Changes since 0.9.4: * video caps now use a good range for framerate and w/h * oggdemux/oggmux improvements * playbin improvements Bugs fixed since 0.9.4: * 319110 : [PATCH] oggdemux chain finding is slow * 320058 : playbin of a jpeg over http does not work * 320923 : [volume] doesn't build on Solaris * 321011 : gstbasertpdepayload doesn't send the " new segment " event ... Changes since 0.9.3: * New element: audiotestsrc * typefind improvements * buffer-frames removed Changes since 0.9.2: * RTP base classes Bugs fixed since 0.9.2: * 313251 : ximagesink unused functions * 315159 : audioconvert lost 24 bit conversions in the rewrite
2006-01-18 16:41:03 +01:00
.if !defined(GST_PLUGINS0.10_BASE_BUILDLINK3_MK)
GST_PLUGINS0.10_BASE_BUILDLINK3_MK:=
Initial import of gst-plugins-0.10-base, version 0.10.1. This is an update for part of gst-plugins0.8 to the 0.10 series. Changes: Changes since 0.10.0: * Parallel installability with 0.8.x series * Threadsafe design and API * removed gst-launch-ext * Ported: ogmparse * Fixes for: subparse, xvimagesink, audioresample, videorate, decodebin Bugs fixed since 0.10.0: * 322347 : GstBaseRtpDepayload timestamps are wring * 323900 : Basertpdepayloader lets NEWSEGMENT events through unfiltered * 323878 : missing < string.h > inclusion (for memset & FD_ZERO) API added since 0.10.0: * GstAlsaMixer::device * GstAlsaMixer::device-name Bugs fixed since 0.9.7: * 319172 : gstreamer-plugins-base-0.9.pc doesn't export linking flags * 323017 : While(1) loop with sleep(0) in basertpdepayload.c Changes since 0.9.6: * Parallel installability with 0.8.x series * Threadsafe design and API * ximagesink and xvimagesink updates and interactive test * added pango * rename net to netbuffer library * rtp element renaming * stream selector fixes Bugs fixed since 0.9.6: * 319618 : [decodebin] some ogg videos don't play * 320644 : RTP packetizer does't set the packet timestamps correctly * 322388 : xvimagesink force-aspect-ratio=True always displays squar... * 322704 : oggdemux typefind list leak Changes since 0.9.5: * Parallel installability with 0.8.x series * Threadsafe design and API * lots of leak fixes * flicker-free and rewritten X sinks * fractional framerates * removed sinesrc, replaced by audiotestsrc Bugs fixed since 0.9.5: * 316442 : playbin should use autoaudiosink/autovideosink by default * 318353 : [ffmpegcolorspace] forward-port fixes from 0.8 branch * 320200 : vorbisenc: min-bitrate and max-bitrate are 1/1000 bps rat... * 321164 : gstringbuffer stops working under load * 321426 : ximage plugin should be renamed to ximagesink * 321446 : sinesrc should be dropped in favour of audiotestsrc * 321451 : GstRtpBuffer: no way to create a sub buffer with only the... * 321816 : [API] xoverlay API to post prepare-xwindow-id message * 321894 : vorbisenc doesn't compile * 322117 : Rename libgsttagedit to libgsttag Changes since 0.9.4: * video caps now use a good range for framerate and w/h * oggdemux/oggmux improvements * playbin improvements Bugs fixed since 0.9.4: * 319110 : [PATCH] oggdemux chain finding is slow * 320058 : playbin of a jpeg over http does not work * 320923 : [volume] doesn't build on Solaris * 321011 : gstbasertpdepayload doesn't send the " new segment " event ... Changes since 0.9.3: * New element: audiotestsrc * typefind improvements * buffer-frames removed Changes since 0.9.2: * RTP base classes Bugs fixed since 0.9.2: * 313251 : ximagesink unused functions * 315159 : audioconvert lost 24 bit conversions in the rewrite
2006-01-18 16:41:03 +01:00
BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.31
BUILDLINK_ABI_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.36nb3
Initial import of gst-plugins-0.10-base, version 0.10.1. This is an update for part of gst-plugins0.8 to the 0.10 series. Changes: Changes since 0.10.0: * Parallel installability with 0.8.x series * Threadsafe design and API * removed gst-launch-ext * Ported: ogmparse * Fixes for: subparse, xvimagesink, audioresample, videorate, decodebin Bugs fixed since 0.10.0: * 322347 : GstBaseRtpDepayload timestamps are wring * 323900 : Basertpdepayloader lets NEWSEGMENT events through unfiltered * 323878 : missing < string.h > inclusion (for memset & FD_ZERO) API added since 0.10.0: * GstAlsaMixer::device * GstAlsaMixer::device-name Bugs fixed since 0.9.7: * 319172 : gstreamer-plugins-base-0.9.pc doesn't export linking flags * 323017 : While(1) loop with sleep(0) in basertpdepayload.c Changes since 0.9.6: * Parallel installability with 0.8.x series * Threadsafe design and API * ximagesink and xvimagesink updates and interactive test * added pango * rename net to netbuffer library * rtp element renaming * stream selector fixes Bugs fixed since 0.9.6: * 319618 : [decodebin] some ogg videos don't play * 320644 : RTP packetizer does't set the packet timestamps correctly * 322388 : xvimagesink force-aspect-ratio=True always displays squar... * 322704 : oggdemux typefind list leak Changes since 0.9.5: * Parallel installability with 0.8.x series * Threadsafe design and API * lots of leak fixes * flicker-free and rewritten X sinks * fractional framerates * removed sinesrc, replaced by audiotestsrc Bugs fixed since 0.9.5: * 316442 : playbin should use autoaudiosink/autovideosink by default * 318353 : [ffmpegcolorspace] forward-port fixes from 0.8 branch * 320200 : vorbisenc: min-bitrate and max-bitrate are 1/1000 bps rat... * 321164 : gstringbuffer stops working under load * 321426 : ximage plugin should be renamed to ximagesink * 321446 : sinesrc should be dropped in favour of audiotestsrc * 321451 : GstRtpBuffer: no way to create a sub buffer with only the... * 321816 : [API] xoverlay API to post prepare-xwindow-id message * 321894 : vorbisenc doesn't compile * 322117 : Rename libgsttagedit to libgsttag Changes since 0.9.4: * video caps now use a good range for framerate and w/h * oggdemux/oggmux improvements * playbin improvements Bugs fixed since 0.9.4: * 319110 : [PATCH] oggdemux chain finding is slow * 320058 : playbin of a jpeg over http does not work * 320923 : [volume] doesn't build on Solaris * 321011 : gstbasertpdepayload doesn't send the " new segment " event ... Changes since 0.9.3: * New element: audiotestsrc * typefind improvements * buffer-frames removed Changes since 0.9.2: * RTP base classes Bugs fixed since 0.9.2: * 313251 : ximagesink unused functions * 315159 : audioconvert lost 24 bit conversions in the rewrite
2006-01-18 16:41:03 +01:00
BUILDLINK_PKGSRCDIR.gst-plugins0.10-base?= ../../multimedia/gst-plugins0.10-base
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../devel/orc/buildlink3.mk"
.endif # GST_PLUGINS0.10_BASE_BUILDLINK3_MK
Initial import of gst-plugins-0.10-base, version 0.10.1. This is an update for part of gst-plugins0.8 to the 0.10 series. Changes: Changes since 0.10.0: * Parallel installability with 0.8.x series * Threadsafe design and API * removed gst-launch-ext * Ported: ogmparse * Fixes for: subparse, xvimagesink, audioresample, videorate, decodebin Bugs fixed since 0.10.0: * 322347 : GstBaseRtpDepayload timestamps are wring * 323900 : Basertpdepayloader lets NEWSEGMENT events through unfiltered * 323878 : missing < string.h > inclusion (for memset & FD_ZERO) API added since 0.10.0: * GstAlsaMixer::device * GstAlsaMixer::device-name Bugs fixed since 0.9.7: * 319172 : gstreamer-plugins-base-0.9.pc doesn't export linking flags * 323017 : While(1) loop with sleep(0) in basertpdepayload.c Changes since 0.9.6: * Parallel installability with 0.8.x series * Threadsafe design and API * ximagesink and xvimagesink updates and interactive test * added pango * rename net to netbuffer library * rtp element renaming * stream selector fixes Bugs fixed since 0.9.6: * 319618 : [decodebin] some ogg videos don't play * 320644 : RTP packetizer does't set the packet timestamps correctly * 322388 : xvimagesink force-aspect-ratio=True always displays squar... * 322704 : oggdemux typefind list leak Changes since 0.9.5: * Parallel installability with 0.8.x series * Threadsafe design and API * lots of leak fixes * flicker-free and rewritten X sinks * fractional framerates * removed sinesrc, replaced by audiotestsrc Bugs fixed since 0.9.5: * 316442 : playbin should use autoaudiosink/autovideosink by default * 318353 : [ffmpegcolorspace] forward-port fixes from 0.8 branch * 320200 : vorbisenc: min-bitrate and max-bitrate are 1/1000 bps rat... * 321164 : gstringbuffer stops working under load * 321426 : ximage plugin should be renamed to ximagesink * 321446 : sinesrc should be dropped in favour of audiotestsrc * 321451 : GstRtpBuffer: no way to create a sub buffer with only the... * 321816 : [API] xoverlay API to post prepare-xwindow-id message * 321894 : vorbisenc doesn't compile * 322117 : Rename libgsttagedit to libgsttag Changes since 0.9.4: * video caps now use a good range for framerate and w/h * oggdemux/oggmux improvements * playbin improvements Bugs fixed since 0.9.4: * 319110 : [PATCH] oggdemux chain finding is slow * 320058 : playbin of a jpeg over http does not work * 320923 : [volume] doesn't build on Solaris * 321011 : gstbasertpdepayload doesn't send the " new segment " event ... Changes since 0.9.3: * New element: audiotestsrc * typefind improvements * buffer-frames removed Changes since 0.9.2: * RTP base classes Bugs fixed since 0.9.2: * 313251 : ximagesink unused functions * 315159 : audioconvert lost 24 bit conversions in the rewrite
2006-01-18 16:41:03 +01:00
BUILDLINK_TREE+= -gst-plugins0.10-base