[csw-devel] SF.net SVN: gar:[9094] csw/mgar/pkg/poppler/branches

hson at users.sourceforge.net hson at users.sourceforge.net
Thu Mar 11 16:55:55 CET 2010


Revision: 9094
          http://gar.svn.sourceforge.net/gar/?rev=9094&view=rev
Author:   hson
Date:     2010-03-11 15:55:54 +0000 (Thu, 11 Mar 2010)

Log Message:
-----------
poppler: Create branch for 0.10.6 in able to release it and keep working on 0.12.x

Modified Paths:
--------------
    csw/mgar/pkg/poppler/branches/0.10.6/Makefile
    csw/mgar/pkg/poppler/branches/0.10.6/checksums

Added Paths:
-----------
    csw/mgar/pkg/poppler/branches/0.10.6/
    csw/mgar/pkg/poppler/branches/0.10.6/files/old_libs_i386.tar.bz2
    csw/mgar/pkg/poppler/branches/0.10.6/files/old_libs_sparc.tar.bz2

Modified: csw/mgar/pkg/poppler/branches/0.10.6/Makefile
===================================================================
--- csw/mgar/pkg/poppler/trunk/Makefile	2010-03-11 09:03:28 UTC (rev 9090)
+++ csw/mgar/pkg/poppler/branches/0.10.6/Makefile	2010-03-11 15:55:54 UTC (rev 9094)
@@ -1,7 +1,7 @@
 # $Id$
 
 GARNAME = poppler
-GARVERSION = 0.12.4
+GARVERSION = 0.10.6
 CATEGORIES = lib
 
 DESCRIPTION = Poppler is a PDF rendering library based on the xpdf-3.0 code base
@@ -11,24 +11,40 @@
 SPKG_SOURCEURL = http://poppler.freedesktop.org/
 MASTER_SITES = http://poppler.freedesktop.org/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += old_libs_i386.tar.bz2
+DISTFILES += old_libs_sparc.tar.bz2
 
-PATCHFILES += missing-includes.patch
+RUNTIME_DEP_PKGS_CSWpoppler += CSWgtk2
+RUNTIME_DEP_PKGS_CSWpoppler += CSWiconv
+RUNTIME_DEP_PKGS_CSWpoppler += CSWlibcairo
+RUNTIME_DEP_PKGS_CSWpoppler += CSWpango
+RUNTIME_DEP_PKGS_CSWpoppler += CSWzlib
+RUNTIME_DEP_PKGS_CSWpoppler += CSWfconfig
+RUNTIME_DEP_PKGS_CSWpoppler += CSWftype2
+RUNTIME_DEP_PKGS_CSWpoppler += CSWggettextrt
+RUNTIME_DEP_PKGS_CSWpoppler += CSWglib2
+RUNTIME_DEP_PKGS_CSWpoppler += CSWjpeg
+RUNTIME_DEP_PKGS_CSWpoppler += CSWlibxml2
 
-# If the url used to check for software update is different of MASTER_SITES, then 
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+#PATCHFILES += missing-includes.patch
+
 # UPSTREAM_MASTER_SITES = 
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
 BUILD64 = 1
 
+# Fix for making sure libtool doesn't pick up libpoppler.so from /opt/csw/lib
+# when relinking libpoppler-glib during install phaze
+EXTRA_SOS_LD_FLAGS += -L$(abspath $(WORKSRC)/poppler/.libs)
+
 CONFIGURE_ARGS = $(DIRPATHS)
 
-RUNTIME_DEP_PKGS += CSWfconfig
-RUNTIME_DEP_PKGS += CSWftype2
-RUNTIME_DEP_PKGS += CSWggettextrt
-RUNTIME_DEP_PKGS += CSWglib2
-RUNTIME_DEP_PKGS += CSWjpeg
-RUNTIME_DEP_PKGS += CSWlibxml2
-RUNTIME_DEP_PKGS += CSWzlib
+include gar/category.mk
 
-include gar/category.mk
+post-install-isa-sparcv8:
+	(cd $(INSTALLISADIR)$(libdir);bzip2 -dc $(CURDIR)/$(DOWNLOADDIR)/old_libs_sparc.tar.bz2|tar xf -)
+	$(MAKECOOKIE)
+
+post-install-isa-i386:
+	(cd $(INSTALLISADIR)$(libdir);bzip2 -dc $(CURDIR)/$(DOWNLOADDIR)/old_libs_i386.tar.bz2|tar xf -)
+	$(MAKECOOKIE)

Modified: csw/mgar/pkg/poppler/branches/0.10.6/checksums
===================================================================
--- csw/mgar/pkg/poppler/trunk/checksums	2010-03-11 09:03:28 UTC (rev 9090)
+++ csw/mgar/pkg/poppler/branches/0.10.6/checksums	2010-03-11 15:55:54 UTC (rev 9094)
@@ -1,2 +1,3 @@
-bf4abf5006e4a812d00567eeea42faaa  missing-includes.patch
-4155346f9369b192569ce9184ff73e43  poppler-0.12.4.tar.gz
+776b02d90c238f08b9a8900d8e4a2580  old_libs_i386.tar.bz2
+eabd006c9b65bac874297157c8b774cb  old_libs_sparc.tar.bz2
+e1a2d98ba5a4199f20d7637a7d79a829  poppler-0.10.6.tar.gz

Added: csw/mgar/pkg/poppler/branches/0.10.6/files/old_libs_i386.tar.bz2
===================================================================
(Binary files differ)


Property changes on: csw/mgar/pkg/poppler/branches/0.10.6/files/old_libs_i386.tar.bz2
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: csw/mgar/pkg/poppler/branches/0.10.6/files/old_libs_sparc.tar.bz2
===================================================================
(Binary files differ)


Property changes on: csw/mgar/pkg/poppler/branches/0.10.6/files/old_libs_sparc.tar.bz2
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream


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