search for: pangocairo

Displaying 16 results from an estimated 16 matches for "pangocairo".

2007 May 20
3
pangocairo missing can't install
Hi, configure fail on this message: > checking for PANGO... no configure: error: pangocairo is required to build swfdec I could not figure out what the missing package name on debian. There are a lot or package related to pango and cairo but none of those how seen to me relevant solve the problem. Please advise Addady
2013 May 09
0
cairo is not the default when available
...ot;) cairoProps is in src/library/grDevices/src/init.c: static SEXP cairoProps(SEXP in) { int which = asInteger(in); if(which == 1) return ScalarLogical( #ifdef HAVE_WORKING_CAIRO 1 #else 0 #endif ); else if(which == 2) return ScalarLogical( #ifdef HAVE_PANGOCAIRO 1 #else 0 #endif ); return R_NilValue; } I believe this is where the problem comes in. I don't have pangocairo and cairoProps is being called with 2L instead of 1L. Indeed, if I change it to 1L and recompile, cairo becomes the default, and everything runs as expecte...
2011 May 19
2
Error in svg() : cairo-based devices are not supported on this build
...build I have the Cairo, cairoDevice, RSvgDevice packages installed, and running. > Cairo.capabilities() png jpeg tiff pdf svg ps x11 win TRUE TRUE TRUE TRUE TRUE TRUE TRUE FALSE I tried to google around unsuccessfully. The only thing I noticed in config.log is: r_cv_has_pangocairo=no r_cv_cairo_works=yes r_cv_has_cairo=yes #define HAVE_WORKING_CAIRO 1 #define HAVE_CAIRO_PDF 1 #define HAVE_CAIRO_PS 1 #define HAVE_CAIRO_SVG 1 So what can be wrong ?? Thank you Karl [[alternative HTML version deleted]]
2007 Apr 22
0
3 commits - configure.ac libswfdec/swfdec_debug.h swfdec-gtk.pc.in swfdec.pc.in
....in index 2dfcd95..2e0e0d4 100644 --- a/swfdec.pc.in +++ b/swfdec.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@/swfdec-@SWFDEC_M Name: swfdec Description: Decodes and Plays Flash files Version: @VERSION@ -Requires: glib-2.0 >= @GLIB_REQUIRES@ gobject-2.0 >= @GLIB_REQUIRES@ liboil-0.3 cairo pangocairo +Requires: glib-2.0 >= @GLIB_VER@ gobject-2.0 >= @GLIB_VER@ liboil-0.3 cairo pangocairo Libs: -L${libdir} -lswfdec-@SWFDEC_MAJORMINOR@ Cflags: -I${includedir} diff-tree 4d296a7ca8b484a19f38855cbbf7f3a4c1638614 (from 240265e9d7ff72a51ff1c283805796df95547de2) Author: Benjamin Otte <otte@gn...
2007 Mar 28
0
Where should I put cairo in order to build swfdec
...cheproto.pc -rw-r--r-- 1 root root 473 Aug 4 2006 libecal-1.2.pc -rw-r--r-- 1 root root 521 Aug 4 2006 libedata-cal-1.2.pc -rw-r--r-- 1 root root 261 Mar 13 2006 libgnomecanvas-2.0.pc -rw-r--r-- 1 root root 248 Feb 12 2006 libstartup-notification-1.0.pc -rw-r--r-- 1 root root 244 Oct 12 21:50 pangocairo.pc -rw-r--r-- 1 root root 245 Feb 11 2006 xfontcache.pc $ pwd /usr/lib/pkgconfig And I have '/usr/lib/pkgconfig' in my PKG_CONFIG_PATH PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig/:/usr/share/pkgconfig:/usr/lib/pkgconfig And '/usr/lib' in my LD_LIBRARY_PATH...
2007 Mar 21
0
5 commits - README libswfdec/jpeg libswfdec/swfdec_image.c
...700 Bump cairo requirement to 1.2 diff --git a/README b/README index b4ee63b..261d04c 100644 --- a/README +++ b/README @@ -53,7 +53,7 @@ Limitations: Dependencies: - cairo (>= 1.0.0 - >= 1.4.0 recommended) + cairo (>= 1.2.0 - >= 1.4.0 recommended) liboil (>= 0.3.6) Pangocairo (aka Pango with cairo support) zlib (>= 1.1.4)
2007 Oct 17
0
libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie.c
...to swfdec_text_field_movie.c, fix clipping diff --git a/libswfdec/swfdec_text_field.c b/libswfdec/swfdec_text_field.c index 0db0c37..eef12ab 100644 --- a/libswfdec/swfdec_text_field.c +++ b/libswfdec/swfdec_text_field.c @@ -22,7 +22,6 @@ #include "config.h" #endif -#include <pango/pangocairo.h> #include <string.h> #include "swfdec_text_field.h" @@ -91,293 +90,6 @@ swfdec_text_field_init (SwfdecTextField * text) text->scroll = 1; } -SwfdecLayout * -swfdec_text_field_generate_layouts (SwfdecTextField *text, cairo_t *cr, - const SwfdecParagraph *paragrap...
2007 Oct 12
0
4 commits - libswfdec/swfdec_shape_parser.c NEWS README test/trace
...additional to this library. The plugins are shipped in separate packages, like swfdec-mozilla. You can get them at the same location as swfdec. @@ -62,15 +62,16 @@ Limitations: Dependencies: cairo (>= 1.2.0 - >= 1.4.0 recommended) + glib (>= 2.10.0) liboil (>= 0.3.6) Pangocairo (aka Pango with cairo support) zlib (>= 1.1.4) - FFMpeg (>= 0.4.8 - optional, required for various audio and video formats) + FFMpeg (current SVN - optional, required for various audio and video formats) GStreamer (>= 0.10.11 - optional, required for various audio and video forma...
2007 Oct 19
0
4 commits - configure.ac data/.gitignore data/icons data/Makefile.am data/swfdec-gtk.pc.in data/swfdec.pc.in .gitignore Makefile.am player/swfplay.c swfdec-gtk.pc.in swfdec.pc.in
....in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/swfdec- at SWFDEC_MAJORMINOR@ + +Name: swfdec +Description: Decodes and Plays Flash files +Version: @VERSION@ +Requires: glib-2.0 >= @GLIB_VER@ gobject-2.0 >= @GLIB_VER@ liboil-0.3 cairo pangocairo +Libs: -L${libdir} -lswfdec- at SWFDEC_MAJORMINOR@ +Cflags: -I${includedir} diff --git a/swfdec-gtk.pc.in b/swfdec-gtk.pc.in deleted file mode 100644 index 39eb02e..0000000 --- a/swfdec-gtk.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir...
2013 Aug 15
12
[Bug 845] New: checking for LIBNFNETLINK... configure: error: Package requirements (libnfnetlink >= 0.0.41) were not met:
https://bugzilla.netfilter.org/show_bug.cgi?id=845 Summary: checking for LIBNFNETLINK... configure: error: Package requirements (libnfnetlink >= 0.0.41) were not met: Product: libnetfilter_queue Version: unspecified Platform: i386 OS/Version: RedHat Linux Status: NEW Severity: normal
2007 Oct 14
0
10 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
...ticald direction Also limit rendering of lines based on the invalid area diff --git a/libswfdec/swfdec_text_field.c b/libswfdec/swfdec_text_field.c index 98383bd..177462d 100644 --- a/libswfdec/swfdec_text_field.c +++ b/libswfdec/swfdec_text_field.c @@ -24,6 +24,7 @@ #include <pango/pangocairo.h> #include <string.h> + #include "swfdec_text_field.h" #include "swfdec_debug.h" #include "swfdec_text_field_movie.h" @@ -252,6 +253,7 @@ swfdec_text_field_render (SwfdecTextField *text, cairo_t *cr, { GList *layouts, *iter; SwfdecColor color; + i...
2007 Apr 17
0
8 commits - configure.ac doc/Makefile.am libswfdec/jpeg libswfdec/swfdec_debug.h libswfdec/swfdec_image.c
...; then - AC_MSG_ERROR([cannot find GLIB-2.0, which is required for build]) + AC_MSG_ERROR([glib-2.0 >= $GLIB_VER and gobject-2.0 >= $GLIB_VER are required to build swfdec]) fi AC_SUBST(GLIB_LIBS) AC_SUBST(GLIB_CFLAGS) @@ -77,16 +78,17 @@ AC_SUBST(GLIB_MKENUMS) PKG_CHECK_MODULES(PANGO, pangocairo, HAVE_PANGO=yes, HAVE_PANGO=no) if test "$HAVE_PANGO" = "no"; then - AC_MSG_ERROR([cannot find pangocairo, which is required for build]) + AC_MSG_ERROR([pangocairo is required to build swfdec]) fi AC_SUBST(PANGO_LIBS) AC_SUBST(PANGO_CFLAGS) -PKG_CHECK_MODULES(GTK, gtk+-2...
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...ing of this being undefined Add a version that uses Flash version 8 for some tests Add a version that uses Flash version 8 for even more tests Merge branch 'master' into envelope Fix to envelopes with mono sound Implement arguments.callee Require at least pangocairo 1.16 Require glib 2.14 for vivified and 2.12 for everything else Implement arguments.caller Add a test for arguments caller and callee Rework arguments.caller code, it wasn't working correctly Rewrite arguments caller/callee test to be much better Ignore all...
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <pango/pangocairo.h> #include <string.h> -#include <js/jsapi.h> #include "swfdec_edittext.h" #include "swfdec_debug.h" #include "swfdec_edittext_movie.h" #include "swfdec_font.h" -#include "swfdec_js.h" #include "swfdec_player_internal.h&quo...
2007 Nov 20
0
19 commits - libswfdec/swfdec_audio_event.c libswfdec/swfdec_bits.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_image.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h
...hu Nov 15 18:51:49 2007 +0100 update Pang dependency diff --git a/README b/README index db45aaa..54b59da 100644 --- a/README +++ b/README @@ -64,7 +64,7 @@ Dependencies: cairo (>= 1.2.0 - >= 1.4.0 recommended) with png support enabled glib (>= 2.10.0) liboil (>= 0.3.6) - Pangocairo (aka Pango with cairo support) + Pangocairo (>= 1.16.0) - this is provided by Pango zlib (>= 1.1.4) FFMpeg (current SVN - optional, required for various audio and video formats)
2007 Oct 18
0
14 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h libswfdec/swfdec_text_format.c
...0x00 }; diff --git a/libswfdec/swfdec_text_field_movie_as.c b/libswfdec/swfdec_text_field_movie_as.c index 4a755b0..59c3851 100644 --- a/libswfdec/swfdec_text_field_movie_as.c +++ b/libswfdec/swfdec_text_field_movie_as.c @@ -23,6 +23,7 @@ #endif #include <string.h> +#include <pango/pangocairo.h> #include "swfdec_text_field.h" #include "swfdec_text_field_movie.h" @@ -948,6 +949,39 @@ swfdec_text_field_movie_getTextFormat (SwfdecAsContext *cx, SWFDEC_AS_VALUE_SET_OBJECT (ret, SWFDEC_AS_OBJECT (format)); } +// static +SWFDEC_AS_NATIVE (104, 201, swfdec_text...