diff options
-rw-r--r-- | meta-multimedia/licenses/Fraunhofer_FDK_AAC_Codec_Library_for_Android | 92 | ||||
-rw-r--r-- | meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.1.bb | 22 |
2 files changed, 114 insertions, 0 deletions
diff --git a/meta-multimedia/licenses/Fraunhofer_FDK_AAC_Codec_Library_for_Android b/meta-multimedia/licenses/Fraunhofer_FDK_AAC_Codec_Library_for_Android new file mode 100644 index 0000000000..05b32bdeaf --- /dev/null +++ b/meta-multimedia/licenses/Fraunhofer_FDK_AAC_Codec_Library_for_Android | |||
@@ -0,0 +1,92 @@ | |||
1 | Software License for The Fraunhofer FDK AAC Codec Library for Android | ||
2 | |||
3 | © Copyright 1995 - 2018 Fraunhofer-Gesellschaft zur Förderung der angewandten | ||
4 | Forschung e.V. All rights reserved. | ||
5 | |||
6 | 1. INTRODUCTION | ||
7 | The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software | ||
8 | that implements the MPEG Advanced Audio Coding ("AAC") encoding and decoding | ||
9 | scheme for digital audio. This FDK AAC Codec software is intended to be used on | ||
10 | a wide variety of Android devices. | ||
11 | |||
12 | AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient | ||
13 | general perceptual audio codecs. AAC-ELD is considered the best-performing | ||
14 | full-bandwidth communications codec by independent studies and is widely | ||
15 | deployed. AAC has been standardized by ISO and IEC as part of the MPEG | ||
16 | specifications. | ||
17 | |||
18 | Patent licenses for necessary patent claims for the FDK AAC Codec (including | ||
19 | those of Fraunhofer) may be obtained through Via Licensing | ||
20 | (www.vialicensing.com) or through the respective patent owners individually for | ||
21 | the purpose of encoding or decoding bit streams in products that are compliant | ||
22 | with the ISO/IEC MPEG audio standards. Please note that most manufacturers of | ||
23 | Android devices already license these patent claims through Via Licensing or | ||
24 | directly from the patent owners, and therefore FDK AAC Codec software may | ||
25 | already be covered under those patent licenses when it is used for those | ||
26 | licensed purposes only. | ||
27 | |||
28 | Commercially-licensed AAC software libraries, including floating-point versions | ||
29 | with enhanced sound quality, are also available from Fraunhofer. Users are | ||
30 | encouraged to check the Fraunhofer website for additional applications | ||
31 | information and documentation. | ||
32 | |||
33 | 2. COPYRIGHT LICENSE | ||
34 | |||
35 | Redistribution and use in source and binary forms, with or without modification, | ||
36 | are permitted without payment of copyright license fees provided that you | ||
37 | satisfy the following conditions: | ||
38 | |||
39 | You must retain the complete text of this software license in redistributions of | ||
40 | the FDK AAC Codec or your modifications thereto in source code form. | ||
41 | |||
42 | You must retain the complete text of this software license in the documentation | ||
43 | and/or other materials provided with redistributions of the FDK AAC Codec or | ||
44 | your modifications thereto in binary form. You must make available free of | ||
45 | charge copies of the complete source code of the FDK AAC Codec and your | ||
46 | modifications thereto to recipients of copies in binary form. | ||
47 | |||
48 | The name of Fraunhofer may not be used to endorse or promote products derived | ||
49 | from this library without prior written permission. | ||
50 | |||
51 | You may not charge copyright license fees for anyone to use, copy or distribute | ||
52 | the FDK AAC Codec software or your modifications thereto. | ||
53 | |||
54 | Your modified versions of the FDK AAC Codec must carry prominent notices stating | ||
55 | that you changed the software and the date of any change. For modified versions | ||
56 | of the FDK AAC Codec, the term "Fraunhofer FDK AAC Codec Library for Android" | ||
57 | must be replaced by the term "Third-Party Modified Version of the Fraunhofer FDK | ||
58 | AAC Codec Library for Android." | ||
59 | |||
60 | 3. NO PATENT LICENSE | ||
61 | |||
62 | NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without | ||
63 | limitation the patents of Fraunhofer, ARE GRANTED BY THIS SOFTWARE LICENSE. | ||
64 | Fraunhofer provides no warranty of patent non-infringement with respect to this | ||
65 | software. | ||
66 | |||
67 | You may use this FDK AAC Codec software or modifications thereto only for | ||
68 | purposes that are authorized by appropriate patent licenses. | ||
69 | |||
70 | 4. DISCLAIMER | ||
71 | |||
72 | This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright | ||
73 | holders and contributors "AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, | ||
74 | including but not limited to the implied warranties of merchantability and | ||
75 | fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR | ||
76 | CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, | ||
77 | or consequential damages, including but not limited to procurement of substitute | ||
78 | goods or services; loss of use, data, or profits, or business interruption, | ||
79 | however caused and on any theory of liability, whether in contract, strict | ||
80 | liability, or tort (including negligence), arising in any way out of the use of | ||
81 | this software, even if advised of the possibility of such damage. | ||
82 | |||
83 | 5. CONTACT INFORMATION | ||
84 | |||
85 | Fraunhofer Institute for Integrated Circuits IIS | ||
86 | Attention: Audio and Multimedia Departments - FDK AAC LL | ||
87 | Am Wolfsmantel 33 | ||
88 | 91058 Erlangen, Germany | ||
89 | |||
90 | www.iis.fraunhofer.de/amm | ||
91 | amm-info@iis.fraunhofer.de | ||
92 | |||
diff --git a/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.1.bb b/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.1.bb new file mode 100644 index 0000000000..d7911681c7 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.1.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | SUMMARY = "FDK-AAC audio codec" | ||
2 | |||
3 | DESCRIPTION = "The Fraunhofer FDK AAC Codec Library for Android \ | ||
4 | (\"FDK AAC Codec\") is software that implements the MPEG \ | ||
5 | Advanced Audio Coding (\"AAC\") encoding and decoding scheme \ | ||
6 | for digital audio." | ||
7 | |||
8 | HOMEPAGE = "https://www.iis.fraunhofer.de/en/ff/amm/impl.html" | ||
9 | |||
10 | LICENSE = "Fraunhofer_FDK_AAC_Codec_Library_for_Android" | ||
11 | LICENSE_FLAGS = "commercial" | ||
12 | LIC_FILES_CHKSUM = "file://NOTICE;md5=5985e1e12f4afa710d64ed7bfd291875" | ||
13 | |||
14 | SRC_URI = "git://github.com/mstorsjo/fdk-aac.git;protocol=git;branch=master" | ||
15 | SRCREV = "d387d3b6ed79ff9a82c60440bdd86e6e5e324bec" | ||
16 | |||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | SRC_URI[md5sum] = "fef453b5d6ee28ff302c600b8cded3e7" | ||
20 | SRC_URI[sha256sum] = "07c2a64b098eb48b2e9d729d5e778c08f7d22f28adc8da7c3f92c58da1cbbd8e" | ||
21 | |||
22 | inherit autotools | ||