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