diff options
author | Sam Bingner <sam@bingner.com> | 2019-04-03 15:47:56 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-04-09 23:20:37 -1000 |
commit | 4dfb7051ae39881c430b3b3811383e7f115942d3 (patch) | |
tree | 9c9ada5d40d70fe91ade324b5012c38915e25af6 /data/ogg | |
parent | 8751b370bf2f0cc566f49a3140fe7f632fb3bb0a (diff) |
Fix libtheora compiling and rename ogg, vorbis, and theora
Diffstat (limited to 'data/ogg')
-rw-r--r-- | data/ogg/_metadata/description | 1 | ||||
-rw-r--r-- | data/ogg/_metadata/in.1443.00 | 0 | ||||
-rw-r--r-- | data/ogg/_metadata/license | 28 | ||||
l--------- | data/ogg/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/ogg/_metadata/name | 1 | ||||
-rw-r--r-- | data/ogg/_metadata/priority | 1 | ||||
-rw-r--r-- | data/ogg/_metadata/role | 1 | ||||
-rw-r--r-- | data/ogg/_metadata/section | 1 | ||||
-rw-r--r-- | data/ogg/_metadata/tags | 1 | ||||
-rw-r--r-- | data/ogg/_metadata/version | 1 | ||||
-rw-r--r-- | data/ogg/libogg-1.3.3.tar.gz | bin | 579853 -> 0 bytes | |||
-rw-r--r-- | data/ogg/make.sh | 4 |
12 files changed, 0 insertions, 40 deletions
diff --git a/data/ogg/_metadata/description b/data/ogg/_metadata/description deleted file mode 100644 index c7a8d1c9b..000000000 --- a/data/ogg/_metadata/description +++ /dev/null @@ -1 +0,0 @@ -open multimedia container format diff --git a/data/ogg/_metadata/in.1443.00 b/data/ogg/_metadata/in.1443.00 deleted file mode 100644 index e69de29bb..000000000 --- a/data/ogg/_metadata/in.1443.00 +++ /dev/null diff --git a/data/ogg/_metadata/license b/data/ogg/_metadata/license deleted file mode 100644 index 6111c6c5a..000000000 --- a/data/ogg/_metadata/license +++ /dev/null @@ -1,28 +0,0 @@ -Copyright (c) 2002, Xiph.org Foundation - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -- Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -- Neither the name of the Xiph.org Foundation nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION -OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/data/ogg/_metadata/maintainer b/data/ogg/_metadata/maintainer deleted file mode 120000 index 573d7ebef..000000000 --- a/data/ogg/_metadata/maintainer +++ /dev/null @@ -1 +0,0 @@ -../../../people/sbingner
\ No newline at end of file diff --git a/data/ogg/_metadata/name b/data/ogg/_metadata/name deleted file mode 100644 index 4ed63f730..000000000 --- a/data/ogg/_metadata/name +++ /dev/null @@ -1 +0,0 @@ -Ogg diff --git a/data/ogg/_metadata/priority b/data/ogg/_metadata/priority deleted file mode 100644 index 134d9bc32..000000000 --- a/data/ogg/_metadata/priority +++ /dev/null @@ -1 +0,0 @@ -optional diff --git a/data/ogg/_metadata/role b/data/ogg/_metadata/role deleted file mode 100644 index 8d0320866..000000000 --- a/data/ogg/_metadata/role +++ /dev/null @@ -1 +0,0 @@ -developer diff --git a/data/ogg/_metadata/section b/data/ogg/_metadata/section deleted file mode 100644 index 593877746..000000000 --- a/data/ogg/_metadata/section +++ /dev/null @@ -1 +0,0 @@ -Multimedia diff --git a/data/ogg/_metadata/tags b/data/ogg/_metadata/tags deleted file mode 100644 index a8928cec8..000000000 --- a/data/ogg/_metadata/tags +++ /dev/null @@ -1 +0,0 @@ -purpose::library diff --git a/data/ogg/_metadata/version b/data/ogg/_metadata/version deleted file mode 100644 index 31e5c8434..000000000 --- a/data/ogg/_metadata/version +++ /dev/null @@ -1 +0,0 @@ -1.3.3 diff --git a/data/ogg/libogg-1.3.3.tar.gz b/data/ogg/libogg-1.3.3.tar.gz Binary files differdeleted file mode 100644 index b39fdfe49..000000000 --- a/data/ogg/libogg-1.3.3.tar.gz +++ /dev/null diff --git a/data/ogg/make.sh b/data/ogg/make.sh deleted file mode 100644 index 452a4bfd5..000000000 --- a/data/ogg/make.sh +++ /dev/null @@ -1,4 +0,0 @@ -pkg:setup -pkg:configure -make -pkg:install |