diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-08 16:46:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-08 16:46:09 +0700 |
commit | 60b7a1f855987623a1e5f9c30e565a681991cd6e (patch) | |
tree | 9dc5ee8c6030891ed9a4464fd55c48a565402874 /libraries/msx264 | |
parent | bc9d18b502448dd277146e40e6546eac0cd8d670 (diff) |
libraries/msx264: Removed (dependency removed).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/msx264')
-rw-r--r-- | libraries/msx264/README | 10 | ||||
-rw-r--r-- | libraries/msx264/msx264.SlackBuild | 114 | ||||
-rw-r--r-- | libraries/msx264/msx264.info | 10 | ||||
-rw-r--r-- | libraries/msx264/slack-desc | 19 |
4 files changed, 0 insertions, 153 deletions
diff --git a/libraries/msx264/README b/libraries/msx264/README deleted file mode 100644 index d3436a5a07a1a..0000000000000 --- a/libraries/msx264/README +++ /dev/null @@ -1,10 +0,0 @@ -msx264 (x264 plugin for mediastreamer2) - -A GPL plugin to bring video H264 encoding/decoding capabilities to -mediastreamer2 applications like Linphone. It is based on ffmpeg -for decoding and x264 for encoding. - -It works with x264 versions later than september 2009. - -NOTE: this mediastreamer plugin is deprecated in favour of - msopenh264. diff --git a/libraries/msx264/msx264.SlackBuild b/libraries/msx264/msx264.SlackBuild deleted file mode 100644 index 043df6ef527c4..0000000000000 --- a/libraries/msx264/msx264.SlackBuild +++ /dev/null @@ -1,114 +0,0 @@ -#!/bin/bash - -# Slackware build script for msx264 - -# Copyright 2015 Euan Thoms Singapore -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -# 20220309 bkw: Modified by SlackBuilds.org, BUILD=3: -# - use a working download URL. -# - remove empty/useless files from doc dir. - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=msx264 -VERSION=${VERSION:-1.5.3} -BUILD=${BUILD:-3} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -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 - -# 20220309 bkw: removed INSTALL (useless) and ChangeLog (empty) -DOCS="AUTHORS COPYING NEWS README" - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \+ -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ - -autoreconf -ivf - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux - -make -make install-strip DESTDIR=$PKG - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION -chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION -chmod 0644 $PKG/usr/doc/$PRGNAM-$VERSION/* -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -rm -f $PKG/usr/lib*/*.la - -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 diff --git a/libraries/msx264/msx264.info b/libraries/msx264/msx264.info deleted file mode 100644 index 96b7ba9626d4e..0000000000000 --- a/libraries/msx264/msx264.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="msx264" -VERSION="1.5.3" -HOMEPAGE="https://github.com/Distrotech/msx264" -DOWNLOAD="http://attic-distfiles.pld-linux.org/distfiles/by-md5/8/d/8dc5482d12bdb5d89bdfa9f71163e08a/msx264-1.5.3.tar.gz" -MD5SUM="8dc5482d12bdb5d89bdfa9f71163e08a" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="linphone x264" -MAINTAINER="Euan Thoms" -EMAIL="euan at potensol dot com" diff --git a/libraries/msx264/slack-desc b/libraries/msx264/slack-desc deleted file mode 100644 index 17c11e262da81..0000000000000 --- a/libraries/msx264/slack-desc +++ /dev/null @@ -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------------------------------------------------------| -msx264: msx264 (x264 plugin for mediastreamer2) -msx264: -msx264: msx264 - a GPL plugin to bring video H264 encoding/decoding -msx264: capabilities to mediastreamer2 applications like Linphone. It is -msx264: based on ffmpeg for decoding and x264 for encoding. -msx264: -msx264: It works with x264 versions later than september 2009. -msx264: -msx264: NOTE: this mediastreamer plugin is deprecated in favour of -msx264: msopenh264. -msx264: |