diff options
Diffstat (limited to 'audio/pavucontrol')
-rw-r--r-- | audio/pavucontrol/README | 4 | ||||
-rw-r--r-- | audio/pavucontrol/doinst.sh | 3 | ||||
-rw-r--r-- | audio/pavucontrol/pavucontrol.SlackBuild | 78 | ||||
-rw-r--r-- | audio/pavucontrol/pavucontrol.info | 10 | ||||
-rw-r--r-- | audio/pavucontrol/slack-desc | 19 |
5 files changed, 0 insertions, 114 deletions
diff --git a/audio/pavucontrol/README b/audio/pavucontrol/README deleted file mode 100644 index c2bc2059775b..000000000000 --- a/audio/pavucontrol/README +++ /dev/null @@ -1,4 +0,0 @@ -It is a simple GTK based volume control tool ("mixer") for -PulseAudio sound server. In contrast to classic mixer tools, this one -allows you to separately control the volumes of both hardware devices -and each playback stream. diff --git a/audio/pavucontrol/doinst.sh b/audio/pavucontrol/doinst.sh deleted file mode 100644 index 5fb28930db0b..000000000000 --- a/audio/pavucontrol/doinst.sh +++ /dev/null @@ -1,3 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi diff --git a/audio/pavucontrol/pavucontrol.SlackBuild b/audio/pavucontrol/pavucontrol.SlackBuild deleted file mode 100644 index 0513eb331ab4..000000000000 --- a/audio/pavucontrol/pavucontrol.SlackBuild +++ /dev/null @@ -1,78 +0,0 @@ -#!/bin/sh - -# Slackware build script for pavucontrol - -# Written by crocket (crockabiscuit@gmail.com) -# Maintained by Christoph Willing <chris.willing@iinet.net.au> - -PRGNAM=pavucontrol -VERSION=${VERSION:-3.0} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -cd $PRGNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS -std=c++11" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux - -make -make install-strip DESTDIR=$PKG - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a doc/README LICENSE $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/audio/pavucontrol/pavucontrol.info b/audio/pavucontrol/pavucontrol.info deleted file mode 100644 index 5be0f8ba252f..000000000000 --- a/audio/pavucontrol/pavucontrol.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="pavucontrol" -VERSION="3.0" -HOMEPAGE="http://0pointer.de/lennart/projects/pavucontrol/" -DOWNLOAD="http://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-3.0.tar.xz" -MD5SUM="176308d2c03f8f3a7b2bd4f4d284fe71" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="pulseaudio gtkmm3 libasyncns" -MAINTAINER="Christoph Willing" -EMAIL="chris.willing@iinet.net.au" diff --git a/audio/pavucontrol/slack-desc b/audio/pavucontrol/slack-desc deleted file mode 100644 index 497577523b17..000000000000 --- a/audio/pavucontrol/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -pavucontrol: pavucontrol (PulseAudio Volume Controller) -pavucontrol: -pavucontrol: It is a simple GTK based volume control tool("mixer") for -pavucontrol: PulseAudio sound server. In contrast to classic mixer tools, this one -pavucontrol: allows you to control both the volume of hardware devices and of -pavucontrol: each playback stream separately. -pavucontrol: -pavucontrol: Website : http://0pointer.de/lennart/projects/pavucontrol/ -pavucontrol: -pavucontrol: -pavucontrol: |