Update to version 1.1.22. From the information I have, vanilla might not
have a vacation for a while, so I figured I wouldn't let this get stale if that's the case.
This commit is contained in:
parent
44d3fa4c90
commit
3d3e80a22e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28613
24 changed files with 90 additions and 66 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.1.20
|
||||
PORTVERSION= 1.1.22
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gimp-1.1.20.tar.bz2) = af22481722efc7d2a688abcbbdc3a584
|
||||
MD5 (gimp-1.1.22.tar.bz2) = fd5a0254e4811b9706e4e138974adf87
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
--- libgimp/gimp.c.orig Mon Dec 6 14:44:39 1999
|
||||
+++ libgimp/gimp.c Sat Feb 19 13:51:36 2000
|
||||
--- libgimp/gimp.c.orig Fri May 12 12:37:27 2000
|
||||
+++ libgimp/gimp.c Thu May 18 16:42:21 2000
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
+#include <floatingpoint.h>
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
@@ -186,6 +187,9 @@
|
||||
@@ -211,6 +212,9 @@
|
||||
}
|
||||
|
||||
progname = argv[0];
|
||||
|
@ -16,5 +16,5 @@
|
|||
+ /* Ignore floating point exceptions */
|
||||
+ fpsetmask(0);
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
/* No use catching these on Win32, the user won't get any meaningful
|
||||
g_set_prgname (g_basename (progname));
|
||||
|
||||
|
|
|
@ -41,19 +41,21 @@ include/libgimp/parasiteio.h
|
|||
lib/libgck.a
|
||||
lib/libgck.la
|
||||
lib/libgck.so
|
||||
lib/libgck.so.20
|
||||
lib/libgck.so.22
|
||||
lib/libgimp.a
|
||||
lib/libgimp.la
|
||||
lib/libgimp.so
|
||||
lib/libgimp.so.20
|
||||
lib/libgimp.so.22
|
||||
lib/libgimpui.a
|
||||
lib/libgimpui.la
|
||||
lib/libgimpui.so
|
||||
lib/libgimpui.so.20
|
||||
lib/libgimpui.so.22
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.so
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.so
|
||||
libexec/gimp/1.1/modules/libcolorsel_gtk.la
|
||||
libexec/gimp/1.1/modules/libcolorsel_gtk.so
|
||||
libexec/gimp/1.1/modules/libcolorsel_triangle.la
|
||||
|
@ -292,6 +294,8 @@ share/gimp/devel-docs/html/libgimp/libgimp-gimpmenu.html
|
|||
share/gimp/devel-docs/html/libgimp/libgimp-gimpmodule.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpprotocol.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpquerybox.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpsignal.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpui.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimputils.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpunit.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpvector.html
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.1.20
|
||||
PORTVERSION= 1.1.22
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gimp-1.1.20.tar.bz2) = af22481722efc7d2a688abcbbdc3a584
|
||||
MD5 (gimp-1.1.22.tar.bz2) = fd5a0254e4811b9706e4e138974adf87
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
--- libgimp/gimp.c.orig Mon Dec 6 14:44:39 1999
|
||||
+++ libgimp/gimp.c Sat Feb 19 13:51:36 2000
|
||||
--- libgimp/gimp.c.orig Fri May 12 12:37:27 2000
|
||||
+++ libgimp/gimp.c Thu May 18 16:42:21 2000
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
+#include <floatingpoint.h>
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
@@ -186,6 +187,9 @@
|
||||
@@ -211,6 +212,9 @@
|
||||
}
|
||||
|
||||
progname = argv[0];
|
||||
|
@ -16,5 +16,5 @@
|
|||
+ /* Ignore floating point exceptions */
|
||||
+ fpsetmask(0);
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
/* No use catching these on Win32, the user won't get any meaningful
|
||||
g_set_prgname (g_basename (progname));
|
||||
|
||||
|
|
|
@ -41,19 +41,21 @@ include/libgimp/parasiteio.h
|
|||
lib/libgck.a
|
||||
lib/libgck.la
|
||||
lib/libgck.so
|
||||
lib/libgck.so.20
|
||||
lib/libgck.so.22
|
||||
lib/libgimp.a
|
||||
lib/libgimp.la
|
||||
lib/libgimp.so
|
||||
lib/libgimp.so.20
|
||||
lib/libgimp.so.22
|
||||
lib/libgimpui.a
|
||||
lib/libgimpui.la
|
||||
lib/libgimpui.so
|
||||
lib/libgimpui.so.20
|
||||
lib/libgimpui.so.22
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.so
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.so
|
||||
libexec/gimp/1.1/modules/libcolorsel_gtk.la
|
||||
libexec/gimp/1.1/modules/libcolorsel_gtk.so
|
||||
libexec/gimp/1.1/modules/libcolorsel_triangle.la
|
||||
|
@ -292,6 +294,8 @@ share/gimp/devel-docs/html/libgimp/libgimp-gimpmenu.html
|
|||
share/gimp/devel-docs/html/libgimp/libgimp-gimpmodule.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpprotocol.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpquerybox.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpsignal.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpui.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimputils.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpunit.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpvector.html
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.1.20
|
||||
PORTVERSION= 1.1.22
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gimp-1.1.20.tar.bz2) = af22481722efc7d2a688abcbbdc3a584
|
||||
MD5 (gimp-1.1.22.tar.bz2) = fd5a0254e4811b9706e4e138974adf87
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
--- libgimp/gimp.c.orig Mon Dec 6 14:44:39 1999
|
||||
+++ libgimp/gimp.c Sat Feb 19 13:51:36 2000
|
||||
--- libgimp/gimp.c.orig Fri May 12 12:37:27 2000
|
||||
+++ libgimp/gimp.c Thu May 18 16:42:21 2000
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
+#include <floatingpoint.h>
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
@@ -186,6 +187,9 @@
|
||||
@@ -211,6 +212,9 @@
|
||||
}
|
||||
|
||||
progname = argv[0];
|
||||
|
@ -16,5 +16,5 @@
|
|||
+ /* Ignore floating point exceptions */
|
||||
+ fpsetmask(0);
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
/* No use catching these on Win32, the user won't get any meaningful
|
||||
g_set_prgname (g_basename (progname));
|
||||
|
||||
|
|
|
@ -41,19 +41,21 @@ include/libgimp/parasiteio.h
|
|||
lib/libgck.a
|
||||
lib/libgck.la
|
||||
lib/libgck.so
|
||||
lib/libgck.so.20
|
||||
lib/libgck.so.22
|
||||
lib/libgimp.a
|
||||
lib/libgimp.la
|
||||
lib/libgimp.so
|
||||
lib/libgimp.so.20
|
||||
lib/libgimp.so.22
|
||||
lib/libgimpui.a
|
||||
lib/libgimpui.la
|
||||
lib/libgimpui.so
|
||||
lib/libgimpui.so.20
|
||||
lib/libgimpui.so.22
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.so
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.so
|
||||
libexec/gimp/1.1/modules/libcolorsel_gtk.la
|
||||
libexec/gimp/1.1/modules/libcolorsel_gtk.so
|
||||
libexec/gimp/1.1/modules/libcolorsel_triangle.la
|
||||
|
@ -292,6 +294,8 @@ share/gimp/devel-docs/html/libgimp/libgimp-gimpmenu.html
|
|||
share/gimp/devel-docs/html/libgimp/libgimp-gimpmodule.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpprotocol.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpquerybox.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpsignal.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpui.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimputils.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpunit.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpvector.html
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.1.20
|
||||
PORTVERSION= 1.1.22
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gimp-1.1.20.tar.bz2) = af22481722efc7d2a688abcbbdc3a584
|
||||
MD5 (gimp-1.1.22.tar.bz2) = fd5a0254e4811b9706e4e138974adf87
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
--- libgimp/gimp.c.orig Mon Dec 6 14:44:39 1999
|
||||
+++ libgimp/gimp.c Sat Feb 19 13:51:36 2000
|
||||
--- libgimp/gimp.c.orig Fri May 12 12:37:27 2000
|
||||
+++ libgimp/gimp.c Thu May 18 16:42:21 2000
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
+#include <floatingpoint.h>
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
@@ -186,6 +187,9 @@
|
||||
@@ -211,6 +212,9 @@
|
||||
}
|
||||
|
||||
progname = argv[0];
|
||||
|
@ -16,5 +16,5 @@
|
|||
+ /* Ignore floating point exceptions */
|
||||
+ fpsetmask(0);
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
/* No use catching these on Win32, the user won't get any meaningful
|
||||
g_set_prgname (g_basename (progname));
|
||||
|
||||
|
|
|
@ -41,19 +41,21 @@ include/libgimp/parasiteio.h
|
|||
lib/libgck.a
|
||||
lib/libgck.la
|
||||
lib/libgck.so
|
||||
lib/libgck.so.20
|
||||
lib/libgck.so.22
|
||||
lib/libgimp.a
|
||||
lib/libgimp.la
|
||||
lib/libgimp.so
|
||||
lib/libgimp.so.20
|
||||
lib/libgimp.so.22
|
||||
lib/libgimpui.a
|
||||
lib/libgimpui.la
|
||||
lib/libgimpui.so
|
||||
lib/libgimpui.so.20
|
||||
lib/libgimpui.so.22
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.so
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.so
|
||||
libexec/gimp/1.1/modules/libcolorsel_gtk.la
|
||||
libexec/gimp/1.1/modules/libcolorsel_gtk.so
|
||||
libexec/gimp/1.1/modules/libcolorsel_triangle.la
|
||||
|
@ -292,6 +294,8 @@ share/gimp/devel-docs/html/libgimp/libgimp-gimpmenu.html
|
|||
share/gimp/devel-docs/html/libgimp/libgimp-gimpmodule.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpprotocol.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpquerybox.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpsignal.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpui.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimputils.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpunit.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpvector.html
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.1.20
|
||||
PORTVERSION= 1.1.22
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gimp-1.1.20.tar.bz2) = af22481722efc7d2a688abcbbdc3a584
|
||||
MD5 (gimp-1.1.22.tar.bz2) = fd5a0254e4811b9706e4e138974adf87
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
--- libgimp/gimp.c.orig Mon Dec 6 14:44:39 1999
|
||||
+++ libgimp/gimp.c Sat Feb 19 13:51:36 2000
|
||||
--- libgimp/gimp.c.orig Fri May 12 12:37:27 2000
|
||||
+++ libgimp/gimp.c Thu May 18 16:42:21 2000
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
+#include <floatingpoint.h>
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
@@ -186,6 +187,9 @@
|
||||
@@ -211,6 +212,9 @@
|
||||
}
|
||||
|
||||
progname = argv[0];
|
||||
|
@ -16,5 +16,5 @@
|
|||
+ /* Ignore floating point exceptions */
|
||||
+ fpsetmask(0);
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
/* No use catching these on Win32, the user won't get any meaningful
|
||||
g_set_prgname (g_basename (progname));
|
||||
|
||||
|
|
|
@ -41,19 +41,21 @@ include/libgimp/parasiteio.h
|
|||
lib/libgck.a
|
||||
lib/libgck.la
|
||||
lib/libgck.so
|
||||
lib/libgck.so.20
|
||||
lib/libgck.so.22
|
||||
lib/libgimp.a
|
||||
lib/libgimp.la
|
||||
lib/libgimp.so
|
||||
lib/libgimp.so.20
|
||||
lib/libgimp.so.22
|
||||
lib/libgimpui.a
|
||||
lib/libgimpui.la
|
||||
lib/libgimpui.so
|
||||
lib/libgimpui.so.20
|
||||
lib/libgimpui.so.22
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.so
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.so
|
||||
libexec/gimp/1.1/modules/libcolorsel_gtk.la
|
||||
libexec/gimp/1.1/modules/libcolorsel_gtk.so
|
||||
libexec/gimp/1.1/modules/libcolorsel_triangle.la
|
||||
|
@ -292,6 +294,8 @@ share/gimp/devel-docs/html/libgimp/libgimp-gimpmenu.html
|
|||
share/gimp/devel-docs/html/libgimp/libgimp-gimpmodule.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpprotocol.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpquerybox.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpsignal.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpui.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimputils.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpunit.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpvector.html
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.1.20
|
||||
PORTVERSION= 1.1.22
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gimp-1.1.20.tar.bz2) = af22481722efc7d2a688abcbbdc3a584
|
||||
MD5 (gimp-1.1.22.tar.bz2) = fd5a0254e4811b9706e4e138974adf87
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
--- libgimp/gimp.c.orig Mon Dec 6 14:44:39 1999
|
||||
+++ libgimp/gimp.c Sat Feb 19 13:51:36 2000
|
||||
--- libgimp/gimp.c.orig Fri May 12 12:37:27 2000
|
||||
+++ libgimp/gimp.c Thu May 18 16:42:21 2000
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
+#include <floatingpoint.h>
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
@@ -186,6 +187,9 @@
|
||||
@@ -211,6 +212,9 @@
|
||||
}
|
||||
|
||||
progname = argv[0];
|
||||
|
@ -16,5 +16,5 @@
|
|||
+ /* Ignore floating point exceptions */
|
||||
+ fpsetmask(0);
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
/* No use catching these on Win32, the user won't get any meaningful
|
||||
g_set_prgname (g_basename (progname));
|
||||
|
||||
|
|
|
@ -41,19 +41,21 @@ include/libgimp/parasiteio.h
|
|||
lib/libgck.a
|
||||
lib/libgck.la
|
||||
lib/libgck.so
|
||||
lib/libgck.so.20
|
||||
lib/libgck.so.22
|
||||
lib/libgimp.a
|
||||
lib/libgimp.la
|
||||
lib/libgimp.so
|
||||
lib/libgimp.so.20
|
||||
lib/libgimp.so.22
|
||||
lib/libgimpui.a
|
||||
lib/libgimpui.la
|
||||
lib/libgimpui.so
|
||||
lib/libgimpui.so.20
|
||||
lib/libgimpui.so.22
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.so
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.so
|
||||
libexec/gimp/1.1/modules/libcolorsel_gtk.la
|
||||
libexec/gimp/1.1/modules/libcolorsel_gtk.so
|
||||
libexec/gimp/1.1/modules/libcolorsel_triangle.la
|
||||
|
@ -292,6 +294,8 @@ share/gimp/devel-docs/html/libgimp/libgimp-gimpmenu.html
|
|||
share/gimp/devel-docs/html/libgimp/libgimp-gimpmodule.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpprotocol.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpquerybox.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpsignal.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpui.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimputils.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpunit.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpvector.html
|
||||
|
|
Loading…
Reference in a new issue