multimedia/cinelerra: Updated for version 20210331_eabda9c.
Removed references to cinelerra-cv and renamed the sources tarball as cinelerra-gg Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
9177873399
commit
d10a1e6946
|
@ -2,6 +2,6 @@ cinelerra (GNU/Linux Video/Audio Studio)
|
|||
|
||||
5.x variant of Cinelerra by WP Morrow (aka goodguy).
|
||||
|
||||
Cinelerra CV is the most advanced non-linear video editor and compositor
|
||||
Cinelerra-gg is the most advanced non-linear video editor and compositor
|
||||
for Linux. It does primarily 3 main things: capturing, compositing,
|
||||
and editing audio and video with sample level accuracy.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cinelerra
|
||||
VERSION=${VERSION:-20210211_54b918a}
|
||||
VERSION=${VERSION:-20210331_eabda9c}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,9 +65,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $PRGNAM-gg-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-gg-$VERSION.tar.xz
|
||||
cd $PRGNAM-gg-$VERSION/cinelerra-5.1
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -88,7 +88,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--build=$ARCH-slackware-linux \
|
||||
$mmx
|
||||
|
||||
make -j1
|
||||
make
|
||||
make -j1 install DESTDIR=$PKG
|
||||
|
||||
rm -f $PKG/usr/share/applications/cin.desktop
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cinelerra"
|
||||
VERSION="20210211_54b918a"
|
||||
VERSION="20210331_eabda9c"
|
||||
HOMEPAGE="https://cinelerra-gg.org"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/cinelerra-20210211_54b918a.tar.xz"
|
||||
MD5SUM="8b79127fbe89858a22eaf41765cf0308"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/cinelerra-gg-20210331_eabda9c.tar.xz"
|
||||
MD5SUM="fd7a1f289192a8f1f77d0a494f8f204b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="faac faad2 imlib2 libavc1394 libdv libiec61883 mjpegtools x264"
|
||||
|
|
|
@ -10,7 +10,7 @@ cinelerra: cinelerra (GNU/Linux Video/Audio Studio)
|
|||
cinelerra:
|
||||
cinelerra: 5.x variant of Cinelerra by WP Morrow (aka goodguy).
|
||||
cinelerra:
|
||||
cinelerra: Cinelerra CV is the most advanced non-linear video editor
|
||||
cinelerra: Cinelerrai-gg is the most advanced non-linear video editor
|
||||
cinelerra: and compositor for Linux. It does primarily three main
|
||||
cinelerra: things: capturing, compositing, and editing audio and
|
||||
cinelerra: video with sample level accuracy.
|
||||
|
|
Loading…
Reference in New Issue