Age | Commit message (Collapse) | Author | Files | Lines |
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
Changes since 0.8.4:
* New Translation: Albanian (sq), Laurent Dhima
* first release that works on Windows with MSVC7
* fixed lists can now be intersected
* transform functions from fraction to double added
* optimal scheduler fixes
* fixation fixes
* filesrc fixes
* typefind fixes
Bugs fixed since 0.8.4:
* 145100 : segfault in gst_pad_call_get_function
* 147889 : gst_element_link_pads_filtered may ignore named dest pad ...
* 148692 : GstQueue binary compatibility breakage
* 149981 : Win32 not included in the source distribution
* 150242 : GStreamer doesn't copy some buffer flags correctly
API changes since 0.8.4:
- API additions:
* A new function, gst_scheduler_register, has been added.
* A new enum member of GstBufferFlag, GST_BUFFER_DELTA_UNIT has been added.
- API depreciations:
* GstBufferFlag has a deprecated enum member, GST_BUFFER_KEY_UNIT.
Buffers should be marked with GST_BUFFER_DELTA_UNIT when they're not
key units instead, since key units are the more common case.
Changes since 0.8.3:
* New Translation: Czech (cs), Miloslav Trmac
* New Translation: Catalan (ca), Jordi Mallach
* gst_init () now behaves like gtk_init ()
* queue fixes
* ongoing win32 build integration
* bytestream now has GstFilePad
* gst-register is now i18n-ized
* GstCaps XML-ization works again
* Fixed enum GValue
* Added GstFraction GValue
Bugs fixed since 0.8.3:
* 109831 : clocks aren't refcounted properly
* 123774 : state change on bin should set same state change on all c...
* 134663 : failed assertion at end of movie in totem
* 137863 : CPU/Memory leak when using spider decoder
* 140219 : no man page for gst-xmlinspect
* 141378 : gstreamer crashes during initialization due to a recent c...
* 141692 : gst_init() type function that ignores arguments it doesn'...
* 142418 : Win32 Debug build should not be the same as the Release one
* 142422 : Win32 Build documentation missing
* 142795 : [PATCH] Memory leak in queue element
* 142813 : [PATCH] Deadlock in optimal scheduler
* 142850 : GST-Register didn't find any plugins
* 142903 : [PATCH] fdsrc element never resets buffer offset to zero
* 143741 : cross compiling issue
* 143777 : [opt] problem after removing some elemnts and putting the...
* 143953 : Crash cause by gst_data_is_writable + audioconvert
* 144185 : Double-free memory
* 145137 : patch to make GstCaps XML functions actually do something
* 145338 : [PATCH] Fix a bus error in the optimal scheduler
* 145391 : gstvalue.c: ref klasses instead of peek
* 145520 : registry rebuilds too easily
* 147707 : FreeBSD dosn't have strndup
* 147713 : opt scheduler resorts the chain incorrectly
* 147819 : [PATCH] Add some checks in the opt scheduler
* 147894 : opt scheduler decoupled elements mismanagement
* 147929 : [PATCH] running gst-register in non-utf8 locale can cause...
|
|
|
|
bumpt PKGREVISION to 1
|
|
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
|
|
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
|
|
as they are handled during post install by this package. Also output a
comment about the lib/gstreamer-0.8 directory beeing handled in this package.
|
|
- 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.
|
|
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
|
|
gets replaced by pkgsrc's libtool, too. The included libtool incorrectly
rewrites relative pathnames causing link failures.
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
|
|
|
|
|
|
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
|
|
|
|
|
|
This is version 0.6.4.
|