search for: lswfdec

Displaying 5 results from an estimated 5 matches for "lswfdec".

Did you mean: swfdec
2008 Feb 10
1
compiling latest swfdec in debian unstable
Hi, since a few days all the dependencies for compiling and running swfdec 0.5.90 and newer are met in debian experimental. So after adding the experimental repository in /etc/apt/sources.list and doing apt-get -t experimental install libsoup2.4-dev libglib2.0-dev you can continue to test latest and greatest swfdec. cheers, Riccardo
2007 Apr 22
0
3 commits - configure.ac libswfdec/swfdec_debug.h swfdec-gtk.pc.in swfdec.pc.in
...EC_M Name: swfdec-gtk Description: Support for playing Flash files in Gtk using Swfdec Version: @VERSION@ -Requires: swfdec-@SWFDEC_MAJORMINOR@ = @PACKAGE_VERSION@ gtk+-2.0 >= @GTK_REQUIRES@ +Requires: swfdec-@SWFDEC_MAJORMINOR@ = @PACKAGE_VERSION@ gtk+-2.0 >= @GTK_VER@ Libs: -L${libdir} -lswfdec-gtk-@SWFDEC_MAJORMINOR@ Cflags: -I${includedir} diff --git a/swfdec.pc.in b/swfdec.pc.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@ -Requi...
2007 Mar 26
0
6 commits - doc/swfdec-sections.txt libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec/swfdec_loader.c player/swfplay.c swfdec-gtk.pc.in
...ex 1b866f0..37e507b 100644 --- a/swfdec-gtk.pc.in +++ b/swfdec-gtk.pc.in @@ -7,5 +7,5 @@ Name: swfdec-gtk Description: Support for playing Flash files in Gtk using Swfdec Version: @VERSION@ Requires: swfdec-@SWFDEC_MAJORMINOR@ = @PACKAGE_VERSION@ gtk+-2.0 >= @GTK_REQUIRES@ -Libs: -L${libdir} -lswfdec-@SWFDEC_MAJORMINOR@ +Libs: -L${libdir} -lswfdec-gtk-@SWFDEC_MAJORMINOR@ Cflags: -I${includedir} diff-tree 00a2f65fd9ff9f2ab7770837c26da2a1634125b9 (from 58cd315b3b41e451e7f94b282e8a4fe8e787069e) Author: Benjamin Otte <otte@gnome.org> Date: Mon Mar 26 21:14:33 2007 +0200 copy/paste ......
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
...x=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/swfdec- at SWFDEC_MAJORMINOR@ + +Name: swfdec-gtk +Description: Support for playing Flash files in Gtk using Swfdec +Version: @VERSION@ +Requires: swfdec- at SWFDEC_MAJORMINOR@ = @PACKAGE_VERSION@ gtk+-2.0 >= @GTK_VER@ +Libs: -L${libdir} -lswfdec-gtk- at SWFDEC_MAJORMINOR@ +Cflags: -I${includedir} diff --git a/data/swfdec.pc.in b/data/swfdec.pc.in new file mode 100644 index 0000000..2e0e0d4 --- /dev/null +++ b/data/swfdec.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/swfdec- at...
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
...ix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/swfdec-@SWFDEC_MAJORMINOR@ + +Name: swfdec-gtk +Description: Support for playing Flash files in Gtk using Swfdec +Version: @VERSION@ +Requires: swfdec-@SWFDEC_MAJORMINOR@ = @PACKAGE_VERSION@ gtk+-2.0 >= @GTK_REQUIRES@ +Libs: -L${libdir} -lswfdec-@SWFDEC_MAJORMINOR@ +Cflags: -I${includedir}