diff options
author | ponce <matteo.bernardini@sns.it> | 2010-09-20 19:14:11 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-21 22:09:41 -0500 |
commit | ebdd08426f18d9920f2a542b7728466741f803f2 (patch) | |
tree | 391413ef149d7a9fc6709cc5ded20de835efdd18 /libraries | |
parent | a20f52b5fed88d11a2a171537fbd8ca83bb3898f (diff) | |
download | slackbuilds-ebdd08426f18d9920f2a542b7728466741f803f2.tar.gz |
libraries/gavl: Added (Gmerlin audio video library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/gavl/README | 4 | ||||
-rw-r--r-- | libraries/gavl/gavl.SlackBuild | 88 | ||||
-rw-r--r-- | libraries/gavl/gavl.info | 10 | ||||
-rw-r--r-- | libraries/gavl/slack-desc | 19 |
4 files changed, 121 insertions, 0 deletions
diff --git a/libraries/gavl/README b/libraries/gavl/README new file mode 100644 index 0000000000..171e4fa0d2 --- /dev/null +++ b/libraries/gavl/README @@ -0,0 +1,4 @@ +gavl (Gmerlin audio video library) + +gavl is a library which provides basic support for uncompressed Audio, +Video and Image data. diff --git a/libraries/gavl/gavl.SlackBuild b/libraries/gavl/gavl.SlackBuild new file mode 100644 index 0000000000..cacd027323 --- /dev/null +++ b/libraries/gavl/gavl.SlackBuild @@ -0,0 +1,88 @@ +#!/bin/sh + +# Slackware build script for gavl + +# Written by ponce <matteo.bernardini@sns.it> +# based on slackbuilds.org default template + +PRGNAM=gavl +VERSION=${VERSION:-20100919} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +# Automatically determine the architecture we're building on: +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) ARCH=i486 ;; + arm*) ARCH=arm ;; + # Unless $ARCH is already set, use uname -m for all other archs: + *) 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.?z +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 {} \; + +./autogen.sh + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --mandir=/usr/man \ + --disable-static \ + --docdir=/usr/doc/$PRGNAM-$VERSION \ + --with-cpuflags=none \ + --build=$ARCH-slackware-linux + +make +make install DESTDIR=$PKG + +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/$PRGNAM-$VERSION +cp -a \ + AUTHORS COPYING README TODO \ + $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 + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/libraries/gavl/gavl.info b/libraries/gavl/gavl.info new file mode 100644 index 0000000000..fa6ab147a0 --- /dev/null +++ b/libraries/gavl/gavl.info @@ -0,0 +1,10 @@ +PRGNAM="gavl" +VERSION="20100919" +HOMEPAGE="http://gmerlin.sourceforge.net/" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/gavl-20100919.tar.xz" +MD5SUM="c6c0afc387ba0d0fd3f438097813720d" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="ponce" +EMAIL="matteo.bernardini@sns.it" +APPROVED="dsomero" diff --git a/libraries/gavl/slack-desc b/libraries/gavl/slack-desc new file mode 100644 index 0000000000..6138f70a24 --- /dev/null +++ b/libraries/gavl/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------------------------------------------------------| +gavl: gavl (Gmerlin audio video library) +gavl: +gavl: gavl is a library which provides basic support for uncompressed Audio, +gavl: Video and Image data. +gavl: +gavl: gavl homepage: http://gmerlin.sourceforge.net/ +gavl: +gavl: +gavl: +gavl: +gavl: |