multimedia/gst0-ffmpeg: Renamed from gst-ffmpeg

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2016-01-02 04:00:31 -06:00 committed by Willy Sudiarto Raharjo
parent 3ea9db72ad
commit fea9a13ab3
6 changed files with 31 additions and 28 deletions

View file

@ -1,2 +0,0 @@
This module contains a GStreamer plugin for FFmpeg, as well as an
internal copy of the FFmpeg source code.

View file

@ -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------------------------------------------------------|
gst-ffmpeg: gst-ffmpeg (A GStreamer FFmpeg plugin)
gst-ffmpeg:
gst-ffmpeg: This module contains a GStreamer plugin for FFmpeg, as well as an
gst-ffmpeg: internal copy of the FFmpeg source code.
gst-ffmpeg:
gst-ffmpeg: http://gstreamer.freedesktop.org/
gst-ffmpeg:
gst-ffmpeg: gst-ffmpeg is released under the GPL.
gst-ffmpeg:
gst-ffmpeg:
gst-ffmpeg:

View file

@ -0,0 +1,2 @@
This module contains a GStreamer-0.10.x plugin for FFmpeg as well as an
internal copy of the FFmpeg source code.

View file

@ -1,6 +1,7 @@
#!/bin/sh
# Slackware build script for gst-ffmpeg
# Slackware build script for gst0-ffmpeg
# Copyright (C) 2010 Juan Valencia <jvalenciae@gmail.com>
# All rights reserved.
#
@ -21,11 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gst-ffmpeg
PRGNAM=gst0-ffmpeg
VERSION=${VERSION:-0.10.13}
BUILD=${BUILD:-2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=gst-ffmpeg
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
@ -57,10 +60,10 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
rm -rf $TMP/$PRGNAM-$VERSION
rm -rf $TMP/$SRCNAM-$VERSION
cd $TMP
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.?z*
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,4 +1,4 @@
PRGNAM="gst-ffmpeg"
PRGNAM="gst0-ffmpeg"
VERSION="0.10.13"
HOMEPAGE="http://gstreamer.freedesktop.org/"
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.13.tar.gz"

View file

@ -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------------------------------------------------------|
gst0-ffmpeg: gst0-ffmpeg (A GStreamer 0.10.x FFmpeg plugin)
gst0-ffmpeg:
gst0-ffmpeg: This module contains a GStreamer plugin for FFmpeg, as well as an
gst0-ffmpeg: internal copy of the FFmpeg source code.
gst0-ffmpeg:
gst0-ffmpeg: http://gstreamer.freedesktop.org/
gst0-ffmpeg:
gst0-ffmpeg: gst-ffmpeg is released under the GPL.
gst0-ffmpeg:
gst0-ffmpeg:
gst0-ffmpeg: