libtheora: update to 1.1.1.
This commit is contained in:
parent
d5af7c8fc9
commit
0db7ec786a
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run libtheora
|
||||
|
||||
do_install()
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'libtheora'.
|
||||
pkgname=libtheora
|
||||
version=1.0
|
||||
revision=1
|
||||
distfiles="http://downloads.xiph.org/releases/theora/$pkgname-$version.tar.bz2"
|
||||
version=1.1.1
|
||||
distfiles="http://downloads.xiph.org/releases/theora/$pkgname-$version.tar.xz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-examples --disable-vorbistest --disable-sdltest"
|
||||
short_desc="Theora Video Compression Codec"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
checksum=3ae9df56e8fc75ffe26e63a13cae2ce79d079416175fb0baffe0e2de8dc91a6d
|
||||
checksum=f36da409947aa2b3dcc6af0a8c2e3144bc19db2ed547d64e9171c59c66561c61
|
||||
long_desc="
|
||||
Theora is Xiph.Org's first publicly released video codec, intended
|
||||
for use within the Ogg\'s project\'s Ogg multimedia streaming system.
|
||||
|
@ -21,3 +20,4 @@ Add_dependency run glibc
|
|||
Add_dependency run libogg
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build libogg-devel
|
||||
Add_dependency build xz
|
||||
|
|
Loading…
Reference in New Issue