summaryrefslogtreecommitdiff
path: root/homebrew/libopusenc/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libopusenc/.beer')
-rw-r--r--homebrew/libopusenc/.beer41
1 files changed, 41 insertions, 0 deletions
diff --git a/homebrew/libopusenc/.beer b/homebrew/libopusenc/.beer
new file mode 100644
index 000000000..6c00571f2
--- /dev/null
+++ b/homebrew/libopusenc/.beer
@@ -0,0 +1,41 @@
+{
+ "name": "Libopusenc",
+ "description": "Convenience libraray for creating .opus files",
+ "url": "https://archive.mozilla.org/pub/opus/libopusenc-0.2.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://opus-codec.org/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "opus",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./autogen.sh\" if build.head?",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--disable-silent-rules\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.2.1",
+ "file": "libopusenc.rb"
+} \ No newline at end of file