|
Lines 114-119
RDEPEND="${RDEPEND}
Link Here
|
| 114 |
|
114 |
|
| 115 |
BDEPEND=" |
115 |
BDEPEND=" |
| 116 |
doc? ( app-doc/doxygen ) |
116 |
doc? ( app-doc/doxygen ) |
|
|
117 |
orc? ( >=dev-lang/orc-0.4.15 ) |
| 117 |
system-wide? ( dev-util/unifdef ) |
118 |
system-wide? ( dev-util/unifdef ) |
| 118 |
test? ( >=dev-libs/check-0.9.10 ) |
119 |
test? ( >=dev-libs/check-0.9.10 ) |
| 119 |
sys-devel/gettext |
120 |
sys-devel/gettext |
|
Lines 182-187
multilib_src_configure() {
Link Here
|
| 182 |
$(multilib_native_use_with equalizer fftw) |
183 |
$(multilib_native_use_with equalizer fftw) |
| 183 |
$(multilib_native_use_with sox soxr) |
184 |
$(multilib_native_use_with sox soxr) |
| 184 |
$(multilib_native_usex gdbm '--with-database=gdbm' '--with-database=simple') |
185 |
$(multilib_native_usex gdbm '--with-database=gdbm' '--with-database=simple') |
|
|
186 |
$(multilib_native_usex orc "ORCC=${BROOT}/usr/bin/orcc" '') |
| 185 |
$(use_enable glib glib2) |
187 |
$(use_enable glib glib2) |
| 186 |
$(use_enable asyncns) |
188 |
$(use_enable asyncns) |
| 187 |
$(use_enable cpu_flags_arm_neon neon-opt) |
189 |
$(use_enable cpu_flags_arm_neon neon-opt) |
| 188 |
- |
|
|