Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1584

Added Files:
        mimms.info mimms.patch 
Log Message:
new package, seems to work for me(tm)


--- NEW FILE: mimms.patch ---
diff -Nurd -x'*~' mimms-3.2.1.orig/libmimms/libmms.py 
mimms-3.2.1/libmimms/libmms.py
--- mimms-3.2.1.orig/libmimms/libmms.py 2008-05-11 20:53:08.000000000 -0400
+++ mimms-3.2.1/libmimms/libmms.py      2010-01-19 15:36:08.000000000 -0500
@@ -23,7 +23,7 @@
 
 from ctypes import *
 
-libmms = cdll.LoadLibrary("libmms.so.0")
+libmms = cdll.LoadLibrary("@PREFIX@/lib/libmms.0.dylib")
 
 # opening and closing the stream
 libmms.mmsx_connect.argtypes = [c_void_p, c_void_p, c_char_p, c_int]

--- NEW FILE: mimms.info ---
Package: mimms
Version: 3.2.1
Revision: 1
BuildDepends: <<
        fink (>= 0.24.12)
<<
Depends: <<
        libmms0-shlibs,
        python26
<<
Source: http://download.savannah.gnu.org/releases-noredirect/%n/%n-%v.tar.bz2
Source-MD5: ec629d8899551b4789ba15c17402c36f
PatchFile: %n.patch
PatchFile-MD5: b0480457441555e7919297d2cda997ec
PatchScript: sed -e 's,@PREFIX@,%p,' < %{PatchFile} | patch -p1
CompileScript: make PYTHON=%p/bin/python2.6
InstallScript: make install DESTDIR=%d PYTHON=%p/bin/python2.6
DocFiles: AUTHORS COPYING NEWS README
DescPort: <<
        Fix hardcoded linuxish filename of runtime-loaded shared lib
        and use explicit path (no ldconfig). Not sure why pkg doesn't
        roll a compiled python .so that links against that lib using
        the published .pc.
<<
Description: Stream decoder for mms://
Homepage: http://savannah.nongnu.org/projects/mimms
Maintainer: Daniel Macks <dma...@netspace.org>
License: GPL


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to