gegl3: remove package.
No longer used by anything, modern version is gegl.
This commit is contained in:
parent
35a032a00a
commit
79d27f79a5
|
@ -2244,9 +2244,6 @@ libgedacairo.so.1 geda-1.10.2_1
|
|||
libxornstorage.so.0 geda-1.10.2_1
|
||||
libclutter-gst-3.0.so.0 clutter-gst3-3.0.4_1
|
||||
libgsound.so.0 gsound-1.0.1_1
|
||||
libgegl-0.3.so.0 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
|
||||
libprocps.so.8 procps-ng-3.3.16_1
|
||||
libgegl-0.4.so.0 gegl-0.4.16_1
|
||||
libgegl-npd-0.4.so gegl-0.4.16_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
gegl3
|
|
@ -1,10 +0,0 @@
|
|||
--- tools/exp_combine.cpp
|
||||
+++ tools/exp_combine.cpp
|
||||
@@ -10,6 +10,7 @@
|
||||
|
||||
#include <exiv2/image.hpp>
|
||||
#include <exiv2/exif.hpp>
|
||||
+#include <exiv2/error.hpp>
|
||||
|
||||
using namespace std;
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
# Template file for 'gegl3'
|
||||
pkgname=gegl3
|
||||
version=0.3.28
|
||||
revision=2
|
||||
wrksrc="gegl-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-docs --without-sdl
|
||||
--without-libavformat --without-graphviz --without-lua --without-libspiro
|
||||
--without-umfpack --with-exiv2 --without-libv4l --disable-introspection"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="libglib-devel libpng-devel babl-devel jasper-devel
|
||||
libjpeg-turbo-devel librsvg-devel gtk+-devel exiv2-devel json-glib-devel
|
||||
libraw-devel"
|
||||
short_desc="Graph based image processing framework (v0.3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3, LGPL-3"
|
||||
homepage="https://www.gimp.org/"
|
||||
distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2"
|
||||
checksum=152f87604a5a191775329dfb63764efa1d5c32403d1438da68e242f96b7d23ff
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
post_install() {
|
||||
# Resolves conflict with gegl
|
||||
mv ${DESTDIR}/usr/bin/gegl ${DESTDIR}/usr/bin/gegl3
|
||||
}
|
||||
|
||||
gegl3-devel_package() {
|
||||
depends="libglib-devel gegl3>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/libgegl-0.3.so
|
||||
}
|
||||
}
|
|
@ -33,6 +33,7 @@ replaces="
|
|||
enventor<=1.0.0_2
|
||||
epstopdf<=2.27_3
|
||||
fontmatrix<=0.6.0.20171228_2
|
||||
gegl3<=0.3.28_2
|
||||
geoip-data<=20171002_2
|
||||
gksu<=2.0.2_4
|
||||
go1.4-bootstrap<=20171003_2
|
||||
|
|
Loading…
Reference in New Issue