From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from li38-254.members.linode.com ([207.192.74.254] helo=masterfoo.zenlinux.com) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1NsPq2-0000xN-Gy for openembedded-devel@lists.openembedded.org; Fri, 19 Mar 2010 01:13:23 +0100 Received: from localhost.localdomain (c-76-115-42-183.hsd1.or.comcast.net [76.115.42.183]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by masterfoo.zenlinux.com (Postfix) with ESMTP id EAB33304D9; Thu, 18 Mar 2010 20:10:10 -0400 (EDT) From: Scott Garman To: openembedded-devel@lists.openembedded.org Date: Thu, 18 Mar 2010 17:10:05 -0700 Message-Id: <1268957405-28697-1-git-send-email-sgarman@zenlinux.com> X-Mailer: git-send-email 1.6.3.3 X-MasterFoo-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: EAB33304D9.D9FB0 X-MasterFoo-MailScanner: Found to be clean X-MasterFoo-MailScanner-From: sgarman@zenlinux.com X-SA-Exim-Connect-IP: 207.192.74.254 X-SA-Exim-Mail-From: sgarman@zenlinux.com X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Cc: Scott Garman Subject: [PATCH] grip: Upgrade to 3.3.1 X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2010 00:13:23 -0000 * Latest development version (should be stable, same version is in Debian Stable) Signed-off-by: Scott Garman --- recipes/grip/grip-3.3.1/no-host-includes.patch | 10 ++++++++++ recipes/grip/grip_3.3.1.bb | 17 +++++++++++++++++ 2 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 recipes/grip/grip-3.3.1/no-host-includes.patch create mode 100644 recipes/grip/grip_3.3.1.bb diff --git a/recipes/grip/grip-3.3.1/no-host-includes.patch b/recipes/grip/grip-3.3.1/no-host-includes.patch new file mode 100644 index 0000000..66fca36 --- /dev/null +++ b/recipes/grip/grip-3.3.1/no-host-includes.patch @@ -0,0 +1,10 @@ +Index: grip-3.2.0/src/Makefile.am +=================================================================== +--- grip-3.2.0.orig/src/Makefile.am 2010-03-16 14:46:01.651553829 +0800 ++++ grip-3.2.0/src/Makefile.am 2010-03-16 14:46:05.240303128 +0800 +@@ -1,4 +1,4 @@ +-INCLUDES = -I$(top_srcdir) -I$(includedir) \ ++INCLUDES = -I$(top_srcdir) \ + -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \ + -DG_LOG_DOMAIN=\"grip\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ + -I../intl -I$(top_srcdir)/intl \ diff --git a/recipes/grip/grip_3.3.1.bb b/recipes/grip/grip_3.3.1.bb new file mode 100644 index 0000000..965d046 --- /dev/null +++ b/recipes/grip/grip_3.3.1.bb @@ -0,0 +1,17 @@ +# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DESCRIPTION="A cd-player and cd-ripper for the Gnome desktop" +HOMEPAGE="http://www.nostatic.org/grip/" +LICENSE="GPL" + +SRC_URI="${SOURCEFORGE_MIRROR}/${PN}/${PV}/${P}.tar.gz;name=grip \ + file://no-host-includes.patch;patch=1 " +SRC_URI[grip.md5sum] = "4b4233999b9f2bc85c711092553ea9aa" +SRC_URI[grip.sha256sum] = "d46394a1062ed066f9c633b010fd1059e63d9ed791bbb7a85bc6567cf0fd66fd" + +DEPENDS="libgnomeui vte curl cdparanoia id3lib" + +PR = "r0" + +inherit autotools -- 1.6.3.3