gegl: update to 0.2.0.
This commit is contained in:
parent
4d4b871b4b
commit
1f1999a8f3
5 changed files with 20 additions and 15 deletions
|
@ -438,7 +438,7 @@ libxlutil.so.1.0 xen xen-devel
|
|||
libvhd.so.1.0 xen xen-devel
|
||||
libblktapctl.so.1.0 xen xen-devel
|
||||
libbabl-0.1.so.0 babl babl-devel
|
||||
libgegl-0.1.so.0 gegl gegl-devel
|
||||
libgegl-0.2.so.0 gegl gegl-devel
|
||||
libiculx.so.46 icu-libs icu-devel
|
||||
libicule.so.46 icu-libs icu-devel
|
||||
libicuio.so.46 icu-libs icu-devel
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=0.0.22"
|
||||
abi_depends=">=0.2.0"
|
||||
api_depends="${abi_depends}"
|
||||
|
|
|
@ -5,10 +5,12 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run gegl
|
||||
Add_dependency run glib-devel
|
||||
Add_dependency run gegl ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
# Template build file for 'gegl'.
|
||||
pkgname=gegl
|
||||
version=0.1.8
|
||||
distfiles="ftp://ftp.gimp.org/pub/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||
version=0.2.0
|
||||
homepage="http://www.gimp.org"
|
||||
distfiles="ftp://ftp.gimp.org/pub/gegl/0.2/gegl-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-docs --without-sdl --without-libopenraw
|
||||
--without-libavformat --without-graphviz --without-lua --without-libspiro
|
||||
--without-umfpack --with-exiv2 --without-libv4l --disable-introspection"
|
||||
short_desc="Graph based image processing framework"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=106b9574b6d5fb282683794f7a7f090a1a3f4a388890e592b202827a4ca76f75
|
||||
license="GPL-3, LGPL-3"
|
||||
checksum=df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426
|
||||
long_desc="
|
||||
GEGL (Generic Graphics Library) is a graph based image processing
|
||||
framework.
|
||||
|
@ -21,6 +23,7 @@ long_desc="
|
|||
subpackages="gegl-devel"
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build cairo-devel
|
||||
Add_dependency build libpng-devel
|
||||
|
@ -28,6 +31,6 @@ Add_dependency build jpeg-devel
|
|||
Add_dependency build librsvg-devel
|
||||
Add_dependency build pango-devel
|
||||
Add_dependency build gtk+-devel
|
||||
Add_dependency build babl-devel ">=0.1.6"
|
||||
Add_dependency build babl-devel
|
||||
Add_dependency build jasper-devel
|
||||
Add_dependency build exiv2-devel
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template build file for 'gimp'.
|
||||
pkgname=gimp
|
||||
version=2.7.5
|
||||
version=2.8.0
|
||||
homepage="http://www.gimp.org"
|
||||
distfiles="ftp://ftp.gimp.org/pub/gimp/v${version%.*}/gimp-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-aa --without-gvfs"
|
||||
configure_args="--without-aa"
|
||||
license="GPL-3"
|
||||
short_desc="The GNU image manipulation program"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=6d38a1d1213544ea09d74e7ca91fbe0c7e7128fb9296a1dd97253dc0e3a2fe96
|
||||
checksum=dd6cee080d18faefa010ba4823e60ee7c49a4d1574a78c6dfb590592a09f2dcc
|
||||
long_desc="
|
||||
Powerful image manipulation program similar to Adobe Photoshop[tm].
|
||||
It supports layers, arbitrary image sizes and working on several images
|
||||
|
@ -29,9 +29,6 @@ conf_files="
|
|||
|
||||
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
|
||||
|
@ -55,4 +52,7 @@ Add_dependency build pygtk-devel
|
|||
Add_dependency build libgudev-devel
|
||||
Add_dependency build jasper-devel
|
||||
|
||||
Add_dependency run desktop-file-utils
|
||||
Add_dependency run hicolor-icon-theme
|
||||
|
||||
Add_dependency full iso-codes
|
||||
|
|
Loading…
Reference in a new issue