summaryrefslogtreecommitdiffstats
path: root/audio/mhwaveedit
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mhwaveedit')
-rw-r--r--audio/mhwaveedit/README13
-rw-r--r--audio/mhwaveedit/doinst.sh10
-rw-r--r--audio/mhwaveedit/mhwaveedit.SlackBuild75
-rw-r--r--audio/mhwaveedit/mhwaveedit.desktop10
-rw-r--r--audio/mhwaveedit/mhwaveedit.info10
-rw-r--r--audio/mhwaveedit/mhwaveedit.pngbin1181 -> 0 bytes
-rw-r--r--audio/mhwaveedit/slack-desc19
7 files changed, 0 insertions, 137 deletions
diff --git a/audio/mhwaveedit/README b/audio/mhwaveedit/README
deleted file mode 100644
index d4146fd431..0000000000
--- a/audio/mhwaveedit/README
+++ /dev/null
@@ -1,13 +0,0 @@
-mhWaveEdit is a graphical program for editing, playing and recording
-sound files. It is lightweight, portable, user-friendly and handles
-large files very well.
-
-The program itself has only simple editing features such as
-cut'n'paste and volume adjustment but it can also use Ladspa effect
-plugins and the effects provided by the SoX application. It can also
-support additional file formats besides wav through libsndfile and
-mp3/ogg import and export through lame and oggenc/oggdec.
-
-The program will use libsndfile, libsamplerate, and lame (all of them
-are available at SlackBuilds.org) if installed, but they are not
-mandatory.
diff --git a/audio/mhwaveedit/doinst.sh b/audio/mhwaveedit/doinst.sh
deleted file mode 100644
index 1f8ff67ded..0000000000
--- a/audio/mhwaveedit/doinst.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
-fi
-
-if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi
-
diff --git a/audio/mhwaveedit/mhwaveedit.SlackBuild b/audio/mhwaveedit/mhwaveedit.SlackBuild
deleted file mode 100644
index ca1d286452..0000000000
--- a/audio/mhwaveedit/mhwaveedit.SlackBuild
+++ /dev/null
@@ -1,75 +0,0 @@
-#!/bin/sh
-
-### mhwaveedit.SlackBuild ###
-
-# Slackware build script for mhwaveedit 1.4.14
-# Dušan Stefanović stefanovic.dusan@gmail.com
-# Modified by David Somero <xgizzmo@slackbuilds.org>
-# and Robby Workman <rworkman@slackbuilds.org>
-
-PKGNAME=mhwaveedit
-VERSION=1.4.14
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PKGNAME
-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"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP || exit 1
-rm -rf $PKGNAME-$VERSION
-tar xvf $CWD/$PKGNAME-$VERSION.tar.bz2 || exit 1
-cd $PKGNAME-$VERSION || exit 1
-chown -R root:root .
-chmod -R a-s,u+w,go+r-w .
-
-CFLAGS="$SLKCFLAGS" \
- ./configure \
- --prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --docdir=/usr/doc/$PKGNAME-$VERSION \
- --with-double-samples \
- --without-arts \
- --without-esound \
- || exit 1
-
-make || exit 1
-make install DESTDIR=$PKG || exit 1
-
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-mkdir -p $PKG/usr/doc/$PKGNAME-$VERSION
-cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
- $PKG/usr/doc/$PKGNAME-$VERSION
-cat $CWD/$PKGNAME.SlackBuild > $PKG/usr/doc/$PKGNAME-$VERSION/$PKGNAME.SlackBuild
-
-mkdir -p $PKG/usr/share/applications
-cat $CWD/$PKGNAME.desktop > $PKG/usr/share/applications/$PKGNAME.desktop
-
-mkdir -p $PKG/usr/share/icons/hicolor/48x48/apps
-cat $CWD/$PKGNAME.png > $PKG/usr/share/icons/hicolor/48x48/apps/$PKGNAME.png
-
-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/$PKGNAME-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/audio/mhwaveedit/mhwaveedit.desktop b/audio/mhwaveedit/mhwaveedit.desktop
deleted file mode 100644
index 075294fc4e..0000000000
--- a/audio/mhwaveedit/mhwaveedit.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Encoding=UTF-8
-Name=mhWaveEdit
-Comment=Record, play, and edit audio files in wav, ogg, and mp3
-Icon=mhwaveedit
-Exec=mhwaveedit --driver alsa
-Terminal=false
-Type=Application
-Categories=Application;AudioVideo;
diff --git a/audio/mhwaveedit/mhwaveedit.info b/audio/mhwaveedit/mhwaveedit.info
deleted file mode 100644
index e5df376177..0000000000
--- a/audio/mhwaveedit/mhwaveedit.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="mhwaveedit"
-VERSION="1.4.14"
-HOMEPAGE="https://gna.org/projects/mhwaveedit"
-DOWNLOAD="http://download.gna.org/mhwaveedit/mhwaveedit-1.4.14.tar.bz2"
-MD5SUM="d49d160608c802098dbaf2b6c3eba27f"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Dušan Stefanović"
-EMAIL="stefanovic.dusan@gmail.com"
-APPROVED="dsomero,rworkman"
diff --git a/audio/mhwaveedit/mhwaveedit.png b/audio/mhwaveedit/mhwaveedit.png
deleted file mode 100644
index 2211afd5b7..0000000000
--- a/audio/mhwaveedit/mhwaveedit.png
+++ /dev/null
Binary files differ
diff --git a/audio/mhwaveedit/slack-desc b/audio/mhwaveedit/slack-desc
deleted file mode 100644
index 06ed0117d9..0000000000
--- a/audio/mhwaveedit/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 ':'.
-
- |-----handy-ruler-----------------------------------------------------|
-mhwaveedit: mhwaveedit (edit, play, and record sound files)
-mhwaveedit:
-mhwaveedit: mhWaveEdit is a graphical program for editing, playing and
-mhwaveedit: recording sound files. It is lightweight, portable, user-friendly
-mhwaveedit: and handles large files very well.
-mhwaveedit:
-mhwaveedit: Homepage: https://gna.org/projects/mhwaveedit
-mhwaveedit:
-mhwaveedit:
-mhwaveedit:
-mhwaveedit: