diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /extra/libvorbis | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'extra/libvorbis')
-rwxr-xr-x | extra/libvorbis/build | 7 | ||||
-rw-r--r-- | extra/libvorbis/checksums | 1 | ||||
-rw-r--r-- | extra/libvorbis/depends | 1 | ||||
-rw-r--r-- | extra/libvorbis/sources | 1 | ||||
-rw-r--r-- | extra/libvorbis/version | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/extra/libvorbis/build b/extra/libvorbis/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libvorbis/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/libvorbis/checksums b/extra/libvorbis/checksums new file mode 100644 index 00000000..eba280a4 --- /dev/null +++ b/extra/libvorbis/checksums @@ -0,0 +1 @@ +6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb libvorbis-1.3.6.tar.gz diff --git a/extra/libvorbis/depends b/extra/libvorbis/depends new file mode 100644 index 00000000..b6a6854a --- /dev/null +++ b/extra/libvorbis/depends @@ -0,0 +1 @@ +libogg diff --git a/extra/libvorbis/sources b/extra/libvorbis/sources new file mode 100644 index 00000000..4e617a19 --- /dev/null +++ b/extra/libvorbis/sources @@ -0,0 +1 @@ +https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.gz diff --git a/extra/libvorbis/version b/extra/libvorbis/version new file mode 100644 index 00000000..d71e5cf9 --- /dev/null +++ b/extra/libvorbis/version @@ -0,0 +1 @@ +1.3.6 2 |