libogg: update to 1.3.1.
This commit is contained in:
parent
e1f6dd20b8
commit
64ac183e66
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'libogg'.
|
||||
pkgname=libogg
|
||||
version=1.3.0
|
||||
revision=3
|
||||
version=1.3.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="The Ogg bitstream file format library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://www.xiph.org/ogg/"
|
||||
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.xz"
|
||||
checksum=231725029c843492914f24e74085e734bca6f1d6446ac72df39b0c3a9d4bc74b
|
||||
checksum=3a5bad78d81afb78908326d11761c0fb1a0662ee7150b6ad587cc586838cdcfa
|
||||
long_desc="
|
||||
Libogg is a library for manipulating Ogg bitstream file formats.
|
||||
Libogg supports both making Ogg bitstreams and getting packets from
|
||||
|
@ -16,7 +16,7 @@ long_desc="
|
|||
|
||||
libogg-devel_package() {
|
||||
depends="libogg>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in a new issue