[Lunar-commits] <moonbase> libogg: version bump to 1.1.4
Paul Bredbury
brebs at lunar-linux.org
Sun Aug 30 13:28:16 CEST 2009
commit 35d277da46818ec95265ee19069f75da85aa664e
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sun Aug 30 18:28:16 2009 +0700
libogg: version bump to 1.1.4
From CHANGES doc:
Version 1.1.4 (2009 June 24)
* New async error reporting mechanism. Calls made after a fatal error are
now safely handled in the event an error code is ignored
* Added allocation checks useful to some embedded applications
* fix possible read past end of buffer when reading 0 bits
* Updates to API documentation
* Build fixes
---
audio/libogg/BUILD | 9 +++++++++
audio/libogg/DETAILS | 8 ++++----
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/audio/libogg/BUILD b/audio/libogg/BUILD
new file mode 100644
index 0000000..6f31083
--- /dev/null
+++ b/audio/libogg/BUILD
@@ -0,0 +1,9 @@
+(
+
+ # Fix docdir
+ sedit "s:/doc/\$(PACKAGE)-\$(VERSION):/doc/\$(PACKAGE):" doc/Makefile.in &&
+ sedit "s:/doc/\$(PACKAGE)-\$(VERSION):/doc/\$(PACKAGE):" doc/libogg/Makefile.in &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/audio/libogg/DETAILS b/audio/libogg/DETAILS
index c51f257..5920d16 100644
--- a/audio/libogg/DETAILS
+++ b/audio/libogg/DETAILS
@@ -1,15 +1,15 @@
MODULE=libogg
- VERSION=1.1.3
+ VERSION=1.1.4
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://downloads.xiph.org/releases/ogg/
- SOURCE_VFY=sha1:a3e495a8baf6939efad7e0bd11cc0e466838c3db
+ SOURCE_VFY=sha1:868ace372004cf303231b954c60a836acbd71065
WEB_SITE=http://www.xiph.org/ogg
ENTERED=20010922
- UPDATED=20041128
+ UPDATED=20090830
SHORT="bitstream and framing library for the Ogg project"
cat << EOF
libogg is the bitstream and framing library for the Ogg project. It
-provides functions which are necessary to codec libraries like
+provides functions which are necessary for codec libraries like
libvorbis.
EOF
More information about the Lunar-commits
mailing list