Package: gem / 1:0.93.3-5

Metadata

Package Version Patches format
gem 1:0.93.3-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sanitize glstack.patch | (download)

src/Gem/GLStack.cpp | 131 56 + 75 - 0 !
1 file changed, 56 insertions(+), 75 deletions(-)

 check whether querying the matrix depths is really possible
and if not, stop throwing an error for each render-cycle;
this has been backported from upstream's HEAD
threadfixes.patch | (download)

src/Gem/ThreadMutex.cpp | 5 2 + 3 - 0 !
src/Gem/WorkerThread.cpp | 48 37 + 11 - 0 !
2 files changed, 39 insertions(+), 14 deletions(-)

 fixed race-condition with threaded image loading
fix_kFreeBSD.patch | (download)

src/Gem/Dylib.cpp | 2 1 + 1 - 0 !
src/Gem/WorkerThread.cpp | 3 2 + 1 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 include needed files for select() on kfreebsd
fixincludes.patch | (download)

plugins/recordV4L/recordV4L.cpp | 2 1 + 1 - 0 !
plugins/recordV4L2/recordV4L2.cpp | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 include <unistd.h> when missing (gcc-4.7 is picky about that)

text_linebreak.patch | (download)

src/Base/TextBase.cpp | 22 11 + 11 - 0 !
1 file changed, 11 insertions(+), 11 deletions(-)

 fixed linebreak algorithm for text-objects
 allow CR at the beginning of the string
 removed the c-style casts to "signed long", when we know that
 std::wstring::find() always returns "size_t"

pixfilm_arg.patch | (download)

src/Pixes/pix_film.cpp | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 fixed regression bug where [pix_film] would take no argument
Bug: http://sourceforge.net/tracker/index.php?func=detail&aid=3473016&group_id=64325&atid=507079
avoid_imagecopy.patch | (download)

src/Pixes/pix_rtx.cpp | 18 9 + 9 - 0 !
src/Pixes/pix_rtx.h | 38 19 + 19 - 0 !
2 files changed, 28 insertions(+), 28 deletions(-)

 avoid 'bogus pointer' warnings in [pix_rtx]