gimp: update to 2.8.14.
This commit is contained in:
parent
9030708471
commit
09a4795c45
1 changed files with 4 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'gimp'.
|
# Template build file for 'gimp'.
|
||||||
pkgname=gimp
|
pkgname=gimp
|
||||||
version=2.8.10
|
version=2.8.14
|
||||||
revision=3
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-aa --without-gvfs --enable-gimp-console
|
configure_args="--without-aa --without-gvfs --enable-gimp-console
|
||||||
|
@ -25,13 +25,8 @@ depends="desktop-file-utils hicolor-icon-theme iso-codes"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gimp.org"
|
homepage="http://www.gimp.org"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://mirror.ibcp.fr/pub/gimp/v2.8/gimp-${version}.tar.bz2"
|
distfiles="http://download.gimp.org/pub/gimp/v${version%.*}/gimp-${version}.tar.bz2"
|
||||||
checksum=e7fd8b19f989138d826003c75f56bd5b6f136eef597e86e3978ede0bba470ae6
|
checksum=d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
# Fix freetype>=2.5.1 build.
|
|
||||||
sed -e 's,freetype/tttables.h,freetype2/tttables.h,' -i app/text/gimpfont.c
|
|
||||||
}
|
|
||||||
|
|
||||||
libgimp_package() {
|
libgimp_package() {
|
||||||
replaces="gimp<2.8.10_3"
|
replaces="gimp<2.8.10_3"
|
||||||
|
@ -40,7 +35,6 @@ libgimp_package() {
|
||||||
vmove usr/lib/*.so.*
|
vmove usr/lib/*.so.*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gimp-devel_package() {
|
gimp-devel_package() {
|
||||||
depends="libgimp>=${version}_${revision}"
|
depends="libgimp>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
@ -52,7 +46,6 @@ gimp-devel_package() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gimp-python_package() {
|
gimp-python_package() {
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
depends="pygtk"
|
depends="pygtk"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue