Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv1346
Modified Files:
openh323-1.info
Added Files:
openh323-1.patch
Log Message:
remove old SDL dist restriction and add x86_64 fixes
--- NEW FILE: openh323-1.patch ---
--- a/src/channels.cxx 2006-03-21 05:42:25.000000000 -0500
+++ b/src/channels.cxx 2012-03-16 12:15:03.000000000 -0400
@@ -1361,7 +1361,7 @@
filterMutex.Wait();
for (PINDEX i = 0; i < filters.GetSize(); i++)
- filters[i](frame, (INT)&sendPacket);
+ filters[i](frame, (long INT)&sendPacket);
filterMutex.Signal();
if (sendPacket || (silent && frame.GetPayloadSize() > 0)) {
Index: openh323-1.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/openh323-1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- openh323-1.info 26 Jan 2012 22:17:23 -0000 1.2
+++ openh323-1.info 16 Mar 2012 17:21:41 -0000 1.3
@@ -1,7 +1,6 @@
Package: openh323-1
Version: 1.19.0
-Revision: 7
-Distribution: 10.4, 10.5
+Revision: 8
Maintainer: None <[email protected]>
GCC: 4.0
BuildDependsOnly: true
@@ -15,7 +14,7 @@
openssl098-dev,
pwlib1 (>= 1.10.10-6),
sdl (>= 1.2.13-1),
- speex3,
+ libspeex1,
sed,
fink (>= 0.27.2)
<<
@@ -28,8 +27,11 @@
Source: mirror:sourceforge:/openh323/openh323-v1_19_0_1-src-tar.gz
SourceDirectory: openh323_v1_19_0_1
+PatchFile: %n.patch
+PatchFile-MD5: d6654cc320260af7180426a5c8cba16f
PatchScript: <<
#!/bin/sh -ev
+ %{default_script}
sed -ri.bak -e '/ awk/s,>,- >,' src/Makefile
sed -ri.bak -e 's,@SHAREDLIBEXT@,dylib,' Makefile.in
sed -ri.bak -e '/^STDCCFLAGS/s,\(OH323_INCDIR\)$,(OPENH323DIR)/include,'
openh323u.mak.in
@@ -69,7 +71,7 @@
export CPATH=%p/include/ffmpeg:%p/include/speex:%p/include
export STDCCFLAGS=-I%b/include
./configure %c
- if [ %m = i386 ] ; then abbr=x86 ; else abbr=ppc ; fi
+ if [ %m != powerpc ] ; then abbr=x86 ; else abbr=ppc ; fi
mv=`sed -r -e 's,\.[^.]*$,,' <<<"%v"`
Mv=`sed -r -e 's,\.[^.]*$,,' <<<"$mv"`
make LDSOOPTS="-dynamiclib -single_module -Wl,-x -dead_strip
-compatibility_version $mv -current_version %v -install_name
%p/lib/libh323_Darwin_${abbr}_n.${Mv}.dylib" \
@@ -78,7 +80,7 @@
InstallScript: <<
#!/bin/sh -ev
# make install DESTDIR=%d
- if [ %m = i386 ] ; then abbr=x86 ; else abbr=ppc ; fi
+ if [ %m != powerpc ] ; then abbr=x86 ; else abbr=ppc ; fi
mkdir -p %i/lib %i/include/openh323 %i/share/openh323
cp -pPR lib/lib* %i/lib
ln -s libh323_Darwin_${abbr}_n.dylib %i/lib/libopenh323.dylib
@@ -110,7 +112,7 @@
openssl098-shlibs,
pwlib1-shlibs (>= 1.10.10-6),
sdl-shlibs (>= 1.2.13-1),
- speex3-shlibs
+ libspeex1-shlibs
<<
Conflicts: openh323-shlibs
Replaces: openh323-shlibs
@@ -119,7 +121,7 @@
Files: lib/libh323_Darwin_*.*.dylib lib/pwlib
Shlibs: <<
( %m = powerpc ) %p/lib/libh323_Darwin_ppc_n.1.dylib 1.19.0 %n (>=
1.19.0-1)
- ( %m = i386 ) %p/lib/libh323_Darwin_x86_n.1.dylib 1.19.0 %n (>=
1.19.0-1)
+ ( %m != powerpc ) %p/lib/libh323_Darwin_x86_n.1.dylib 1.19.0 %n (>=
1.19.0-1)
<<
DocFiles: mpl-1.0.htm ReadMe.txt
<<
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs