]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
ffmpeg2theora version bump
authorrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>
Fri, 19 Dec 2008 00:59:30 +0000 (00:59 +0000)
committerrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>
Fri, 19 Dec 2008 00:59:30 +0000 (00:59 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2022 370017ae-e619-0410-ac65-c121f96126d4

media/video/ffmpeg2theora/ffmpeg2theora.SlackBuild

index 8cb79dadfd15acd92ee1deec8dffee7eb102bcdc..2a4c90c1ad9e4f189b08dbb1936b52a44cab37e5 100755 (executable)
@@ -16,7 +16,7 @@
 #
 # slackbuild for ffmpeg2theora, by Silvio Rhatto
 # requires: ffmpeg 
-# tested: ffmpeg2theora-0.21
+# tested: ffmpeg2theora-0.23
 #
 
 # Look for slackbuildrc
@@ -31,7 +31,7 @@ CWD="$(pwd)"
 SRC_NAME="ffmpeg2theora"
 PKG_NAME="ffmpeg2theora"
 ARCH=${ARCH:=i486}
-SRC_VERSION=${VERSION:=0.21}
+SRC_VERSION=${VERSION:=0.23}
 PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"
 BUILD=${BUILD:=1rha}
 SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME
@@ -123,16 +123,8 @@ if echo [[PATCH URLS]] | grep -q -v "PATCH URLS"; then
 fi
 
 # Configure
-CFLAGS="$SLKCFLAGS" \
-  CXXFLAGS="$SLKCFLAGS" \
-  ./configure \
-  --prefix="$PREFIX" --libdir="$LIBDIR" $CONF_OPTIONS || exit $ERROR_CONF
-
-# Compile
-make $NUMJOBS || exit $ERROR_MAKE
-
-# Install
-make install DESTDIR="$PKG" || exit $ERROR_INSTALL
+scons
+scons prefix="$PKG/usr" install
 
 # Strip binaries
 ( cd "$PKG"