libogg: update to 1.1.4.
--HG-- extra : convert_revision : 16610e8d6ffb3403d8c06e8b340f571ce8dec2f1
This commit is contained in:
parent
ed6a3c14b9
commit
0156712d3c
2 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libogg
|
||||
|
||||
do_install()
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'libogg'.
|
||||
pkgname=libogg
|
||||
version=1.1.3
|
||||
version=1.1.4
|
||||
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="The Ogg bitstream file format library"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
checksum=bae29e79fbc50bbedf1235852094b71c8c910a1ef0cd42fe4163b7b545630b65
|
||||
checksum=9354c183fd88417c2860778b60b7896c9487d8f6e58b9fec3fdbf971142ce103
|
||||
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 a new issue