From 8a4ffd6306771142f2b2a0372f996fae049b8026 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 13 Jun 2011 18:27:04 +0200 Subject: esound: put patch in metadata, ubuntu updates it silenty from time to time breaking our checksums Signed-off-by: Koen Kooi --- .../esound/esound/configure-fix.patch | 10 ++++++++++ .../esound/esound/esound_0.2.36-1ubuntu5.diff.gz | Bin 0 -> 44925 bytes meta-oe/recipes-multimedia/esound/esound/no-docs.patch | 11 +++++++++++ meta-oe/recipes-multimedia/esound/esound_0.2.36.bb | 6 +++--- .../recipes-multimedia/esound/files/configure-fix.patch | 10 ---------- meta-oe/recipes-multimedia/esound/files/no-docs.patch | 11 ----------- 6 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 meta-oe/recipes-multimedia/esound/esound/configure-fix.patch create mode 100644 meta-oe/recipes-multimedia/esound/esound/esound_0.2.36-1ubuntu5.diff.gz create mode 100644 meta-oe/recipes-multimedia/esound/esound/no-docs.patch delete mode 100644 meta-oe/recipes-multimedia/esound/files/configure-fix.patch delete mode 100644 meta-oe/recipes-multimedia/esound/files/no-docs.patch (limited to 'meta-oe/recipes-multimedia/esound') diff --git a/meta-oe/recipes-multimedia/esound/esound/configure-fix.patch b/meta-oe/recipes-multimedia/esound/esound/configure-fix.patch new file mode 100644 index 000000000..8fdc35ad5 --- /dev/null +++ b/meta-oe/recipes-multimedia/esound/esound/configure-fix.patch @@ -0,0 +1,10 @@ +--- /tmp/configure.ac 2008-06-02 16:46:55.640793306 +0200 ++++ esound-0.2.36/configure.ac 2008-06-02 16:47:26.030793494 +0200 +@@ -29,6 +29,7 @@ + AC_SUBST(pkgdocdir) + + AC_PROG_CC ++AC_PROG_CXX + AC_PROG_CPP + AC_LIBTOOL_WIN32_DLL + AM_PROG_LIBTOOL diff --git a/meta-oe/recipes-multimedia/esound/esound/esound_0.2.36-1ubuntu5.diff.gz b/meta-oe/recipes-multimedia/esound/esound/esound_0.2.36-1ubuntu5.diff.gz new file mode 100644 index 000000000..719f5d09d Binary files /dev/null and b/meta-oe/recipes-multimedia/esound/esound/esound_0.2.36-1ubuntu5.diff.gz differ diff --git a/meta-oe/recipes-multimedia/esound/esound/no-docs.patch b/meta-oe/recipes-multimedia/esound/esound/no-docs.patch new file mode 100644 index 000000000..fc69f1a03 --- /dev/null +++ b/meta-oe/recipes-multimedia/esound/esound/no-docs.patch @@ -0,0 +1,11 @@ +Index: esound-0.2.36/Makefile.am +=================================================================== +--- esound-0.2.36.orig/Makefile.am ++++ esound-0.2.36/Makefile.am +@@ -1,5 +1,5 @@ + +-SUBDIRS = docs ++SUBDIRS = + + ACLOCAL_FLAGS = -I m4 + diff --git a/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb b/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb index e020fd81f..d5cfb3f08 100644 --- a/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb +++ b/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb @@ -6,15 +6,15 @@ DEPENDS = "audiofile" inherit gnome binconfig +PR = "r1" + SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.36.tar.bz2;name=archive \ - https://launchpad.net/ubuntu/breezy/+source/esound/0.2.36-1ubuntu5/+files/esound_0.2.36-1ubuntu5.diff.gz;name=patch \ + file://esound_0.2.36-1ubuntu5.diff.gz \ file://no-docs.patch \ file://configure-fix.patch" SRC_URI[archive.md5sum] = "3facb5aa0115cc1c31771b9ad454ae76" SRC_URI[archive.sha256sum] = "68bf399fcbd45c5e9ba99cd13a3a479e4ef2bc5dc52e540ffa00aef1e1b19a76" -SRC_URI[patch.md5sum] = "44b4d713387fb3f18666d289f88ae00c" -SRC_URI[patch.sha256sum] = "9bd7db657b8e9622910b9d3188096e37ee627ac0651c78ddce58e205e7487932 EXTRA_OECONF = " \ --disable-alsa \ diff --git a/meta-oe/recipes-multimedia/esound/files/configure-fix.patch b/meta-oe/recipes-multimedia/esound/files/configure-fix.patch deleted file mode 100644 index 8fdc35ad5..000000000 --- a/meta-oe/recipes-multimedia/esound/files/configure-fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- /tmp/configure.ac 2008-06-02 16:46:55.640793306 +0200 -+++ esound-0.2.36/configure.ac 2008-06-02 16:47:26.030793494 +0200 -@@ -29,6 +29,7 @@ - AC_SUBST(pkgdocdir) - - AC_PROG_CC -+AC_PROG_CXX - AC_PROG_CPP - AC_LIBTOOL_WIN32_DLL - AM_PROG_LIBTOOL diff --git a/meta-oe/recipes-multimedia/esound/files/no-docs.patch b/meta-oe/recipes-multimedia/esound/files/no-docs.patch deleted file mode 100644 index fc69f1a03..000000000 --- a/meta-oe/recipes-multimedia/esound/files/no-docs.patch +++ /dev/null @@ -1,11 +0,0 @@ -Index: esound-0.2.36/Makefile.am -=================================================================== ---- esound-0.2.36.orig/Makefile.am -+++ esound-0.2.36/Makefile.am -@@ -1,5 +1,5 @@ - --SUBDIRS = docs -+SUBDIRS = - - ACLOCAL_FLAGS = -I m4 - -- cgit v1.2.3-54-g00ecf