summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-10-07 21:32:47 +0000
committer Eric Hameleers <alien@slackware.com>2008-10-07 21:32:47 +0000
commitd7754cbf2c61fdf608d2e1b6ad72806c5b367c8c (patch)
treef4b5949ceab6faac4183396c774a8fe2ac8fe739
parent7544dc5690b6cad2391e615810b6750def2f00fc (diff)
downloadasb-d7754cbf2c61fdf608d2e1b6ad72806c5b367c8c.tar.gz
asb-d7754cbf2c61fdf608d2e1b6ad72806c5b367c8c.tar.xz
Use dynamically linked QT4 by default
-rwxr-xr-xvlc/build/vlc-1.0.SlackBuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/vlc/build/vlc-1.0.SlackBuild b/vlc/build/vlc-1.0.SlackBuild
index f083cb9c..d0f82108 100755
--- a/vlc/build/vlc-1.0.SlackBuild
+++ b/vlc/build/vlc-1.0.SlackBuild
@@ -115,7 +115,10 @@
# forum for finding the fix and Andrea Tornese for reporting it.
# 0.9.4-1: 07/oct/2008 by Eric Hameleers <alien@slackware.com>
# * Updated to 0.9.4. Added libass to render 'formatted'
-# subtitles. Updated live555 to 2008.09.02.
+# subtitles. Updated live555 to 2008.09.02. Updated the ffmpeg
+# snapshot to 20081007. Now default to using dynamically linked
+# QT4 (requires that you install a QT4 package yourself
+# prior to compiling VLC!)
#
# Run 'sh vlc.SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -180,12 +183,14 @@ REQUIRE_YASM=${REQUIRE_YASM:-"YES"}
# VLC uses Qt4 for it's GUI.
# If you already have Qt4 installed, it will speed up the compilation a lot,
-# and create a smaller vlc package, if you define STATIC_QT4="NO":
-STATIC_QT4=${STATIC_QT4:-"YES"}
+# and create a smaller vlc package. This is the default way of compilation now.
+# If you want an all-in package, define STATIC_QT4="YES":
+STATIC_QT4=${STATIC_QT4:-"NO"}
# VLC uses ffmpeg's avcodec for a lot of the AV processing.
# If you already have ffmpeg installed, it will speed up the compilation a lot,
# and create a smaller vlc package, if you define STATIC_FFMPEG="NO":
+# Note: I _strongly_ suggest you compile ffmpeg statically!
STATIC_FFMPEG=${STATIC_FFMPEG:-"YES"}
# My build box has barely room to build QT4 so when I set SPACE_CONSTRAINED