cherokee: rebuild against ffmpeg-2.1.
This commit is contained in:
parent
31ed0fe9eb
commit
2bd5c33a7b
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'cherokee'
|
||||
pkgname=cherokee
|
||||
version=1.2.101
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||
configure_args="
|
||||
--prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||
--disable-static --with-wwwroot=/srv/httpd --with-wwwuser=httpd
|
||||
--with-wwwgroup=httpd --with-python=python --enable-os-string=Linux"
|
||||
makedepends="pcre-devel>=8.30 python-devel libldap-devel pam-devel
|
||||
libmysqlclient-devel ffmpeg-devel>=1.2 geoip-devel"
|
||||
libmysqlclient-devel ffmpeg-devel>=2.1 geoip-devel"
|
||||
short_desc="An innovative, feature rich, and yet easy to configure open source Web Server"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://www.cherokee-project.com/"
|
||||
|
@ -39,7 +40,7 @@ post_install() {
|
|||
}
|
||||
|
||||
cherokee-devel_package() {
|
||||
depends="libcherokee>=${version}"
|
||||
depends="libcherokee>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin/cherokee-config
|
||||
|
|
Loading…
Reference in New Issue