Commit graph

24 commits

Author SHA1 Message Date
xtraeme
a9fe576149 Make this build in FreeBSD, patches stolen from FreeBSD/ports. 2004-04-15 12:56:22 +00:00
jmmv
e8f5670118 Drop dynamic generation of DESCR files for gst-plugins-* packages, as it
broke 'make index' (pointed out by wiz@).  This also lets us write more
interesting and easier to find descriptions for packages.
2004-04-07 11:32:08 +00:00
jmmv
f33cf3f9ba Enable X11 support by default; unfortunately, it can't be built as an
independent plugin.  (Let's go with the previous revision bump).
2004-04-06 11:10:06 +00:00
jmmv
b32400ae0f 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.
2004-04-06 09:36:28 +00:00
jmmv
65e38cbaa0 Fix a regexp passed to libtool to let it work with our native grep...
This allows the plugins to export symbols properly.
2004-04-03 21:36:23 +00:00
rh
8a5b37a3c3 We need a png pkgconfig file, so require at least png-1.2.5nb3. 2004-04-03 21:19:53 +00:00
jmmv
8f976736a3 Do not try to remove share/gconf/schemas. 2004-04-03 11:53:33 +00:00
jmmv
cfd23206b4 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 19:06:38 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
cc1c4f7052 Explicitly disable mpeg2dec support to fix a build failure if it's installed
(i.e., detected by configure but not buildlinked).  Note that I haven't been
able to reproduce it, although it's clear it may happen sometimes (happened
in the past with arts support, for example).  Furthermore, it seems that
the mpeg2dec plugin does not actually build when using our libmpeg2 package.
Closes PR pkg/24835.
2004-03-18 11:01:23 +00:00
jmmv
a693bd6212 Fix path to openquicktime, now in the multimedia category. 2004-03-06 11:11:33 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
d3faa9d82f unused 2004-02-20 12:07:23 +00:00
jmmv
b9011713d3 bl3ify 2004-02-20 11:33:21 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
jmmv
a8eead4cee This package did not build the arts plugin before; adding arts buildlink
changed behavior.  Revert and explicitly disable this plugin.
2004-02-05 22:00:32 +00:00
tron
9ee390a47a Include "arts" buildlink2 glue code to fix build problem. 2004-02-05 16:04:49 +00:00
recht
24ce0c48df catch up with the move of libdvdcss, libdvdplay and libdvdread from misc
to multimedia category
2004-01-28 14:39:36 +00:00
jmmv
561f2b86ef Fix path to mjpegtools; moved to the multimedia category. 2004-01-26 12:48:47 +00:00
jmmv
1971c91053 Fix path to gst-plugins (now in the multimedia category). 2004-01-26 11:50:21 +00:00
jmmv
a7f5ea6cf6 Fix path to gstreamer (now in the multimedia category). 2004-01-26 11:49:22 +00:00
jmmv
7f6fbe2142 Move gst-plugins to the multimedia category (coming from misc).
This is version 0.6.4.
2004-01-26 11:48:04 +00:00