fbgrab: bump to version 1.2
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Fri, 11 Oct 2013 16:34:00 +0000 (18:34 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 14 Oct 2013 11:02:29 +0000 (13:02 +0200)
Patch:
- fbgrab-proper-Makefile-for-cross-compiling.patch
has been integrated in the new upstream version.

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/fbgrab/fbgrab-proper-Makefile-for-cross-compiling.patch [deleted file]
package/fbgrab/fbgrab.mk

diff --git a/package/fbgrab/fbgrab-proper-Makefile-for-cross-compiling.patch b/package/fbgrab/fbgrab-proper-Makefile-for-cross-compiling.patch
deleted file mode 100644 (file)
index a211774..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-From 2283817b9aed0b6228d0255d5aba7968379c9854 Mon Sep 17 00:00:00 2001
-From: Gilles Talis <gilles.talis@gmail.com>
-Date: Wed, 3 Jul 2013 11:40:36 -0700
-Subject: [PATCH] fbgrab: A proper Makefile for cross compiling
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Respect to the CC, CFLAGS and LDFLAGS is required for cross compiling in
-Buildroot. And there's no need to run the source through splint.
-
-Reworked original patch from: Daniel Nyström <daniel.nystrom@timeterminal.se>
-
-Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se>
-Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
----
- Makefile |    6 ++++--
- 1 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index aae16e6..2d6b6fc 100644
---- a/Makefile
-+++ b/Makefile
-@@ -3,8 +3,10 @@
- ### modular. So this is a simple gnu Makefile...
- ###
--fbgrab: fbgrab.c
--      gcc -g -Wall fbgrab.c -lpng -lz -o fbgrab
-+LDFLAGS += -lpng -lz
-+
-+fbgrab: fbgrab.o
-+      $(CC) $(LDFLAGS) fbgrab.o -o $@
- install:
-       install fbgrab /usr/bin/fbgrab
--- 
-1.7.4.1
-
index 1a91f5e54b0721f3700c82ba4763aa41b741d4b3..5e838718bad9b4c3c83d11ecbae6a3883c515e75 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FBGRAB_VERSION = 1.1
+FBGRAB_VERSION = 1.2
 FBGRAB_SITE = http://fbgrab.monells.se
 FBGRAB_DEPENDENCIES = libpng
 FBGRAB_LICENSE = GPLv2