summaryrefslogtreecommitdiff
path: root/recipes/libogg.recipe
AgeCommit message (Collapse)AuthorFilesLines
2023-03-18ogg: build with MesonTim-Philipp Müller1-13/+11
Based on https://wrapdb.mesonbuild.com/v2/ogg_1.3.5-5/get_patch with some fixes on top for MingW. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1144>
2023-03-14Fix hardcoded 'lib' path in recipes files listingAndoni Morales Alastruey1-1/+1
2021-10-16libogg: update to 1.3.5Tim-Philipp Müller1-4/+3
2020-09-30recipes: Try to eliminate autoreconf as much as possible on WindowsNirbheek Chauhan1-1/+1
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-09-13recipes: Upgrade libogg to 1.3.4Edward Hervey1-3/+4
Also include patch to (re-)fix ios build
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-10-24Implement source url templating for recipesNirbheek Chauhan1-1/+1
GNOME, GNU, Savannah, Xiph, and SourceForge source URLs now use templates. More templates can be added in the future. Currently, they can be one of the following forms: scheme:// This will download a file called %(name)s-%(version)s.tar.xz from the canonical place on the specified server. `scheme` can be: gnome, sf, gnu, savannah. scheme://.tar.gz For using the template but with the specified file extension instead of .tar.xz scheme://some/path/to/name-version.tar.xz For using the template only for the mirror domain and common sources path. https://bugzilla.gnome.org/show_bug.cgi?id=797330
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-07-22recipes: Move all recipes to HTTPSNirbheek Chauhan1-1/+1
Also add a check in Cerbero to ensure that no insecure URLs are used.
2018-02-21libogg: attempt to fix iOS buildTim-Philipp Müller1-1/+1
configure.in got renamed to configure.ac between 1.3.2 -> 1.3.3
2018-02-21recipes: Upgrade libogg to 1.3.3Edward Hervey1-2/+2
2015-02-14recipes: Update most dependencies and build-toolsEdward Hervey1-2/+2
* Remove/Update patches where applicable * Tested on all linux/android variant, the build slaves will pick up the rest...
2014-04-08enums: add a helper function to check for arm archsAndoni Morales Alastruey1-1/+1
2013-10-07libogg: Update to 1.3.1 and switch to tarballsSebastian Dröge1-5/+5
2013-03-18libogg: add ogg.m4 for the universal buildAndoni Morales Alastruey1-1/+1
2013-02-22recipes: disable -O4 and -O3 optimizations which produce invalid outputAndoni Morales Alastruey1-0/+10
The linker complains about the object files not beeing for the ARMv7 architecture being linked
2013-02-22Add support to iOSThibault Saunier1-0/+4
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-03-30List files in recipesAndoni Morales Alastruey1-0/+4
2012-03-20Add recipes' syntax hints for vim and emacsAndoni Morales Alastruey1-1/+1
2012-03-20Move recipes out of the python code dirAndoni Morales Alastruey1-0/+6