summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/flac/flac-1.2.1/disable-xmms-plugin.patch
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2014-02-12 18:42:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-14 12:30:20 +0000
commitcb0fe9bf151b1c6dc49b4f3b099316323b8685d7 (patch)
tree4bae6871553a3e31aad016b9ef1a94fa33d8b9dc /meta/recipes-multimedia/flac/flac-1.2.1/disable-xmms-plugin.patch
parentda0a4c7f8de57624f70ef4c8fabacd089241d91a (diff)
downloadpoky-cb0fe9bf151b1c6dc49b4f3b099316323b8685d7.tar.gz
flac: upgrade to 1.3.0
- Updated description, bugtracker and source; - Switched to ${BP} variable; - 0001-No-AltiVec-on-SPE.patch, flac-gcc43-fixes.patch, asm-pic.patch, obsolete_automake_macros.patch patches removed, included in upstream; - Licenses checksums changed due to added copyright owners and street adresses changed; - Backported 1.3.0 specific fix; - Removed obsolete PPC fix; - Added support for SSE optimizations; - Removed default ${S} definition; - Removed xmms unneeded prefixes. Build on all qemu arch; Tested on qemux86-64 and qemuppc. (From OE-Core rev: 85ac4d82c77e3cab6a5867e4ec110ba07023838b) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/flac/flac-1.2.1/disable-xmms-plugin.patch')
-rw-r--r--meta/recipes-multimedia/flac/flac-1.2.1/disable-xmms-plugin.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-multimedia/flac/flac-1.2.1/disable-xmms-plugin.patch b/meta/recipes-multimedia/flac/flac-1.2.1/disable-xmms-plugin.patch
deleted file mode 100644
index 80769a87c5..0000000000
--- a/meta/recipes-multimedia/flac/flac-1.2.1/disable-xmms-plugin.patch
+++ /dev/null
@@ -1,25 +0,0 @@
1# Acquired from OpenEmbedded
2Upstream-Status: Inappropriate [disable feature]
3
4diff -ruN flac-1.2.1-orig/src/Makefile.am flac-1.2.1-new/src/Makefile.am
5--- flac-1.2.1-orig/src/Makefile.am 2010-06-23 15:06:29.167865355 +0800
6+++ flac-1.2.1-new/src/Makefile.am 2010-06-25 16:23:05.555202728 +0800
7@@ -15,10 +15,6 @@
8 # restrictive of those mentioned above. See the file COPYING.Xiph in this
9 # distribution.
10
11-if FLaC__HAS_XMMS
12-XMMS_DIRS = plugin_common plugin_xmms
13-endif
14-
15 if FLaC__WITH_CPPLIBS
16 CPPLIBS_DIRS = libFLAC++ test_libFLAC++
17 endif
18@@ -29,7 +25,6 @@
19 flac \
20 metaflac \
21 monkeys_audio_utilities \
22- $(XMMS_DIRS) \
23 plugin_winamp2 \
24 test_grabbag \
25 test_libs_common \