mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libogg: bump version (#4154)
This commit is contained in:
committed by
Sergei Reznikov
parent
62a4af2c56
commit
6e54fd0e97
@@ -17,18 +17,18 @@ pipelines. This stream orientation is the major design difference over other \
|
||||
file-based container formats.
|
||||
"
|
||||
HOMEPAGE="https://www.xiph.org"
|
||||
COPYRIGHT="1994-2011 Xiph.Org Foundation"
|
||||
COPYRIGHT="1994-2019 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="c2e8a485110b97550f453226ec644ebac6cb29d1caef2902c007edab4308d985"
|
||||
CHECKSUM_SHA256="fe5670640bd49e828d64d2879c31cb4dde9758681bb664f9bdbf159a01b0c76e"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libogg$secondaryArchSuffix = $portVersion
|
||||
lib:libogg$secondaryArchSuffix = 0.8.3 compat >= 0
|
||||
lib:libogg$secondaryArchSuffix = 0.8.4 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -36,7 +36,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libogg${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libogg$secondaryArchSuffix = 0.8.3 compat >= 0
|
||||
devel:libogg$secondaryArchSuffix = 0.8.4 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libogg$secondaryArchSuffix == $portVersion
|
||||
Reference in New Issue
Block a user