Skip to content

Commit

Permalink
Add wrap for fdk_aac
Browse files Browse the repository at this point in the history
  • Loading branch information
thiblahute committed Oct 5, 2021
1 parent f0a3f0a commit f0ff3fb
Show file tree
Hide file tree
Showing 5 changed files with 425 additions and 0 deletions.
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,14 @@
"0.7.5-1"
]
},
"fdk-aac": {
"dependency_names": [
"fdk-aac"
],
"versions": [
"2.0.2-0"
]
},
"flac": {
"dependency_names": [
"flac"
Expand Down
9 changes: 9 additions & 0 deletions subprojects/fdk-aac.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[wrap-file]
directory = fdk-aac-2.0.2
source_url = https://sourceforge.net/projects/opencore-amr/files/fdk-aac/fdk-aac-2.0.2.tar.gz/download
source_filename = fdk-aac-2.0.2.tar.gz
source_hash = c9e8630cf9d433f3cead74906a1520d2223f89bcd3fa9254861017440b8eb22f
patch_directory = fdk-aac

[provide]
fdk-aac = fdk_aac_dep
3 changes: 3 additions & 0 deletions subprojects/packagefiles/fdk-aac/fdk-aac/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
foreach header: fdk_aac_headers
configure_file(input: '..' / header, copy: true, output: header.split('/')[-1])
endforeach
Loading

0 comments on commit f0ff3fb

Please sign in to comment.