* [gentoo-commits] gentoo-x86 commit in media-video/qx11grab/files: 0.4.3-fix-ffmpeg-filter-check.patch
@ 2012-04-22 15:50 Davide Pesavento (pesa)
0 siblings, 0 replies; 2+ messages in thread
From: Davide Pesavento (pesa) @ 2012-04-22 15:50 UTC (permalink / raw
To: gentoo-commits
pesa 12/04/22 15:50:33
Added: 0.4.3-fix-ffmpeg-filter-check.patch
Log:
Fix bug 412213 and add a workaround for an additional issue with ffmpeg filters checking.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Revision Changes Path
1.1 media-video/qx11grab/files/0.4.3-fix-ffmpeg-filter-check.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/qx11grab/files/0.4.3-fix-ffmpeg-filter-check.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/qx11grab/files/0.4.3-fix-ffmpeg-filter-check.patch?rev=1.1&content-type=text/plain
Index: 0.4.3-fix-ffmpeg-filter-check.patch
===================================================================
diff -urN qx11grab-0.4.3.orig/modules/FindFFmpeg.cmake qx11grab-0.4.3/modules/FindFFmpeg.cmake
--- qx11grab-0.4.3.orig/modules/FindFFmpeg.cmake 2012-04-22 17:37:13.146507207 +0200
+++ qx11grab-0.4.3/modules/FindFFmpeg.cmake 2012-04-22 17:37:47.640075978 +0200
@@ -156,9 +156,9 @@
MACRO (FFMPEG_FILTER_EXISTS FILTER VARIABLE)
TRY_RUN (filter_arg _filter_supported
- ${CMAKE_BINARY_DIR}
- ${CMAKE_MODULE_PATH}/check_ffmpeg_filter.c
- COMPILE_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS}
+ ${CMAKE_BINARY_DIR}/CMakeTmp
+ ${CMAKE_SOURCE_DIR}/modules/check_ffmpeg_filter.c
+ COMPILE_DEFINITIONS "${CMAKE_REQUIRED_DEFINITIONS} -std=gnu89"
CMAKE_FLAGS
"-DINCLUDE_DIRECTORIES:STRING=${FFMPEG_INCLUDEDIR}"
"-DLINK_LIBRARIES:STRING=${FFMPEG_AVUTIL_LIBRARY};${FFMPEG_AVFILTER_LIBRARY}"
diff -urN qx11grab-0.4.3.orig/modules/check_ffmpeg_filter.c qx11grab-0.4.3/modules/check_ffmpeg_filter.c
--- qx11grab-0.4.3.orig/modules/check_ffmpeg_filter.c 2012-04-22 17:37:13.147507195 +0200
+++ qx11grab-0.4.3/modules/check_ffmpeg_filter.c 2012-04-22 17:37:18.619438786 +0200
@@ -27,7 +27,7 @@
int main(int argc, char **argv)
{
- if( ( argc < 1 ) || strlen(argv[1]) < 3 )
+ if( ( argc < 2 ) || strlen(argv[1]) < 3 )
{
fprintf ( stderr, "Missing Filter arguments\n" );
return EXIT_FAILURE;
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/qx11grab/files: 0.4.3-fix-ffmpeg-filter-check.patch
@ 2013-06-28 13:30 Michael Palimaka (kensington)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2013-06-28 13:30 UTC (permalink / raw
To: gentoo-commits
kensington 13/06/28 13:30:39
Removed: 0.4.3-fix-ffmpeg-filter-check.patch
Log:
Version bump. Replace base_src_prepare with cmake-utils_src_prepare. Remove old.
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-28 13:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-22 15:50 [gentoo-commits] gentoo-x86 commit in media-video/qx11grab/files: 0.4.3-fix-ffmpeg-filter-check.patch Davide Pesavento (pesa)
-- strict thread matches above, loose matches on Subject: below --
2013-06-28 13:30 Michael Palimaka (kensington)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox