summaryrefslogtreecommitdiff
path: root/homebrew/libopenmpt/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libopenmpt/.beer')
-rw-r--r--homebrew/libopenmpt/.beer56
1 files changed, 56 insertions, 0 deletions
diff --git a/homebrew/libopenmpt/.beer b/homebrew/libopenmpt/.beer
new file mode 100644
index 000000000..6a107bf0a
--- /dev/null
+++ b/homebrew/libopenmpt/.beer
@@ -0,0 +1,56 @@
+{
+ "name": "Libopenmpt",
+ "description": "Software library to decode tracked music files",
+ "url": "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.4.3+release.autotools.tar.gz",
+ "mirror": null,
+ "homepage": "https://lib.openmpt.org/libopenmpt/",
+ "depends": [
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "flac",
+ "build-depend": false
+ },
+ {
+ "depend": "libogg",
+ "build-depend": false
+ },
+ {
+ "depend": "libsndfile",
+ "build-depend": false
+ },
+ {
+ "depend": "libvorbis",
+ "build-depend": false
+ },
+ {
+ "depend": "mpg123",
+ "build-depend": false
+ },
+ {
+ "depend": "portaudio",
+ "build-depend": false
+ }
+ ],
+ "resource": [
+ {
+ "name": "mystique.s3m",
+ "url": "https://api.modarchive.org/downloads.php?moduleid=54144#mystique.s3m"
+ }
+ ],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-debug\",",
+ "\"--disable-dependency-tracking\",",
+ "\"--disable-silent-rules\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--without-vorbisfile\"",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.4.3",
+ "file": "libopenmpt.rb"
+} \ No newline at end of file