From bccc3810b5039a7ed056aae0f6b1b7878568098e Mon Sep 17 00:00:00 2001 From: Chernov V. V Date: Sun, 18 Dec 2011 08:27:38 -0600 Subject: multimedia/sinthgunt: Added (a ffmpeg gui) Signed-off-by: Robby Workman --- multimedia/sinthgunt/README | 7 ++++ multimedia/sinthgunt/doinst.sh | 3 ++ multimedia/sinthgunt/sinthgunt.SlackBuild | 70 +++++++++++++++++++++++++++++++ multimedia/sinthgunt/sinthgunt.info | 10 +++++ multimedia/sinthgunt/slack-desc | 19 +++++++++ 5 files changed, 109 insertions(+) create mode 100644 multimedia/sinthgunt/README create mode 100644 multimedia/sinthgunt/doinst.sh create mode 100644 multimedia/sinthgunt/sinthgunt.SlackBuild create mode 100644 multimedia/sinthgunt/sinthgunt.info create mode 100644 multimedia/sinthgunt/slack-desc diff --git a/multimedia/sinthgunt/README b/multimedia/sinthgunt/README new file mode 100644 index 0000000000..f1710419ea --- /dev/null +++ b/multimedia/sinthgunt/README @@ -0,0 +1,7 @@ +Sinthgunt is an open source graphical user interface for +ffmpeg, a computer program that can convert digital audio and +video into numerous formats. Using pre-configured conversion +settings, it makes the task of converting between different +media formates very easy. + +This requires ffmpeg. diff --git a/multimedia/sinthgunt/doinst.sh b/multimedia/sinthgunt/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/multimedia/sinthgunt/doinst.sh @@ -0,0 +1,3 @@ +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/multimedia/sinthgunt/sinthgunt.SlackBuild b/multimedia/sinthgunt/sinthgunt.SlackBuild new file mode 100644 index 0000000000..68fd76683b --- /dev/null +++ b/multimedia/sinthgunt/sinthgunt.SlackBuild @@ -0,0 +1,70 @@ +#!/bin/sh + +# Slackware build script for sinthgunt + +# Written by Chernov V. V. manbornofwoman@gmail.com + +PRGNAM=sinthgunt +VERSION=${VERSION:-2.0.3} +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.gz +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 {} \; + +python setup.py install --root=$PKG + +find $PKG -print0 | xargs -0 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/$PRGNAM-$VERSION +cp -a PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION +mv $PKG/usr/share/sinthgunt/{LICENSE.txt,README.txt} $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +find $PKG/usr/doc -type f -exec chmod 0644 {} \; + +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/multimedia/sinthgunt/sinthgunt.info b/multimedia/sinthgunt/sinthgunt.info new file mode 100644 index 0000000000..25729dc4aa --- /dev/null +++ b/multimedia/sinthgunt/sinthgunt.info @@ -0,0 +1,10 @@ +PRGNAM="sinthgunt" +VERSION="2.0.3" +HOMEPAGE="http://code.google.com/p/sinthgunt/" +DOWNLOAD="http://sinthgunt.googlecode.com/files/sinthgunt-2.0.3.tar.gz" +MD5SUM="c04e2f473d395ee2ca2ec1f1b7434091" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="Chernov V. V." +EMAIL="manbornofwoman@gmail.com" +APPROVED="rworkman" diff --git a/multimedia/sinthgunt/slack-desc b/multimedia/sinthgunt/slack-desc new file mode 100644 index 0000000000..73e443d5fb --- /dev/null +++ b/multimedia/sinthgunt/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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +sinthgunt: The Sinthgunt Converter (a ffmpeg gui) +sinthgunt: +sinthgunt: Sinthgunt is an open source graphical user interface for +sinthgunt: ffmpeg, a computer program that can convert digital audio and +sinthgunt: video into numerous formats. Using pre-configured conversion +sinthgunt: settings, it makes the task of converting between different +sinthgunt: media formats very easy. +sinthgunt: +sinthgunt: http://code.google.com/p/sinthgunt/ +sinthgunt: +sinthgunt: -- cgit v1.2.3