[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fink-commits
Subject:    [cvs] dists/10.4/unstable/main/finkinfo/graphics
From:       Daniel Macks <dmacks () users ! sourceforge ! net>
Date:       2009-05-29 15:11:44
Message-ID: E1MA3kG-0000kI-Q1 () fdv4jf1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2846

Added Files:
	libopenraw1-shlibs.info libopenraw1-shlibs.patch 
Log Message:
new package: yet another RAW interface


--- NEW FILE: libopenraw1-shlibs.patch ---
diff -Nurd -x'*~' libopenraw-0.0.8.orig/test/Makefile.in libopenraw-0.0.8/test/Makefile.in
--- libopenraw-0.0.8.orig/test/Makefile.in	2009-05-15 16:22:08.000000000 -0400
+++ libopenraw-0.0.8/test/Makefile.in	2009-05-29 10:35:40.000000000 -0400
@@ -31,10 +31,10 @@
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
-TESTS = fileio$(EXEEXT) ljpegtest$(EXEEXT) testunpack$(EXEEXT) \
+TESTS = fileio$(EXEEXT)                    testunpack$(EXEEXT) \
 	extensions$(EXEEXT)
 check_PROGRAMS = fileio$(EXEEXT) ciffcontainertest$(EXEEXT) \
-	ljpegtest$(EXEEXT) testunpack$(EXEEXT) extensions$(EXEEXT)
+	                   testunpack$(EXEEXT) extensions$(EXEEXT)
 subdir = test
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -257,7 +257,7 @@
 
 EXTRA_DIST = ljpegtest1.jpg
 fileio_LDFLAGS = -L$(top_builddir)/lib/io
-fileio_LDADD = -lio
+fileio_LDADD = ../lib/libopenraw.la
 fileio_SOURCES = fileio.t.c
 extensions_SOURCES = extensions.cpp
 extensions_LDFLAGS = -static $(OPENRAW_LIB)
diff -Nurd -x'*~' libopenraw-0.0.8.orig/testsuite/Makefile.in libopenraw-0.0.8/testsuite/Makefile.in
--- libopenraw-0.0.8.orig/testsuite/Makefile.in	2009-05-15 16:22:08.000000000 -0400
+++ libopenraw-0.0.8/testsuite/Makefile.in	2009-05-29 10:23:51.000000000 -0400
@@ -33,8 +33,8 @@
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
-TESTS = test_xmlhandler$(EXEEXT) testsuite$(EXEEXT)
-noinst_PROGRAMS = testsuite$(EXEEXT)
+TESTS = test_xmlhandler$(EXEEXT)
+noinst_PROGRAMS =
 check_PROGRAMS = test_xmlhandler$(EXEEXT)
 subdir = testsuite
 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
diff -Nurd -x'*~' libopenraw-0.0.8.orig/testsuite/testsuite.cpp libopenraw-0.0.8/testsuite/testsuite.cpp
--- libopenraw-0.0.8.orig/testsuite/testsuite.cpp	2009-02-21 18:30:14.000000000 -0500
+++ libopenraw-0.0.8/testsuite/testsuite.cpp	2009-05-29 04:01:13.000000000 -0400
@@ -853,7 +853,8 @@
             break;
         case 'd':
             if(optarg[0] != '/') {
-                char * dir = get_current_dir_name();
+                char * dir = NULL;
+                getcwd(dir, 0);
                 download_dir = dir;
                 download_dir += '/';
                 download_dir += optarg;

--- NEW FILE: libopenraw1-shlibs.info ---
Package: libopenraw1-shlibs
Version: 0.0.8
Revision: 1
Source: http://libopenraw.freedesktop.org/download/libopenraw-%v.tar.gz
Source-MD5: fc26f146586a4b601326130bce6ffd88
BuildDepends: <<
	autoconf,
	automake1.10,
	boost1.35.nopython,
	fink (>= 0.24.12),
	glib2-dev (>= 2.18.0-1),
	gtk+2-dev (>= 2.14.0-1),
	libgettext3-dev,
	libiconv-dev,
	libjpeg,
	libtool2,
	pkgconfig (>= 0.23)
<<
Depends: <<
	glib2-shlibs (>= 2.18.0-1),
	gtk+2-shlibs (>= 2.14.0-1),
	libgettext3-shlibs,
	libiconv,
	libjpeg-shlibs
<<
GCC: 4.0
PatchFile: %n.patch
PatchFile-MD5: 08713a6542f094a1df3b96bbdfff000b
PatchScript: <<
	%{default_script}
	find . -name Makefile.in | xargs perl -pi -e 's/-L\S+//g'
	find . -name Makefile.in | xargs perl -pi -e 's/-static//g'
<<
ConfigureParams: --disable-static --disable-dependency-tracking --with-boost=%p
CompileScript: <<
	./configure %c
#	make V=1
	make
<<
#InfoTest: TestScript: make check V=1 || exit 2
InfoTest: TestScript: make check || exit 2
InstallScript: <<
#	make install DESTDIR=%d V=1
	make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING* ChangeLog NEWS README TODO
Shlibs: <<
	%p/lib/libopenraw.1.dylib 7.0.0 %n (>= 0.0.8-1)
	%p/lib/libopenrawgnome.1.dylib 7.0.0 %n (>= 0.0.8-1)
<<
SplitOff: <<
	Package: libopenraw1-dev
	Depends: libopenraw1-shlibs (= %v-%r)
	BuildDependsOnly: true
	Files: <<
		include
		lib/libopenraw.{dylib,la}
		lib/libopenrawgnome.{dylib,la}
		lib/pkgconfig
	<<
<<
DescPackaging: <<
	testsuite/testsuite.cpp and test/ljpegtest.cpp can't be
	compiled because:
		/sw/include/boost/crc.hpp:468: error: ISO C++ forbids variable-size array 'table_type'
	so disable testsuite. If crc.hpp is hacked per the Borland
	syntax alternative in it, testsuite compiles and tests pass.
<<
DescPort: <<
	get_current_dir_name() is linux extension; replace
	testsuite.cpp use with more standard getcwd()

	Darwin doesn't have full static linking, but anyway just let
	libtool do its magic for local build paths.
<<
Description: Decodes camera RAW files
License: LGPL
Homepage: http://libopenraw.freedesktop.org/wiki
Maintainer: Daniel Macks <dmacks@netspace.org>


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic