gst-fluendo-mp3: upgrade to version 0.10.15

Remove configure_fix.patch since the original logic is not exist in
upstream code.

Fix recipe metadata.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
This commit is contained in:
Dongxiao Xu 2010-12-07 17:02:26 +08:00 committed by Richard Purdie
parent f84c6d2cca
commit 71e11d61e4
3 changed files with 13 additions and 28 deletions

View File

@ -1,16 +0,0 @@
Index: gst-fluendo-mp3-0.10.2/configure.ac
===================================================================
--- gst-fluendo-mp3-0.10.2.orig/configure.ac 2008-03-19 23:00:15.000000000 +0000
+++ gst-fluendo-mp3-0.10.2/configure.ac 2008-03-19 23:00:31.000000000 +0000
@@ -19,10 +19,9 @@
AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
dnl check for tools
-AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL
dnl AC_PROG_CC
-dnl AC_PROG_LIBTOOL
+AC_PROG_LIBTOOL
dnl decide on error flags
AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no")

View File

@ -0,0 +1,13 @@
require gst-fluendo.inc
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=98326cbb1723a5a97e9b1db62e9faa05"
acpaths = "-I ${S}/common/m4 -I ${S}/m4"
PR = "r0"
DESCRIPTION = "Fluendo closed-format mp3 GStreamer plug-in"
SRC_URI[md5sum] = "dac7a9fa988650ec1be6c4c743a86cd4"
SRC_URI[sha256sum] = "b444e6f3f87f5b819c1327ff3ed1afe9c09c195ba79ecf7e7409b375fa81cb06"

View File

@ -1,12 +0,0 @@
require gst-fluendo.inc
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=086bf92d974e459276adbfd808c615b4"
acpaths = "-I ${S}/common/m4 -I ${S}/m4"
SRC_URI += "file://configure_fix.patch;patch=1"
PR = "r1"
DESCRIPTION = "Fluendo closed-format mp3 GStreamer plug-in"