After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 672031 - sys/winscreencap autotools build
sys/winscreencap autotools build
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.x
Other All
: Normal enhancement
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-14 08:37 UTC by Dmitry Ketov
Modified: 2012-03-19 22:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure.ac patch (978 bytes, patch)
2012-03-14 08:43 UTC, Dmitry Ketov
committed Details | Review
sys/winscreencap/Makefile.am patch (959 bytes, patch)
2012-03-14 08:43 UTC, Dmitry Ketov
committed Details | Review
Add winscreencap to sys/Makefile.am as well (1.36 KB, patch)
2012-03-19 22:01 UTC, Raimo Järvi
committed Details | Review

Description Dmitry Ketov 2012-03-14 08:37:24 UTC
Patches to build sys/winscreencap with autotools

P.S. Patches was made and tested against gst-plugins-bad-0.10.21, and they 'works for me' with cross-compiling (--host=i586-mingw32msvc)
Comment 1 Dmitry Ketov 2012-03-14 08:43:09 UTC
Created attachment 209678 [details] [review]
configure.ac patch
Comment 2 Dmitry Ketov 2012-03-14 08:43:42 UTC
Created attachment 209679 [details] [review]
sys/winscreencap/Makefile.am patch
Comment 3 Sebastian Dröge (slomo) 2012-03-14 09:25:34 UTC
Please attach this in "git format-patch" format for future bugs.

commit 25d92711bc5161223e95c5478696879161f0cf7e
Author: Dmitry Ketov <dketov@gmail.com>
Date:   Wed Mar 14 10:24:05 2012 +0100

    winscreencap: Integrate into autotools build system
    
    Fixes bug #672031.
Comment 4 Raimo Järvi 2012-03-19 22:01:07 UTC
Created attachment 210118 [details] [review]
Add winscreencap to sys/Makefile.am as well