Commit graph

13 commits

Author SHA1 Message Date
recht
4c540c5e97 fix PLIST
bumpt PKGREVISION to 1
2004-06-29 23:20:20 +00:00
jmmv
0ef64c853c Update to 0.8.3:
Changes since 0.8.2:

      * Hotfix for unregisterable switch element

Changes since 0.8.1:

      * new translations: Turkish, Ukrainian, GB English
      * Fixes for setting elements to NULL to release devices
      * Windows port
      * New GStreamer Data Protocol helper library
      * New GstAdapter, similar to bytestream
      * Fixes for registry loading plugins with same name
      * Added no-more-pads signal
      * Added Fixed List GValue type
      * Fixes to schedulers

Bugs fixed since 0.8.1:

      * 133897 : Internal GStreamer error: seek problem
      * 134839 : buffers leaked by filesrc, typefind, spider or fakesink
      * 137710 : When seeking, the sink's time is reset
      * 138012 : [opt] simple pipeline crashe
      * 138836 : docs build but won't install
      * 140015 : GstValue GTypes should not derive from G_TYPE_BOXED
      * 140156 : ARM port / type reading patches
      * 140477 : [debug] crash with *:2 while playing alien.mpg
      * 140594 : Small memory leak int gst_parse_launch()
      * 140734 : filesrc should handle named pipes/devices
      * 140743 : Leak in _gst_parse_escape()
      * 141083 : gstreamer-0.8.1 compile failure with gcc-3.4: error: PIC ...
      * 141304 : GST_CAPS and GST_IS_CAPS broken
      * 141317 : Win32 build with newest Microsoft compilers
      * 141414 : filesink leaks events
      * 141416 : leak in entrygthread scheduler
      * 141417 : Memory leak in gthread-cothreads.h
      * 142304 : The Win32 makefiles clean too much
      * 142804 : needed change to allow x86 Solaris compile with Forte
      * 142957 : xmlregistry failes to compile on osx
2004-06-28 16:30:30 +00:00
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
jmmv
a2cdf2defb Update to 0.8.0nb1:
- Require glib2>=2.4.0nb1 to get the RTLD_GLOBAL fix.
- Move the plugins database from /var/cache/gstreamer-0.8 to
  ${PREFIX}/libdata/gstreamer-0.8, because it's intended to be updated
  after (de)installation of plugins only.
- Implement a framework to automatically rebuild the plugins database at
  (de)install time.  This is handled by the simple inclusion of plugins.mk
  in package makefiles.
2004-04-06 09:30:01 +00:00
jmmv
2c6b91adc3 Update to 0.8.0:
Changes since 0.7.6:
      * coding style consistency for .c files
      * ABI padding for GstCaps and GstStructure

Changes since 0.7.5:
      * uses 0.8 as the major/minor number
      * opt scheduler fixes
      * don't link non-versioned tools to gstreamer
      * bindings-related fixes and additions

Changes since 0.7.4:
      * API additions for bindings
      * Queue memleak fix
      * optimal scheduler fixes
      * Ghost pad fixes
      * Signal marshalling fixes
      * documentation fixes
      * underquotedness fixes for automake 1.8
      * fixed atomic implementation on sparc and S390
      * gstreamer-scan fixes
      * multidisksrc renamed to multifilesrc
      * fixed GstCaps docs
      * fixed libxml checking when not needed
      * added timeout to filesrc
      * added support for double dparams
      * make spider report an error when it can't handle a mime type
      * fixed navigation event handling
      * added codec and volume tags

Bugs fixed since 0.7.4:
      * 105844 : --disable-loadsave --disable-registry still check for libxml
      * 118310 : Timeout support added for fdsrc
      * 127133 : [API] Need non-vararg version of gst_index_add_association
      * 127815 : gst-register sigsegs 100% of the time.
      * 129600 : patch to compile on OSX
      * 131362 : use serialize/deserialize in the core
      * 132045 : incorrect dependency causes rebuilding of libgstreamer on "m
      * 132935 : setting pipeline -> NULL -> PLAYING doesn't restart stream
      * 132996 : configure fails: aclocal: macro `jm_AC_TYPE_UNSIGNED_LONG_LO
      * 133391 : the asm mutex implementation is broken on SPARC
      * 133631 : gst-launch seg faults in gst_caps_free with no sink
      * 133800 : fixes for underquoted macros and automake 1.8.x
      * 133817 : add support for disc number tag
      * 134128 : typo in ./gstreamer/gst/gstclock.c
      * 134145 : pot-update not updated after file removal
      * 134583 : Race on gst_pad_link_free
      * 134816 : test -e in autogen.sh does not work on Solaris
      * 134841 : gst-inspect.c is defining GList *pads twice
2004-04-01 19:05:43 +00:00
tron
68ee4e002c Define "LIBTOOL_OVERRIDE" manually so that "libs/ext/cothreads/libtool"
gets replaced by pkgsrc's libtool, too. The included libtool incorrectly
rewrites relative pathnames causing link failures.
2004-04-01 12:26:12 +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
recht
8a75744ca5 gstreamer needs USE_X11 to build since it uses libSM 2004-02-14 21:19:43 +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
xtraeme
0bd97f7c69 bl3ify 2004-02-11 08:06: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
625009c0ea Move gstreamer to the multimedia category (coming from misc).
This is version 0.6.4.
2004-01-26 11:46:22 +00:00