diff options
author | Michales Michaloudes <korgie@gmail.com> | 2012-06-02 20:05:14 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-06-03 15:21:16 -0500 |
commit | 889d1048ac8056cd377de9eb89ca84fdb6516b39 (patch) | |
tree | ee2777cb4f0429bf6c76e28eb8b9e3b3584ced5a /multimedia | |
parent | a03fa66b8e08f3bac3d985b876e1c71937a7cf39 (diff) | |
download | slackbuilds-889d1048ac8056cd377de9eb89ca84fdb6516b39.tar.gz |
multimedia/genpuid: Added (generates PUID's)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/genpuid/README | 12 | ||||
-rw-r--r-- | multimedia/genpuid/genpuid.SlackBuild | 67 | ||||
-rw-r--r-- | multimedia/genpuid/genpuid.info | 10 | ||||
-rw-r--r-- | multimedia/genpuid/slack-desc | 19 |
4 files changed, 108 insertions, 0 deletions
diff --git a/multimedia/genpuid/README b/multimedia/genpuid/README new file mode 100644 index 0000000000..31c55172b0 --- /dev/null +++ b/multimedia/genpuid/README @@ -0,0 +1,12 @@ +GenPUID is a MusicIP (now known as AmpliFIND Music Services) proprietary closed +source command line utility for performing music analysis and audio +fingerprinting of music files. GenPUID runs under Linux, Mac OS X, and Windows. + +If MusicBrainz Picard can not find a PUID for a file, it may need to be run +through GenPUID to be analyzed first. + +Having problems with Unicode files? +Instead of using genpuid dns-key * to scan Unicode files you will need to use +genpuid dns-key -r . as a workaround. + +This only works on x86 there are no x86_64 binaries. diff --git a/multimedia/genpuid/genpuid.SlackBuild b/multimedia/genpuid/genpuid.SlackBuild new file mode 100644 index 0000000000..5b02dc4461 --- /dev/null +++ b/multimedia/genpuid/genpuid.SlackBuild @@ -0,0 +1,67 @@ +#!/bin/sh +# Slackware build script for <genpuid> +# +# Michales - clavisound - Michaloudes korgie@gmail.com <2012> + +PRGNAM=genpuid +VERSION=${VERSION:-1.4} +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\_linux\_$VERSION.tgz +cd $PRGNAM-$VERSION +chown -R root:root . +find . \ + \( -perm 777 -o -perm 775 -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 {} \; + +mkdir -p $PKG/usr/bin/ +cp -p genpuid mipcore $PKG/usr/bin/ + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + changelog.txt readme.txt \ + $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/README.SBo > $PKG/usr/doc/$PRGNAM-$VERSION/README.SBo +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/multimedia/genpuid/genpuid.info b/multimedia/genpuid/genpuid.info new file mode 100644 index 0000000000..228bc6e544 --- /dev/null +++ b/multimedia/genpuid/genpuid.info @@ -0,0 +1,10 @@ +PRGNAM="genpuid" +VERSION="1.4" +HOMEPAGE="http://musicbrainz.org/doc/GenPUID" +DOWNLOAD="http://ftp.musicbrainz.org/pub/musicbrainz/genpuid/genpuid_linux_1.4.tgz" +MD5SUM="fa4a6ae23adaaefa02f07de6321913fe" +DOWNLOAD_x86_64="UNSUPPORTED" +MD5SUM_x86_64="UNSUPPORTED" +MAINTAINER="Michales Michaloudes" +EMAIL="korgie@gmail.com" +APPROVED="dsomero" diff --git a/multimedia/genpuid/slack-desc b/multimedia/genpuid/slack-desc new file mode 100644 index 0000000000..b8fbbc26cc --- /dev/null +++ b/multimedia/genpuid/slack-desc @@ -0,0 +1,19 @@ +# 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------------------------------------------------------| +genpuid: genpuid (generates PUID's) +genpuid: +genpuid: GenPUID is a MusicIP (now known as AmpliFIND Music Services) +genpuid: proprietary closed source command line utility for performing music +genpuid: analysis and audio fingerprinting of music files. GenPUID runs under +genpuid: Linux, Mac OS X, and Windows. +genpuid: +genpuid: If MusicBrainz Picard can not find a PUID for a file, it may need to +genpuid: be run through GenPUID to be analyzed first. +genpuid: +genpuid: |