- Update to latest snapshot 0.9.95-30-06-11

This commit is contained in:
Pietro Cerutti 2011-07-18 08:44:53 +00:00
parent b09bad0880
commit 17f544534e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277890
4 changed files with 26 additions and 3 deletions

View file

@ -24,7 +24,7 @@ USE_LDCONFIG= yes
CFLAGS+= -I${TCL_INCLUDEDIR} -L${TCL_LIBDIR} `pkg-config --cflags libglade-2.0`
BASE_VERSION= 0.9.95
NIGHTLY_BUILD= 10-05-11
NIGHTLY_BUILD= 30-06-11
WRKSRC= ${WRKDIR}/${PORTNAME}-${BASE_VERSION}
BUILD_WRKSRC= ${WRKSRC}/src

View file

@ -1,2 +1,2 @@
SHA256 (gnocl-0.9.95-10-05-11.tar.bz2) = 3b719d4e78949cff43a7d7bdb52174310236fbcdf3b0342e86341216850b509f
SIZE (gnocl-0.9.95-10-05-11.tar.bz2) = 992044
SHA256 (gnocl-0.9.95-30-06-11.tar.bz2) = 98e9bb6ea1a1fdcc1d2161070d2c3e0479e48b042a138fde7d29834c9e953b2f
SIZE (gnocl-0.9.95-30-06-11.tar.bz2) = 1003258

View file

@ -0,0 +1,11 @@
--- src/gnocl.c.orig 2011-07-18 10:33:09.000000000 +0200
+++ src/gnocl.c 2011-07-18 10:33:16.000000000 +0200
@@ -647,7 +647,7 @@
/* non-gtk widgets */
{ "spinner", gnoclSpinnerCmd },
{ "dial", gnoclDialCmd },
- { "imageViewer", gnoclImageViewerCmd },
+// { "imageViewer", gnoclImageViewerCmd },
/* gnocl only widget */
{ "splashScreen", gnoclSplashScreenCmd },

View file

@ -0,0 +1,12 @@
--- src/pixBufFilters.c.orig 2011-07-18 09:45:14.000000000 +0200
+++ src/pixBufFilters.c 2011-07-18 09:45:20.000000000 +0200
@@ -14,9 +14,6 @@
#include <string.h>
#include <assert.h>
-static guint32 convertRGBtoPixel ( gchar *clr );
-
-
int isBlack ( GdkPixbuf *pixbuf, gint x, gint y, gint threshold )
{
guchar *pixels;