diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-10-10 19:24:52 +0200 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-11-04 09:53:49 -0500 |
commit | 74e091d84bfb57f1ed198c97b75400ba570ee064 (patch) | |
tree | 9a8c823f7c4acba3d6ecd034f5cabfeadb02c428 /libraries/alsa-plugins/alsa-plugins.SlackBuild | |
parent | 745f9bd3878dfbc0a1586fe6e3c5c99778f83aec (diff) | |
download | slackbuilds-74e091d84bfb57f1ed198c97b75400ba570ee064.tar.gz |
libraries/alsa-plugins: Updated for version 1.0.26.
Added a patch to build over the new ffmpeg
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/alsa-plugins/alsa-plugins.SlackBuild')
-rw-r--r-- | libraries/alsa-plugins/alsa-plugins.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/alsa-plugins/alsa-plugins.SlackBuild b/libraries/alsa-plugins/alsa-plugins.SlackBuild index 3eed9b69b2..05da4ed6c9 100644 --- a/libraries/alsa-plugins/alsa-plugins.SlackBuild +++ b/libraries/alsa-plugins/alsa-plugins.SlackBuild @@ -5,7 +5,7 @@ # Written by crocket (crockabiscuit@gmail.com) PRGNAM=alsa-plugins -VERSION=${VERSION:-1.0.24} +VERSION=${VERSION:-1.0.26} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,6 +51,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Fix building with the new ffmpeg +patch -p1 < $CWD/ffmpeg.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |