{"id":16918539,"url":"https://github.com/nottsunami/android_external_libogg","last_synced_at":"2025-03-21T01:23:26.267Z","repository":{"id":105575079,"uuid":"71288877","full_name":"NotTsunami/android_external_libogg","owner":"NotTsunami","description":null,"archived":false,"fork":false,"pushed_at":"2016-10-18T21:31:23.000Z","size":675,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T21:55:57.438Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NotTsunami.png","metadata":{"files":{"readme":"README","changelog":"CHANGES","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-18T20:33:08.000Z","updated_at":"2016-10-18T21:25:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"26466292-c502-4e82-9a8c-92b95248d05b","html_url":"https://github.com/NotTsunami/android_external_libogg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotTsunami%2Fandroid_external_libogg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotTsunami%2Fandroid_external_libogg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotTsunami%2Fandroid_external_libogg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotTsunami%2Fandroid_external_libogg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotTsunami","download_url":"https://codeload.github.com/NotTsunami/android_external_libogg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244718249,"owners_count":20498449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T19:40:34.843Z","updated_at":"2025-03-21T01:23:26.251Z","avatar_url":"https://github.com/NotTsunami.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"********************************************************************\n*                                                                  *\n* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.   *\n* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS     *\n* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *\n* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *\n*                                                                  *\n* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2011             *\n* by the Xiph.Org Foundation http://www.xiph.org/                  *\n*                                                                  *\n********************************************************************\n\n= WHAT'S HERE =\n\nThis source distribution includes libogg and nothing else. Other modules\n(eg, the modules libvorbis, vorbis-tools for the Vorbis music codec,\nlibtheora for the Theora video codec) contain the codec libraries for\nuse with Ogg bitstreams.\n\nDirectory:\n\n./src  \t\tThe source for libogg, a BSD-license inplementation of\n\t\tthe public domain Ogg bitstream format\n\n./include       Library API headers\n\n./doc           Ogg specification and libogg API documents\n\n./win32\t\tWin32 projects and build automation\n\n./macosx\tMac OS X project and build files\n\n= WHAT IS OGG? =\n\nOgg project codecs use the Ogg bitstream format to arrange the raw,\ncompressed bitstream into a more robust, useful form.  For example,\nthe Ogg bitstream makes seeking, time stamping and error recovery\npossible, as well as mixing several sepearate, concurrent media\nstreams into a single physical bitstream.\n\n= CONTACT =\n\nThe Ogg homepage is located at 'https://www.xiph.org/ogg/'.\nUp to date technical documents, contact information, source code and\npre-built utilities may be found there.\n\nBUILDING FROM TARBALL DISTRIBUTIONS:\n\n./configure\nmake\n\nand optionally (as root):\nmake install\n\nThis will install the Ogg libraries (static and shared) into\n/usr/local/lib, includes into /usr/local/include and API\ndocumentation into /usr/local/share/doc.\n\nBUILDING FROM REPOSITORY SOURCE:\n\nA standard svn build should consist of nothing more than:\n\n./autogen.sh\nmake\n\nand as root if desired :\n\nmake install\n\nBUILDING ON WIN32:\n\nUse the project file in the win32 directory. It should compile out of the box.\n\nCROSS COMPILING FROM LINUX TO WIN32:\n\nIt is also possible to cross compile from Linux to windows using the MinGW\ncross tools and even to run the test suite under Wine, the Linux/*nix\nwindows emulator.\n\nOn Debian and Ubuntu systems, these cross compiler tools can be installed\nby doing:\n\n    sudo apt-get mingw32 mingw32-binutils mingw32-runtime wine\n\nOnce these tools are installed its possible to compile and test by\nexecuting the following commands, or something similar depending on\nyour system:\n\n    ./configure --host=i586-mingw32msvc --target=i586-mingw32msvc \\\n         --build=i586-linux\n    make\n    make check\n\n(Build instructions for Ogg codecs such as vorbis are similar and may\nbe found in those source modules' README files)\n\n$Id: README 18096 2011-09-22 23:32:51Z giles $\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnottsunami%2Fandroid_external_libogg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnottsunami%2Fandroid_external_libogg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnottsunami%2Fandroid_external_libogg/lists"}