gegl: revert to 0.2.0

Instead of rebuilding gimp im going to revert this for the following
reasons:

Because the shared library provided by gegl is not versioned this
package has to stay with 0.2 as long as there is another package
depending on it otherwise we end up with broken dependencies,
which in this case blocked a bunch of packages from entering the
repository.

There is already another gegl3 package, adding a new gegl4 package
is probably the best way for now.

cc #14063
This commit is contained in:
Duncaen 2018-05-17 22:55:30 +02:00
parent e5fc9de16c
commit ac44d9ea2b
2 changed files with 7 additions and 8 deletions

View File

@ -2155,12 +2155,10 @@ libopenrawgnome.so.7 libopenraw-0.1.0_1
libgeda.so.42 geda-1.8.2_1 libgeda.so.42 geda-1.8.2_1
libclutter-gst-3.0.so.0 clutter-gst3-3.0.4_1 libclutter-gst-3.0.so.0 clutter-gst3-3.0.4_1
libgsound.so.0 gsound-1.0.1_1 libgsound.so.0 gsound-1.0.1_1
libgegl-0.2.so.0 gegl-0.2.0_1
libgegl-0.3.so.0 gegl3-0.3.0_1 libgegl-0.3.so.0 gegl3-0.3.0_1
libgegl-npd-0.3.so gegl3-0.3.0_1 libgegl-npd-0.3.so gegl3-0.3.0_1
libgegl-sc-0.3.so gegl3-0.3.0_1 libgegl-sc-0.3.so gegl3-0.3.0_1
libgegl-0.4.so.0 gegl-0.4.0_1
libgegl-npd-0.4.so gegl-0.4.0_1
libgegl-sc-0.4.so gegl-0.4.0_1
libprocps.so.6 procps-ng-3.3.12_1 libprocps.so.6 procps-ng-3.3.12_1
libskarnet.so.2.6 skalibs-2.6.0.0_1 libskarnet.so.2.6 skalibs-2.6.0.0_1
libKF5BalooWidgets.so.5 baloo-widgets5-17.04.3_1 libKF5BalooWidgets.so.5 baloo-widgets5-17.04.3_1

View File

@ -1,20 +1,21 @@
# Template build file for 'gegl'. # Template build file for 'gegl'.
reverts="0.4.0_1"
pkgname=gegl pkgname=gegl
version=0.4.0 version=0.2.0
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-docs --without-sdl --without-libopenraw configure_args="--disable-docs --without-sdl --without-libopenraw
--without-libavformat --without-graphviz --without-lua --without-libspiro --without-libavformat --without-graphviz --without-lua --without-libspiro
--without-umfpack --with-exiv2 --without-libv4l --disable-introspection" --without-umfpack --with-exiv2 --without-libv4l --disable-introspection"
hostmakedepends="pkg-config intltool" hostmakedepends="pkg-config intltool"
makedepends="libglib-devel libpng-devel babl-devel jasper-devel makedepends="libglib-devel libpng-devel babl-devel jasper-devel
libjpeg-turbo-devel librsvg-devel gtk+-devel exiv2-devel json-glib-devel" libjpeg-turbo-devel librsvg-devel gtk+-devel exiv2-devel"
short_desc="Graph based image processing framework" short_desc="Graph based image processing framework"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3.0, LGPL-3.0" license="GPL-3.0, LGPL-3.0"
homepage="https://www.gimp.org" homepage="https://www.gimp.org"
distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2" distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2"
checksum=d04d2bfa0ff5a4bcfe7566f7418929a9c80f0109fa248ea4ff19538b3e99f0c5 checksum=df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426
CFLAGS="-lm" CFLAGS="-lm"
gegl-devel_package() { gegl-devel_package() {
@ -23,6 +24,6 @@ gegl-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/lib/libgegl-0.4.so vmove usr/lib/*.so
} }
} }