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