diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
3 files changed, 13 insertions, 28 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3/configure_fix.patch b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3/configure_fix.patch deleted file mode 100644 index d8b213b3e9..0000000000 --- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3/configure_fix.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | Index: gst-fluendo-mp3-0.10.2/configure.ac | ||
2 | =================================================================== | ||
3 | --- gst-fluendo-mp3-0.10.2.orig/configure.ac 2008-03-19 23:00:15.000000000 +0000 | ||
4 | +++ gst-fluendo-mp3-0.10.2/configure.ac 2008-03-19 23:00:31.000000000 +0000 | ||
5 | @@ -19,10 +19,9 @@ | ||
6 | AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4") | ||
7 | |||
8 | dnl check for tools | ||
9 | -AS_LIBTOOL_TAGS | ||
10 | AM_PROG_LIBTOOL | ||
11 | dnl AC_PROG_CC | ||
12 | -dnl AC_PROG_LIBTOOL | ||
13 | +AC_PROG_LIBTOOL | ||
14 | |||
15 | dnl decide on error flags | ||
16 | AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no") | ||
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.15.bb b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.15.bb new file mode 100644 index 0000000000..da9cb2b3a7 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.15.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require gst-fluendo.inc | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=98326cbb1723a5a97e9b1db62e9faa05" | ||
5 | |||
6 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | ||
7 | |||
8 | PR = "r0" | ||
9 | |||
10 | DESCRIPTION = "Fluendo closed-format mp3 GStreamer plug-in" | ||
11 | |||
12 | SRC_URI[md5sum] = "dac7a9fa988650ec1be6c4c743a86cd4" | ||
13 | SRC_URI[sha256sum] = "b444e6f3f87f5b819c1327ff3ed1afe9c09c195ba79ecf7e7409b375fa81cb06" | ||
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.2.bb b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.2.bb deleted file mode 100644 index 3000d710cb..0000000000 --- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.2.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | require gst-fluendo.inc | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=086bf92d974e459276adbfd808c615b4" | ||
5 | |||
6 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | ||
7 | |||
8 | SRC_URI += "file://configure_fix.patch;patch=1" | ||
9 | |||
10 | PR = "r1" | ||
11 | |||
12 | DESCRIPTION = "Fluendo closed-format mp3 GStreamer plug-in" | ||