summaryrefslogtreecommitdiffstats
path: root/rules/fbgrab.make
Commit message (Collapse)AuthorAgeFilesLines
* fbgrab: version bump 1.0 -> 1.3.1Roland Hieber2020-04-091-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | The old URL is broken, but the new GitHub project doesn't have the old releases, so bump the version. Remove patches, the respective issues have been fixed upstream. When the rule file is evaluated, the cross pkg-config wrapper may not exist yet, which will lead to confusing error messages during the build. But it turns out that calling pkg-config is not actually necessary because libpng is installed to the standard locations, and fbgrab builds just fine using '-lpng -lz' in its Makefile. Also set FBGRAB_CONF_TOOL for uniformity across rule files. fbgrab.c only says "This program is free Software, see the COPYING file". COPYING contains a GPL-2.0 license text, therefore the "-only" part is inferred. Reported-by: Felicitas Jung <f.jung@pengutronix.de> Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20200409091122.3597-2-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fbgrab: use CROSS_PKG_CONFIG directlyMichael Olbrich2019-06-041-1/+1
| | | | | | | There is no need to look in CROSS_ENV for the name of the cross pkg-config binary. This avoids passing '$' in the shell command-line. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fbgrab: fix URLMichael Olbrich2013-12-161-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fbgrab: cleanup and fix building with newer toolchainsMichael Olbrich2012-12-071-2/+1
| | | | | | | libs must be specified after source/object files. Other flags are now handled by the wrappers. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fbgrab: fix LDFLAGS & cleanupMichael Olbrich2011-10-131-17/+3
| | | | | | PATH is needed to find host pkg-config. zlib is not needed directly. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [fbgrab] cleanup makefileMichael Olbrich2010-01-061-62/+11
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [fbgrab] simplify strip handlingWolfram Sang2009-12-261-1/+0
| | | | | | PTXdist can cope better with that now. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* * fbgrab: added; patch by Roland HostettlerRobert Schwebel2007-12-291-0/+134
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7668 33e552b5-05e3-0310-8538-816dae2090ed