[oe-commits] Scott Garman : grip: Upgrade to 3.3.1

git version control git at git.openembedded.org
Mon Mar 22 10:25:35 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7b6ea7669e4e90fcb6fce38d86fa66e426e930ff
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7b6ea7669e4e90fcb6fce38d86fa66e426e930ff

Author: Scott Garman <sgarman at zenlinux.com>
Date:   Thu Mar 18 14:10:05 2010 +0000

grip: Upgrade to 3.3.1

* Latest development version (should be stable, same version is in
  Debian Stable)

Signed-off-by: Scott Garman <sgarman at zenlinux.com>
Signed-off-by: Holger Hans Peter Freyther <zecke at selfish.org>

---

 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(-)

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





More information about the Openembedded-commits mailing list