libraries/gnome-media: Miscellaneous cleanup

* remove obsolete "--enable-profile" configure flag
* note optional dependency on pulseaudio

These were just a couple of issues I noticed when building
this on the way to checking a 'soundconverter' submission.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2013-06-18 22:24:20 -05:00 committed by Niels Horn
parent f02b5c0d28
commit 6bf23a1fd3
2 changed files with 4 additions and 5 deletions

View file

@ -4,5 +4,6 @@ media-related options for GNOME.
If you want to build gnome recorder, pass USE_GRECORD=yes to the script
when building. If you want to disable GStreamer properties, pass
USE_GSTPROP=no to the script. To enable the (deprecated) GStreamer
mixer, pass USE_GSTMIX=yes to the script. To disable the gnome media
profile, pass USE_PROFILE=no to the script.
mixer, pass USE_GSTMIX=yes to the script.
pulseaudio is an optional dependency.

View file

@ -6,13 +6,12 @@
PRGNAM=gnome-media
VERSION=${VERSION:-2.31.6}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
USE_GRECORD=${USE_GRECORD:-no}
USE_GSTPROP=${USE_GSTPROP:-yes}
USE_GSTMIX=${USE_GSTMIX:-no}
USE_PROFILE=${USE_PROFILE:-yes}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -69,7 +68,6 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-grecord=$USE_GRECORD \
--enable-gstprops=$USE_GSTPROP \
--enable-gstmix=$USE_GSTMIX \
--enable-profile=$USE_PROFILE \
--disable-scrollkeeper \
--disable-schemas-install \
--build=$ARCH-slackware-linux