Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs1:/tmp/cvs-serv13806

Added Files:
        metapixel-0.7-3.info metapixel-0.7-3.patch 
        xine-ui-0.9.13-3.info xine-ui-0.9.13-3.patch 
Removed Files:
        metapixel-0.7-2.info metapixel-0.7-2.patch 
        xine-ui-0.9.13-2.info xine-ui-0.9.13-2.patch 
Log Message:
libpng -> libpng3


--- NEW FILE: metapixel-0.7-3.info ---
Package: metapixel
Version: 0.7
Revision: 3
Source: http://www.complang.tuwien.ac.at/~schani/%n/%n-%v.tar.gz
Source-MD5: ffb60f432e8a4c85432f572cbd265aff
Patch: %f.patch
BuildDepends: libpng3, libjpeg
Depends: libpng3-shlibs, libjpeg-shlibs
SetCFLAGS: -I%p/include
SetLDFLAGS: -L%p/lib
CompileScript: << 
make CC=cc COPTS=""
strip %n
<<
InstallScript: <<
make install CC=cc BINDIR=%i/bin
<<
Description: Photomosaic generator
DescDetail: <<
Can generate classical photomosaics, in which the source image is viewed 
as a matrix of equally sized rectangles for each of which a matching image 
is substitued, as well as collage-style photomosaics, in which rectangular 
parts of the source image at arbitrary positions (i.e. not aligned to a matrix) 
are substituted by matching images.
<<
DescUsage: <<
Read readme for instructions. Prepare script has problems on images with spaces and 
special characters in the name.
<<
DocFiles: NEWS README COPYING
License: GPL
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Homepage: http://www.complang.tuwien.ac.at/~schani/metapixel/

--- NEW FILE: metapixel-0.7-3.patch ---
--- metapixel-0.7/Makefile      Fri Jan 21 14:32:17 2000
+++ metapixel-0.7-patched/Makefile      Mon May 13 02:39:51 2002
@@ -8,7 +8,7 @@
 #PROFILE = -pg
 
 LDOPTS = -L/usr/X11R6/lib $(PROFILE)
-CCOPTS = -I/usr/X11R6/include -I/usr/X11R6/include/X11 -Wall -O9 $(PROFILE) 
-DMETAPIXEL_VERSION=\"$(VERSION)\"
+CCOPTS = -I/usr/X11R6/include -I/usr/X11R6/include/X11 -Wall $(PROFILE) 
-DMETAPIXEL_VERSION=\"$(VERSION)\"
 CC = gcc
 #LIBFFM = -lffm
 
@@ -17,10 +17,10 @@
 all : metapixel
 
 metapixel : $(OBJS) libzoom/libzoom.a
-       $(CC) $(LDOPTS) -o metapixel $(OBJS) libzoom/libzoom.a -lpng -ljpeg $(LIBFFM) 
-lm -lz
+       $(CC) $(LDFLAGS) $(LDOPTS) -o metapixel $(OBJS) libzoom/libzoom.a -lpng -ljpeg 
$(LIBFFM) -lm -lz
 
 %.o : %.c
-       $(CC) $(CCOPTS) -c $<
+       $(CC) $(CFLAGS) $(CCOPTS) -c $<
 
 libzoom/libzoom.a :
        $(MAKE) -C libzoom libzoom.a
--- metapixel-0.7/getopt.c      Fri Jan 21 14:32:17 2000
+++ metapixel-0.7-patched/getopt.c      Mon May 13 02:51:31 2002
@@ -62,6 +62,10 @@
 #endif
 #endif /* GNU C library.  */
 
+#ifdef __APPLE__
+#include <unistd.h>
+#endif
+
 #ifdef VMS
 #include <unixlib.h>
 #if HAVE_STRING_H - 0
@@ -190,6 +194,10 @@
 #include <string.h>
 #define        my_index        strchr
 #else
+
+#ifdef __APPLE__
+#include <string.h>
+#endif
 
 /* Avoid depending on library functions or files
    whose names are inconsistent.  */
--- metapixel-0.7/libzoom/zoom.c        Fri Jan 21 14:32:17 2000
+++ metapixel-0.7-patched/libzoom/zoom.c        Mon May 13 02:46:51 2002
@@ -50,6 +50,7 @@
 static char rcsid[] = "$Header: 
/mnt/homes/cvsroot/metapixel/metapixel/libzoom/zoom.c,v 1.1 2000/01/04 03:35:21 schani 
Exp $";
 
 #include <math.h>
+#include <limits.h>
 
 #include "simple.h"
 #include "pic.h"
@@ -769,7 +770,7 @@
        /* evaluate the filter function: */
        tr = sc*filt_func(filter, (i+.5-cen)/ap->scale);
 
-       if (tr<MINSHORT || tr>MAXSHORT) {
+       if (tr<SHRT_MIN || tr>SHRT_MAX) {
            fprintf(stderr, "tr=%g at %d\n", tr, b);
            exit(1);
        }
--- metapixel-0.7/libzoom/simple.h      Fri Jan 21 14:32:17 2000
+++ metapixel-0.7-patched/libzoom/simple.h      Mon May 13 02:43:11 2002
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>
-#include <values.h>
+//#include <values.h>
 #include <math.h>
 
 #define str_eq(a, b)    (strcmp(a, b) == 0)

--- NEW FILE: xine-ui-0.9.13-3.info ---
Package: xine-ui
Version: 0.9.13
Revision: 3
###
Depends: xfree86-base-threaded-shlibs, xfree86-rootless-threaded-shlibs, aalib-shlibs, 
dlcompat, libpng3-shlibs, libxine-shlibs, gettext, libiconv
BuildDepends: xfree86-base-threaded, xfree86-rootless-threaded, libxine, aalib, 
libpng3, dlcompat-dev
###
Source: mirror:sourceforge:xine/%n-%v.tar.gz
Source-MD5: 7f7838f90b830ec25b905c8eb0215321
###
Patch: %f.patch
###
ConfigureParams: --with-pic --enable-shared --enable-static --mandir=%i/share/man 
--infodir=%p/share/info --libexecdir=%p/lib
###
SetCPPFLAGS: -no-cpp-precomp
SetCFLAGS: -Ddlsym=dlsym_auto_underscore
###
DocFiles: ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README
###
Description: Xine video player, user interface
DescDetail: <<
This is an X11 based GUI for the libxine video player library.
It provides xine, a skin based media player that can play all the
audio/video formats that libxine supports. Currently, this includes MPEG1/2,
some AVI and Quicktime files, some network streaming methods and disc based
media (VCD, SVCD, DVD). A more complete list can be found on
http://xine.sf.net/.

This package contains an additional frontend, aaxine, which runs even on the
console. aaxine uses aalib to render ASCII art video, or you can tell it to
use a framefuffer device. This is more a proof of concept, but you can use it
to watch DVDs on your old vt100 terminal, of course. ;-)

Most DVDs on the market today are play-protected by the Content Scrambling
System (CSS). Xine does not provide any code to descramble those DVDs,
because of legal uncertainties.
<<
###
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://xine.sourceforge.net/

--- NEW FILE: xine-ui-0.9.13-3.patch ---
diff -ruN xine-ui-0.9.13.orig/src/xitk/panel.c xine-ui-0.9.13/src/xitk/panel.c
--- xine-ui-0.9.13.orig/src/xitk/panel.c        2002-08-01 09:27:10.000000000 -0600
+++ xine-ui-0.9.13/src/xitk/panel.c     2002-10-16 11:56:26.000000000 -0600
@@ -1002,13 +1002,8 @@
   xitk_set_widget_tips(w, _("MRL Browser"));
   
 
-  panel->tips.enable = gGui->config->register_bool(gGui->config, "gui.tips_visible", 
1,
-                                                  _("gui tips visibility"), NULL,
-                                                  panel_enable_tips_cb, NULL);
-  panel->tips.timeout = gGui->config->register_num(gGui->config, "gui.tips_timeout", 
500,
-                                                  _("tips timeout (ms)"), NULL, 
-                                                  panel_timeout_tips_cb, NULL);
-
+  panel->tips.enable = 0;
+  panel->tips.timeout = 0;
   panel_update_nextprev_tips();
   panel_show_tips();
 

--- metapixel-0.7-2.info DELETED ---

--- metapixel-0.7-2.patch DELETED ---

--- xine-ui-0.9.13-2.info DELETED ---

--- xine-ui-0.9.13-2.patch DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to