./multimedia/libogg, Ogg project codecs library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.5nb1, Package name: libogg-1.3.5nb1, Maintainer: pkgsrc-users

Provides static and shared Ogg libraries and documentation.
Ogg is a public domain, patent-free bitstream format.
Ogg project codecs use the Ogg bitstream format to arrange the raw,
compressed bitstream into a more robust, useful form. For example,
the Ogg bitstream makes seeking, time stamping and error recovery
possible, as well as mixing several separate, concurrent media
streams into a single physical bitstream.


Master sites:

Filesize: 419.02 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-18 00:00:25 by Nia Alarie | Files touched by this commit (28)
Log message:
*: Remove many GCC_REQD for particularly old GCCs

In many cases the reasoning is poorly documented, or the reasoning
for setting GCC_REQD is to work around a compiler bug. Practically
a c99 compiler is now required for bootstrap (in at least several
dependencies) so we can entirely rule out GCC versions before 3.0.
   2022-07-25 13:12:30 by Thomas Klausner | Files touched by this commit (102)
Log message:
*: remove pkg-config from tools where no buildlink3.mk file is included

Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
   2022-05-15 07:52:19 by David A. Holland | Files touched by this commit (1)
Log message:
Bump PKGREVISION for previous (to 1)

The fix was actually in libogg and it's clients of libogg that don't
build.
   2022-05-15 07:50:49 by David A. Holland | Files touched by this commit (2)
Log message:
PR 56708 John Klos: audio/libvorbis fails on macOS El Capitan

When including <stdint.h>, use the types it defines, not the legacy
ones with extra (internal) underscores.
   2021-10-26 13:01:20 by Nia Alarie | Files touched by this commit (177)
Log message:
multimedia: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (for legal reasons?):

./multimedia/adobe-flash-player/distinfo \ 
adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz
./multimedia/adobe-flash-player/distinfo \ 
adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz
./multimedia/libdvdcss/distinfo libdvdcss-1.4.3.tar.bz2
   2021-10-07 16:32:21 by Nia Alarie | Files touched by this commit (179)
Log message:
multimedia: Remove SHA1 hashes for distfiles
   2021-06-07 11:12:33 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
libogg: updated to 1.3.5

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.
   2019-09-08 21:11:30 by Darrin B. Jewell | Files touched by this commit (3)
Log message:
multimedia/libogg: use stdint.h on darwin

broken by https://gitlab.xiph.org/xiph/ogg/issues/2294
see discussion