From 6c9ab8db0db169bce4639d6bec3bc2b2017c05ce Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 20 Sep 2009 19:27:46 +0000 Subject: Updated to r2830 (20090920) --- handbrake/build/handbrake.SlackBuild | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'handbrake/build/handbrake.SlackBuild') diff --git a/handbrake/build/handbrake.SlackBuild b/handbrake/build/handbrake.SlackBuild index 7d505ace..1ea77a72 100755 --- a/handbrake/build/handbrake.SlackBuild +++ b/handbrake/build/handbrake.SlackBuild @@ -24,7 +24,7 @@ # # Slackware SlackBuild script # =========================== -# By: Eric Hameleers, Eindhoven, NL +# By: Eric Hameleers # For: handbrake # Descr: video transcoder and ripper # URL: http://handbrake.fr/ @@ -32,11 +32,13 @@ # yasm (only during compilation) # vlc or libdvdcss (to read encrypted DVD's) # Changelog: -# 0.9.3-1: 23/Jun/2009 by Eric Hameleers, Eindhoven, NL +# r2606-1: 23/Jun/2009 by Eric Hameleers, Eindhoven, NL # * Initial build. # Note, that handbrake will download a lot of other dependencies # on it's own, so it will require an Internet connection during # compilation. +# r2830-1: 20/sep/2009 by Eric Hameleers, Eindhoven, NL +# * Update. # # Run 'sh handbrake.SlackBuild' to build a Slackware package. # The package (.tgz) and .txt file as well as build logs are created in /tmp . @@ -48,7 +50,7 @@ PRGNAM=handbrake #VERSION=${VERSION:-0.9.3} -VERSION=${VERSION:-r2606} +VERSION=${VERSION:-r2830} ARCH=${ARCH:-x86_64} BUILD=${BUILD:-1} TAG=${TAG:-alien} @@ -92,9 +94,6 @@ case "$ARCH" in x86_64) SLKCFLAGS="-O2 -fPIC" SLKLDFLAGS="-L/usr/lib64"; LIBDIRSUFFIX="64" ;; - athlon-xp) SLKCFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer" - SLKLDFLAGS=""; LIBDIRSUFFIX="" - ;; esac # Create working directories: @@ -196,14 +195,14 @@ echo Building ... ./configure --prefix=/usr --launch --launch-jobs=0 make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log -# Install the GTK gui: +# Install the GTK gui and comandline client: ( cd build make install DESTDIR=$PKG ) -# Install the commandline client: -mkdir -p $PKG/usr/bin -install -m755 build/HandBrakeCLI $PKG/usr/bin +## Install the commandline client: +#mkdir -p $PKG/usr/bin +#install -m755 build/HandBrakeCLI $PKG/usr/bin # Remove this cache file, it will get in our way: rm $PKG/usr/share/icons/hicolor/icon-theme.cache @@ -213,7 +212,7 @@ rm $PKG/usr/share/icons/hicolor/icon-theme.cache cat <> $PKG/install/doinst.sh # Update the desktop database: if [ -x usr/bin/update-desktop-database ]; then - chroot . /usr/bin/update-desktop-database /usr/share/applications > /dev/null 2>&1 + chroot . /usr/bin/update-desktop-database usr/share/applications > /dev/null 2>&1 fi EOT -- cgit v1.2.3-65-gdbad