[oe-commits] org.oe.dev brutefir: depend on all fftw flavours

koen commit openembedded-commits at lists.openembedded.org
Sat Jul 21 09:48:23 UTC 2007


brutefir: depend on all fftw flavours

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 8d1228f600311d595e28d93dbd659249596b54c0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8d1228f600311d595e28d93dbd659249596b54c0
Files:
1
packages/brutefir/brutefir_1.0i.bb
Diffs:

#
# mt diff -reff8f83fc659dcde86a5dd8e4e1de467cba0c1af -r8d1228f600311d595e28d93dbd659249596b54c0
#
# 
# 
# patch "packages/brutefir/brutefir_1.0i.bb"
#  from [4e6a79d2de11dc1028ecfa918680d04c02ddba18]
#    to [e02d07dc7527439ee60d4c2ec25ba9b3d2df741b]
# 
============================================================
--- packages/brutefir/brutefir_1.0i.bb	4e6a79d2de11dc1028ecfa918680d04c02ddba18
+++ packages/brutefir/brutefir_1.0i.bb	e02d07dc7527439ee60d4c2ec25ba9b3d2df741b
@@ -1,8 +1,10 @@ LICENSE = "GPLv2"
 DESCRIPTION = "BruteFIR is a software convolution engine, a program for applying long FIR filters to multi-channel digital audio, either offline or in realtime."
 LICENSE = "GPLv2"
 
-DEPENDS = "fftw"
+DEPENDS = "fftw fftwf fftwl"
 
+PR = "r1"
+
 # The unbreak-makefile disables the SSE2, MMX and jack support, feel free 
 # to add back SSE and MMX after fixing the makefile to not use uname to check for cpu 
 






More information about the Openembedded-commits mailing list