7606392964
xbmc build is broken due to unrelated reason, so it hasn't been build-tested.
62 lines
1.9 KiB
Text
62 lines
1.9 KiB
Text
# Template build file for 'gimp'.
|
|
pkgname=gimp
|
|
version=2.7.4
|
|
distfiles="ftp://ftp.gimp.org/pub/gimp/v${version%.*}/gimp-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
configure_args="--without-aa --without-gvfs --without-gnomevfs
|
|
--enable-gimp-remote --without-hal"
|
|
revision=1
|
|
short_desc="The GNU image manipulation program"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=6c0690d5c4e58423308169a2419b684d05e06bd346cded9e081be470a5f93710
|
|
long_desc="
|
|
Powerful image manipulation program similar to Adobe Photoshop[tm].
|
|
It supports layers, arbitrary image sizes and working on several images
|
|
at the same time. It comes with a lot of useful plug-ins. Missing is CMYK
|
|
support and more than 8 bits per channel."
|
|
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
|
|
conf_files="
|
|
/etc/gimp/2.0/unitrc
|
|
/etc/gimp/2.0/gtkrc
|
|
/etc/gimp/2.0/menurc
|
|
/etc/gimp/2.0/ps-menurc
|
|
/etc/gimp/2.0/sessionrc
|
|
/etc/gimp/2.0/templaterc
|
|
/etc/gimp/2.0/gimprc
|
|
/etc/gimp/2.0/controllerrc"
|
|
|
|
subpackages="gimp-devel gimp-python"
|
|
|
|
Add_dependency run desktop-file-utils
|
|
Add_dependency run hicolor-icon-theme
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build gtk+-devel
|
|
Add_dependency build lcms-devel
|
|
Add_dependency build alsa-lib-devel
|
|
Add_dependency build dbus-glib-devel
|
|
Add_dependency build libXmu-devel
|
|
Add_dependency build libXext-devel
|
|
Add_dependency build libexif-devel
|
|
Add_dependency build webkit-gtk-devel
|
|
Add_dependency build libwmf-devel
|
|
Add_dependency build librsvg-devel
|
|
Add_dependency build poppler-glib-devel
|
|
Add_dependency build libmng-devel
|
|
Add_dependency build libXpm-devel
|
|
Add_dependency build libcurl-devel
|
|
Add_dependency build gegl-devel ">=0.1.8"
|
|
Add_dependency build babl-devel ">=0.1.6"
|
|
Add_dependency build pygtk-devel
|
|
Add_dependency build libgudev-devel
|
|
Add_dependency build jasper-devel
|
|
|
|
Add_dependency full iso-codes
|
|
|
|
pre_configure()
|
|
{
|
|
cd / && ${XBPS_TRIGGERSDIR}/gtk-pixbuf-loaders run post-install
|
|
}
|