search for: 65be1fc

Displaying 5 results from an estimated 5 matches for "65be1fc".

Did you mean: 65b1ef3
2007 Mar 20
3
configure.ac
configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) New commits: diff-tree 3101705919f2a1272a8222ac0cce54f24b34193f (from b5d3509c3db17551aa138c21ee9c133d9d4b183e) Author: Benjamin Otte <otte@gnome.org> Date: Tue Mar 20 19:56:49 2007 +0100 Output some info on what packages might be missing diff --git a/configure.ac b/configure.ac index d4a48c1..e640a78 100644
2007 Mar 29
0
Branch 'as' - 9 commits - configure.ac doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_stack.c
...f-tree 579955e4dcc87dd9c91428ee1967e01bc9cfa69b (from 493905baa1c07054276adb078f086e7ca4acc26b) Author: Benjamin Otte <otte@gnome.org> Date: Wed Mar 28 21:51:35 2007 +0200 print better error message when required cairo isn't available diff --git a/configure.ac b/configure.ac index 65be1fc..5309072 100644 --- a/configure.ac +++ b/configure.ac @@ -154,11 +154,12 @@ if test "$HAVE_LIBOIL" = "no"; then AC_MSG_ERROR([cannot find liboil-0.3, which is required for build]) fi -PKG_CHECK_MODULES(CAIRO, cairo >= 1.2.0, HAVE_CAIRO=yes, HAVE_CAIRO=no) +CAIRO_REQUIRE...
2007 Apr 02
0
4 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
...2007 +0200 Add a loader that loads other stuff than files (in particular http) It's currently using gnome-vfs but gnome-vfs somehow doesn't like to give me the file size. So I'll most likely switch to something else soon. diff --git a/configure.ac b/configure.ac index 65be1fc..aef0a9a 100644 --- a/configure.ac +++ b/configure.ac @@ -204,6 +204,25 @@ else fi AM_CONDITIONAL(HAVE_FFMPEG, [test "x$HAVE_FFMPEG" = xyes]) +AC_ARG_ENABLE(gnome-vfs, + AS_HELP_STRING([--enable-gnome-vfs], + [enable gnome-vfs support for swfdec-gtk (default=yes)])], + enable_gnomev...
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
...2007 +0200 Add a loader that loads other stuff than files (in particular http) It's currently using gnome-vfs but gnome-vfs somehow doesn't like to give me the file size. So I'll most likely switch to something else soon. diff --git a/configure.ac b/configure.ac index 65be1fc..aef0a9a 100644 --- a/configure.ac +++ b/configure.ac @@ -204,6 +204,25 @@ else fi AM_CONDITIONAL(HAVE_FFMPEG, [test "x$HAVE_FFMPEG" = xyes]) +AC_ARG_ENABLE(gnome-vfs, + AS_HELP_STRING([--enable-gnome-vfs], + [enable gnome-vfs support for swfdec-gtk (default=yes)])], + enable_gnomev...
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
...936a1aa15934957155400d272c (from a6845d55ff3420aa75dd666e70ecf5dfb4fb5dd4) Author: Benjamin Otte <otte@gnome.org> Date: Mon Mar 26 12:46:56 2007 +0200 movie libswfdecui to libswfdec-gtk and make libswfdec-gtk an installed library diff --git a/configure.ac b/configure.ac index 5ac3db0..65be1fc 100644 --- a/configure.ac +++ b/configure.ac @@ -122,7 +122,11 @@ if test "$with_audio" = "auto" -o "$with if test "$AUDIO_TYPE" = "alsa"; then with_audio=alsa else - AC_MSG_WARN([no alsa audio support]) + if test "$with_audio"...