version update
[goodguy/cinelerra.git] / cinelerra-5.1 / blds / cin.SlackBuild
index 960b39094faf921f83af13d78aaa0c8a2ad7a741..f05f658b9dec693232977c2b78d711c95f91da1b 100644 (file)
@@ -2,7 +2,7 @@
 
 # Slackware build script for cin 5.1
 
-# Copyright 2017 by WP Morrow (aka goodguy) <lists@cinelerra-cv.org>
+# Copyright 2017 by WP Morrow (aka goodguy) <cin@lists.cinelerra-gg.org>
 # 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