diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-09 14:04:19 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-10 08:37:40 +0700 |
commit | 373efcdef569cc1ff72d3a22622e74108f6adb66 (patch) | |
tree | fa1f3eb4289adda672625901d7000f713626bdf6 /audio/clam_voice2midi | |
parent | 4f23f39abe1e162db62ac473c51423aa0e9c445f (diff) | |
download | slackbuilds-373efcdef569cc1ff72d3a22622e74108f6adb66.tar.gz |
audio/clam_voice2midi: Removed (nobody cared).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/clam_voice2midi')
-rw-r--r-- | audio/clam_voice2midi/README | 2 | ||||
-rw-r--r-- | audio/clam_voice2midi/clam_voice2midi.SlackBuild | 115 | ||||
-rw-r--r-- | audio/clam_voice2midi/clam_voice2midi.info | 10 | ||||
-rw-r--r-- | audio/clam_voice2midi/doinst.sh | 3 | ||||
-rw-r--r-- | audio/clam_voice2midi/fix_undelinking.patch | 12 | ||||
-rw-r--r-- | audio/clam_voice2midi/slack-desc | 19 | ||||
-rw-r--r-- | audio/clam_voice2midi/voice2midi.desktop | 8 | ||||
-rw-r--r-- | audio/clam_voice2midi/voice2midi.png | bin | 13184 -> 0 bytes |
8 files changed, 0 insertions, 169 deletions
diff --git a/audio/clam_voice2midi/README b/audio/clam_voice2midi/README deleted file mode 100644 index 537d4c37fb..0000000000 --- a/audio/clam_voice2midi/README +++ /dev/null @@ -1,2 +0,0 @@ -voice2midi is a GUI tool to that loads audio files containing monophonic -melodies and extracts the melody as a MIDI file or as an XML file. diff --git a/audio/clam_voice2midi/clam_voice2midi.SlackBuild b/audio/clam_voice2midi/clam_voice2midi.SlackBuild deleted file mode 100644 index a5afacbb90..0000000000 --- a/audio/clam_voice2midi/clam_voice2midi.SlackBuild +++ /dev/null @@ -1,115 +0,0 @@ -#!/bin/bash - -# Slackware build script for clam_voice2midi - -# Written by B. Watson (yalhcru@gmail.com) - -# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=clam_voice2midi -VERSION=${VERSION:-0.3.10} -BUILD=${BUILD:-2} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -SRCNAM=Voice2MIDI - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -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/usr $OUTPUT # NB: $PKG/usr must exist, not just $PKG -cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -# If extra/kde3-compat/qt3 is installed, QTDIR will be set to -# /opt/kde/lib(64)?/qt3, which confuses the build process, so set it -# to the correct dir for Qt4. This does no harm on a system where qt3 -# is not installed. -# If you have qt3 installed and still have compilation issues, make sure -# /opt/kde3/lib(64)?/qt3/bin and/or /opt/kde3/bin are not in your PATH. -# If all else fails, removepkg qt3 and reinstall it afterwards. -export QTDIR=$QT4DIR - -# This is needed to fix underlinkg -patch -p1 < $CWD/fix_undelinking.patch - -CCFLAGS="$SLKCFLAGS" \ -CPPFLAGS="$SLKCFLAGS" \ - scons $MAKEFLAGS \ - prefix=/usr \ - release=yes \ - clam_prefix=/usr - -scons install prefix=$PKG/usr -strip $PKG/usr/bin/* - -mv $PKG/usr/share/man $PKG/usr/man -gzip $PKG/usr/man/man?/*.? - -mkdir -p $PKG/usr/share/applications -cat $CWD/voice2midi.desktop > $PKG/usr/share/applications/voice2midi.desktop - -# The icon is just the CLAM logo (clamlogo.png, taken from one of the -# other CLAM apps) -mkdir -p $PKG/usr/share/pixmaps -cat $CWD/voice2midi.png > $PKG/usr/share/pixmaps/voice2midi.png - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -mv $PKG/usr/share/doc/voice2midi/* $PKG/usr/doc/$PRGNAM-$VERSION -rm -rf $PKG/usr/share/doc - -cp -a \ - CHANGES README COPYING INSTALL \ - $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 diff --git a/audio/clam_voice2midi/clam_voice2midi.info b/audio/clam_voice2midi/clam_voice2midi.info deleted file mode 100644 index bdb63d2c7f..0000000000 --- a/audio/clam_voice2midi/clam_voice2midi.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="clam_voice2midi" -VERSION="0.3.10" -HOMEPAGE="http://clam-project.org" -DOWNLOAD="http://clam-project.org/download/src/Voice2MIDI-0.3.10.tar.gz" -MD5SUM="66033d87c30bcf3a36fea0b5f36c5de2" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="clam" -MAINTAINER="B. Watson" -EMAIL="yalhcru@gmail.com" diff --git a/audio/clam_voice2midi/doinst.sh b/audio/clam_voice2midi/doinst.sh deleted file mode 100644 index 5fb28930db..0000000000 --- a/audio/clam_voice2midi/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/clam_voice2midi/fix_undelinking.patch b/audio/clam_voice2midi/fix_undelinking.patch deleted file mode 100644 index b84fb1e9d4..0000000000 --- a/audio/clam_voice2midi/fix_undelinking.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur Voice2MIDI-0.3.10.orig/SConstruct Voice2MIDI-0.3.10/SConstruct ---- Voice2MIDI-0.3.10.orig/SConstruct 2009-06-29 16:46:18.000000000 +0200 -+++ Voice2MIDI-0.3.10/SConstruct 2012-09-16 09:50:30.637847765 +0200 -@@ -164,6 +164,8 @@ - extralinkFlags = [] - if sys.platform == 'darwin' : - extralinkFlags=['-dynamic','-bind_at_load'] -+if sys.platform == 'linux2' : -+ extralinkFlags=['-lGL', '-lpthread'] - - programs = [] - for main in mainSources.items() : diff --git a/audio/clam_voice2midi/slack-desc b/audio/clam_voice2midi/slack-desc deleted file mode 100644 index 55a13c7d07..0000000000 --- a/audio/clam_voice2midi/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------------------------------------------------------| -clam_voice2midi: clam_voice2midi (convert singing/humming into MIDI files) -clam_voice2midi: -clam_voice2midi: voice2midi is a GUI tool to that loads audio files containing -clam_voice2midi: monophonic melodies and extracts the melody as a MIDI file or as an -clam_voice2midi: XML file. -clam_voice2midi: -clam_voice2midi: -clam_voice2midi: -clam_voice2midi: -clam_voice2midi: -clam_voice2midi: diff --git a/audio/clam_voice2midi/voice2midi.desktop b/audio/clam_voice2midi/voice2midi.desktop deleted file mode 100644 index 823c2dccc0..0000000000 --- a/audio/clam_voice2midi/voice2midi.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Name=CLAM Voice2MIDI -Comment=An audio tool to convert humming/singing to MIDI files -Icon=/usr/share/pixmaps/voice2midi.png -Type=Application -Categories=AudioVideo;Audio;Qt; -Exec=Voice2MIDI -Terminal=false diff --git a/audio/clam_voice2midi/voice2midi.png b/audio/clam_voice2midi/voice2midi.png Binary files differdeleted file mode 100644 index 76498e0b87..0000000000 --- a/audio/clam_voice2midi/voice2midi.png +++ /dev/null |