Lines 115-121
Link Here
|
115 |
pda? ( x11-libs/gtk+:2 ) |
115 |
pda? ( x11-libs/gtk+:2 ) |
116 |
png? ( media-libs/libpng ) |
116 |
png? ( media-libs/libpng ) |
117 |
pulseaudio? ( >=media-sound/pulseaudio-0.9.8 ) |
117 |
pulseaudio? ( >=media-sound/pulseaudio-0.9.8 ) |
118 |
qt4? ( || ( ( x11-libs/qt-gui x11-libs/qt-core ) =x11-libs/qt-4.3*:4 ) ) |
118 |
qt4? ( x11-libs/qt-gui:4 ) |
119 |
remoteosd? ( >=dev-libs/libgcrypt-1.2.0 ) |
119 |
remoteosd? ( >=dev-libs/libgcrypt-1.2.0 ) |
120 |
samba? ( net-fs/samba ) |
120 |
samba? ( net-fs/samba ) |
121 |
schroedinger? ( >=media-libs/schroedinger-1.0 ) |
121 |
schroedinger? ( >=media-libs/schroedinger-1.0 ) |
Lines 162-168
Link Here
|
162 |
|
162 |
|
163 |
S="${WORKDIR}/${MY_P}" |
163 |
S="${WORKDIR}/${MY_P}" |
164 |
|
164 |
|
165 |
# Dispalys a warning if the first use flag is set but not the second |
165 |
# Displays a warning if the first use flag is set but the second is not |
166 |
vlc_use_needs() { |
166 |
vlc_use_needs() { |
167 |
use $1 && use !$2 && ewarn "USE=$1 requires $2, $1 will be disabled." |
167 |
use $1 && use !$2 && ewarn "USE=$1 requires $2, $1 will be disabled." |
168 |
} |
168 |
} |
Lines 194-201
Link Here
|
194 |
vlc_use_needs fontconfig truetype |
194 |
vlc_use_needs fontconfig truetype |
195 |
vlc_use_needs libv4l2 v4l2 |
195 |
vlc_use_needs libv4l2 v4l2 |
196 |
use cddb && use !cdda && use !cddax && ewarn "USE=cddb requires either cdda or cddax, cddb will be disabled." |
196 |
use cddb && use !cdda && use !cddax && ewarn "USE=cddb requires either cdda or cddax, cddb will be disabled." |
197 |
if ( use qt4 || use skins ) ; then |
197 |
if use qt4 || use skins ; then |
198 |
QT4_BUILT_WITH_USE_CHECK="png" qt4_pkg_setup |
198 |
qt4_pkg_setup |
199 |
else |
199 |
else |
200 |
ewarn "You have disabled the qt4 useflag, ${PN} will not have any" |
200 |
ewarn "You have disabled the qt4 useflag, ${PN} will not have any" |
201 |
ewarn "graphical interface. Maybe that is not what you want..." |
201 |
ewarn "graphical interface. Maybe that is not what you want..." |