pkgsrc/multimedia/gst-plugins/Makefile

33 lines
1.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.24 2005/06/26 09:30:09 wiz Exp $
#
.include "Makefile.common"
PKGREVISION= 1
COMMENT+= base plugins
USE_PERL5= run
Update to 0.8.0: Bugs fixed since 0.7.6: * 126999 : [API]: "gstreamer-libs-0.7.pc" should be renamed * 129299 : complied errors in alsa-lib-1.0.0-0.rc2 * 131270 : pkg-config-ification patch (alsa, esd, shout2, ogg, speex, . * 135921 : speexenc support won't compile with 1.1.x * 136590 : mod plugins doesn't work atm * 137044 : GConf schemas unreadable Changes since 0.7.5: * uses 0.8 as the major/minor number * dist fixes for generated files * MPEG video playback fixed * error call fixes * videodrop fixes * alsa oss emulation mixer fixes * audioconvert fixes * gconf versioning fixes * mad xing header fixes * vorbisdec fixes * mad leak and stream reporting fixes * media-info fixed * buffer leak fixes * osssink timing fixes * NAS fixes * cdparanoia error Bugs fixed since 0.7.5: * 114560 : rfc2250enc produces empty buffers * 122279 : goom's first timestamp is broken * 131128 : aasink and sdlvideosink are broken * 133541 : int2float and int2floatnew conflict should be resolved * 133783 : remove deprecated plugins * 135597 : make gstosselement properly deal with symlinks * 136334 : udpsrc pads / caps error Changes since 0.7.4: * Compatible with gstreamer 0.7.5 * ffmpeg plugin moved to gst-ffmpeg module * DV fixes * mikmod fixes * OSX build fixes * jpeg fixes * gdk_pixbuf fixes * automake 1.8 underquotedness fixes * rfb server/port addition * colorspace fixes * liboil usage in videofilter and videotestsrc * better LADSPA classification * ALSA xrun recovery fixes * switch fixes * xvimagesink fixes * moved out MAS sink * experimental xine lib plugin * intfloat and oneton removed in favour of audioconvert and interleave * only export gst_* from plugins * lame tag writing fixed * added reporting of codecs used * version gconf schemas and install locations * qtdemux fixes * gamma correction fixes Bugs fixed since 0.7.4: * 129740 : MP4/M4A files not recognized properly * 130507 : Silence/sine don't have a sync property * 131050 : avi-demux plays audio, but funky colors as video * 131534 : jhbuild build failure with Debian sid * 131948 : xoverlay and gstplay sample fails to build - missing include * 133219 : missing include in ./gst/effectv/gstedge.c * 133316 : gst/vbidec/vbiscreen missing cast * 133410 : gstid3tag doesnt handle track-count * 133508 : [oggdemux] Can't play files with multiple streams * 133528 : sincesrc seems not to register its dparams correctly * 133562 : Build breaks on dvdec * 133663 : ext/ladspa categorises all plugins as Filter/Effect * 133886 : libtool error while compiling alsamixer plug-in * 134255 : vbidec won't compile * 134318 : GConf schemas should be in versioned files, and install in v * 134322 : gst/intfloat/gstint2float.c forgets to include "inttypes.h" * 134612 : ext/gdk_pixbuf/Makefile: error in target install-loaderLTLIB * 134750 : Problem building gst-plugins on Solaris * 134894 : vorbisdec signals tags with bitrate < 1 (ie not set) * 135038 : port gst-shorten to the new caps system * 135042 : fix tag writing in lame * 135116 : gstflacenc.c fails to build in NetBSD
2004-04-01 21:06:38 +02:00
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-gconf.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-interfaces.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-media-info.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-libs.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-play.pc.in
Update to 0.8.0: Bugs fixed since 0.7.6: * 126999 : [API]: "gstreamer-libs-0.7.pc" should be renamed * 129299 : complied errors in alsa-lib-1.0.0-0.rc2 * 131270 : pkg-config-ification patch (alsa, esd, shout2, ogg, speex, . * 135921 : speexenc support won't compile with 1.1.x * 136590 : mod plugins doesn't work atm * 137044 : GConf schemas unreadable Changes since 0.7.5: * uses 0.8 as the major/minor number * dist fixes for generated files * MPEG video playback fixed * error call fixes * videodrop fixes * alsa oss emulation mixer fixes * audioconvert fixes * gconf versioning fixes * mad xing header fixes * vorbisdec fixes * mad leak and stream reporting fixes * media-info fixed * buffer leak fixes * osssink timing fixes * NAS fixes * cdparanoia error Bugs fixed since 0.7.5: * 114560 : rfc2250enc produces empty buffers * 122279 : goom's first timestamp is broken * 131128 : aasink and sdlvideosink are broken * 133541 : int2float and int2floatnew conflict should be resolved * 133783 : remove deprecated plugins * 135597 : make gstosselement properly deal with symlinks * 136334 : udpsrc pads / caps error Changes since 0.7.4: * Compatible with gstreamer 0.7.5 * ffmpeg plugin moved to gst-ffmpeg module * DV fixes * mikmod fixes * OSX build fixes * jpeg fixes * gdk_pixbuf fixes * automake 1.8 underquotedness fixes * rfb server/port addition * colorspace fixes * liboil usage in videofilter and videotestsrc * better LADSPA classification * ALSA xrun recovery fixes * switch fixes * xvimagesink fixes * moved out MAS sink * experimental xine lib plugin * intfloat and oneton removed in favour of audioconvert and interleave * only export gst_* from plugins * lame tag writing fixed * added reporting of codecs used * version gconf schemas and install locations * qtdemux fixes * gamma correction fixes Bugs fixed since 0.7.4: * 129740 : MP4/M4A files not recognized properly * 130507 : Silence/sine don't have a sync property * 131050 : avi-demux plays audio, but funky colors as video * 131534 : jhbuild build failure with Debian sid * 131948 : xoverlay and gstplay sample fails to build - missing include * 133219 : missing include in ./gst/effectv/gstedge.c * 133316 : gst/vbidec/vbiscreen missing cast * 133410 : gstid3tag doesnt handle track-count * 133508 : [oggdemux] Can't play files with multiple streams * 133528 : sincesrc seems not to register its dparams correctly * 133562 : Build breaks on dvdec * 133663 : ext/ladspa categorises all plugins as Filter/Effect * 133886 : libtool error while compiling alsamixer plug-in * 134255 : vbidec won't compile * 134318 : GConf schemas should be in versioned files, and install in v * 134322 : gst/intfloat/gstint2float.c forgets to include "inttypes.h" * 134612 : ext/gdk_pixbuf/Makefile: error in target install-loaderLTLIB * 134750 : Problem building gst-plugins on Solaris * 134894 : vorbisdec signals tags with bitrate < 1 (ie not set) * 135038 : port gst-shorten to the new caps system * 135042 : fix tag writing in lame * 135116 : gstflacenc.c fails to build in NetBSD
2004-04-01 21:06:38 +02:00
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-plugins.pc.in
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-gconf/--enable-gconf/}
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-gconftool/--enable-gconftool/}
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-x/--enable-x/}
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-xshm/--enable-xshm/}
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-xvideo/--enable-xvideo/}
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/gst-plugins
Update to 0.8.0: Bugs fixed since 0.7.6: * 126999 : [API]: "gstreamer-libs-0.7.pc" should be renamed * 129299 : complied errors in alsa-lib-1.0.0-0.rc2 * 131270 : pkg-config-ification patch (alsa, esd, shout2, ogg, speex, . * 135921 : speexenc support won't compile with 1.1.x * 136590 : mod plugins doesn't work atm * 137044 : GConf schemas unreadable Changes since 0.7.5: * uses 0.8 as the major/minor number * dist fixes for generated files * MPEG video playback fixed * error call fixes * videodrop fixes * alsa oss emulation mixer fixes * audioconvert fixes * gconf versioning fixes * mad xing header fixes * vorbisdec fixes * mad leak and stream reporting fixes * media-info fixed * buffer leak fixes * osssink timing fixes * NAS fixes * cdparanoia error Bugs fixed since 0.7.5: * 114560 : rfc2250enc produces empty buffers * 122279 : goom's first timestamp is broken * 131128 : aasink and sdlvideosink are broken * 133541 : int2float and int2floatnew conflict should be resolved * 133783 : remove deprecated plugins * 135597 : make gstosselement properly deal with symlinks * 136334 : udpsrc pads / caps error Changes since 0.7.4: * Compatible with gstreamer 0.7.5 * ffmpeg plugin moved to gst-ffmpeg module * DV fixes * mikmod fixes * OSX build fixes * jpeg fixes * gdk_pixbuf fixes * automake 1.8 underquotedness fixes * rfb server/port addition * colorspace fixes * liboil usage in videofilter and videotestsrc * better LADSPA classification * ALSA xrun recovery fixes * switch fixes * xvimagesink fixes * moved out MAS sink * experimental xine lib plugin * intfloat and oneton removed in favour of audioconvert and interleave * only export gst_* from plugins * lame tag writing fixed * added reporting of codecs used * version gconf schemas and install locations * qtdemux fixes * gamma correction fixes Bugs fixed since 0.7.4: * 129740 : MP4/M4A files not recognized properly * 130507 : Silence/sine don't have a sync property * 131050 : avi-demux plays audio, but funky colors as video * 131534 : jhbuild build failure with Debian sid * 131948 : xoverlay and gstplay sample fails to build - missing include * 133219 : missing include in ./gst/effectv/gstedge.c * 133316 : gst/vbidec/vbiscreen missing cast * 133410 : gstid3tag doesnt handle track-count * 133508 : [oggdemux] Can't play files with multiple streams * 133528 : sincesrc seems not to register its dparams correctly * 133562 : Build breaks on dvdec * 133663 : ext/ladspa categorises all plugins as Filter/Effect * 133886 : libtool error while compiling alsamixer plug-in * 134255 : vbidec won't compile * 134318 : GConf schemas should be in versioned files, and install in v * 134322 : gst/intfloat/gstint2float.c forgets to include "inttypes.h" * 134612 : ext/gdk_pixbuf/Makefile: error in target install-loaderLTLIB * 134750 : Problem building gst-plugins on Solaris * 134894 : vorbisdec signals tags with bitrate < 1 (ie not set) * 135038 : port gst-shorten to the new caps system * 135042 : fix tag writing in lame * 135116 : gstflacenc.c fails to build in NetBSD
2004-04-01 21:06:38 +02:00
GCONF2_SCHEMAS= gstreamer-0.8.schemas
REPLACE_PERL+= tools/gst-launch-ext-m.m
REPLACE_PERL+= tools/gst-visualise-m.m
.include "../../devel/GConf2/schemas.mk"
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-06-01 20:02:37 +02:00
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"