mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
libogg: Update to 1.3.5
- Update from 1.3.4 to 1.3.5
- Update rootfile
- Changelog
Version 1.3.5 (2020 June 3)
* Fix unsigned typedef problem on macOS.
* Fix overflow check in ogg_sync_buffer.
* Clean up cmake and autotools build files.
* Remove Symbian and Apple XCode build files.
* Fix documentation cross-reference links.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
a906734840
commit
85d2bb767f
@@ -6,7 +6,7 @@
|
||||
#usr/lib/libogg.la
|
||||
#usr/lib/libogg.so
|
||||
usr/lib/libogg.so.0
|
||||
usr/lib/libogg.so.0.8.4
|
||||
usr/lib/libogg.so.0.8.5
|
||||
#usr/lib/pkgconfig/ogg.pc
|
||||
#usr/share/aclocal/ogg.m4
|
||||
#usr/share/doc/libogg
|
||||
@@ -94,4 +94,3 @@ usr/lib/libogg.so.0.8.4
|
||||
#usr/share/doc/libogg/vorbisword2.png
|
||||
#usr/share/doc/libogg/white-ogg.png
|
||||
#usr/share/doc/libogg/white-xifish.png
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.3.4
|
||||
VER = 1.3.5
|
||||
|
||||
THISAPP = libogg-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = libogg
|
||||
PAK_VER = 4
|
||||
PAK_VER = 5
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = eadef24aad6e3e8379ba0d14971fd64a
|
||||
$(DL_FILE)_MD5 = 3178c98341559657a15b185bf5d700a5
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user