summaryrefslogtreecommitdiff
path: root/recipes/wavpack.recipe
AgeCommit message (Collapse)AuthorFilesLines
2023-10-05wavpack: Really fix that compilation error on Android.Ryan Pavlik1-0/+2
The change in c98965ebc56c9209075d63057cb8b0002122abf7 was seemingly not enough in some systems. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1277>
2023-06-04wavpack: fix a compilatioin error when cross compiling for androidMatthew Waters1-0/+2
symbol maps, aka version scripts are supported on android/linux compilers. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1191>
2023-06-04android: remove all traces of gnustlMatthew Waters1-2/+0
The relevant c++ standard library is now automaticaly added by the compiler/linker and our gross hack involving gnustl.pc/la is not longer needed. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1191>
2023-03-14Fix hardcoded 'lib' path in recipes files listingAndoni Morales Alastruey1-1/+1
2022-01-23recipes: Build all cmake recipes with ninjaNirbheek Chauhan1-0/+1
I've tested this on Windows, which is the platform with the most weirdness. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/781>
2022-01-23wavpack.recipe: Bump to 5.4.0, use CMake for buildingNirbheek Chauhan1-7/+61
This allows us to re-enable it in gst-plugins-good on Windows. Fixes https://gitlab.freedesktop.org/gstreamer/cerbero/-/issues/358 Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/781>
2020-09-30recipes: Try to eliminate autoreconf as much as possible on WindowsNirbheek Chauhan1-7/+2
autom4te seems to hang on the Windows CI runners because it needs to use the ancient MSYS perl, so try to eliminate it and see if it helps. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/616>
2019-03-18build: Convert configure to async functionsMatthew Waters1-2/+2
This way we can run multiple of them at the same time. Initial patch by Nirbheek Chauhan
2019-02-04Extend licensing scheme, install & package licensesNirbheek Chauhan1-1/+1
Licensing was incorrect, incomplete, and at best, ambiguous. Some recipes were picking one license when there were many, others were listing all the licenses and you had to pick one. On the other hand, many projects are licensed under multiple BSD-like licenses, and you must adhere to the terms of all of them, and there was no way to know how from the binary packages. Now we have an extended syntax for declaring the licensing properties of a recipe. The licenses array can now also contain dictionaries with License enums as keys and relative paths to files in the source tree as values. All files specified in this way will be copied into `share/licenses/$recipe_name`. Common license texts which are copied verbatim by projects without adding any specific author/copyright information have been copied into `data/licenses/` and will be copied into `share/licenses/$recipe_name` when a license is specified without a corresponding source tree file. `share/licenses/$recipe_name/README-LICENSE-INFO.txt` contains a disclaimer that this is not legal advice, and uses (AND) and (OR) operators to declare the combinations of licenses you can pick when adhering to the license requirements of a project. `share/licenses/$recipe_name` is, of course, now also copied into the devel binary packages. I have made a best-effort to check and update the licenses in each recipe, but I have probably missed things. Reviews and updates are welcome. I also did not bother updating the toolchain recipe licenses too carefully since we do not ship them with our binary packages; except mingw-runtime.recipe (which does have an updated license).
2018-09-19recipes: Add tarball checksums for all recipesNirbheek Chauhan1-0/+1
This should cover all recipes; even those that aren't built by default https://bugzilla.gnome.org/show_bug.cgi?id=797177
2018-02-21recipes: Upgrade wavpack to 5.1.0Edward Hervey1-2/+2
2016-12-19wavpack: Update to 5.0.0Sebastian Dröge1-2/+4
2016-04-06wavpack: Disable assembly on iOSSebastian Dröge1-1/+1
Due to different symbol naming, it doesn't work there yet.
2016-04-06wavpack: Update to version 4.80.0Sebastian Dröge1-7/+8
2015-05-15Move all remaining recipes to tarballsSebastian Dröge1-1/+3
2013-05-27recipes: use the new runtime dependenciesAndoni Morales Alastruey1-1/+0
2012-09-03wavpack: fix build in androidAndoni Morales Alastruey1-1/+2
2012-08-31recipes: fix some recipes for androidAndoni Morales Alastruey1-3/+9
2012-08-22Some more Android portsSebastian Dröge1-0/+1
2012-08-21Some random Android build fixesSebastian Dröge1-1/+2
2012-04-25Recipes: Fix licenses.Andre Moreira Magalhaes (andrunko)1-1/+1
There are still some few pending TODO/FIXMEs that needs checking.
2012-04-24Use license enums.Andre Moreira Magalhaes (andrunko)1-1/+1
2012-04-20wavpack: remove LD flags on windows not needed anymoreAndoni Morales Alastruey1-5/+0
2012-03-30List files in recipesAndoni Morales Alastruey1-0/+6
2012-03-20Add recipes' syntax hints for vim and emacsAndoni Morales Alastruey1-1/+1
2012-03-20Set instance attributes properlyAndoni Morales Alastruey1-1/+1
2012-03-20Remove imports from the recipesAndoni Morales Alastruey1-3/+1
2012-03-20Only depend on libiconv on Windows everywhereSebastian Dröge1-2/+7
2012-03-20Move recipes out of the python code dirAndoni Morales Alastruey1-0/+8