Update of /cvsroot/fink/experimental/monipol/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26426

Added Files:
        qsynth.info qsynth.patch 
Log Message:
defaults instead of PlistBuddy, AppBundles goodness


--- NEW FILE: qsynth.info ---
Package: qsynth
Version: 0.3.4
Revision: 3
###
BuildDepends: <<
pkgconfig, jack (>=0.116.0-2), jack-dev (>=0.116.0-2), fluidsynth-dev 
(>=1.0.9-169),  qt4-mac (>=4.5.0-3), libicns1-bin (>=0.6.2-1), fink (>= 
0.24.12-1)
<<
Depends: fluidsynth-shlibs (>=1.0.9-169), qt4-mac-core-shlibs, 
qt4-mac-gui-shlibs
###
Source: http://downloads.sourceforge.net/qsynth/%n-%v.tar.gz
Source-md5: 800ab77b59c947bd8f1c8bb10545a59d
PatchFile: %n.patch
PatchFile-MD5: 677e58a3e22e0c281a23082131de5806
###
SetLDFLAGS: -L%p/lib -lfluidsynth
ConfigureParams: --with-qt=%p/lib/qt4-mac LDFLAGS="-L%p/lib" 
CPPFLAGS="-I%p/include"
###
GCC: 4.0
###
CompileScript: <<
#!/bin/sh -ev
 ./configure %c
  make
  cd %b/%n.app/Contents/Resources
  png2icns qsynth.icns %b/icons/qsynth.png
  /usr/bin/defaults write %b/%n.app/Contents/Info CFBundleIconFile qsynth.icns
  #/usr/libexec/PlistBuddy -c 'Set :CFBundleIconFile "qsynth.icns"' 
%b/%n.app/Contents/Info.plist
  /bin/chmod a+r %b/%n.app/Contents/Info.plist
  rm %b/%n.app/Contents/Resources/empty.lproj
<<
###
InstallScript: echo
###
AppBundles: %n.app
###
DocFiles: COPYING README README-OSX
###
HomePage: http://qsynth.sourceforge.net/qsynth-index.html
License: GPL
###
Description: Fluidsynth GUI front-end application
DescDetail: <<
Qsynth is a fluidsynth GUI front-end application 
written in C++ around the Qt4 toolkit using Qt 
Designer. Eventually it may evolve into a softsynth 
management application allowing the user to control 
and manage a variety of command line softsynths but 
for the moment it wraps the excellent FluidSynth  
<<
DescPackaging: <<
PlistBuddy is only available on 10.5 and 10.6, so switch to defaults instead.
However, defaults might be deprecated in future OS versions, so leave
the (commented out) PlistBuddy in InstallScript.
<<
###
Maintainer: Ebrahim Mayat <ema...@users.sourceforge.net>


--- NEW FILE: qsynth.patch ---
diff -ruN qsynth-0.3.4.orig/configure qsynth-0.3.4/configure
--- qsynth-0.3.4.orig/configure 2009-07-02 04:42:11.000000000 -0400
+++ configure   2009-07-02 04:43:18.000000000 -0400
@@ -1861,7 +1861,7 @@
 
 
 # Standard installation base dirs.
-ac_with_paths="/usr /usr/local"
+ac_with_paths="/usr /usr/local /sw"
 
 # Some a-la-debian alternatives...
 for X in /usr/lib /usr/lib64 /usr/share; do



------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to