Libogg: bump version (#12807)

This commit is contained in:
kenmays
2025-08-24 22:41:43 -07:00
committed by GitHub
parent 3d04765e8d
commit aa13a8eaae

View File

@@ -17,18 +17,21 @@ pipelines. This stream orientation is the major design difference over other \
file-based container formats.
"
HOMEPAGE="https://www.xiph.org"
COPYRIGHT="1994-2021 Xiph.Org Foundation"
COPYRIGHT="1994-2025 Xiph.Org Foundation"
LICENSE="BSD (3-clause)"
REVISION="2"
REVISION="1"
SOURCE_URI="http://downloads.xiph.org/releases/ogg/libogg-$portVersion.tar.gz"
CHECKSUM_SHA256="0eb4b4b9420a0f51db142ba3f9c64b333f826532dc0f48c6410ae51f4799b664"
CHECKSUM_SHA256="83e6704730683d004d20e21b8f7f55dcb3383cdf84c0daedf30bde175f774638"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86"
libVersion="0.8.6"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
libogg$secondaryArchSuffix = $portVersion
lib:libogg$secondaryArchSuffix = 0.8.4 compat >= 0
lib:libogg$secondaryArchSuffix = $libVersionCompat
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -36,7 +39,7 @@ REQUIRES="
PROVIDES_devel="
libogg${secondaryArchSuffix}_devel = $portVersion
devel:libogg$secondaryArchSuffix = 0.8.4 compat >= 0
devel:libogg$secondaryArchSuffix = $libVersionCompat
"
REQUIRES_devel="
libogg$secondaryArchSuffix == $portVersion
@@ -47,8 +50,8 @@ BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:automake
cmd:autoreconf
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix