xap/ffmpeg: Upgraded to ffmpeg-0.10.

slackware-14.2
Damien Goutte-Gattat 2012-03-05 10:14:52 +01:00
parent 78ad0ad61a
commit 58399fcaa1
3 changed files with 5 additions and 4 deletions

View File

@ -0,0 +1 @@
a3a7fe25db760a99d51266b33386da9c8552feef ffmpeg-0.10.tar.bz2

View File

@ -1 +0,0 @@
d15c005f46483fbfc3b678cb1c89123762b56b82 ffmpeg-0.7-rc1.tar.bz2

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2008,2009,2010 Damien Goutte-Gattat
# Copyright (C) 2008,2009,2010,2012 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -30,7 +30,7 @@
# Source package infos
NAMESRC=${NAMESRC:-ffmpeg}
VERSION=${VERSION:-0.7-rc1}
VERSION=${VERSION:-0.10}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2}
WGET=${WGET:-http://ffmpeg.mplayerhq.hu/releases/$ARCHIVE}
@ -95,6 +95,7 @@ cd $NAME
--enable-shared \
--disable-static \
--disable-debug \
--enable-gnutls \
--enable-gpl \
--enable-version3 \
--enable-postproc \
@ -121,7 +122,7 @@ find $PKG/usr/man -type f -exec gzip -9 '{}' \;
# Install the documentation
mkdir -p $PKG/usr/doc/$NAMEPKG-$VERSION
install -m 644 COPYING.* CREDITS Changelog LICENSE MAINTAINERS \
doc/TODO doc/APIchanges doc/*.txt $PKG/usr/doc/$NAMEPKG-$VERSION
doc/RELEASE_NOTES doc/*.txt $PKG/usr/doc/$NAMEPKG-$VERSION
# Copy slack-desc file
install -D -m 644 $CWD/slack-desc $PKG/install/slack-desc