system/oss: Updated for version 4.2.2003.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
13485cd989
commit
1a287f941b
|
@ -4,7 +4,6 @@ to the usual ALSA architecture.
|
|||
Among the benefits are:
|
||||
* volume levels being settable for each application individually
|
||||
* better latency than ALSA in most cases
|
||||
* software mixing working out of the box
|
||||
|
||||
If your WM/DE supports tray icons, you will have one for the OSS mixer.
|
||||
|
||||
|
|
|
@ -22,4 +22,3 @@ After installing the package, do the following:
|
|||
|
||||
7. Configure applications to use OSS instead of ALSA; typically, this will
|
||||
involve setting the "Sound Command" or some such to use "ossplay"
|
||||
|
||||
|
|
|
@ -6,19 +6,17 @@
|
|||
|
||||
PRGNAM=oss
|
||||
VERSION=${VERSION:-4.2}
|
||||
SUBVERSION=${SUBVERSION:-2002}
|
||||
SUBVERSION=${SUBVERSION:-2003}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCVERSION=v${VERSION}-build${SUBVERSION}-src-gpl
|
||||
PKGVERSION=${VERSION}.${SUBVERSION}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -62,7 +60,7 @@ if [ $ARCH = "x86_64" ]; then
|
|||
fi
|
||||
|
||||
mkdir build && cd build
|
||||
../configure
|
||||
../configure
|
||||
CFLAGS="$SLKCFLAGS" make build
|
||||
cp -a prototype/* $PKG
|
||||
|
||||
|
@ -78,6 +76,9 @@ mv $PKG/etc/oss.conf $PKG/etc/oss.conf.new
|
|||
mkdir -p $PKG/etc/rc.d
|
||||
cat $CWD/rc.oss > $PKG/etc/rc.d/rc.oss.new
|
||||
|
||||
mkdir -p $PKG/etc/xdg/autostart
|
||||
cat $CWD/ossxmix.desktop > $PKG/etc/xdg/autostart/ossxmix.desktop.new
|
||||
|
||||
# Fix location of manual pages
|
||||
mv $PKG/usr/share/man $PKG/usr
|
||||
rm -rf $PKG/usr/share
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="oss"
|
||||
VERSION="4.2.2002"
|
||||
VERSION="4.2.2003"
|
||||
HOMEPAGE="http://www.opensound.com"
|
||||
DOWNLOAD="http://www.4front-tech.com/developer/sources/stable/gpl/oss-v4.2-build2002-src-gpl.tar.bz2"
|
||||
MD5SUM="246bb461f61fb8a2b496f03608839488"
|
||||
DOWNLOAD="http://www.4front-tech.com/developer/sources/stable/gpl/oss-v4.2-build2003-src-gpl.tar.bz2"
|
||||
MD5SUM="d5bcdc505f5ad140791b8d0051fda74d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Dugan Chen"
|
||||
EMAIL="dugan [underscore] c [at] fastmail [dot] fm"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in New Issue