From patchwork Fri Oct 11 16:34:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jerzy Grzegorek X-Patchwork-Id: 282839 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id CCBB22C019B for ; Sat, 12 Oct 2013 03:37:31 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 26D4A8D30C; Fri, 11 Oct 2013 16:37:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t6GH+qvtEy63; Fri, 11 Oct 2013 16:37:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 7AB168C566; Fri, 11 Oct 2013 16:37:27 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 3D26D1BF9A5 for ; Fri, 11 Oct 2013 16:37:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3AF818C438 for ; Fri, 11 Oct 2013 16:37:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ji43AKrSMSD0 for ; Fri, 11 Oct 2013 16:37:24 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.internet.v.pl (mail.internet.v.pl [62.69.205.34]) by whitealder.osuosl.org (Postfix) with SMTP id 018F58C468 for ; Fri, 11 Oct 2013 16:37:23 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.internet.v.pl (Sendmail) with ESMTP id A5595C5EDC; Fri, 11 Oct 2013 18:37:18 +0200 (CEST) Received: from mail.internet.v.pl ([127.0.0.1]) by localhost (poczta.v.pl [127.0.0.1]) (amavisd-new, port 10024) with SMTP id aWieQc-7AHDq; Fri, 11 Oct 2013 18:37:18 +0200 (CEST) Received: from localhost.localdomain (93-181-142-99.internetia.net.pl [93.181.142.99]) by mail.internet.v.pl (Sendmail) with ESMTPA id 437C1C69FD; Fri, 11 Oct 2013 18:34:46 +0200 (CEST) From: Jerzy Grzegorek To: buildroot@busybox.net Date: Fri, 11 Oct 2013 18:34:00 +0200 Message-Id: <1381509240-5742-1-git-send-email-jerzy.grzegorek@trzebnica.net> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Subject: [Buildroot] =?utf-8?q?=5BPATCH_1/1=5D_fbgrab=3A_bump_to_version_1?= =?utf-8?q?=2E2?= X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Patch: - fbgrab-proper-Makefile-for-cross-compiling.patch has been integrated in the new upstream version. Signed-off-by: Jerzy Grzegorek --- ...bgrab-proper-Makefile-for-cross-compiling.patch | 39 -------------------- package/fbgrab/fbgrab.mk | 2 +- 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 package/fbgrab/fbgrab-proper-Makefile-for-cross-compiling.patch 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 index a211774..0000000 --- a/package/fbgrab/fbgrab-proper-Makefile-for-cross-compiling.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 2283817b9aed0b6228d0255d5aba7968379c9854 Mon Sep 17 00:00:00 2001 -From: Gilles Talis -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 - -Signed-off-by: Daniel Nyström -Signed-off-by: Gilles Talis ---- - 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 - diff --git a/package/fbgrab/fbgrab.mk b/package/fbgrab/fbgrab.mk index 1a91f5e..5e83871 100644 --- a/package/fbgrab/fbgrab.mk +++ b/package/fbgrab/fbgrab.mk @@ -4,7 +4,7 @@ # ################################################################################ -FBGRAB_VERSION = 1.1 +FBGRAB_VERSION = 1.2 FBGRAB_SITE = http://fbgrab.monells.se FBGRAB_DEPENDENCIES = libpng FBGRAB_LICENSE = GPLv2