[svn r27] Removed doxygen calls and fixing dependencies from maemo-ui trunk
authormelunko
Fri Oct 06 16:13:28 2006 +0100 (2006-10-06)
branchtrunk
changeset 26b9c6012bccdb
parent 25 2ee2974c72c1
child 27 af19eebeb4bf
[svn r27] Removed doxygen calls and fixing dependencies from maemo-ui
gmyth/gmyth.pc.in
maemo-ui/Makefile.am
maemo-ui/configure.ac
     1.1 --- a/gmyth/gmyth.pc.in	Thu Sep 28 22:05:21 2006 +0100
     1.2 +++ b/gmyth/gmyth.pc.in	Fri Oct 06 16:13:28 2006 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  Name: gmyth
     1.5  Description: Myth TV library based upon GLib/GObject paradigm
     1.6  Version: @VERSION@
     1.7 -Requires: gobject-2.0 glib-2.0 gtk+-2.0 
     1.8 +Requires: gobject-2.0 glib-2.0
     1.9  
    1.10  Libs: @MYSQL_LIBS@ -L${libdir} -lgmyth
    1.11  Cflags: @MYSQL_CFLAGS@ -I${includedir}/gmyth
     2.1 --- a/maemo-ui/Makefile.am	Thu Sep 28 22:05:21 2006 +0100
     2.2 +++ b/maemo-ui/Makefile.am	Fri Oct 06 16:13:28 2006 +0100
     2.3 @@ -1,7 +1,5 @@
     2.4  SUBDIRS= src pixmaps
     2.5  
     2.6 -include aminclude.am
     2.7 -
     2.8  EXTRA_DIST =                            \
     2.9          autogen.sh                      \
    2.10          AUTHORS                         \
     3.1 --- a/maemo-ui/configure.ac	Thu Sep 28 22:05:21 2006 +0100
     3.2 +++ b/maemo-ui/configure.ac	Fri Oct 06 16:13:28 2006 +0100
     3.3 @@ -3,14 +3,14 @@
     3.4  
     3.5  AC_PREREQ(2.50)
     3.6  
     3.7 -AC_INIT([gmyth],[0.1])
     3.8 +AC_INIT([maemo-myth],[0.1])
     3.9  
    3.10  dnl AC_CONFIG_SRCDIR([src/mmyth_main.c])
    3.11  AC_CONFIG_HEADER(config.h)
    3.12  
    3.13  dnl when going to/from release please set the nano (fourth number) right !
    3.14  dnl releases only do Wall, SVN and prerelease does Werror too
    3.15 -AS_VERSION(gmyth, GMYTH, 0, 1, 0, 3, GMYTH_SVN="no", GMYTH_SVN="yes")
    3.16 +AS_VERSION(maemo-myth, GMYTH, 0, 1, 0, 3, GMYTH_SVN="no", GMYTH_SVN="yes")
    3.17  
    3.18  GMYTH_MAJORMINOR=$GMYTH_MAJOR_VERSION.$GMYTH_MINOR_VERSION
    3.19  
    3.20 @@ -28,18 +28,6 @@
    3.21  AC_PROG_CC
    3.22  AC_PROG_LIBTOOL
    3.23  
    3.24 -dnl Generate doxygen documentation
    3.25 -DX_HTML_FEATURE(ON)
    3.26 -DX_CHM_FEATURE(OFF)
    3.27 -DX_CHI_FEATURE(OFF)
    3.28 -DX_MAN_FEATURE(OFF)
    3.29 -DX_RTF_FEATURE(OFF)
    3.30 -DX_XML_FEATURE(OFF)
    3.31 -DX_PDF_FEATURE(OFF)
    3.32 -DX_PS_FEATURE(OFF)
    3.33 -DX_INIT_DOXYGEN(gmyth, doxygen.cfg, docs)
    3.34 -
    3.35 -
    3.36  # Checks for libraries.
    3.37  
    3.38  # Checks for header files.
    3.39 @@ -224,9 +212,6 @@
    3.40  AC_SUBST(LIBGMYTH_CFLAGS)
    3.41  AC_SUBST(LIBGMYTH_LIBS)
    3.42  
    3.43 -#dnl Enable gtk-doc
    3.44 -#GTK_DOC_CHECK(1.4)
    3.45 -
    3.46  
    3.47  AC_CONFIG_FILES([Makefile
    3.48                  src/Makefile