multimedia/gst-gnome-vfs: Updated for version 0.10.23
This commit is contained in:
parent
2819a84610
commit
cf78ad2bee
|
@ -3,7 +3,7 @@
|
|||
# Written by Marco Cecchetti (mrc.ildp@gmail.com)
|
||||
|
||||
PRGNAM=gst-gnome-vfs
|
||||
VERSION=${VERSION:-0.10.21}
|
||||
VERSION=${VERSION:-0.10.23}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -15,10 +15,13 @@ 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
|
||||
|
||||
set -e
|
||||
|
@ -27,7 +30,7 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
|
||||
cd $TMP
|
||||
rm -rf gst-plugins-base-$VERSION
|
||||
tar xvf $CWD/gst-plugins-base-$VERSION.tar.gz
|
||||
tar xvf $CWD/gst-plugins-base-$VERSION.tar.?z*
|
||||
cd gst-plugins-base-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
@ -40,6 +43,7 @@ CFLAGS="$SLKCFLAGS" \
|
|||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--enable-static=no \
|
||||
--disable-nls \
|
||||
--disable-debug \
|
||||
|
@ -60,9 +64,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
|
||||
make
|
||||
|
||||
mkdir -p $PKG/usr/lib/gstreamer-0.10
|
||||
cp ext/gnomevfs/.libs/libgstgnomevfs.so $PKG/usr/lib/gstreamer-0.10
|
||||
cp ext/gnomevfs/.libs/libgstgnomevfs.la $PKG/usr/lib/gstreamer-0.10
|
||||
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/gstreamer-0.10
|
||||
cp ext/gnomevfs/.libs/libgstgnomevfs.so $PKG/usr/lib${LIBDIRSUFFIX}/gstreamer-0.10
|
||||
cp ext/gnomevfs/.libs/libgstgnomevfs.la $PKG/usr/lib${LIBDIRSUFFIX}/gstreamer-0.10
|
||||
|
||||
( cd $PKG
|
||||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
||||
|
@ -78,4 +82,4 @@ 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.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="gst-gnome-vfs"
|
||||
VERSION="0.10.21"
|
||||
VERSION="0.10.23"
|
||||
HOMEPAGE="http://gstreamer.freedesktop.org/"
|
||||
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.21.tar.gz"
|
||||
MD5SUM="69caf16640ebf2477a9197f62a5d6ee2"
|
||||
DOWNLOAD="http://slackware.osuosl.org/slackware-current/source/l/gst-plugins-base/gst-plugins-base-0.10.23.tar.xz"
|
||||
MD5SUM="b5a3bc3fb89650a2f50f235877cef6f4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Marco Cecchetti"
|
||||
EMAIL="mrc.ildp@gmail.com"
|
||||
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -13,7 +13,7 @@ gst-gnome-vfs: components. It supports a range of applications from simple Ogg/V
|
|||
gst-gnome-vfs: playback, audio/video streaming to complex audio (mixing) and video
|
||||
gst-gnome-vfs: (non-linear editing) processing.
|
||||
gst-gnome-vfs:
|
||||
gst-gnome-vfs: This consists of GStreamer plugin for Gnome Virtual File System.
|
||||
gst-gnome-vfs: This contains the GStreamer plugin for Gnome Virtual File System.
|
||||
gst-gnome-vfs:
|
||||
gst-gnome-vfs:
|
||||
gst-gnome-vfs:
|
||||
|
|
Loading…
Reference in New Issue