diff options
author | Dugan Chen <dugan [underscore] c [at] fastmail [dot] fm> | 2010-07-25 21:37:16 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-25 21:52:42 -0500 |
commit | 1a287f941b6e7bf48ff45b4f9b2e47a4507492ca (patch) | |
tree | 1d51f094e3e12fe3d27d1edb54b89c78d44edb42 /system/oss | |
parent | 13485cd9895a49cce7c16fb76bd9a1efeaec9ebc (diff) | |
download | slackbuilds-1a287f941b6e7bf48ff45b4f9b2e47a4507492ca.tar.gz |
system/oss: Updated for version 4.2.2003.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/oss')
-rw-r--r-- | system/oss/README | 1 | ||||
-rw-r--r-- | system/oss/README.SLACKWARE | 1 | ||||
-rw-r--r-- | system/oss/oss.SlackBuild | 9 | ||||
-rw-r--r-- | system/oss/oss.info | 8 |
4 files changed, 9 insertions, 10 deletions
diff --git a/system/oss/README b/system/oss/README index e1c4a0fcdf..adc7dac315 100644 --- a/system/oss/README +++ b/system/oss/README @@ -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. diff --git a/system/oss/README.SLACKWARE b/system/oss/README.SLACKWARE index 309db29c9f..25c8e37d49 100644 --- a/system/oss/README.SLACKWARE +++ b/system/oss/README.SLACKWARE @@ -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" - diff --git a/system/oss/oss.SlackBuild b/system/oss/oss.SlackBuild index 87e8524b49..e1d3d1f673 100644 --- a/system/oss/oss.SlackBuild +++ b/system/oss/oss.SlackBuild @@ -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 diff --git a/system/oss/oss.info b/system/oss/oss.info index c9e903714a..ec45ded930 100644 --- a/system/oss/oss.info +++ b/system/oss/oss.info @@ -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" |