Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PKG] libopus #44

Closed
Zingam opened this issue Dec 17, 2019 · 3 comments
Closed

[PKG] libopus #44

Zingam opened this issue Dec 17, 2019 · 3 comments
Labels
package request Requests for new packages to be added to the corpus.

Comments

@Zingam
Copy link

Zingam commented Dec 17, 2019

Package name
libopus

Package URL
http://www.opus-codec.org/

Package source location
https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz

@Zingam Zingam added the package request Requests for new packages to be added to the corpus. label Dec 17, 2019
@atkawa7
Copy link

atkawa7 commented Mar 3, 2020

@Zingam @artob @dani-garcia In the meantime there is feature that was created microsoft/vcpkg#10271. You can build the archive yourself. Its easy

export ANDROID_NDK_HOME="/Library/Android/sdk/ndk/<version>"
./vcpkg install opus  --triplet x86-android
./vcpkg install opus  --triplet x64-android
./vcpkg install opus  --triplet arm-android
./vcpkg install opus  --triplet arm64-android
./vcpkg export opus  --triplet x86-android --prefab

The resulting pom

   <groupId>com.vcpkg.ndk.support</groupId>
    <artifactId>opus</artifactId>
    <version>1.3.1</version>

or Gradle

  implementation "com.vcpkg.ndk.support:opus:1.3.1"

@gamelaster
Copy link

@atkawa7 sadly, for me, this doesn't for, due libopus exports nothing :-(

@leleliu008
Copy link

This package had been publish to my maven repository hosted on github https://github.com/leleliu008/ndk-pkg-prefab-aar-maven-repo

You’re welcome to give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package request Requests for new packages to be added to the corpus.
Projects
None yet
Development

No branches or pull requests

5 participants