diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-02 03:48:37 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | f479a5aaf3d9f2f0de598ba561fabd98954ba1ce (patch) | |
tree | d8f384af605df81ab843f43e6e4d0ecbecfe017d | |
parent | e5d591431779c53204cef59674b2bfd76fb32c27 (diff) | |
download | slackbuilds-f479a5aaf3d9f2f0de598ba561fabd98954ba1ce.tar.gz |
python/gst0-python: Added (old gst-python)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | python/gst-python/README | 2 | ||||
-rw-r--r-- | python/gst0-python/README | 2 | ||||
-rw-r--r-- | python/gst0-python/gst0-python.SlackBuild (renamed from python/gst-python/gst-python.SlackBuild) | 14 | ||||
-rw-r--r-- | python/gst0-python/gst0-python.info (renamed from python/gst-python/gst-python.info) | 2 | ||||
-rw-r--r-- | python/gst0-python/slack-desc (renamed from python/gst-python/slack-desc) | 24 |
5 files changed, 23 insertions, 21 deletions
diff --git a/python/gst-python/README b/python/gst-python/README deleted file mode 100644 index 6b1fda0f2e..0000000000 --- a/python/gst-python/README +++ /dev/null @@ -1,2 +0,0 @@ -GStreamer python bindings. You can find API docs for the Python -bindings at http://pygstdocs.berlios.de/. diff --git a/python/gst0-python/README b/python/gst0-python/README new file mode 100644 index 0000000000..698dd9fd52 --- /dev/null +++ b/python/gst0-python/README @@ -0,0 +1,2 @@ +GStreamer 0.10.x python bindings. You can find API docs for the Python +bindings at http://pygstdocs.berlios.de/. diff --git a/python/gst-python/gst-python.SlackBuild b/python/gst0-python/gst0-python.SlackBuild index 7d4b450f05..451e94878e 100644 --- a/python/gst-python/gst-python.SlackBuild +++ b/python/gst0-python/gst0-python.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for gst-python +# Slackware build script for gst0-python # Author: Thiago Coutinho <thiagocoutinho1 at gmail.com> # Modified by the slackbuilds.org project. @@ -11,11 +11,13 @@ # Maintained by Larry Hajali <larryhaja[at]gmail[dot]com> # from version 0.10.22 -PRGNAM=gst-python +PRGNAM=gst0-python VERSION=${VERSION:-0.10.22} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=gst-python + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; @@ -48,9 +50,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/python/gst-python/gst-python.info b/python/gst0-python/gst0-python.info index b1e39c9028..9775bef8b1 100644 --- a/python/gst-python/gst-python.info +++ b/python/gst0-python/gst0-python.info @@ -1,4 +1,4 @@ -PRGNAM="gst-python" +PRGNAM="gst0-python" VERSION="0.10.22" HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-python.html" DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.22.tar.bz2" diff --git a/python/gst-python/slack-desc b/python/gst0-python/slack-desc index bf397d4510..a87ef869a6 100644 --- a/python/gst-python/slack-desc +++ b/python/gst0-python/slack-desc @@ -5,15 +5,15 @@ # 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-python: gst-python (GStreamer python bindings) -gst-python: -gst-python: Python bindings for the GStreamer multimedia framework. -gst-python: -gst-python: Homepage: http://gstreamer.freedesktop.org/modules/gst-python.html -gst-python: -gst-python: -gst-python: -gst-python: -gst-python: -gst-python: + |-----handy-ruler------------------------------------------------------| +gst0-python: gst0-python (GStreamer 0.10.x python bindings) +gst0-python: +gst0-python: Python bindings for the GStreamer multimedia framework. +gst0-python: +gst0-python: Homepage: http://gstreamer.freedesktop.org/modules/gst-python.html +gst0-python: +gst0-python: +gst0-python: +gst0-python: +gst0-python: +gst0-python: |