X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fblds%2Fcin.SlackBuild;h=f05f658b9dec693232977c2b78d711c95f91da1b;hp=960b39094faf921f83af13d78aaa0c8a2ad7a741;hb=017728ea68874203d45b3f16050626d540608e35;hpb=5dd1696d79f92dbef0d96170776c7a6975f697fb diff --git a/cinelerra-5.1/blds/cin.SlackBuild b/cinelerra-5.1/blds/cin.SlackBuild index 960b3909..f05f658b 100644 --- a/cinelerra-5.1/blds/cin.SlackBuild +++ b/cinelerra-5.1/blds/cin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cin 5.1 -# Copyright 2017 by WP Morrow (aka goodguy) +# Copyright 2017 by WP Morrow (aka goodguy) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ PRGNAM=cin VERSION="$( date +%Y%m%d )" BUILD=${BUILD:-1} TAG=${TAG:-_cin} -GITURL="git://git.cinelerra-cv.org/goodguy/cinelerra.git" +GITURL="git://git.cinelerra-gg.org/goodguy/cinelerra.git" SLKBLD=`realpath "$0"` if [ -z "$ARCH" ]; then @@ -69,9 +69,6 @@ git clone --depth 1 $GITURL $PRGNAM-$VERSION cd $PRGNAM-$VERSION/cinelerra-5.1 chown -R root:root . -# disable vdpau or ffmpeg won't build on Slackware 14.2 -export FFMPEG_EXTRA_CFG=" --disable-vdpau" - # configure the build ./autogen.sh @@ -109,7 +106,7 @@ $PRGNAM: and compositor for Linux. It does primarily three main $PRGNAM: things: capturing, compositing, and editing audio and $PRGNAM: video with sample level accuracy. $PRGNAM: -$PRGNAM: Homepage: http://cinelerra-cv.org/" +$PRGNAM: Homepage: https://cinelerra-gg.org/" cat > $PKG/install/doinst.sh <<<" if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1