[csw-devel] SF.net SVN: gar:[9074] csw/mgar/pkg/evince/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Mar 10 09:09:51 CET 2010


Revision: 9074
          http://gar.svn.sourceforge.net/gar/?rev=9074&view=rev
Author:   wahwah
Date:     2010-03-10 08:09:51 +0000 (Wed, 10 Mar 2010)

Log Message:
-----------
evince: Enabling debugging mode.

Modified Paths:
--------------
    csw/mgar/pkg/evince/trunk/Makefile

Modified: csw/mgar/pkg/evince/trunk/Makefile
===================================================================
--- csw/mgar/pkg/evince/trunk/Makefile	2010-03-10 08:02:31 UTC (rev 9073)
+++ csw/mgar/pkg/evince/trunk/Makefile	2010-03-10 08:09:51 UTC (rev 9074)
@@ -9,16 +9,24 @@
 DESCRIPTION = Document viewer for multiple document formats
 define BLURB
 endef
+GARFLAVOR = DBG
 SPKG_SOURCEURL = http://projects.gnome.org/evince/
 MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/$(GARNAME)/$(GNOME_VERSION)/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS_DBG = --enable-debug
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARFLAVOR))
+EXTRA_CFLAGS_DBG = -g
+EXTRA_CFLAGS += $(EXTRA_CFLAGS_$(GARFLAVOR))
 STRIP_LIBTOOL = 1
 EXTRA_LD_OPTIONS = /opt/csw/X11/lib/libX11.so -lm
 # There are no shared-object dependencies on CSWdbus, but it's required for
 # evince to work.
 RUNTIME_DEP_PKGS_CSWevince += CSWdbus
+# Shared MIME info is needed to detect file types
+RUNTIME_DEP_PKGS_CSWevince += CSWsharedmimeinfo
+
 RUNTIME_DEP_PKGS_CSWevince += CSWdbusglib
 RUNTIME_DEP_PKGS_CSWevince += CSWdjvulibre
 RUNTIME_DEP_PKGS_CSWevince += CSWfconfig


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list