libogg: update to 1.3.0, bump abi_depends.
This commit is contained in:
parent
33c3abeb94
commit
13047d8360
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=1.1.3"
|
||||
abi_depends=">=1.3.0"
|
||||
api_depends="${abi_depends}"
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
# Template file for 'libogg'.
|
||||
pkgname=libogg
|
||||
version=1.2.1
|
||||
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.gz"
|
||||
version=1.3.0
|
||||
homepage="http://www.xiph.org/ogg/"
|
||||
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.xz"
|
||||
build_style=gnu_configure
|
||||
short_desc="The Ogg bitstream file format library"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
checksum=6858848617bca6eab01e7d8526bc0d2a417e95070a255cbf9c881881365e36c0
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
checksum=231725029c843492914f24e74085e734bca6f1d6446ac72df39b0c3a9d4bc74b
|
||||
long_desc="
|
||||
Libogg is a library for manipulating Ogg bitstream file formats.
|
||||
Libogg supports both making Ogg bitstreams and getting packets from
|
||||
|
|
Loading…
Reference in New Issue