jpeg: update to 8. abi_depends bumped.
--HG-- extra : convert_revision : 144bf4163ce49de3ab9bc07d4452ca0466f362d2
This commit is contained in:
parent
fe7af18d54
commit
2b871c3756
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=7"
|
abi_depends=">=8"
|
||||||
api_depends="${abi_depends}"
|
api_depends="${abi_depends}"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'jpeg'.
|
# Template build file for 'jpeg'.
|
||||||
pkgname=jpeg
|
pkgname=jpeg
|
||||||
version=7
|
version=8
|
||||||
distfiles="http://www.ijg.org/files/jpegsrc.v${version}.tar.gz"
|
distfiles="http://www.ijg.org/files/jpegsrc.v${version}.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
||||||
|
@ -8,7 +8,7 @@ make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
||||||
configure_args="--enable-shared --enable-static"
|
configure_args="--enable-shared --enable-static"
|
||||||
short_desc="IJG's jpeg compression utilities"
|
short_desc="IJG's jpeg compression utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=50b7866206c5be044c4a2b0d7895898f5a58d31b50e16e79cf7dea3b90337ebf
|
checksum=17baa5b7acb3f0f8d15d73dd2416cb9398a55b3334a5a9359d278d8de6a50bac
|
||||||
long_desc="
|
long_desc="
|
||||||
The jpeg package contains a library of functions for manipulating
|
The jpeg package contains a library of functions for manipulating
|
||||||
JPEG images, as well as simple client programs for accessing the
|
JPEG images, as well as simple client programs for accessing the
|
||||||
|
@ -20,7 +20,7 @@ long_desc="
|
||||||
Wrjpgcom inserts text comments into a JPEG file."
|
Wrjpgcom inserts text comments into a JPEG file."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue