Remove expired ports:
2019-05-28 graphics/cinepaint: Vulnerable since 2015, unmaintained and underlinks 2019-05-28 audio/specimen: Unmaintained, depends on expiring x11-toolkits/phat 2019-05-28 devel/smack: Unmaintained, upstream disappeared, underlinks 2019-05-28 x11-toolkits/phat: Unmaintained, upstream disappeared, underlinks
This commit is contained in:
parent
f7c7cc0494
commit
2844bd340c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502948
69 changed files with 4 additions and 2399 deletions
4
MOVED
4
MOVED
|
@ -12775,3 +12775,7 @@ www/rubygem-webpack-rails-rails50|www/rubygem-webpack-rails-rails5|2019-05-28|Ob
|
|||
lang/ghc843||2019-05-28|Old versions of GHC are removed from ports. Use devel/stack and appropriate resolver to install this version of GHC for your user only
|
||||
lang/ghc844||2019-05-28|Old versions of GHC are removed from ports. Use devel/stack and appropriate resolver to install this version of GHC for your user only
|
||||
lang/ghc862||2019-05-28|Old versions of GHC are removed from ports. Use devel/stack and appropriate resolver to install this version of GHC for your user only
|
||||
graphics/cinepaint||2019-05-29|Has expired: Vulnerable since 2015, unmaintained and underlinks
|
||||
audio/specimen||2019-05-29|Has expired: Unmaintained, depends on expiring x11-toolkits/phat
|
||||
devel/smack||2019-05-29|Has expired: Unmaintained, upstream disappeared, underlinks
|
||||
x11-toolkits/phat||2019-05-29|Has expired: Unmaintained, upstream disappeared, underlinks
|
||||
|
|
|
@ -771,7 +771,6 @@
|
|||
SUBDIR += soundtouch
|
||||
SUBDIR += sox
|
||||
SUBDIR += spc2it
|
||||
SUBDIR += specimen
|
||||
SUBDIR += spectrogram
|
||||
SUBDIR += speech-denoiser-lv2
|
||||
SUBDIR += speex
|
||||
|
|
|
@ -1,42 +0,0 @@
|
|||
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= specimen
|
||||
DISTVERSION= 0.5.2-rc3
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://zhevny.com/specimen/files/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= MIDI controllable audio sampler
|
||||
|
||||
DEPRECATED= Unmaintained, depends on expiring x11-toolkits/phat
|
||||
EXPIRATION_DATE= 2019-05-28
|
||||
|
||||
# Between 0.109.0 and earlier versions there was an api change in JACK.
|
||||
# However, the library version number was not changed. The line above
|
||||
# is supposed to work around that.
|
||||
|
||||
BUILD_DEPENDS= jackit>=0.109.2:audio/jack
|
||||
LIB_DEPENDS= libjack.so:audio/jack \
|
||||
liblash.so:audio/lash \
|
||||
libsamplerate.so:audio/libsamplerate \
|
||||
libsndfile.so:audio/libsndfile \
|
||||
libphat.so:x11-toolkits/phat
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USE_GNOME= libgnomecanvas libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -lm
|
||||
|
||||
DESKTOP_ENTRIES="Specimen" "" "${DATADIR}/pixmaps/specimen.png" \
|
||||
"${PORTNAME}" "" ""
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|-Werror|| ; \
|
||||
s|-O3|$$CFLAGS|' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|-l\.\.|-I..|' ${WRKSRC}/src/gui/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (specimen-0.5.2-rc3.tar.gz) = 249cf434ee81828b46c383dbf6b1873564f227f2461c9956b539be0a3c2feb72
|
||||
SIZE (specimen-0.5.2-rc3.tar.gz) = 267948
|
|
@ -1,10 +0,0 @@
|
|||
--- configure.orig 2007-03-12 22:23:06 UTC
|
||||
+++ configure
|
||||
@@ -6465,6 +6465,7 @@ CC="$PTHREAD_CC"
|
||||
|
||||
# print build summary
|
||||
|
||||
+config_error=no
|
||||
|
||||
# are we good to go?
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
--- src/Makefile.in.orig 2007-03-12 22:23:06 UTC
|
||||
+++ src/Makefile.in
|
||||
@@ -58,9 +58,9 @@ am__specimen_SOURCES_DIST = alsadriver.c
|
||||
ticks.c ticks.h adsr.c adsr.h lfo.c lfo.h sync.c sync.h \
|
||||
control.h lashdriver.c lashdriver.h
|
||||
@HAVE_LASH_TRUE@am__objects_1 = lashdriver.$(OBJEXT)
|
||||
-am_specimen_OBJECTS = alsadriver.$(OBJEXT) jackdriver.$(OBJEXT) \
|
||||
+am_specimen_OBJECTS = jackdriver.$(OBJEXT) \
|
||||
mixer.$(OBJEXT) sample.$(OBJEXT) driver.$(OBJEXT) \
|
||||
- midi.$(OBJEXT) patch.$(OBJEXT) specimen.$(OBJEXT) \
|
||||
+ patch.$(OBJEXT) specimen.$(OBJEXT) \
|
||||
beef.$(OBJEXT) maths.$(OBJEXT) ticks.$(OBJEXT) adsr.$(OBJEXT) \
|
||||
lfo.$(OBJEXT) sync.$(OBJEXT) $(am__objects_1)
|
||||
specimen_OBJECTS = $(am_specimen_OBJECTS)
|
||||
@@ -314,14 +314,12 @@ distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adsr.Po@am__quote@
|
||||
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsadriver.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/beef.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/driver.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jackdriver.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lashdriver.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lfo.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/maths.Po@am__quote@
|
||||
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/midi.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mixer.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patch.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sample.Po@am__quote@
|
|
@ -1,12 +0,0 @@
|
|||
--- src/driver.c.orig 2007-01-30 20:58:57 UTC
|
||||
+++ src/driver.c
|
||||
@@ -7,8 +7,7 @@
|
||||
|
||||
/* available drivers */
|
||||
extern Driver jack_driver;
|
||||
-extern Driver alsa_driver;
|
||||
-static Driver* drivers[] = { &jack_driver, &alsa_driver, NULL };
|
||||
+static Driver* drivers[] = { &jack_driver, NULL };
|
||||
|
||||
/* number of drivers available (we set this var in driver_init ( ) */
|
||||
static int ndrivers = 0;
|
|
@ -1,20 +0,0 @@
|
|||
--- src/jackdriver.c.orig 2007-03-12 00:32:12 UTC
|
||||
+++ src/jackdriver.c
|
||||
@@ -81,7 +81,7 @@ static int process (jack_nframes_t frame
|
||||
jack_midi_event_t jack_midi_event;
|
||||
jack_nframes_t event_index = 0;
|
||||
#ifdef HAVE_JACK_MIDI
|
||||
- jack_nframes_t event_count = jack_midi_get_event_count(midi_buf, frames);
|
||||
+ jack_nframes_t event_count = jack_midi_get_event_count(midi_buf);
|
||||
#endif /* HAVE_JACK_MIDI */
|
||||
#ifdef HAVE_OLD_JACK_MIDI
|
||||
jack_nframes_t event_count = jack_midi_port_get_info(midi_buf, frames)->event_count;
|
||||
@@ -123,7 +123,7 @@ static int process (jack_nframes_t frame
|
||||
/* send the JACK MIDI events to the mixer */
|
||||
while (event_index < event_count) {
|
||||
|
||||
- jack_midi_event_get(&jack_midi_event, midi_buf,event_index, frames);
|
||||
+ jack_midi_event_get(&jack_midi_event, midi_buf,event_index);
|
||||
midi_data = jack_midi_event.buffer;
|
||||
|
||||
/* TODO: handle 14-bit controllers and RPNs and NRPNs */
|
|
@ -1,18 +0,0 @@
|
|||
--- src/specimen.c.orig 2007-03-12 00:32:12 UTC
|
||||
+++ src/specimen.c
|
||||
@@ -73,7 +73,6 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
/* start */
|
||||
- midi_start();
|
||||
driver_start(0, client_name);
|
||||
#ifdef HAVE_LASH
|
||||
lashdriver_start();
|
||||
@@ -81,7 +80,6 @@ int main(int argc, char *argv[])
|
||||
gtk_main();
|
||||
|
||||
/* stop */
|
||||
- midi_stop();
|
||||
driver_stop();
|
||||
|
||||
/* destructors */
|
|
@ -1,12 +0,0 @@
|
|||
Specimen is an open source, MIDI controllable audio sampler. Features include:
|
||||
|
||||
- Up to 64 patches with 8 notes of polyphony each
|
||||
- Fast, high quality pitch scaling
|
||||
- Linear ADSR volume envelopes
|
||||
- MIDI/jack-transport syncable LFOs
|
||||
- Low pass filter with resonance
|
||||
- A variety of direction-independent playback modes
|
||||
- A zoomable sample editor for loop and play points
|
||||
- Portamento
|
||||
|
||||
WWW: http://zhevny.com/specimen/
|
|
@ -1,7 +0,0 @@
|
|||
bin/specimen
|
||||
%%DATADIR%%/pixmaps/open.png
|
||||
%%DATADIR%%/pixmaps/play.png
|
||||
%%DATADIR%%/pixmaps/stop.png
|
||||
%%DATADIR%%/pixmaps/panic.png
|
||||
%%DATADIR%%/pixmaps/specimen.png
|
||||
%%DATADIR%%/pixmaps/specimen_small.png
|
|
@ -6032,7 +6032,6 @@
|
|||
SUBDIR += skalibs
|
||||
SUBDIR += slf4j
|
||||
SUBDIR += slibtool
|
||||
SUBDIR += smack
|
||||
SUBDIR += smake
|
||||
SUBDIR += smc
|
||||
SUBDIR += smv
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= smack
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Low-level I/O storage library which packs data
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN= unfetchable
|
||||
DEPRECATED= Unmaintained, upstream disappeared, underlinks
|
||||
EXPIRATION_DATE= 2019-05-28
|
||||
|
||||
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
|
||||
libsnappy.so:archivers/snappy
|
||||
|
||||
USES= cmake compiler:c++11-lang
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= zloidemon
|
||||
GH_TAGNAME= 72c81bf
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
EXAMPLES_CMAKE_BOOL= ENABLE_EXAMPLES
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (zloidemon-smack-0.5.0-72c81bf_GH0.tar.gz) = aeed9d8607edce6948bbb8f5523dc9a2d0451a591312ef2ea13d6bac6fbbe39d
|
||||
SIZE (zloidemon-smack-0.5.0-72c81bf_GH0.tar.gz) = 42378
|
|
@ -1,11 +0,0 @@
|
|||
--- include/smack/blob.hpp.orig 2012-12-06 22:30:27.000000000 +0400
|
||||
+++ include/smack/blob.hpp 2014-06-16 17:12:07.000000000 +0400
|
||||
@@ -589,7 +589,7 @@
|
||||
if (idx != -1) {
|
||||
m_chunk_idx = idx;
|
||||
fin_t in;
|
||||
- m_files[idx]->read_index<fin_t>(in, m_chunks, m_chunks_unsorted, 0);
|
||||
+ m_files[idx]->template read_index<fin_t>(in, m_chunks, m_chunks_unsorted, 0);
|
||||
|
||||
log(SMACK_LOG_INFO, "%s: read-index: idx: %d, sorted: %zd, unsorted: %zd, num: %zd\n",
|
||||
m_path.c_str(), idx, m_chunks.size(), m_chunks_unsorted.size(), this->num());
|
|
@ -1,13 +0,0 @@
|
|||
SMACK is a low-level I/O storage library which packs data into sorted blobs,
|
||||
compressed with zlib, bzip2, or snappy.
|
||||
|
||||
It was created to host huge amount of rather small compressible data in
|
||||
Elliptics, providing extremely fast write performance (tens of thousands RPS
|
||||
per node with hundreds of millions already written objects); its backend
|
||||
architecture was implemented with HBase in mind, but some changes were
|
||||
tested and made different.
|
||||
|
||||
Data is compressed and sorted by key, that is, you get HBase-like scans for
|
||||
free (although this is not yet exported to Elliptics API).
|
||||
|
||||
WWW: http://www.reverbrain.com/smack/
|
|
@ -1,13 +0,0 @@
|
|||
%%EXAMPLES%%bin/smack_reader
|
||||
%%EXAMPLES%%bin/smack_test
|
||||
include/smack/base.hpp
|
||||
include/smack/blob.hpp
|
||||
include/smack/filter.hpp
|
||||
include/smack/lz4.h
|
||||
include/smack/lz4.hpp
|
||||
include/smack/lz4hc.h
|
||||
include/smack/smack.h
|
||||
include/smack/smack.hpp
|
||||
include/smack/snappy.hpp
|
||||
lib/libsmack.so
|
||||
lib/libsmack.so.0.5
|
|
@ -89,7 +89,6 @@
|
|||
SUBDIR += cfdg
|
||||
SUBDIR += charls
|
||||
SUBDIR += cimg
|
||||
SUBDIR += cinepaint
|
||||
SUBDIR += cloudcompare
|
||||
SUBDIR += clutter
|
||||
SUBDIR += clutter-gtk3
|
||||
|
|
|
@ -1,85 +0,0 @@
|
|||
# Created by: David Yeske <dyeske@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cinepaint
|
||||
DISTVERSION= 1.0-4
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/CinePaint/CinePaint-${DISTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Editing tool used for painting and retouching of movies
|
||||
|
||||
LICENSE= GPLv2 LGPL21 MIT
|
||||
LICENSE_COMB= multi
|
||||
|
||||
DEPRECATED= Vulnerable since 2015, unmaintained and underlinks
|
||||
EXPIRATION_DATE= 2019-05-28
|
||||
|
||||
LIB_DEPENDS= libIlmImf.so:graphics/openexr \
|
||||
libftgl.so:graphics/ftgl \
|
||||
liblcms.so:graphics/lcms \
|
||||
libpng.so:graphics/png \
|
||||
libtiff.so:graphics/tiff \
|
||||
libfltk.so:x11-toolkits/fltk \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libHalf.so:graphics/ilmbase \
|
||||
libXcm.so:x11/libXcm
|
||||
|
||||
BROKEN_powerpc64= fails to link: ld: undefined reference to symbol __gxx_personality_v0(try adding -lstdc++)
|
||||
|
||||
OPTIONS_DEFINE= OYRANOS PRINT
|
||||
OYRANOS_DESC= ICC profile support via Oyranos
|
||||
PRINT_DESC= Gutenprint (gimp-print) plugin
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= autoreconf desktop-file-utils gettext ghostscript:run \
|
||||
gmake jpeg libtool pkgconfig python
|
||||
USE_XORG= ice sm x11 xcursor xext xfixes xmu xft xt xinerama xrender
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk20
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
PLIST_SUB= VER="${DISTVERSION}"
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MOYRANOS}
|
||||
LIB_DEPENDS+= libOyranos.so:graphics/oyranos
|
||||
.else
|
||||
CONFIGURE_ENV+= ac_cv_path_OY_CONFIG=no
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPRINT}
|
||||
LIB_DEPENDS+= libgutenprint.so:print/gutenprint
|
||||
PLIST_SUB+= PRINT=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-print
|
||||
PLIST_SUB+= PRINT="@comment "
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${LN} -sf gimprc.in ${WRKSRC}/cinepaintrc.in
|
||||
@${LN} -sf gimprc_user.in ${WRKSRC}/cinepaintrc_user.in
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/^pkgconfigdir/s|$$(libdir)|$$(prefix)/libdata| ; \
|
||||
s|gimprc|cinepaintrc|g' \
|
||||
${WRKSRC}/Makefile.am
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/cms-profile-path/s|".*"|"${LOCALBASE}/share/color/icc"| ; \
|
||||
s|/usr/share|${LOCALBASE}/share|' \
|
||||
${WRKSRC}/gimprc.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|gimprc|cinepaintrc|g' \
|
||||
${WRKSRC}/user_install.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|static GDrawableType|static GImageType|' \
|
||||
${WRKSRC}/plug-ins/psd/psd.c
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (cinepaint-1.0-4.tar.gz) = 57a748ed4b9ce93ace379a5476f815e741a863425a6d5181646b49e7cba2578e
|
||||
SIZE (cinepaint-1.0-4.tar.gz) = 12167016
|
|
@ -1,10 +0,0 @@
|
|||
--- Makefile.am.orig 2008-10-26 07:47:29 UTC
|
||||
+++ Makefile.am
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
+ACLOCAL_AMFLAGS = -I aclocal
|
||||
SUBDIRS = libhalf lib libgimp plug-ins app po po-plug-ins po-script-fu data
|
||||
|
||||
bin_SCRIPTS = cinepainttool
|
|
@ -1,18 +0,0 @@
|
|||
--- app/Makefile.am.orig
|
||||
+++ app/Makefile.am
|
||||
@@ -420,11 +420,14 @@
|
||||
$(GTK_LIBS) \
|
||||
$(X_LIBS) \
|
||||
$(OYRANOS_LIBS) \
|
||||
- $(LCMS_LIB)
|
||||
+ $(LCMS_LIB) \
|
||||
+ -lX11 \
|
||||
+ -lm
|
||||
|
||||
cinepaint_remote_LDADD = \
|
||||
$(GTK_LIBS) \
|
||||
$(X_LIBS) \
|
||||
+ -lX11 \
|
||||
$(XMU_LIB)
|
||||
|
||||
## DEPS = $(top_builddir)/lib/libcinepainti.a
|
|
@ -1,284 +0,0 @@
|
|||
--- app/cms.c.orig
|
||||
+++ app/cms.c
|
||||
@@ -37,17 +37,11 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OY
|
||||
-#include <oyranos/oyranos.h>
|
||||
-#ifndef OYRANOS_VERSION
|
||||
-#define OYRANOS_VERSION 0
|
||||
+#include <oyranos_conversion.h>
|
||||
+#include <oyranos_devices.h>
|
||||
+#include <oyObject_s.h>
|
||||
+#include <oyProfiles_s.h>
|
||||
#endif
|
||||
-#if OYRANOS_VERSION < 108
|
||||
-#include <arpa/inet.h> /* ntohl */
|
||||
-#include <oyranos/oyranos_monitor.h>
|
||||
-#else
|
||||
-#include <oyranos/oyranos_alpha.h>
|
||||
-#endif
|
||||
-#endif
|
||||
|
||||
#include "config.h"
|
||||
#include "../lib/version.h"
|
||||
@@ -114,7 +108,7 @@
|
||||
cmsHPROFILE handle;
|
||||
char *data; /* save original data for profile i/o */
|
||||
size_t size;
|
||||
- char cspace[8];
|
||||
+ const char *cspace;
|
||||
};
|
||||
|
||||
/* same for transform */
|
||||
@@ -348,7 +342,7 @@
|
||||
|
||||
#ifdef HAVE_OY
|
||||
# if OYRANOS_VERSION > 107
|
||||
-int iccMessageFunc( int code, const oyStruct_s * context, const char * format, ... )
|
||||
+int iccMessageFunc( int code, const oyPointer * context, const char * format, ... )
|
||||
{
|
||||
char* text = 0, *pos = 0;
|
||||
va_list list;
|
||||
@@ -359,10 +353,10 @@
|
||||
return 0;
|
||||
|
||||
|
||||
- if(context && oyOBJECT_NONE < context->type_)
|
||||
+ if(context && oyOBJECT_NONE < ((oyStruct_s*)context)->type_)
|
||||
{
|
||||
- type_name = oyStruct_TypeToText( context );
|
||||
- id = oyObject_GetId( context->oy_ );
|
||||
+ type_name = oyStruct_TypeToText( (oyStruct_s*)context );
|
||||
+ id = oyObject_GetId( ((oyStruct_s*)context)->oy_ );
|
||||
}
|
||||
|
||||
text = (char*)calloc(sizeof(char), 4096);
|
||||
@@ -463,7 +457,7 @@
|
||||
const char *display_name = gdk_get_display ();
|
||||
|
||||
test = oyGetMonitorProfile( display_name, &test_size, my_alloc_func );
|
||||
- printf("%s:%d %s() monitor profile size: %d\n",__FILE__,__LINE__,__func__,
|
||||
+ printf("%s:%d %s() monitor profile size: %lu\n",__FILE__,__LINE__,__func__,
|
||||
test_size );
|
||||
|
||||
if (test == NULL || !test_size)
|
||||
@@ -566,36 +560,36 @@
|
||||
|
||||
const char*
|
||||
cms_get_color_space_name (cmsHPROFILE hProfile)
|
||||
-{ static gchar name[10];
|
||||
+{ static char *name = 10;
|
||||
|
||||
switch (cmsGetColorSpace (hProfile))
|
||||
{
|
||||
- case icSigXYZData: sprintf(name, _("XYZ")); break;
|
||||
- case icSigLabData: sprintf(name, _("Lab")); break;
|
||||
- case icSigLuvData: sprintf(name, _("Luv")); break;
|
||||
- case icSigYCbCrData: sprintf(name, _("YCbCr")); break;
|
||||
- case icSigYxyData: sprintf(name, _("Yxy")); break;
|
||||
- case icSigRgbData: sprintf(name, _("Rgb")); break;
|
||||
- case icSigGrayData: sprintf(name, _("Gray")); break;
|
||||
- case icSigHsvData: sprintf(name, _("Hsv")); break;
|
||||
- case icSigHlsData: sprintf(name, _("Hls")); break;
|
||||
- case icSigCmykData: sprintf(name, _("Cmyk")); break;
|
||||
- case icSigCmyData: sprintf(name, _("Cmy")); break;
|
||||
- case icSig2colorData: sprintf(name, _("2color")); break;
|
||||
- case icSig3colorData: sprintf(name, _("3color")); break;
|
||||
- case icSig4colorData: sprintf(name, _("4color")); break;
|
||||
- case icSig5colorData: sprintf(name, _("5color")); break;
|
||||
- case icSig6colorData: sprintf(name, _("6color")); break;
|
||||
- case icSig7colorData: sprintf(name, _("7color")); break;
|
||||
- case icSig8colorData: sprintf(name, _("8color")); break;
|
||||
- case icSig9colorData: sprintf(name, _("9color")); break;
|
||||
- case icSig10colorData: sprintf(name, _("10color")); break;
|
||||
- case icSig11colorData: sprintf(name, _("11color")); break;
|
||||
- case icSig12colorData: sprintf(name, _("12color")); break;
|
||||
- case icSig13colorData: sprintf(name, _("13color")); break;
|
||||
- case icSig14colorData: sprintf(name, _("14color")); break;
|
||||
- case icSig15colorData: sprintf(name, _("15color")); break;
|
||||
- default: name[0] = '\0';
|
||||
+ case icSigXYZData: name = _("XYZ"); break;
|
||||
+ case icSigLabData: name = _("Lab"); break;
|
||||
+ case icSigLuvData: name = _("Luv"); break;
|
||||
+ case icSigYCbCrData: name = _("YCbCr"); break;
|
||||
+ case icSigYxyData: name = _("Yxy"); break;
|
||||
+ case icSigRgbData: name = _("Rgb"); break;
|
||||
+ case icSigGrayData: name = _("Gray"); break;
|
||||
+ case icSigHsvData: name = _("Hsv"); break;
|
||||
+ case icSigHlsData: name = _("Hls"); break;
|
||||
+ case icSigCmykData: name = _("Cmyk"); break;
|
||||
+ case icSigCmyData: name = _("Cmy"); break;
|
||||
+ case icSig2colorData: name = _("2color"); break;
|
||||
+ case icSig3colorData: name = _("3color"); break;
|
||||
+ case icSig4colorData: name = _("4color"); break;
|
||||
+ case icSig5colorData: name = _("5color"); break;
|
||||
+ case icSig6colorData: name = _("6color"); break;
|
||||
+ case icSig7colorData: name = _("7color"); break;
|
||||
+ case icSig8colorData: name = _("8color"); break;
|
||||
+ case icSig9colorData: name = _("9color"); break;
|
||||
+ case icSig10colorData: name = _("10color"); break;
|
||||
+ case icSig11colorData: name = _("11color"); break;
|
||||
+ case icSig12colorData: name = _("12color"); break;
|
||||
+ case icSig13colorData: name = _("13color"); break;
|
||||
+ case icSig14colorData: name = _("14color"); break;
|
||||
+ case icSig15colorData: name = _("15color"); break;
|
||||
+ default: name = "";
|
||||
}
|
||||
|
||||
return name;
|
||||
@@ -603,17 +597,16 @@
|
||||
|
||||
const char**
|
||||
cms_get_color_space_channel_names (cmsHPROFILE hProfile)
|
||||
-{ static char** name = 0;
|
||||
+{ static char* name[5] = {0,0,0,0,0};
|
||||
const char** ret = 0;
|
||||
- if(!name)
|
||||
+ if(!name[0])
|
||||
{ int i;
|
||||
- name=(char**)calloc(sizeof(char**),4);
|
||||
for(i = 0; i < 4; ++i)
|
||||
- name[i] = (char*)calloc(sizeof(char*),36);
|
||||
+ name[i] = (char*)calloc(sizeof(char),128);
|
||||
}
|
||||
+ sprintf(name[0], "---");
|
||||
sprintf(name[1], "---");
|
||||
sprintf(name[2], "---");
|
||||
- sprintf(name[3], "---");
|
||||
|
||||
ret = (const char**) name;
|
||||
sprintf( name[3],_("Alpha"));
|
||||
@@ -683,7 +676,7 @@
|
||||
|
||||
const char*
|
||||
cms_get_device_class_name (cmsHPROFILE hProfile)
|
||||
-{ static char class[15];
|
||||
+{ static char class[128];
|
||||
|
||||
switch (cmsGetDeviceClass (hProfile))
|
||||
{
|
||||
@@ -939,13 +932,16 @@
|
||||
#ifdef HAVE_OY
|
||||
if(cms_oyranos)
|
||||
{
|
||||
-# if OYRANOS_VERSION > 107
|
||||
+# if OYRANOS_VERSION > 905
|
||||
oyPROFILE_e type = oyDEFAULT_PROFILE_START;
|
||||
int size, i;
|
||||
oyProfile_s * temp_prof = 0;
|
||||
oyProfiles_s * iccs = 0;
|
||||
+ uint32_t icc_profile_flags =oyICCProfileSelectionFlagsFromOptions(
|
||||
+ OY_CMM_STD, "//" OY_TYPE_STD "/icc_color",
|
||||
+ NULL, 0 );
|
||||
|
||||
- iccs = oyProfiles_ForStd( type, 0, 0 );
|
||||
+ iccs = oyProfiles_ForStd( type, icc_profile_flags, 0, 0 );
|
||||
|
||||
size = oyProfiles_Count( iccs );
|
||||
for( i = 0; i < size; ++i)
|
||||
@@ -1193,6 +1189,8 @@
|
||||
*/
|
||||
const char * cms_get_profile_cspace ( CMSProfile * profile )
|
||||
{
|
||||
+ if(!profile->cspace)
|
||||
+ return "";
|
||||
return profile->cspace;
|
||||
}
|
||||
|
||||
@@ -1222,22 +1220,21 @@
|
||||
#ifdef HAVE_OY
|
||||
if ( profile == NULL )
|
||||
{
|
||||
+ char *pp_name = NULL;
|
||||
/* add path to non pathnamed file names */
|
||||
if(file_name && !strchr(file_name, OY_SLASH_C))
|
||||
{
|
||||
- char *pp_name = oyGetPathFromProfileName( file_name, my_alloc_func );
|
||||
+ pp_name = oyGetPathFromProfileName( file_name, my_alloc_func );
|
||||
|
||||
if(pp_name && strlen(pp_name))
|
||||
{
|
||||
fullFileName = (char*) calloc (MAX_PATH, sizeof(char));;
|
||||
sprintf(fullFileName, "%s%s%s", pp_name, OY_SLASH, file_name);;
|
||||
}
|
||||
- if(pp_name) free(pp_name);
|
||||
} else
|
||||
/* catch non correct paths */
|
||||
if(file_name && strchr(file_name, OY_SLASH_C))
|
||||
{
|
||||
- char *pp_name = NULL;
|
||||
char *ptr = NULL;
|
||||
|
||||
ptr = strrchr(file_name, OY_SLASH_C);
|
||||
@@ -1251,12 +1248,13 @@
|
||||
fullFileName = (char*) calloc (MAX_PATH, sizeof(char));;
|
||||
sprintf(fullFileName, "%s%s%s", pp_name, OY_SLASH, ptr);;
|
||||
}
|
||||
- if(pp_name) free(pp_name);
|
||||
}
|
||||
}
|
||||
|
||||
/* give lcms */
|
||||
- profile = cmsOpenProfileFromFile (fullFileName, "r");
|
||||
+ if (pp_name);
|
||||
+ profile = cmsOpenProfileFromFile (fullFileName, "r");
|
||||
+ if (pp_name) free(pp_name);
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -1282,8 +1280,7 @@
|
||||
return_value = g_new(CMSProfile, 1);
|
||||
return_value->cache_key = strdup(cms_get_profile_keyname(profile,mem));
|
||||
return_value->handle = profile;
|
||||
- sprintf( return_value->cspace,
|
||||
- cms_get_color_space_name( return_value->handle ) );
|
||||
+ return_value->cspace = cms_get_color_space_name( return_value->handle );
|
||||
|
||||
/* save an copy of the original icc profile to mem */
|
||||
return_value->size = 0;
|
||||
@@ -1336,8 +1333,7 @@
|
||||
return_value = g_new(CMSProfile, 1);
|
||||
return_value->cache_key = strdup(cms_get_profile_keyname(profile,mem_pointer));
|
||||
return_value->handle = profile;
|
||||
- sprintf( return_value->cspace,
|
||||
- cms_get_color_space_name( return_value->handle ) );
|
||||
+ return_value->cspace = cms_get_color_space_name( return_value->handle );
|
||||
|
||||
cache_entry = g_new(ProfileCacheEntry, 1);
|
||||
cache_entry->ref_count = 1;
|
||||
@@ -2689,7 +2685,7 @@
|
||||
|
||||
GSList *profile_file_names = 0;
|
||||
GSList *iterator = 0;
|
||||
- gchar *current_filename;
|
||||
+ gchar *current_long_fname;
|
||||
CMSProfile *current_profile;
|
||||
CMSProfileInfo *current_profile_info;
|
||||
int pos = can_select_none ? 1 : 0, select_pos = -1;
|
||||
@@ -2720,16 +2716,20 @@
|
||||
|
||||
while (iterator != NULL)
|
||||
{
|
||||
- current_filename = iterator->data;
|
||||
- current_profile = cms_get_profile_from_file(current_filename);
|
||||
+ const char *file_name;
|
||||
+ current_long_fname = iterator->data;
|
||||
+ file_name = current_long_fname;
|
||||
+ if(strrchr(file_name,'/'))
|
||||
+ file_name = strrchr(file_name,'/') + 1;
|
||||
+ current_profile = cms_get_profile_from_file(current_long_fname);
|
||||
current_profile_info = cms_get_profile_info(current_profile);
|
||||
if(prefered_name && strlen(prefered_name) &&
|
||||
- strcmp( current_filename, prefered_name ) == 0 )
|
||||
+ strcmp( file_name, prefered_name ) == 0 )
|
||||
select_pos = pos;
|
||||
- sprintf(label_text, "%s (%s)", current_profile_info->description, current_filename);
|
||||
+ sprintf(label_text, "%s (%s)", current_profile_info->description, current_long_fname);
|
||||
menuitem = gtk_menu_item_new_with_label (label_text);
|
||||
gtk_menu_append (GTK_MENU (menu), menuitem);
|
||||
- gtk_object_set_data_full(GTK_OBJECT(menuitem), "value", (gpointer)current_filename, g_free);
|
||||
+ gtk_object_set_data_full(GTK_OBJECT(menuitem), "value", (gpointer)current_long_fname, g_free);
|
||||
|
||||
cms_return_profile(current_profile);
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
--- app/depth/Makefile.am.orig
|
||||
+++ app/depth/Makefile.am
|
||||
@@ -11,7 +11,8 @@
|
||||
|
||||
libdepth_la_LIBADD = \
|
||||
$(top_builddir)/lib/libcinepaint.la \
|
||||
- $(GTK_LIBS)
|
||||
+ $(GTK_LIBS) \
|
||||
+ -lm
|
||||
|
||||
libdepth_la_SOURCES = \
|
||||
bezier_select.c \
|
|
@ -1,11 +0,0 @@
|
|||
--- app/gradient.c.orig
|
||||
+++ app/gradient.c
|
||||
@@ -5452,7 +5452,7 @@
|
||||
g_message (_("Corrupt segment %d in gradient file '%s'."),
|
||||
i, filename);
|
||||
fclose (file);
|
||||
- return NULL;
|
||||
+ return;
|
||||
}
|
||||
#else
|
||||
if (sscanf(line, "%lf%lf%lf%lf%lf%lf%lf%lf%lf%lf%lf%d%d",
|
|
@ -1,11 +0,0 @@
|
|||
--- app/install.c.orig
|
||||
+++ app/install.c
|
||||
@@ -475,7 +475,7 @@
|
||||
|
||||
CP_TEXT_INSERT( font_strong, _("User Installation Log\n\n") );
|
||||
|
||||
-#if 1
|
||||
+#if 0
|
||||
{ const char* msg = UserInstall(gimp_directory());
|
||||
if(msg)
|
||||
{
|
|
@ -1,11 +0,0 @@
|
|||
--- app/layers_dialog.c.orig
|
||||
+++ app/layers_dialog.c
|
||||
@@ -2773,7 +2773,7 @@
|
||||
# ifdef DEBUG
|
||||
printf("%s:%d %s() wrong data or widget\n", __FILE__,__LINE__,__func__);
|
||||
# endif
|
||||
- return FALSE;
|
||||
+ return;
|
||||
}
|
||||
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
--- app/main.c.orig
|
||||
+++ app/main.c
|
||||
@@ -55,7 +55,6 @@
|
||||
|
||||
#ifdef HAVE_OY
|
||||
#include <oyranos/oyranos.h>
|
||||
-#include <oyranos/oyranos_config.h>
|
||||
#include <oyranos/oyranos_version.h>
|
||||
char *oyranos_temp_path = NULL;
|
||||
void *myAlloc(size_t n) { return calloc(sizeof(char), n); }
|
||||
@@ -448,7 +448,8 @@
|
||||
#ifdef WIN32
|
||||
|
||||
#else
|
||||
-# ifndef DEBUG_
|
||||
+ if (use_debug_handler)
|
||||
+ {
|
||||
/* Handle some signals */
|
||||
signal (SIGHUP, on_signal);
|
||||
signal (SIGINT, on_signal);
|
||||
@@ -466,7 +467,7 @@
|
||||
/* Handle shmem reload */
|
||||
signal( SIGUSR2, on_sig_refresh);
|
||||
# endif
|
||||
-# endif /* DEBUG */
|
||||
+ }
|
||||
#endif
|
||||
/* Keep the command line arguments--for use in gimp_init */
|
||||
gimp_argc = argc - 1;
|
|
@ -1,11 +0,0 @@
|
|||
--- app/brush.c.orig 2013-11-05 10:57:08.000000000 +0300
|
||||
+++ app/brush.c 2013-11-05 10:58:06.000000000 +0300
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
GtkType gimp_brush_get_type(void)
|
||||
{
|
||||
- static GtkType type;
|
||||
+ static GtkType type = 0;
|
||||
if(!type){
|
||||
#if GTK_MAJOR_VERSION > 1
|
||||
static const GTypeInfo info =
|
|
@ -1,11 +0,0 @@
|
|||
--- app/brushgenerated.h.orig 2013-11-05 11:11:01.000000000 +0300
|
||||
+++ app/brushgenerated.h 2013-11-05 11:11:39.000000000 +0300
|
||||
@@ -51,7 +51,7 @@
|
||||
#define GIMP_BRUSH_GENERATED(obj) (GIMP_CHECK_CAST ((obj), GIMP_TYPE_BRUSH_GENERATED, GimpBrushGenerated))
|
||||
#define GIMP_IS_BRUSH_GENERATED(obj) (GIMP_CHECK_TYPE ((obj), GIMP_TYPE_BRUSH_GENERATED))
|
||||
|
||||
-guint gimp_brush_generated_get_type (void);
|
||||
+GtkType gimp_brush_generated_get_type (void);
|
||||
|
||||
/* normal stuff */
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- app/channel.h.orig 2013-11-05 11:20:03.000000000 +0300
|
||||
+++ app/channel.h 2013-11-05 11:20:52.000000000 +0300
|
||||
@@ -39,7 +39,7 @@
|
||||
#define GIMP_CHANNEL_CLASS(klass) GTK_CHECK_CLASS_CAST (klass, gimp_channel_get_type(), GimpChannelClass)
|
||||
#define GIMP_IS_CHANNEL(obj) GTK_CHECK_TYPE (obj, gimp_channel_get_type())
|
||||
|
||||
-guint gimp_channel_get_type (void);
|
||||
+GtkType gimp_channel_get_type (void);
|
||||
|
||||
/* Special undo type */
|
||||
typedef struct ChannelUndo ChannelUndo;
|
|
@ -1,14 +0,0 @@
|
|||
--- app/depth/brushgenerated.c.orig 2013-11-05 11:32:19.000000000 +0300
|
||||
+++ app/depth/brushgenerated.c 2013-11-05 11:34:56.000000000 +0300
|
||||
@@ -106,9 +106,9 @@
|
||||
brush->freeze = 0;
|
||||
}
|
||||
|
||||
-guint gimp_brush_generated_get_type(void)
|
||||
+GtkType gimp_brush_generated_get_type(void)
|
||||
{
|
||||
- static GtkType type;
|
||||
+ static GtkType type = 0;
|
||||
if(!type){
|
||||
GtkTypeInfo info={
|
||||
"GimpBrushGenerated",
|
|
@ -1,15 +0,0 @@
|
|||
--- app/depth/channel.c.orig 2013-11-05 11:22:13.000000000 +0300
|
||||
+++ app/depth/channel.c 2013-11-05 11:27:06.000000000 +0300
|
||||
@@ -51,10 +51,9 @@
|
||||
static GimpDrawableClass *parent_class = NULL;
|
||||
|
||||
|
||||
-guint
|
||||
-gimp_channel_get_type ()
|
||||
+GtkType gimp_channel_get_type ()
|
||||
{
|
||||
- static guint channel_type = 0;
|
||||
+ static GtkType channel_type = 0;
|
||||
|
||||
if (!channel_type)
|
||||
{
|
|
@ -1,28 +0,0 @@
|
|||
--- app/depth/layer.c.orig 2013-11-05 11:28:32.000000000 +0300
|
||||
+++ app/depth/layer.c 2013-11-05 11:30:50.000000000 +0300
|
||||
@@ -65,10 +65,10 @@
|
||||
static CanvasDrawableClass *layer_parent_class = NULL;
|
||||
static GimpChannelClass *layer_mask_parent_class = NULL;
|
||||
|
||||
-guint
|
||||
+GtkType
|
||||
gimp_layer_get_type ()
|
||||
{
|
||||
- static guint layer_type = 0;
|
||||
+ static GtkType layer_type = 0;
|
||||
|
||||
if (!layer_type)
|
||||
{
|
||||
@@ -118,10 +118,10 @@
|
||||
{
|
||||
}
|
||||
|
||||
-guint
|
||||
+GtkType
|
||||
gimp_layer_mask_get_type ()
|
||||
{
|
||||
- static guint layer_mask_type = 0;
|
||||
+ static GtkType layer_mask_type = 0;
|
||||
|
||||
if (!layer_mask_type)
|
||||
{
|
|
@ -1,15 +0,0 @@
|
|||
--- app/drawable.c.orig 2013-11-05 11:07:48.000000000 +0300
|
||||
+++ app/drawable.c 2013-11-05 11:09:02.000000000 +0300
|
||||
@@ -56,10 +56,10 @@
|
||||
|
||||
static CanvasDrawableClass *parent_class = NULL;
|
||||
|
||||
-guint
|
||||
+GtkType
|
||||
gimp_drawable_get_type ()
|
||||
{
|
||||
- static guint drawable_type = 0;
|
||||
+ static GtkType drawable_type = 0;
|
||||
|
||||
if (!drawable_type)
|
||||
{
|
|
@ -1,11 +0,0 @@
|
|||
--- app/drawable.h.orig 2013-11-05 11:07:39.000000000 +0300
|
||||
+++ app/drawable.h 2013-11-05 11:08:18.000000000 +0300
|
||||
@@ -32,7 +32,7 @@
|
||||
#define GIMP_DRAWABLE_CLASS(klass) GTK_CHECK_CLASS_CAST (klass, GIMP_TYPE_DRAWABLE, GimpDrawableClass)
|
||||
#define GIMP_IS_DRAWABLE(obj) GTK_CHECK_TYPE (obj, GIMP_TYPE_DRAWABLE)
|
||||
|
||||
-guint gimp_drawable_get_type (void);
|
||||
+GtkType gimp_drawable_get_type (void);
|
||||
|
||||
|
||||
/* drawable access functions */
|
|
@ -1,13 +0,0 @@
|
|||
--- app/layer.h.orig 2013-11-05 10:49:42.000000000 +0300
|
||||
+++ app/layer.h 2013-11-05 10:51:01.000000000 +0300
|
||||
@@ -51,8 +51,8 @@
|
||||
#define GIMP_IS_LAYER_MASK(obj) GTK_CHECK_TYPE (obj, gimp_layer_mask_get_type())
|
||||
|
||||
|
||||
-guint gimp_layer_get_type (void);
|
||||
-guint gimp_layer_mask_get_type (void);
|
||||
+GtkType gimp_layer_get_type (void);
|
||||
+GtkType gimp_layer_mask_get_type (void);
|
||||
|
||||
/* Special undo types */
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
--- cinepaint-gtk.pc.in.orig
|
||||
+++ cinepaint-gtk.pc.in
|
||||
@@ -11,6 +11,7 @@
|
||||
Name: cinepaint-gtk
|
||||
Description: Cinepaint Plug-In Library Using GTK+
|
||||
Version: @MAJOR_VERSION@.@MINOR_VERSION@
|
||||
-Libs: -L${libdir} -lcinepaint @GTK_LIBS@
|
||||
-Cflags: -I${includedir} @GTK_CFLAGS@
|
||||
+Requires: gtk+-2.0
|
||||
+Libs: -L${libdir} -lcinepaint
|
||||
+Cflags: -I${includedir}
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
--- cinepainttool.in.orig
|
||||
+++ cinepainttool.in
|
||||
@@ -166,7 +166,7 @@
|
||||
;;
|
||||
--cflags-local)
|
||||
my_gtk_cflags=$gtk_cflags
|
||||
- echo -I@abs_top_srcdir@ -I@abs_top_srcdir@/lib $my_gtk_cflags
|
||||
+ echo $my_gtk_cflags
|
||||
;;
|
||||
--libs | --libs-nocinepaintui)
|
||||
my_gtk_libs=
|
||||
@@ -198,8 +198,9 @@
|
||||
my_gtk_libs="$my_gtk_libs $i"
|
||||
fi
|
||||
done
|
||||
- export `cat @abs_top_srcdir@/lib/libcinepaint.la | grep dlname | sed s/\'//g`
|
||||
- echo @abs_top_srcdir@/lib/.libs/$dlname $my_gtk_libs
|
||||
+ export `cat @libdir@/libcinepaint.la | grep dlname | sed -e s/\'//g -e s/dlname/dlname1/`
|
||||
+ export `cat @libdir@/libcinepainthalf.la | grep dlname | sed -e s/\'//g -e s/dlname/dlname2/`
|
||||
+ echo @libdir@/$dlname1 @libdir@/$dlname2 $my_gtk_libs
|
||||
;;
|
||||
--libs-noui)
|
||||
glib_ldflags=`echo $gtk_libs | sed -e 's/^.*-lgdk[^ ]* *\(-L[^ ]*\).*$/\1/' -e 's/^.* -lgdk[^ ]* .*$//'`
|
|
@ -1,92 +0,0 @@
|
|||
--- configure.in.orig 2013-05-05 20:19:29 UTC
|
||||
+++ configure.in
|
||||
@@ -2,7 +2,8 @@ dnl Process this file with autoconf to p
|
||||
|
||||
prefix=/usr/bin
|
||||
|
||||
-AC_INIT(gimprc.in)
|
||||
+AC_INIT(cinepaintrc.in)
|
||||
+AC_CONFIG_MACRO_DIR(aclocal)
|
||||
AM_CONFIG_HEADER(lib/config.h)
|
||||
|
||||
dnl Initialize automake stuff
|
||||
@@ -38,9 +39,9 @@ AC_HEADER_DIRENT
|
||||
AC_HEADER_STDC
|
||||
AC_HEADER_SYS_WAIT
|
||||
AC_HEADER_TIME
|
||||
-AC_CHECK_HEADER(sys/time.h, AC_DEFINE(HAVE_SYS_TIME_H))
|
||||
-AC_CHECK_HEADER(sys/times.h, AC_DEFINE(HAVE_SYS_TIMES_H))
|
||||
-AC_CHECK_HEADER(unistd.h, AC_DEFINE(HAVE_UNISTD_H))
|
||||
+AC_CHECK_HEADER(sys/time.h, AC_DEFINE(HAVE_SYS_TIME_H, 1, [desc]))
|
||||
+AC_CHECK_HEADER(sys/times.h, AC_DEFINE(HAVE_SYS_TIMES_H, 1, [desc]))
|
||||
+AC_CHECK_HEADER(unistd.h, AC_DEFINE(HAVE_UNISTD_H, 1, [desc]))
|
||||
AC_TYPE_PID_T
|
||||
AC_TYPE_SIGNAL
|
||||
AC_FUNC_VPRINTF
|
||||
@@ -83,12 +84,12 @@ AC_TRY_COMPILE([#include <sys/types.h>],
|
||||
if test $cinepaint_ok = no; then
|
||||
AC_HEADER_EGREP(fd_mask, sys/select.h, cinepaint_ok=yes)
|
||||
if test $cinepaint_ok = yes; then
|
||||
- AC_DEFINE(HAVE_SYS_SELECT_H)
|
||||
+ AC_DEFINE(HAVE_SYS_SELECT_H, 1, [desc])
|
||||
fi
|
||||
fi
|
||||
AC_MSG_RESULT($cinepaint_ok)
|
||||
if test $cinepaint_ok = no; then
|
||||
- AC_DEFINE(NO_FD_SET)
|
||||
+ AC_DEFINE(NO_FD_SET, 1, [desc])
|
||||
fi
|
||||
|
||||
dnl flex check; beku
|
||||
@@ -109,7 +110,7 @@ fi
|
||||
dnl check for pkg-config
|
||||
export PKG_CONFIG_PATH
|
||||
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
|
||||
-if test "x$PKG_CONFIG" == "xno"; then
|
||||
+if test "x$PKG_CONFIG" = "xno"; then
|
||||
AC_MSG_WARN([
|
||||
*** Check for pkg-config failed. Many packages requires it.
|
||||
*** You can download it from http://pkgconfig.sourceforge.net/ .])
|
||||
@@ -517,9 +518,9 @@ fi
|
||||
if test "x$FLTK_CONFIG" != "xno"; then
|
||||
FLTK_CONFIG="$FLTK_CONFIG"
|
||||
FLTK_LDFLAGS="`$FLTK_CONFIG --use-images --ldflags | sed \"$STRIPOPT\"`"
|
||||
- FLTK_LIBS_PURE="`echo $FLTK_LDFLAGS | sed 's/-O.// ; s/-isysroot /-L/ ; s/-arch ppc// ; s/-arch i386//'`"
|
||||
+ FLTK_LIBS_PURE="`echo $FLTK_LDFLAGS | sed 's/ -O. // ; s/-isysroot /-L/ ; s/-arch ppc// ; s/-arch i386//'`"
|
||||
FLTK_LIBS="\$(top_builddir)/lib/fl_i18n/libcinepaint_fl_i18n.la $FLTK_LIBS_PURE"
|
||||
- FLTK_CFLAGS=`$FLTK_CONFIG --cxxflags | sed 's/-O.// ; s/-isysroot /-L/ ; s/-arch ppc// ; s/-arch i386//'`
|
||||
+ FLTK_CFLAGS=`$FLTK_CONFIG --cxxflags | sed 's/ -O. // ; s/-isysroot /-L/ ; s/-arch ppc// ; s/-arch i386//'`
|
||||
else
|
||||
AC_MSG_WARN([
|
||||
*** Check for fltk-config failed. Depending plug-ins may not compile.
|
||||
@@ -528,8 +529,8 @@ fi
|
||||
fi
|
||||
|
||||
dnl Check for shared memory
|
||||
-AC_CHECK_HEADER(sys/ipc.h, AC_DEFINE(HAVE_IPC_H), no_sys_ipc=yes)
|
||||
-AC_CHECK_HEADER(sys/shm.h, AC_DEFINE(HAVE_SHM_H), no_sys_shm=yes)
|
||||
+AC_CHECK_HEADER(sys/ipc.h, AC_DEFINE(HAVE_IPC_H, 1, [desc]), no_sys_ipc=yes)
|
||||
+AC_CHECK_HEADER(sys/shm.h, AC_DEFINE(HAVE_SHM_H, 1, [desc]), no_sys_shm=yes)
|
||||
if test "$ac_cv_header_sys_shm_h" = "yes"; then
|
||||
AC_MSG_CHECKING(whether shmctl IPC_RMID allowes subsequent attaches)
|
||||
AC_TRY_RUN([
|
||||
@@ -555,7 +556,7 @@ if test "$ac_cv_header_sys_shm_h" = "yes
|
||||
exit (0);
|
||||
}
|
||||
],
|
||||
- AC_DEFINE(IPC_RMID_DEFERRED_RELEASE)
|
||||
+ AC_DEFINE(IPC_RMID_DEFERRED_RELEASE, 1, [desc])
|
||||
AC_MSG_RESULT(yes),
|
||||
AC_MSG_RESULT(no),
|
||||
AC_MSG_RESULT(assuming no))
|
||||
@@ -818,8 +819,8 @@ dnl Output the Makefiles
|
||||
AC_OUTPUT(
|
||||
Makefile
|
||||
user_install
|
||||
-gimprc
|
||||
-gimprc_user
|
||||
+cinepaintrc
|
||||
+cinepaintrc_user
|
||||
cinepainttool
|
||||
cinepaint-gtk.pc
|
||||
cinepaint.spec
|
|
@ -1,11 +0,0 @@
|
|||
--- lib/chainbutton.c.orig 2013-11-05 15:35:41.000000000 +0300
|
||||
+++ lib/chainbutton.c 2013-11-05 15:36:17.000000000 +0300
|
||||
@@ -155,7 +155,7 @@
|
||||
GtkType
|
||||
gimp_chain_button_get_type (void)
|
||||
{
|
||||
- static guint gcb_type = 0;
|
||||
+ static GtkType gcb_type = 0;
|
||||
|
||||
if (!gcb_type)
|
||||
{
|
|
@ -1,11 +0,0 @@
|
|||
--- lib/pixmap.c.orig 2013-11-05 15:33:26.000000000 +0300
|
||||
+++ lib/pixmap.c 2013-11-05 15:34:10.000000000 +0300
|
||||
@@ -70,7 +70,7 @@
|
||||
GtkType
|
||||
gimp_pixmap_get_type (void)
|
||||
{
|
||||
- static guint pixmap_type = 0;
|
||||
+ static GtkType pixmap_type = 0;
|
||||
|
||||
if (!pixmap_type)
|
||||
{
|
|
@ -1,11 +0,0 @@
|
|||
--- lib/size_entry.c.orig 2013-11-05 15:38:06.000000000 +0300
|
||||
+++ lib/size_entry.c 2013-11-05 15:39:14.000000000 +0300
|
||||
@@ -169,7 +169,7 @@
|
||||
GtkType
|
||||
gimp_size_entry_get_type (void)
|
||||
{
|
||||
- static guint gse_type = 0;
|
||||
+ static GtkType gse_type = 0;
|
||||
|
||||
if (!gse_type)
|
||||
{
|
|
@ -1,11 +0,0 @@
|
|||
--- plug-ins/cineon/Makefile.am.orig
|
||||
+++ plug-ins/cineon/Makefile.am
|
||||
@@ -27,7 +27,7 @@
|
||||
LDADD = \
|
||||
$(top_builddir)/lib/libcinepaint.la \
|
||||
$(X_LIBS) \
|
||||
- -lc
|
||||
+ -lm
|
||||
|
||||
DEPS = $(top_builddir)/lib/libcinepaint.la
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- plug-ins/collect/Makefile.am.orig
|
||||
+++ plug-ins/collect/Makefile.am
|
||||
@@ -23,7 +23,7 @@
|
||||
$(top_builddir)/lib/libcinepaint.la \
|
||||
$(X_LIBS) \
|
||||
$(FLTK_LIBS) \
|
||||
- -lc
|
||||
+ -lm
|
||||
|
||||
DEPS = $(top_builddir)/lib/libcinepaint.la \
|
||||
$(top_builddir)/lib/fl_i18n/libcinepaint_fl_i18n.la
|
|
@ -1,13 +0,0 @@
|
|||
--- plug-ins/edge/Makefile.am.orig
|
||||
+++ plug-ins/edge/Makefile.am
|
||||
@@ -15,9 +15,8 @@
|
||||
LDADD = \
|
||||
$(top_builddir)/lib/libcinepaint.la \
|
||||
$(X_LIBS) \
|
||||
- $(top_builddir)/libhalf/cinepaint_half.lo \
|
||||
$(OPENEXR_LIBS) \
|
||||
- -lc
|
||||
+ -lm
|
||||
|
||||
DEPS = $(top_builddir)/lib/libcinepaint.la
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
--- plug-ins/gauss_rle/Makefile.am.orig
|
||||
+++ plug-ins/gauss_rle/Makefile.am
|
||||
@@ -15,8 +15,7 @@
|
||||
LDADD = \
|
||||
$(top_builddir)/lib/libcinepaint.la \
|
||||
$(X_LIBS) \
|
||||
- \
|
||||
- -lc
|
||||
+ -lm
|
||||
|
||||
DEPS = $(top_builddir)/lib/libcinepaint.la
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
--- plug-ins/iol/Makefile.am.orig
|
||||
+++ plug-ins/iol/Makefile.am
|
||||
@@ -35,9 +35,7 @@
|
||||
LDADD = \
|
||||
$(top_builddir)/lib/libcinepaint.la \
|
||||
$(X_LIBS) \
|
||||
- $(top_builddir)/libhalf/cinepaint_half.lo \
|
||||
$(OPENEXR_LIBS) \
|
||||
- -lc \
|
||||
-lm \
|
||||
-lfl
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
--- plug-ins/mblur/Makefile.am.orig
|
||||
+++ plug-ins/mblur/Makefile.am
|
||||
@@ -15,9 +15,8 @@
|
||||
LDADD = \
|
||||
$(top_builddir)/lib/libcinepaint.la \
|
||||
$(X_LIBS) \
|
||||
- $(top_builddir)/libhalf/cinepaint_half.lo \
|
||||
$(OPENEXR_LIBS) \
|
||||
- -lc
|
||||
+ -lm
|
||||
|
||||
DEPS = $(top_builddir)/lib/libcinepaint.la
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
--- plug-ins/pdf/pdf.cpp.orig
|
||||
+++ plug-ins/pdf/pdf.cpp
|
||||
@@ -47,10 +47,10 @@
|
||||
#include "lib/wire/libtile.h"
|
||||
#include "plugin_pdb.h"
|
||||
#include "libgimp/stdplugins-intl.h"
|
||||
+}
|
||||
#ifdef HAVE_OY
|
||||
-#include <oyranos/oyranos.h>
|
||||
+#include <oyranos.h>
|
||||
#endif
|
||||
-}
|
||||
|
||||
#define WARN_S(text) cout <<__FILE__<<":"<<__LINE__<<" "<< text << endl;
|
||||
|
||||
@@ -377,8 +377,6 @@
|
||||
// set a default profile for cmyk
|
||||
#ifdef OYRANOS_H
|
||||
# if OYRANOS_API > 12
|
||||
- using namespace oyranos;
|
||||
-
|
||||
if( vals.colourspace == PDF_CMYK )
|
||||
profile_name = oyGetDefaultProfileName (oyEDITING_CMYK, myAllocFunc);
|
||||
else
|
|
@ -1,451 +0,0 @@
|
|||
--- plug-ins/png/png.c.orig
|
||||
+++ plug-ins/png/png.c
|
||||
@@ -390,6 +390,16 @@
|
||||
gchar *progress; /* Title for progress display... */
|
||||
guchar alpha[256], /* Index -> Alpha */
|
||||
*alpha_ptr; /* Temporary pointer */
|
||||
+ png_byte color_type;
|
||||
+ png_byte bit_depth;
|
||||
+ png_colorp palette;
|
||||
+ int num_palette;
|
||||
+ png_charpp iccp_name;
|
||||
+ int compression_type;
|
||||
+ png_bytepp iccp_profile;
|
||||
+ png_uint_32 iccp_proflen;
|
||||
+ png_uint_32 width, height;
|
||||
+ png_byte channels;
|
||||
|
||||
/*
|
||||
* PNG 0.89 and newer have a sane, forwards compatible constructor.
|
||||
@@ -405,7 +415,7 @@
|
||||
info = (png_infop)calloc(sizeof(png_info), 1);
|
||||
#endif /* PNG_LIBPNG_VER > 88 */
|
||||
|
||||
- if (setjmp (pp->jmpbuf))
|
||||
+ if (setjmp (png_jmpbuf(pp)))
|
||||
{
|
||||
g_message ("%s\nPNG error. File corrupted?", filename);
|
||||
return image;
|
||||
@@ -442,21 +452,26 @@
|
||||
*/
|
||||
|
||||
png_read_info(pp, info);
|
||||
+ color_type = png_get_color_type(pp, info);
|
||||
+ width=png_get_image_width(pp, info);
|
||||
+ height=png_get_image_height(pp, info);
|
||||
|
||||
/*
|
||||
* Latest attempt, this should be my best yet :)
|
||||
*/
|
||||
|
||||
+ bit_depth = png_get_bit_depth(pp, info);
|
||||
+
|
||||
#ifndef WORDS_BIGENDIAN
|
||||
- if(info->bit_depth == 16)
|
||||
+ if(bit_depth == 16)
|
||||
png_set_swap(pp);
|
||||
#endif
|
||||
|
||||
- if (info->color_type == PNG_COLOR_TYPE_GRAY && info->bit_depth < 8) {
|
||||
+ if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
|
||||
png_set_expand(pp);
|
||||
}
|
||||
|
||||
- if (info->color_type == PNG_COLOR_TYPE_PALETTE && info->bit_depth < 8) {
|
||||
+ if (color_type == PNG_COLOR_TYPE_PALETTE && bit_depth < 8) {
|
||||
png_set_packing(pp);
|
||||
}
|
||||
|
||||
@@ -464,8 +479,8 @@
|
||||
* Expand G+tRNS to GA, RGB+tRNS to RGBA
|
||||
*/
|
||||
|
||||
- if (info->color_type != PNG_COLOR_TYPE_PALETTE &&
|
||||
- (info->valid & PNG_INFO_tRNS)) {
|
||||
+ if (color_type != PNG_COLOR_TYPE_PALETTE &&
|
||||
+ (png_get_valid(pp, info, PNG_INFO_tRNS))) {
|
||||
png_set_expand(pp);
|
||||
}
|
||||
|
||||
@@ -482,7 +497,7 @@
|
||||
|
||||
#if PNG_LIBPNG_VER > 99
|
||||
if (png_get_valid(pp, info, PNG_INFO_tRNS) &&
|
||||
- info->color_type == PNG_COLOR_TYPE_PALETTE)
|
||||
+ color_type == PNG_COLOR_TYPE_PALETTE)
|
||||
{
|
||||
png_get_tRNS(pp, info, &alpha_ptr, &num, NULL);
|
||||
/* Copy the existing alpha values from the tRNS chunk */
|
||||
@@ -505,9 +520,9 @@
|
||||
|
||||
png_read_update_info(pp, info);
|
||||
|
||||
- if(info->bit_depth==16)
|
||||
+ if(bit_depth==16)
|
||||
{
|
||||
- switch (info->color_type)
|
||||
+ switch (color_type)
|
||||
{
|
||||
case PNG_COLOR_TYPE_RGB : /* RGB */
|
||||
bpp = 6;
|
||||
@@ -545,7 +560,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
- switch (info->color_type)
|
||||
+ switch (color_type)
|
||||
{
|
||||
case PNG_COLOR_TYPE_RGB : /* RGB */
|
||||
bpp = 3;
|
||||
@@ -582,7 +597,7 @@
|
||||
};
|
||||
}
|
||||
|
||||
- image = gimp_image_new(info->width, info->height, image_type);
|
||||
+ image = gimp_image_new(width, height, image_type);
|
||||
if (image == -1)
|
||||
{
|
||||
g_message("Can't allocate new image\n%s", filename);
|
||||
@@ -595,7 +610,7 @@
|
||||
* Create the "background" layer to hold the image...
|
||||
*/
|
||||
|
||||
- layer = gimp_layer_new(image, _("Background"), info->width, info->height,
|
||||
+ layer = gimp_layer_new(image, _("Background"), width, height,
|
||||
layer_type, 100, NORMAL_MODE);
|
||||
gimp_image_add_layer(image, layer, 0);
|
||||
|
||||
@@ -627,20 +642,21 @@
|
||||
|
||||
empty= 0; /* by default assume no full transparent palette entries */
|
||||
|
||||
- if (info->color_type & PNG_COLOR_MASK_PALETTE) {
|
||||
+ if (color_type & PNG_COLOR_MASK_PALETTE) {
|
||||
|
||||
#if PNG_LIBPNG_VER > 99
|
||||
+ png_get_PLTE(pp, info, &palette, &num_palette);
|
||||
if (png_get_valid(pp, info, PNG_INFO_tRNS)) {
|
||||
for (empty= 0; empty < 256 && alpha[empty] == 0; ++empty);
|
||||
/* Calculates number of fully transparent "empty" entries */
|
||||
|
||||
- gimp_image_set_cmap(image, (guchar *) (info->palette + empty),
|
||||
- info->num_palette - empty);
|
||||
+ gimp_image_set_cmap(image, (guchar *) (palette + empty),
|
||||
+ num_palette - empty);
|
||||
} else {
|
||||
- gimp_image_set_cmap(image, (guchar *)info->palette, info->num_palette);
|
||||
+ gimp_image_set_cmap(image, (guchar *)palette, num_palette);
|
||||
}
|
||||
#else
|
||||
- gimp_image_set_cmap(image, (guchar *)info->palette, info->num_palette);
|
||||
+ gimp_image_set_cmap(image, (guchar *)palette, num_palette);
|
||||
#endif /* PNG_LIBPNG_VER > 99 */
|
||||
|
||||
}
|
||||
@@ -659,18 +675,19 @@
|
||||
*/
|
||||
|
||||
tile_height = gimp_tile_height ();
|
||||
- pixel = g_new(guchar, tile_height * info->width * bpp);
|
||||
+ pixel = g_new(guchar, tile_height * width * bpp);
|
||||
pixels = g_new(guchar *, tile_height);
|
||||
+ channels=png_get_channels(pp, info);
|
||||
|
||||
- if(info->bit_depth==16)
|
||||
+ if(bit_depth==16)
|
||||
{
|
||||
for (i = 0; i < tile_height; i ++)
|
||||
- pixels[i] = pixel + info->width * info->channels * i * 2;
|
||||
+ pixels[i] = pixel + width * channels * i * 2;
|
||||
}
|
||||
else
|
||||
{
|
||||
for (i = 0; i < tile_height; i ++)
|
||||
- pixels[i] = pixel + info->width * info->channels * i;
|
||||
+ pixels[i] = pixel + width * channels * i;
|
||||
}
|
||||
|
||||
for (pass = 0; pass < num_passes; pass ++)
|
||||
@@ -680,11 +697,11 @@
|
||||
*/
|
||||
|
||||
for (begin = 0, end = tile_height;
|
||||
- begin < info->height;
|
||||
+ begin < height;
|
||||
begin += tile_height, end += tile_height)
|
||||
{
|
||||
- if (end > info->height)
|
||||
- end = info->height;
|
||||
+ if (end > height)
|
||||
+ end = height;
|
||||
|
||||
num = end - begin;
|
||||
|
||||
@@ -697,20 +714,21 @@
|
||||
gimp_pixel_rgn_set_rect(&pixel_rgn, pixel, 0, begin,
|
||||
drawable->width, num);
|
||||
|
||||
- gimp_progress_update(((double)pass + (double)end / (double)info->height) /
|
||||
+ gimp_progress_update(((double)pass + (double)end / (double)height) /
|
||||
(double)num_passes);
|
||||
};
|
||||
};
|
||||
|
||||
#if defined(PNG_iCCP_SUPPORTED)
|
||||
/* set icc profile */
|
||||
- if (info->iccp_proflen > 0) {
|
||||
- gimp_image_set_icc_profile_by_mem (image, info->iccp_proflen,
|
||||
- info->iccp_profile,
|
||||
- ICC_IMAGE_PROFILE);
|
||||
+ png_get_iCCP(pp, info, (png_charpp)iccp_name, &compression_type, iccp_profile, &iccp_proflen);
|
||||
+ if (iccp_proflen > 0) {
|
||||
+ gimp_image_set_icc_profile_by_mem (image, iccp_proflen,
|
||||
+ (gchar *)iccp_profile,
|
||||
+ ICC_IMAGE_PROFILE);
|
||||
printf ("%s:%d %s() set embedded profile \"%s\"\n",
|
||||
__FILE__,__LINE__,__func__,
|
||||
- info->iccp_name);
|
||||
+ (char *)iccp_name);
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -808,6 +826,14 @@
|
||||
blue; /* Used for palette background */
|
||||
time_t cutime; /* Time since epoch */
|
||||
struct tm *gmt; /* GMT broken down */
|
||||
+ png_byte color_type;
|
||||
+ png_byte bit_depth;
|
||||
+ int filter_method=0;
|
||||
+ png_colorp palette;
|
||||
+ int num_palette;
|
||||
+ png_charpp iccp_name;
|
||||
+ png_uint_32 height;
|
||||
+ int compression_type;
|
||||
|
||||
/*
|
||||
* PNG 0.89 and newer have a sane, forwards compatible constructor.
|
||||
@@ -824,7 +850,7 @@
|
||||
info = (png_infop)calloc(sizeof(png_info), 1);
|
||||
#endif /* PNG_LIBPNG_VER > 88 */
|
||||
|
||||
- if (setjmp (pp->jmpbuf))
|
||||
+ if (setjmp (png_jmpbuf(pp)))
|
||||
{
|
||||
g_message ("%s\nPNG error. Couldn't save image", filename);
|
||||
return 0;
|
||||
@@ -857,15 +883,6 @@
|
||||
drawable = gimp_drawable_get (drawable_ID);
|
||||
type = gimp_drawable_type (drawable_ID);
|
||||
|
||||
- /*
|
||||
- * Set the image dimensions, bit depth, interlacing and compression
|
||||
- */
|
||||
-
|
||||
- png_set_compression_level (pp, pngvals.compression_level);
|
||||
-
|
||||
- info->width = drawable->width;
|
||||
- info->height = drawable->height;
|
||||
- info->interlace_type = pngvals.interlaced;
|
||||
|
||||
/*
|
||||
* Set color type and remember bytes per pixel count
|
||||
@@ -874,71 +891,69 @@
|
||||
switch (type)
|
||||
{
|
||||
case RGB_IMAGE :
|
||||
- info->color_type = PNG_COLOR_TYPE_RGB;
|
||||
- info->bit_depth = 8;
|
||||
+ color_type = PNG_COLOR_TYPE_RGB;
|
||||
+ bit_depth = 8;
|
||||
bpp = 3;
|
||||
break;
|
||||
case RGBA_IMAGE :
|
||||
- info->color_type = PNG_COLOR_TYPE_RGB_ALPHA;
|
||||
- info->bit_depth = 8;
|
||||
+ color_type = PNG_COLOR_TYPE_RGB_ALPHA;
|
||||
+ bit_depth = 8;
|
||||
bpp = 4;
|
||||
break;
|
||||
case GRAY_IMAGE :
|
||||
- info->color_type = PNG_COLOR_TYPE_GRAY;
|
||||
- info->bit_depth = 8;
|
||||
+ color_type = PNG_COLOR_TYPE_GRAY;
|
||||
+ bit_depth = 8;
|
||||
bpp = 1;
|
||||
break;
|
||||
case GRAYA_IMAGE :
|
||||
- info->color_type = PNG_COLOR_TYPE_GRAY_ALPHA;
|
||||
- info->bit_depth = 8;
|
||||
+ color_type = PNG_COLOR_TYPE_GRAY_ALPHA;
|
||||
+ bit_depth = 8;
|
||||
bpp = 2;
|
||||
break;
|
||||
case INDEXED_IMAGE :
|
||||
bpp = 1;
|
||||
- info->bit_depth = 8;
|
||||
- info->color_type = PNG_COLOR_TYPE_PALETTE;
|
||||
- info->valid |= PNG_INFO_PLTE;
|
||||
- info->palette= (png_colorp) gimp_image_get_cmap(image_ID, &num_colors);
|
||||
- info->num_palette= num_colors;
|
||||
+ bit_depth = 8;
|
||||
+ color_type = PNG_COLOR_TYPE_PALETTE;
|
||||
+ png_get_valid(pp, info, PNG_INFO_PLTE);
|
||||
+ png_set_PLTE(pp, info, (png_colorp) gimp_image_get_cmap(image_ID, &num_colors), num_colors);
|
||||
break;
|
||||
case INDEXEDA_IMAGE :
|
||||
bpp = 2;
|
||||
- info->bit_depth = 8;
|
||||
- info->color_type = PNG_COLOR_TYPE_PALETTE;
|
||||
+ bit_depth = 8;
|
||||
+ color_type = PNG_COLOR_TYPE_PALETTE;
|
||||
respin_cmap (pp, info, image_ID); /* fix up transparency */
|
||||
break;
|
||||
case U16_RGB_IMAGE :
|
||||
- info->color_type = PNG_COLOR_TYPE_RGB;
|
||||
- info->bit_depth = 16;
|
||||
+ color_type = PNG_COLOR_TYPE_RGB;
|
||||
+ bit_depth = 16;
|
||||
bpp = 6;
|
||||
break;
|
||||
case U16_RGBA_IMAGE :
|
||||
- info->color_type = PNG_COLOR_TYPE_RGB_ALPHA;
|
||||
- info->bit_depth = 16;
|
||||
+ color_type = PNG_COLOR_TYPE_RGB_ALPHA;
|
||||
+ bit_depth = 16;
|
||||
bpp = 8;
|
||||
break;
|
||||
case U16_GRAY_IMAGE :
|
||||
- info->color_type = PNG_COLOR_TYPE_GRAY;
|
||||
- info->bit_depth = 16;
|
||||
+ color_type = PNG_COLOR_TYPE_GRAY;
|
||||
+ bit_depth = 16;
|
||||
bpp = 2;
|
||||
break;
|
||||
case U16_GRAYA_IMAGE :
|
||||
- info->color_type = PNG_COLOR_TYPE_GRAY_ALPHA;
|
||||
- info->bit_depth = 16;
|
||||
+ color_type = PNG_COLOR_TYPE_GRAY_ALPHA;
|
||||
+ bit_depth = 16;
|
||||
bpp = 4;
|
||||
break;
|
||||
case U16_INDEXED_IMAGE :
|
||||
bpp = 2;
|
||||
- info->bit_depth = 16;
|
||||
- info->color_type = PNG_COLOR_TYPE_PALETTE;
|
||||
- info->valid |= PNG_INFO_PLTE;
|
||||
- info->palette= (png_colorp) gimp_image_get_cmap(image_ID, &num_colors);
|
||||
- info->num_palette= num_colors;
|
||||
+ bit_depth = 16;
|
||||
+ color_type = PNG_COLOR_TYPE_PALETTE;
|
||||
+ png_get_valid(pp, info, PNG_INFO_PLTE);
|
||||
+ png_set_PLTE(pp, info, (png_colorp) gimp_image_get_cmap(image_ID, &num_colors), num_colors);
|
||||
break;
|
||||
case U16_INDEXEDA_IMAGE :
|
||||
bpp = 4;
|
||||
- info->bit_depth = 16;
|
||||
- info->color_type = PNG_COLOR_TYPE_PALETTE;
|
||||
+ bit_depth = 16;
|
||||
+ color_type = PNG_COLOR_TYPE_PALETTE;
|
||||
respin_cmap (pp, info, image_ID); /* fix up transparency */
|
||||
break;
|
||||
default:
|
||||
@@ -950,30 +965,36 @@
|
||||
* Fix bit depths for (possibly) smaller colormap images
|
||||
*/
|
||||
|
||||
- if (info->valid & PNG_INFO_PLTE) {
|
||||
- if (info->num_palette <= 2)
|
||||
- info->bit_depth= 1;
|
||||
- else if (info->num_palette <= 4)
|
||||
- info->bit_depth= 2;
|
||||
- else if (info->num_palette <= 16)
|
||||
- info->bit_depth= 4;
|
||||
+ if (png_get_valid(pp, info, PNG_INFO_PLTE)) {
|
||||
+ png_get_PLTE(pp, info, &palette, &num_palette);
|
||||
+ if (num_palette <= 2)
|
||||
+ bit_depth= 1;
|
||||
+ else if (num_palette <= 4)
|
||||
+ bit_depth= 2;
|
||||
+ else if (num_palette <= 16)
|
||||
+ bit_depth= 4;
|
||||
/* otherwise the default is fine */
|
||||
}
|
||||
|
||||
+ png_set_compression_level (pp, pngvals.compression_level);
|
||||
+ png_set_IHDR(pp, info, drawable->width, drawable->height,
|
||||
+ bit_depth, color_type, pngvals.interlaced, compression_type, filter_method);
|
||||
+
|
||||
+
|
||||
// write icc profile
|
||||
#if defined(PNG_iCCP_SUPPORTED)
|
||||
if (gimp_image_has_icc_profile (image_ID, ICC_IMAGE_PROFILE)) {
|
||||
- int size;
|
||||
+ int size;
|
||||
char *buffer;
|
||||
|
||||
buffer = gimp_image_get_icc_profile_by_mem (image_ID, &size,
|
||||
ICC_IMAGE_PROFILE);
|
||||
png_set_iCCP (pp, info,
|
||||
gimp_image_get_icc_profile_description (image_ID, ICC_IMAGE_PROFILE),
|
||||
- 0, buffer, size);
|
||||
+ 0, (png_const_bytep)buffer, size);
|
||||
printf ("%s:%d %s() embedd icc profile \"%s\"\n",
|
||||
__FILE__,__LINE__,__func__,
|
||||
- info->iccp_name);
|
||||
+ (char *)iccp_name);
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -1039,13 +1060,13 @@
|
||||
* Convert unpacked pixels to packed if necessary
|
||||
*/
|
||||
|
||||
- if (info->color_type == PNG_COLOR_TYPE_PALETTE && info->bit_depth < 8)
|
||||
+ if (color_type == PNG_COLOR_TYPE_PALETTE && bit_depth < 8)
|
||||
png_set_packing(pp);
|
||||
|
||||
/* Set swapping for 16 bit per sample images */
|
||||
|
||||
#ifndef WORDS_BIGENDIAN
|
||||
- if (info->bit_depth == 16)
|
||||
+ if (bit_depth == 16)
|
||||
png_set_swap(pp);
|
||||
#endif
|
||||
|
||||
@@ -1063,6 +1084,7 @@
|
||||
|
||||
gimp_pixel_rgn_init(&pixel_rgn, drawable, 0, 0, drawable->width,
|
||||
drawable->height, FALSE, FALSE);
|
||||
+ height=png_get_image_height(pp, info);
|
||||
|
||||
for (pass = 0; pass < num_passes; pass ++)
|
||||
{
|
||||
@@ -1077,7 +1099,7 @@
|
||||
num = end - begin;
|
||||
|
||||
gimp_pixel_rgn_get_rect (&pixel_rgn, pixel, 0, begin, drawable->width, num);
|
||||
- if (info->valid & PNG_INFO_tRNS) {
|
||||
+ if (png_get_valid(pp, info, PNG_INFO_tRNS)) {
|
||||
for (i = 0; i < num; ++i) {
|
||||
fixed= pixels[i];
|
||||
for (k = 0; k < drawable->width; ++k) {
|
||||
@@ -1085,7 +1107,7 @@
|
||||
}
|
||||
}
|
||||
/* Forgot this case before, what if there are too many colors? */
|
||||
- } else if (info->valid & PNG_INFO_PLTE && bpp == 2) {
|
||||
+ } else if (png_get_valid(pp, info, PNG_INFO_PLTE) && bpp == 2) {
|
||||
for (i = 0; i < num; ++i) {
|
||||
fixed= pixels[i];
|
||||
for (k = 0; k < drawable->width; ++k) {
|
||||
@@ -1095,9 +1117,8 @@
|
||||
}
|
||||
|
||||
png_write_rows (pp, pixels, num);
|
||||
-
|
||||
gimp_progress_update (((double)pass + (double)end /
|
||||
- (double)info->height) / (double)num_passes);
|
||||
+ (double)height) / (double)num_passes);
|
||||
};
|
||||
};
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- plug-ins/psd/Makefile.am.orig
|
||||
+++ plug-ins/psd/Makefile.am
|
||||
@@ -15,7 +15,7 @@
|
||||
LDADD = \
|
||||
$(top_builddir)/lib/libcinepaint.la \
|
||||
$(X_LIBS) \
|
||||
- -lc
|
||||
+ -lm
|
||||
|
||||
DEPS = \
|
||||
$(top_builddir)/lib/libcinepaint.la
|
|
@ -1,21 +0,0 @@
|
|||
--- plug-ins/rawphoto/Makefile.am.orig
|
||||
+++ plug-ins/rawphoto/Makefile.am
|
||||
@@ -23,8 +23,7 @@
|
||||
|
||||
LDADD = \
|
||||
$(top_builddir)/lib/libcinepaint.la \
|
||||
- $(X_LIBS) \
|
||||
- -lc
|
||||
+ $(X_LIBS)
|
||||
|
||||
DEPS = $(top_builddir)/lib/libcinepaint.la
|
||||
|
||||
@@ -32,7 +31,7 @@
|
||||
|
||||
dcraw_LDADD = \
|
||||
$(LCMS_LIB) \
|
||||
- -ljpeg -lz -lc -lm
|
||||
+ -ljpeg -lz -lm -lintl
|
||||
|
||||
.PHONY: files
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- plug-ins/retinex/Makefile.am.orig
|
||||
+++ plug-ins/retinex/Makefile.am
|
||||
@@ -20,7 +20,7 @@
|
||||
$(X_LIBS) \
|
||||
$(top_builddir)/libhalf/cinepaint_half.lo \
|
||||
$(OPENEXR_LIBS) \
|
||||
- -lc
|
||||
+ -lm
|
||||
|
||||
DEPS = $(top_builddir)/lib/libcinepaint.la
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- plug-ins/script-fu/Makefile.am.orig
|
||||
+++ plug-ins/script-fu/Makefile.am
|
||||
@@ -59,7 +59,7 @@
|
||||
$(top_builddir)/plug-ins/dbbrowser/dbbrowser_utils.o \
|
||||
$(top_builddir)/lib/libcinepaint.la \
|
||||
$(X_LIBS) \
|
||||
- -lc
|
||||
+ -lm
|
||||
|
||||
DEPS = \
|
||||
$(top_builddir)/plug-ins/dbbrowser/dbbrowser_utils.o \
|
|
@ -1,13 +0,0 @@
|
|||
--- plug-ins/sharpen/Makefile.am.orig
|
||||
+++ plug-ins/sharpen/Makefile.am
|
||||
@@ -15,9 +15,7 @@
|
||||
LDADD = \
|
||||
$(top_builddir)/lib/libcinepaint.la \
|
||||
$(X_LIBS) \
|
||||
- $(top_builddir)/libhalf/cinepaint_half.lo \
|
||||
- $(OPENEXR_LIBS) \
|
||||
- -lc
|
||||
+ $(OPENEXR_LIBS)
|
||||
|
||||
DEPS = $(top_builddir)/lib/libcinepaint.la
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
--- plug-ins/snoise/Makefile.am.orig
|
||||
+++ plug-ins/snoise/Makefile.am
|
||||
@@ -14,9 +14,8 @@
|
||||
|
||||
LDADD = $(top_builddir)/lib/libcinepaint.la \
|
||||
$(X_LIBS) \
|
||||
- $(top_builddir)/libhalf/cinepaint_half.lo \
|
||||
$(OPENEXR_LIBS) \
|
||||
- -lc
|
||||
+ -lm
|
||||
|
||||
DEPS = \
|
||||
$(top_builddir)/lib/libcinepaint.la
|
|
@ -1,13 +0,0 @@
|
|||
--- plug-ins/sobel/Makefile.am.orig
|
||||
+++ plug-ins/sobel/Makefile.am
|
||||
@@ -15,9 +15,8 @@
|
||||
LDADD = \
|
||||
$(top_builddir)/lib/libcinepaint.la \
|
||||
$(X_LIBS) \
|
||||
- $(top_builddir)/libhalf/cinepaint_half.lo \
|
||||
$(OPENEXR_LIBS) \
|
||||
- -lc
|
||||
+ -lm
|
||||
|
||||
DEPS = $(top_builddir)/lib/libcinepaint.la
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
--- plug-ins/spread/Makefile.am.orig
|
||||
+++ plug-ins/spread/Makefile.am
|
||||
@@ -15,8 +15,7 @@
|
||||
LDADD = \
|
||||
$(top_builddir)/lib/libcinepaint.la \
|
||||
$(X_LIBS) \
|
||||
- \
|
||||
- -lc
|
||||
+ -lm
|
||||
|
||||
DEPS = $(top_builddir)/lib/libcinepaint.la
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
--- plug-ins/tiff/Makefile.am.orig
|
||||
+++ plug-ins/tiff/Makefile.am
|
||||
@@ -26,9 +26,8 @@
|
||||
$(OYRANOS_LIBS) \
|
||||
@LCMS_LIB@ \
|
||||
@LIBTIFF_LIB@ \
|
||||
- $(top_builddir)/libhalf/cinepaint_half.lo \
|
||||
$(OPENEXR_LIBS) \
|
||||
- -lc
|
||||
+ -lm
|
||||
|
||||
DEPS = $(top_builddir)/lib/libcinepaint.la
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- plug-ins/unsharp/Makefile.am.orig
|
||||
+++ plug-ins/unsharp/Makefile.am
|
||||
@@ -15,7 +15,7 @@
|
||||
LDADD = \
|
||||
$(top_builddir)/lib/libcinepaint.la \
|
||||
$(X_LIBS) \
|
||||
- -lc
|
||||
+ -lm
|
||||
|
||||
DEPS = $(top_builddir)/lib/libcinepaint.la
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
--- plug-ins/script-fu/gimpcolorbutton.c.orig 2013-11-05 15:42:43.000000000 +0300
|
||||
+++ plug-ins/script-fu/gimpcolorbutton.c 2013-11-05 15:43:31.000000000 +0300
|
||||
@@ -223,7 +223,7 @@
|
||||
GtkType
|
||||
gimp_color_button_get_type (void)
|
||||
{
|
||||
- static guint type = 0;
|
||||
+ static GtkType type = 0;
|
||||
|
||||
if (!type)
|
||||
{
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
CinePaint is a free open source painting and image retouching program
|
||||
designed to work best with 35mm film and other high resolution high
|
||||
dynamic range images. It is the most popular open source tool in
|
||||
the motion picture industry -- used in 2 Fast 2 Furious, Scooby-Doo,
|
||||
Harry Potter, Stuart Little and other feature films. CinePaint is
|
||||
used for painting of background mattes and for frame-by-frame
|
||||
retouching of movies.
|
||||
|
||||
WWW: http://www.cinepaint.org/
|
|
@ -1,634 +0,0 @@
|
|||
bin/cinepaint
|
||||
bin/cinepaint-remote
|
||||
bin/cinepainttool
|
||||
include/cinepaint/app/errors.h
|
||||
include/cinepaint/app/trace.h
|
||||
include/cinepaint/chainbutton.h
|
||||
include/cinepaint/channelops_pdb.h
|
||||
include/cinepaint/compat.h
|
||||
include/cinepaint/config.h
|
||||
include/cinepaint/convert_pdb.h
|
||||
include/cinepaint/dialog.h
|
||||
include/cinepaint/dll_api.h
|
||||
include/cinepaint/edit_pdb.h
|
||||
include/cinepaint/export.h
|
||||
include/cinepaint/fileops_pdb.h
|
||||
include/cinepaint/fl_i18n_cinepaint.h
|
||||
include/cinepaint/float16.h
|
||||
include/cinepaint/gtkdirtree.h
|
||||
include/cinepaint/guides_pdb.h
|
||||
include/cinepaint/helpui.h
|
||||
include/cinepaint/image_convert.h
|
||||
include/cinepaint/image_limits.h
|
||||
include/cinepaint/image_pdb.h
|
||||
include/cinepaint/intl.h
|
||||
include/cinepaint/libgimp/gimp.h
|
||||
include/cinepaint/libgimp/gimp1.2.h
|
||||
include/cinepaint/libgimp/gimpcompat.h
|
||||
include/cinepaint/libgimp/gimpintl.h
|
||||
include/cinepaint/libgimp/gimpmath.h
|
||||
include/cinepaint/libgimp/gimpui.h
|
||||
include/cinepaint/libgimp/stdplugins-intl.h
|
||||
include/cinepaint/matrix.h
|
||||
include/cinepaint/menu.h
|
||||
include/cinepaint/pdb.h
|
||||
include/cinepaint/pixmap.h
|
||||
include/cinepaint/plugin_main.h
|
||||
include/cinepaint/plugin_pdb.h
|
||||
include/cinepaint/rint.h
|
||||
include/cinepaint/selection_pdb.h
|
||||
include/cinepaint/size_entry.h
|
||||
include/cinepaint/ui.h
|
||||
include/cinepaint/undo_pdb.h
|
||||
include/cinepaint/unit.h
|
||||
include/cinepaint/unit_pdb.h
|
||||
include/cinepaint/unitmenu.h
|
||||
include/cinepaint/version.h
|
||||
include/cinepaint/widgets.h
|
||||
include/cinepaint/wire/c_typedefs.h
|
||||
include/cinepaint/wire/datadir.h
|
||||
include/cinepaint/wire/dl_list.h
|
||||
include/cinepaint/wire/enums.h
|
||||
include/cinepaint/wire/event.h
|
||||
include/cinepaint/wire/iodebug.h
|
||||
include/cinepaint/wire/libtile.h
|
||||
include/cinepaint/wire/precision.h
|
||||
include/cinepaint/wire/protocol.h
|
||||
include/cinepaint/wire/taskswitch.h
|
||||
include/cinepaint/wire/wire.h
|
||||
include/cinepaint/wire/wire_types.h
|
||||
include/cinepaint/wire/wirebuffer.h
|
||||
lib/cinepaint/%%VER%%/extra/dcraw
|
||||
lib/cinepaint/%%VER%%/extra/jhead
|
||||
lib/cinepaint/%%VER%%/plug-ins/blur
|
||||
lib/cinepaint/%%VER%%/plug-ins/bmp
|
||||
lib/cinepaint/%%VER%%/plug-ins/bracketing_to_hdr
|
||||
lib/cinepaint/%%VER%%/plug-ins/cineon
|
||||
lib/cinepaint/%%VER%%/plug-ins/collect
|
||||
lib/cinepaint/%%VER%%/plug-ins/compose
|
||||
lib/cinepaint/%%VER%%/plug-ins/dbbrowser
|
||||
lib/cinepaint/%%VER%%/plug-ins/decompose
|
||||
lib/cinepaint/%%VER%%/plug-ins/dicom
|
||||
lib/cinepaint/%%VER%%/plug-ins/edge
|
||||
lib/cinepaint/%%VER%%/plug-ins/fits
|
||||
lib/cinepaint/%%VER%%/plug-ins/gauss_rle
|
||||
lib/cinepaint/%%VER%%/plug-ins/gbr
|
||||
lib/cinepaint/%%VER%%/plug-ins/gifload
|
||||
lib/cinepaint/%%VER%%/plug-ins/hdr
|
||||
lib/cinepaint/%%VER%%/plug-ins/iff
|
||||
lib/cinepaint/%%VER%%/plug-ins/iol
|
||||
lib/cinepaint/%%VER%%/plug-ins/jpeg
|
||||
lib/cinepaint/%%VER%%/plug-ins/mblur
|
||||
lib/cinepaint/%%VER%%/plug-ins/median
|
||||
lib/cinepaint/%%VER%%/plug-ins/minimum
|
||||
lib/cinepaint/%%VER%%/plug-ins/noisify
|
||||
lib/cinepaint/%%VER%%/plug-ins/openexr
|
||||
lib/cinepaint/%%VER%%/plug-ins/pdf
|
||||
lib/cinepaint/%%VER%%/plug-ins/pic
|
||||
lib/cinepaint/%%VER%%/plug-ins/png
|
||||
lib/cinepaint/%%VER%%/plug-ins/pnm
|
||||
%%PRINT%%lib/cinepaint/%%VER%%/plug-ins/print
|
||||
lib/cinepaint/%%VER%%/plug-ins/psd
|
||||
lib/cinepaint/%%VER%%/plug-ins/psd_save
|
||||
lib/cinepaint/%%VER%%/plug-ins/rawphoto
|
||||
lib/cinepaint/%%VER%%/plug-ins/retinex
|
||||
lib/cinepaint/%%VER%%/plug-ins/rotate
|
||||
lib/cinepaint/%%VER%%/plug-ins/screenshot
|
||||
lib/cinepaint/%%VER%%/plug-ins/script-fu
|
||||
lib/cinepaint/%%VER%%/plug-ins/sgi
|
||||
lib/cinepaint/%%VER%%/plug-ins/sharpen
|
||||
lib/cinepaint/%%VER%%/plug-ins/snoise
|
||||
lib/cinepaint/%%VER%%/plug-ins/sobel
|
||||
lib/cinepaint/%%VER%%/plug-ins/spread
|
||||
lib/cinepaint/%%VER%%/plug-ins/tga
|
||||
lib/cinepaint/%%VER%%/plug-ins/tiff
|
||||
lib/cinepaint/%%VER%%/plug-ins/unsharp
|
||||
lib/cinepaint/%%VER%%/plug-ins/xwd
|
||||
lib/libcinepaint.a
|
||||
lib/libcinepaint.so
|
||||
lib/libcinepaint.so.1
|
||||
lib/libcinepaint.so.1.0.0
|
||||
lib/libcinepaintHalf.a
|
||||
lib/libcinepaintHalf.so
|
||||
lib/libcinepaintHalf.so.1
|
||||
lib/libcinepaintHalf.so.1.0.0
|
||||
lib/libcinepaint_fl_i18n.a
|
||||
lib/libcinepaint_fl_i18n.so
|
||||
lib/libcinepaint_fl_i18n.so.1
|
||||
lib/libcinepaint_fl_i18n.so.1.0.0
|
||||
libdata/pkgconfig/cinepaint-gtk.pc
|
||||
man/man1/cinepaint.1.gz
|
||||
man/man1/cinepainttool.1.gz
|
||||
share/aclocal/cinepaint.m4
|
||||
share/applications/cinepaint.desktop
|
||||
%%DATADIR%%/%%VER%%/brushes/10x10squareBlurf16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/10x10squaref16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/11circlef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/11fcirclef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/13circlef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/13fcirclef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/15circlef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/15fcirclef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/17circlef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/17fcirclef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/19circlef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/19fcirclef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/1circlef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/20x20squareBlurf16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/20x20squaref16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/3circlef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/3fcirclef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/5circlef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/5fcirclef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/5x5squareBlurf16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/5x5squaref16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/7circlef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/7fcirclef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/9circlef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/9fcirclef16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal01.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal02.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal03.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal04.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal05.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal06.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal07.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal08.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal09.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal10.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal11.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal12.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal13.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal14.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal15.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal17.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal18.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal19.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal20.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal21.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal22.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal23.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal24.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal25.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal26.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal27.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal28.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal29.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal30.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal31.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal32.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal33.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal34.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal35.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal36.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal37.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal38.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal39.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal40.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal41.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal42.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal43.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal44.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal45.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal46.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal47.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal48.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal49.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal50.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal51.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal52.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal53.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal54.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal55.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal56.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal57.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal58.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal59.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal60.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal61.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal62.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal63.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal64.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/NS1-Charcoal65.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/SketchBrush-16.gih
|
||||
%%DATADIR%%/%%VER%%/brushes/SketchBrush-32.gih
|
||||
%%DATADIR%%/%%VER%%/brushes/SketchBrush-64.gih
|
||||
%%DATADIR%%/%%VER%%/brushes/callig1f16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/callig2f16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/callig3f16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/callig4f16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/confettif16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/dunesf16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/feltpen.gih
|
||||
%%DATADIR%%/%%VER%%/brushes/galaxy_bigf16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/galaxy_smallf16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/galaxyf16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/hsparks.gih
|
||||
%%DATADIR%%/%%VER%%/brushes/pixelf16.gbr
|
||||
%%DATADIR%%/%%VER%%/brushes/vine.gih
|
||||
%%DATADIR%%/%%VER%%/cinepaintrc
|
||||
%%DATADIR%%/%%VER%%/cinepaintrc_user
|
||||
%%DATADIR%%/%%VER%%/curves/D100ev0
|
||||
%%DATADIR%%/%%VER%%/curves/DavidFmidtoneBoostA
|
||||
%%DATADIR%%/%%VER%%/curves/EV3-4.0
|
||||
%%DATADIR%%/%%VER%%/curves/FG_baseline_conservative_v3
|
||||
%%DATADIR%%/%%VER%%/curves/FG_baseline_v3
|
||||
%%DATADIR%%/%%VER%%/curves/FG_ev3_v2
|
||||
%%DATADIR%%/%%VER%%/curves/FG_ev3_v3
|
||||
%%DATADIR%%/%%VER%%/curves/FG_ev3_v34
|
||||
%%DATADIR%%/%%VER%%/curves/FG_ev5_v2
|
||||
%%DATADIR%%/%%VER%%/curves/FG_ev5_v3
|
||||
%%DATADIR%%/%%VER%%/curves/FG_point_and_shoot
|
||||
%%DATADIR%%/%%VER%%/curves/FG_point_and_shoot_conservative_v31
|
||||
%%DATADIR%%/%%VER%%/curves/FG_point_and_shoot_conservative_v32
|
||||
%%DATADIR%%/%%VER%%/curves/FG_point_and_shoot_v31
|
||||
%%DATADIR%%/%%VER%%/curves/FG_point_and_shoot_v32
|
||||
%%DATADIR%%/%%VER%%/curves/FG_provia_v3
|
||||
%%DATADIR%%/%%VER%%/curves/FG_provia_v31
|
||||
%%DATADIR%%/%%VER%%/curves/FG_provia_v32
|
||||
%%DATADIR%%/%%VER%%/curves/FG_provia_v33
|
||||
%%DATADIR%%/%%VER%%/curves/FG_provia_v34
|
||||
%%DATADIR%%/%%VER%%/curves/FG_provia_v40
|
||||
%%DATADIR%%/%%VER%%/curves/FG_white_wedding_v3
|
||||
%%DATADIR%%/%%VER%%/curves/FG_white_wedding_v31
|
||||
%%DATADIR%%/%%VER%%/curves/FG_white_wedding_v32
|
||||
%%DATADIR%%/%%VER%%/curves/FG_white_wedding_v33
|
||||
%%DATADIR%%/%%VER%%/curves/FG_white_wedding_v34
|
||||
%%DATADIR%%/%%VER%%/curves/FG_white_wedding_v35
|
||||
%%DATADIR%%/%%VER%%/curves/FGs_Provia_v34
|
||||
%%DATADIR%%/%%VER%%/curves/FGs_White_Wedding_v35
|
||||
%%DATADIR%%/%%VER%%/curves/Fotogenic_Provia_v3.3
|
||||
%%DATADIR%%/%%VER%%/curves/Fuji_Astia
|
||||
%%DATADIR%%/%%VER%%/curves/Fuji_Superia_Reala
|
||||
%%DATADIR%%/%%VER%%/curves/JTs_All_In_One
|
||||
%%DATADIR%%/%%VER%%/curves/KGM_Agfa_Optima
|
||||
%%DATADIR%%/%%VER%%/curves/KGM_fotogenetic_ev3_v34_5
|
||||
%%DATADIR%%/%%VER%%/curves/KGM_fotogenetic_ev3_v34_6
|
||||
%%DATADIR%%/%%VER%%/curves/KGM_fotogenetic_ev3_v43
|
||||
%%DATADIR%%/%%VER%%/curves/KGM_oldskools_mtb_v1_3
|
||||
%%DATADIR%%/%%VER%%/curves/Klaus_1
|
||||
%%DATADIR%%/%%VER%%/curves/Klaus_2
|
||||
%%DATADIR%%/%%VER%%/curves/Klaus_3
|
||||
%%DATADIR%%/%%VER%%/curves/OldSkoOLs_Midtone_Enhance_v3h
|
||||
%%DATADIR%%/%%VER%%/curves/OldSkoOLs_Normal_v2
|
||||
%%DATADIR%%/%%VER%%/curves/OldSkoOLs_dlt
|
||||
%%DATADIR%%/%%VER%%/curves/OldSkoOLs_mte_v3.1
|
||||
%%DATADIR%%/%%VER%%/curves/Oldskools_mte_v2.14d
|
||||
%%DATADIR%%/%%VER%%/curves/Oldskools_mte_v2.14h
|
||||
%%DATADIR%%/%%VER%%/curves/Oldskools_mte_v3
|
||||
%%DATADIR%%/%%VER%%/curves/Oldskools_mte_v3h
|
||||
%%DATADIR%%/%%VER%%/curves/Optima2
|
||||
%%DATADIR%%/%%VER%%/curves/Optimav1
|
||||
%%DATADIR%%/%%VER%%/curves/P+S-4.0
|
||||
%%DATADIR%%/%%VER%%/curves/Provia-4.0
|
||||
%%DATADIR%%/%%VER%%/curves/README.curves
|
||||
%%DATADIR%%/%%VER%%/curves/Velvia
|
||||
%%DATADIR%%/%%VER%%/curves/astiav1
|
||||
%%DATADIR%%/%%VER%%/curves/basic-curve_141
|
||||
%%DATADIR%%/%%VER%%/curves/basic-curve_152
|
||||
%%DATADIR%%/%%VER%%/curves/basic-curve_159
|
||||
%%DATADIR%%/%%VER%%/curves/bh_filmcurve1
|
||||
%%DATADIR%%/%%VER%%/curves/bh_filmcurve2
|
||||
%%DATADIR%%/%%VER%%/curves/bright_2
|
||||
%%DATADIR%%/%%VER%%/curves/bright_3
|
||||
%%DATADIR%%/%%VER%%/curves/bright_4
|
||||
%%DATADIR%%/%%VER%%/curves/courbeA
|
||||
%%DATADIR%%/%%VER%%/curves/courbeB
|
||||
%%DATADIR%%/%%VER%%/curves/curve039
|
||||
%%DATADIR%%/%%VER%%/curves/curve114d
|
||||
%%DATADIR%%/%%VER%%/curves/custom_jt
|
||||
%%DATADIR%%/%%VER%%/curves/custom_jt1
|
||||
%%DATADIR%%/%%VER%%/curves/custom_jt3
|
||||
%%DATADIR%%/%%VER%%/curves/ev_0_custom
|
||||
%%DATADIR%%/%%VER%%/curves/ev_3_custom_normal
|
||||
%%DATADIR%%/%%VER%%/curves/ev_5_custom_normal
|
||||
%%DATADIR%%/%%VER%%/curves/ev_7_custom_contrast
|
||||
%%DATADIR%%/%%VER%%/curves/ev_7_custom_less
|
||||
%%DATADIR%%/%%VER%%/curves/ev_7_custom_normal
|
||||
%%DATADIR%%/%%VER%%/curves/henk1-03
|
||||
%%DATADIR%%/%%VER%%/curves/jt_all-in-1Curve
|
||||
%%DATADIR%%/%%VER%%/curves/jt_all_around1-1-03
|
||||
%%DATADIR%%/%%VER%%/curves/jt_auto
|
||||
%%DATADIR%%/%%VER%%/curves/jt_custom_color12-31-02
|
||||
%%DATADIR%%/%%VER%%/curves/oldskools_mtb_v1
|
||||
%%DATADIR%%/%%VER%%/curves/oldskools_mtc_v1
|
||||
%%DATADIR%%/%%VER%%/curves/provia_d70
|
||||
%%DATADIR%%/%%VER%%/curves/sReala
|
||||
%%DATADIR%%/%%VER%%/curves/sReala2
|
||||
%%DATADIR%%/%%VER%%/curves/sReala_12
|
||||
%%DATADIR%%/%%VER%%/curves/sReala_2alpha
|
||||
%%DATADIR%%/%%VER%%/curves/sReala_v2a_120505
|
||||
%%DATADIR%%/%%VER%%/curves/sReala_version2
|
||||
%%DATADIR%%/%%VER%%/curves/sRealav1
|
||||
%%DATADIR%%/%%VER%%/curves/s_bright_1
|
||||
%%DATADIR%%/%%VER%%/curves/s_bright_2
|
||||
%%DATADIR%%/%%VER%%/curves/s_bright_3
|
||||
%%DATADIR%%/%%VER%%/curves/s_bright_4
|
||||
%%DATADIR%%/%%VER%%/curves/s_dark_1
|
||||
%%DATADIR%%/%%VER%%/curves/s_dark_2
|
||||
%%DATADIR%%/%%VER%%/curves/s_dark_3
|
||||
%%DATADIR%%/%%VER%%/curves/s_dark_4
|
||||
%%DATADIR%%/%%VER%%/curves/s_high
|
||||
%%DATADIR%%/%%VER%%/curves/s_low
|
||||
%%DATADIR%%/%%VER%%/curves/s_low_bright_3
|
||||
%%DATADIR%%/%%VER%%/curves/s_low_bright_4
|
||||
%%DATADIR%%/%%VER%%/curves/s_low_dark_3
|
||||
%%DATADIR%%/%%VER%%/curves/s_low_dark_4
|
||||
%%DATADIR%%/%%VER%%/curves/s_med
|
||||
%%DATADIR%%/%%VER%%/curves/v2
|
||||
%%DATADIR%%/%%VER%%/curves/v2h
|
||||
%%DATADIR%%/%%VER%%/curves/v3
|
||||
%%DATADIR%%/%%VER%%/curves/v3h
|
||||
%%DATADIR%%/%%VER%%/curves/v3hb
|
||||
%%DATADIR%%/%%VER%%/gradients/Abstract_1
|
||||
%%DATADIR%%/%%VER%%/gradients/Abstract_2
|
||||
%%DATADIR%%/%%VER%%/gradients/Abstract_3
|
||||
%%DATADIR%%/%%VER%%/gradients/Aneurism
|
||||
%%DATADIR%%/%%VER%%/gradients/Blinds
|
||||
%%DATADIR%%/%%VER%%/gradients/Blue_Green
|
||||
%%DATADIR%%/%%VER%%/gradients/Browns
|
||||
%%DATADIR%%/%%VER%%/gradients/Brushed_Aluminium
|
||||
%%DATADIR%%/%%VER%%/gradients/Burning_Paper
|
||||
%%DATADIR%%/%%VER%%/gradients/Burning_Transparency
|
||||
%%DATADIR%%/%%VER%%/gradients/CD
|
||||
%%DATADIR%%/%%VER%%/gradients/CD_Half
|
||||
%%DATADIR%%/%%VER%%/gradients/Caribbean_Blues
|
||||
%%DATADIR%%/%%VER%%/gradients/Coffee
|
||||
%%DATADIR%%/%%VER%%/gradients/Cold_Steel
|
||||
%%DATADIR%%/%%VER%%/gradients/Cold_Steel_2
|
||||
%%DATADIR%%/%%VER%%/gradients/Crown_molding
|
||||
%%DATADIR%%/%%VER%%/gradients/Danish_flag
|
||||
%%DATADIR%%/%%VER%%/gradients/Dark_1
|
||||
%%DATADIR%%/%%VER%%/gradients/Deep_Sea
|
||||
%%DATADIR%%/%%VER%%/gradients/Default
|
||||
%%DATADIR%%/%%VER%%/gradients/Flare_Glow_Angular_1
|
||||
%%DATADIR%%/%%VER%%/gradients/Flare_Glow_Radial_1
|
||||
%%DATADIR%%/%%VER%%/gradients/Flare_Glow_Radial_2
|
||||
%%DATADIR%%/%%VER%%/gradients/Flare_Glow_Radial_3
|
||||
%%DATADIR%%/%%VER%%/gradients/Flare_Glow_Radial_4
|
||||
%%DATADIR%%/%%VER%%/gradients/Flare_Radial_101
|
||||
%%DATADIR%%/%%VER%%/gradients/Flare_Radial_102
|
||||
%%DATADIR%%/%%VER%%/gradients/Flare_Radial_103
|
||||
%%DATADIR%%/%%VER%%/gradients/Flare_Rays_Radial_1
|
||||
%%DATADIR%%/%%VER%%/gradients/Flare_Rays_Radial_2
|
||||
%%DATADIR%%/%%VER%%/gradients/Flare_Rays_Size_1
|
||||
%%DATADIR%%/%%VER%%/gradients/Flare_Sizefac_101
|
||||
%%DATADIR%%/%%VER%%/gradients/Four_bars
|
||||
%%DATADIR%%/%%VER%%/gradients/French_flag
|
||||
%%DATADIR%%/%%VER%%/gradients/French_flag_smooth
|
||||
%%DATADIR%%/%%VER%%/gradients/Full_saturation_spectrum_CCW
|
||||
%%DATADIR%%/%%VER%%/gradients/Full_saturation_spectrum_CW
|
||||
%%DATADIR%%/%%VER%%/gradients/German_flag
|
||||
%%DATADIR%%/%%VER%%/gradients/German_flag_smooth
|
||||
%%DATADIR%%/%%VER%%/gradients/Golden
|
||||
%%DATADIR%%/%%VER%%/gradients/Greens
|
||||
%%DATADIR%%/%%VER%%/gradients/Horizon_1
|
||||
%%DATADIR%%/%%VER%%/gradients/Horizon_2
|
||||
%%DATADIR%%/%%VER%%/gradients/Incandescent
|
||||
%%DATADIR%%/%%VER%%/gradients/Land_1
|
||||
%%DATADIR%%/%%VER%%/gradients/Land_and_Sea
|
||||
%%DATADIR%%/%%VER%%/gradients/Metallic_Something
|
||||
%%DATADIR%%/%%VER%%/gradients/Mexican_flag
|
||||
%%DATADIR%%/%%VER%%/gradients/Mexican_flag_smooth
|
||||
%%DATADIR%%/%%VER%%/gradients/Nauseating_Headache
|
||||
%%DATADIR%%/%%VER%%/gradients/Neon_Cyan
|
||||
%%DATADIR%%/%%VER%%/gradients/Neon_Green
|
||||
%%DATADIR%%/%%VER%%/gradients/Neon_Yellow
|
||||
%%DATADIR%%/%%VER%%/gradients/Pastel_Rainbow
|
||||
%%DATADIR%%/%%VER%%/gradients/Pastels
|
||||
%%DATADIR%%/%%VER%%/gradients/Purples
|
||||
%%DATADIR%%/%%VER%%/gradients/Radial_Eyeball_Blue
|
||||
%%DATADIR%%/%%VER%%/gradients/Radial_Eyeball_Brown
|
||||
%%DATADIR%%/%%VER%%/gradients/Radial_Eyeball_Green
|
||||
%%DATADIR%%/%%VER%%/gradients/Radial_Glow_1
|
||||
%%DATADIR%%/%%VER%%/gradients/Radial_Rainbow_Hoop
|
||||
%%DATADIR%%/%%VER%%/gradients/Romanian_flag
|
||||
%%DATADIR%%/%%VER%%/gradients/Romanian_flag_smooth
|
||||
%%DATADIR%%/%%VER%%/gradients/Rounded_edge
|
||||
%%DATADIR%%/%%VER%%/gradients/Shadows_1
|
||||
%%DATADIR%%/%%VER%%/gradients/Shadows_2
|
||||
%%DATADIR%%/%%VER%%/gradients/Shadows_3
|
||||
%%DATADIR%%/%%VER%%/gradients/Skyline
|
||||
%%DATADIR%%/%%VER%%/gradients/Skyline_polluted
|
||||
%%DATADIR%%/%%VER%%/gradients/Square_Wood_Frame
|
||||
%%DATADIR%%/%%VER%%/gradients/Sunrise
|
||||
%%DATADIR%%/%%VER%%/gradients/Three_bars_sin
|
||||
%%DATADIR%%/%%VER%%/gradients/Tropical_Colors
|
||||
%%DATADIR%%/%%VER%%/gradients/Tube_Red
|
||||
%%DATADIR%%/%%VER%%/gradients/Wood_1
|
||||
%%DATADIR%%/%%VER%%/gradients/Wood_2
|
||||
%%DATADIR%%/%%VER%%/gradients/Yellow_Contrast
|
||||
%%DATADIR%%/%%VER%%/gradients/Yellow_Orange
|
||||
%%DATADIR%%/%%VER%%/gtkrc
|
||||
%%DATADIR%%/%%VER%%/gtkrc.forest2
|
||||
%%DATADIR%%/%%VER%%/iol/colordifference.iol
|
||||
%%DATADIR%%/%%VER%%/iol/gradient.iol
|
||||
%%DATADIR%%/%%VER%%/iol/gradient2.iol
|
||||
%%DATADIR%%/%%VER%%/iol/gradient3.iol
|
||||
%%DATADIR%%/%%VER%%/iol/halfblack.iol
|
||||
%%DATADIR%%/%%VER%%/iol/halftrans.iol
|
||||
%%DATADIR%%/%%VER%%/iol/luma.iol
|
||||
%%DATADIR%%/%%VER%%/iol/lumakey.iol
|
||||
%%DATADIR%%/%%VER%%/iol/readme.txt
|
||||
%%DATADIR%%/%%VER%%/palettes/Bears
|
||||
%%DATADIR%%/%%VER%%/palettes/Bgold
|
||||
%%DATADIR%%/%%VER%%/palettes/Blues
|
||||
%%DATADIR%%/%%VER%%/palettes/Borders
|
||||
%%DATADIR%%/%%VER%%/palettes/Browns_And_Yellows
|
||||
%%DATADIR%%/%%VER%%/palettes/Caramel
|
||||
%%DATADIR%%/%%VER%%/palettes/Cascade
|
||||
%%DATADIR%%/%%VER%%/palettes/China
|
||||
%%DATADIR%%/%%VER%%/palettes/Coldfire
|
||||
%%DATADIR%%/%%VER%%/palettes/Cool_Colors
|
||||
%%DATADIR%%/%%VER%%/palettes/Cranes
|
||||
%%DATADIR%%/%%VER%%/palettes/Dark_pastels
|
||||
%%DATADIR%%/%%VER%%/palettes/Default
|
||||
%%DATADIR%%/%%VER%%/palettes/Ega
|
||||
%%DATADIR%%/%%VER%%/palettes/Firecode
|
||||
%%DATADIR%%/%%VER%%/palettes/Gold
|
||||
%%DATADIR%%/%%VER%%/palettes/GrayViolet
|
||||
%%DATADIR%%/%%VER%%/palettes/Grayblue
|
||||
%%DATADIR%%/%%VER%%/palettes/Grays
|
||||
%%DATADIR%%/%%VER%%/palettes/Greens
|
||||
%%DATADIR%%/%%VER%%/palettes/Hilite
|
||||
%%DATADIR%%/%%VER%%/palettes/Kahki
|
||||
%%DATADIR%%/%%VER%%/palettes/Lights
|
||||
%%DATADIR%%/%%VER%%/palettes/Muted
|
||||
%%DATADIR%%/%%VER%%/palettes/Named_Colors
|
||||
%%DATADIR%%/%%VER%%/palettes/News3
|
||||
%%DATADIR%%/%%VER%%/palettes/Op2
|
||||
%%DATADIR%%/%%VER%%/palettes/Paintjet
|
||||
%%DATADIR%%/%%VER%%/palettes/Pastels
|
||||
%%DATADIR%%/%%VER%%/palettes/Plasma
|
||||
%%DATADIR%%/%%VER%%/palettes/Reds
|
||||
%%DATADIR%%/%%VER%%/palettes/Reds_And_Purples
|
||||
%%DATADIR%%/%%VER%%/palettes/Royal
|
||||
%%DATADIR%%/%%VER%%/palettes/Topographic
|
||||
%%DATADIR%%/%%VER%%/palettes/Visibone
|
||||
%%DATADIR%%/%%VER%%/palettes/Visibone2
|
||||
%%DATADIR%%/%%VER%%/palettes/Volcano
|
||||
%%DATADIR%%/%%VER%%/palettes/Warm_Colors
|
||||
%%DATADIR%%/%%VER%%/palettes/Web
|
||||
%%DATADIR%%/%%VER%%/patterns/3dgreen.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/Craters.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/Moonfoot.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/amethyst.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/bark.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/blue.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/bluegrid.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/bluesquares.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/blueweb.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/brick.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/burlap.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/burlwood.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/choc_swirl.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/corkboard.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/cracked.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/crinklepaper.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/electric.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/fibers.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/granite1.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/ground1.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/ice.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/java.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/leather.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/leaves.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/leopard.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/lightning.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/marble1.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/marble2.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/marble3.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/nops.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/paper.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/parque1.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/parque2.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/parque3.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/pastel.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/pine.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/pink_marble.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/pool.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/qube1.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/rain.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/recessed.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/redcube.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/rock.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/sky.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/slate.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/sm_squares.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/starfield.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/stone33.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/terra.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/walnut.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/warning.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/wood1.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/wood2.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/wood3.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/wood4.pat
|
||||
%%DATADIR%%/%%VER%%/patterns/wood5.pat
|
||||
%%DATADIR%%/%%VER%%/printrc_user
|
||||
%%DATADIR%%/%%VER%%/ps-menurc
|
||||
%%DATADIR%%/%%VER%%/scripts/sphere.scm
|
||||
%%DATADIR%%/%%VER%%/spot.splash.ppm
|
||||
%%DATADIR%%/%%VER%%/tips.txt
|
||||
%%DATADIR%%/%%VER%%/user_install
|
||||
share/locale/ca/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/ca/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/ca/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/cs/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/cs/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/cs/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/da/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/da/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/da/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/de/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/de/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/de/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/el/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/el/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/el/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/en_GB/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/en_GB/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/en_GB/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/es/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/es/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/es/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/eu/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/eu/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/eu/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/fi/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/fi/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/fi/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/fr/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/fr/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/fr/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/ga/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/ga/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/ga/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/gl/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/gl/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/gl/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/hr/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/hr/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/hr/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/hu/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/hu/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/hu/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/it/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/it/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/it/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/ja/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/ja/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/ja/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/ko/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/ko/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/ko/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/lt/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/lt/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/lt/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/nl/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/nl/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/nl/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/nn/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/nn/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/nn/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/no/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/no/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/no/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/pl/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/pl/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/pl/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/pt/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/pt/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/pt/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/ro/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/ro/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/ro/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/ru/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/ru/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/ru/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/sk/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/sk/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/sk/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/sl/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/sl/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/sl/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/sv/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/sv/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/sv/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/tr/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/tr/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/tr/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/uk/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/uk/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/uk/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/cinepaint.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/cinepaint-script-fu.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/cinepaint-std-plugins.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/cinepaint.mo
|
||||
share/pixmaps/cinepaint.png
|
|
@ -176,7 +176,6 @@
|
|||
SUBDIR += pangomm
|
||||
SUBDIR += pangox-compat
|
||||
SUBDIR += pangoxsl
|
||||
SUBDIR += phat
|
||||
SUBDIR += plasma5-kdeplasma-addons
|
||||
SUBDIR += plib
|
||||
SUBDIR += pure-gtk
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phat
|
||||
PORTVERSION= 0.4.1
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= BERLIOS/phat
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Collection of GTK+ widgets geared toward pro-audio apps
|
||||
|
||||
BROKEN= unfetchable
|
||||
DEPRECATED= Unmaintained, upstream disappeared, underlinks
|
||||
EXPIRATION_DATE= 2019-05-28
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
USE_GNOME= gtk20 libgnomecanvas
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (phat-0.4.1.tar.gz) = 5b891803b0461f4ab9c08845c71f5de7d135029fd4d58afecf6a41d4c46596c5
|
||||
SIZE (phat-0.4.1.tar.gz) = 550910
|
|
@ -1,5 +0,0 @@
|
|||
PHAT is a collection of GTK+ widgets geared toward pro-audio apps.
|
||||
The goal is to eliminate duplication of effort and provide some
|
||||
standardization (well, at least for GTK+ apps).
|
||||
|
||||
WWW: http://phat.berlios.de/
|
|
@ -1,43 +0,0 @@
|
|||
bin/phatfanslider
|
||||
bin/phatsliderbutton
|
||||
bin/phatkeyboard
|
||||
bin/phatpad
|
||||
bin/phatknob
|
||||
include/phat/phat.h
|
||||
include/phat/phatfanslider.h
|
||||
include/phat/phatvfanslider.h
|
||||
include/phat/phathfanslider.h
|
||||
include/phat/phatsliderbutton.h
|
||||
include/phat/phatkeyboard.h
|
||||
include/phat/phatvkeyboard.h
|
||||
include/phat/phathkeyboard.h
|
||||
include/phat/phatpad.h
|
||||
include/phat/phatknob.h
|
||||
lib/libphat.a
|
||||
lib/libphat.so
|
||||
lib/libphat.so.0
|
||||
lib/libphat.so.0.0.0
|
||||
libdata/pkgconfig/phat.pc
|
||||
%%DATADIR%%/pixmaps/knob.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/PhatFanSlider.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/PhatHFanSlider.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/PhatHKeyboard.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/PhatKeyboard.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/PhatSliderButton.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/PhatVFanSlider.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/PhatVKeyboard.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/home.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.sgml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/install.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/left.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/phat-PhatKnob.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/phat-PhatPad.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/phat.devhelp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/phat.devhelp2
|
||||
%%PORTDOCS%%%%DOCSDIR%%/phat.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/phatwidgets.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/right.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/style.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/up.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/use.html
|
Loading…
Reference in a new issue