-
Right now if INSTALL_PYTHON_EXAMPLES is ON all sample files are installed (C, Octave *and* Python). The same is true with only BUILD_EXAMPLES *or* INSTALL_OCTAVE_EXAMPLES.
Also, the Python sample files installed are the ones for the old bindings, without the possibility of installing the sample that uses the new bindings.
This patch makes BUILD_EXAMPLES, INSTALL_C_EXAMPLES...
2009-10-10 17:33:20 UTC in Open Computer Vision Library
-
Some (most?) biarch systems install libraries into /lib64 instead of /lib (openSUSE, Fedora...). Autotools provides the libdir variable but CMake doesn't has, to my knowledge, an equivalent. Still it seems LIB_SUFFIX, used by KDE, is used as an standard de facto.
This patch makes the CMake build system honor the LIB_SUFFIX variable, at least good enough for me to create an openSUSE package...
2009-10-10 17:27:19 UTC in Open Computer Vision Library
-
The write-out option is documented as "Defines what to display on stdout after a completed and successful operation". I would like it to be also shown when curl exists because of a signal (TERM, INT, QUIT? anyone is fine with me).
The variables I need are %{time_total}, %{time_pretransfer}, %{time_starttransfer}, %{speed_download}, %{size_header}, %{size_download} and %{size_request}. All of...
2009-09-18 12:53:04 UTC in curl and libcurl
-
OK, thanks.
I would suggest the SVN link should be removed from Sourceforge, I was looking there.
2009-08-25 19:27:05 UTC in MLT - Media Lovin' Toolkit
-
src/modules/sdl/consumer_sdl_still.c:158 has:
mlt_filter filter = mlt_factory_filter( profile, "avcolour_space", NULL );
mlt_properties_set_int( MLT_FILTER_PROPERTIES( filter ), "forced", mlt_image_yuv422 );
The "avcolour_space" filter is available in the avformat module, so if avformat isn't available filter==NULL and the call to mlt_properties_set_int() segfaults trying to...
2009-08-25 16:41:04 UTC in MLT - Media Lovin' Toolkit
-
I see it's already fixed in latest CVS.
But note that "-pthread" CFLAG should be used instead of -lpthread LDADD, see http://lists.opensuse.org/opensuse-packaging/2009-06/msg00080.html.
2009-08-12 17:04:00 UTC in PCSX-df
-
OK, I don't know what the function is supposed to do or what the 's'/'l' suffix is supposed to mean, but the patch from "2" makes sense and I have submitted it. Without it the second memcpy from bfreeze overflows in 64 bits.
My 1.10 based package still segfaults when loading a game in x86-64, but works in i586. But I would like to clear the libpcsxcore thing before releasing it.
2009-08-12 12:54:08 UTC in PCSX-df
-
Ups, sorry, I uploaded an old patch. Submitting the correct one.
2009-08-12 11:57:36 UTC in PCSX-df
-
Fixes dlsym usage. The #include is needed so the compiler doesn't supposes dlsym returns an int and at http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html is explained why you can't cast the dlsym return value.
2009-08-12 11:53:34 UTC in PCSX-df
-
Patch so libdir is honored, fixing systems that use lib64.
2009-08-12 11:49:11 UTC in PCSX-df