diff options
-rw-r--r-- | python/gst-python/README | 1 | ||||
-rw-r--r-- | python/gst-python/gst-python.SlackBuild (renamed from python/gst1-python/gst1-python.SlackBuild) | 13 | ||||
-rw-r--r-- | python/gst-python/gst-python.info (renamed from python/gst1-python/gst1-python.info) | 10 | ||||
-rw-r--r-- | python/gst-python/slack-desc (renamed from python/gst1-python/slack-desc) | 24 | ||||
-rw-r--r-- | python/gst1-python/README | 1 |
5 files changed, 24 insertions, 25 deletions
diff --git a/python/gst-python/README b/python/gst-python/README new file mode 100644 index 000000000000..0ff275e5d992 --- /dev/null +++ b/python/gst-python/README @@ -0,0 +1 @@ +GStreamer python bindings diff --git a/python/gst1-python/gst1-python.SlackBuild b/python/gst-python/gst-python.SlackBuild index 1370d932788f..9a6c438da5ee 100644 --- a/python/gst1-python/gst1-python.SlackBuild +++ b/python/gst-python/gst-python.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for gst1-python +# Slackware build script for gst-python # Copyright 2014-2015 Robby Workman, Tuscaloosa, Alabama, USA # All rights reserved. @@ -22,9 +22,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=gst1-python -SRCNAM=gst-python -VERSION=${VERSION:-1.4.0} +PRGNAM=gst-python +VERSION=${VERSION:-1.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.xz -cd $SRCNAM-$VERSION +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/python/gst1-python/gst1-python.info b/python/gst-python/gst-python.info index 9247bc6c9f21..039df3fb36ac 100644 --- a/python/gst1-python/gst1-python.info +++ b/python/gst-python/gst-python.info @@ -1,10 +1,10 @@ -PRGNAM="gst1-python" -VERSION="1.4.0" +PRGNAM="gst-python" +VERSION="1.6.2" HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-python.html" -DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.4.0.tar.xz" -MD5SUM="72e3ba811db671366162bbf75a01ed37" +DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.6.2.tar.xz" +MD5SUM="14b6cfe1a0db5cc01c6a58f7b4af6184" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gstreamer1 pygobject3" +REQUIRES="" MAINTAINER="Robby Workman" EMAIL="rworkman@slackbuilds.org" diff --git a/python/gst1-python/slack-desc b/python/gst-python/slack-desc index d04bffa86ed7..bf397d4510d9 100644 --- a/python/gst1-python/slack-desc +++ b/python/gst-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------------------------------------------------------| -gst1-python: gst1-python (GStreamer1 python bindings) -gst1-python: -gst1-python: Python bindings for the GStreamer1 multimedia framework. -gst1-python: -gst1-python: Homepage: http://gstreamer.freedesktop.org/modules/gst-python.html -gst1-python: -gst1-python: -gst1-python: -gst1-python: -gst1-python: -gst1-python: + |-----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: diff --git a/python/gst1-python/README b/python/gst1-python/README deleted file mode 100644 index ed267be49b4a..000000000000 --- a/python/gst1-python/README +++ /dev/null @@ -1 +0,0 @@ -GStreamer1 python bindings |