Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37846033
en ru br
ALT Linux repos
S:1.4.2-alt1
5.0: 1.2.0-alt3
4.1: 1.2.0-alt2
4.0: 1.2.0-alt2
3.0: 1.0update.1-alt1.1.1.1

Group :: Sound
RPM: vorbis-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: vorbis-tools-1.2.0-configure.patch
Download


diff -urN vorbis-tools-1.2.0.orig/configure.ac vorbis-tools-1.2.0/configure.ac
--- vorbis-tools-1.2.0.orig/configure.ac	2008-03-03 07:37:31 +0200
+++ vorbis-tools-1.2.0/configure.ac	2008-03-17 03:16:07 +0200
@@ -98,8 +98,8 @@
 AC_ARG_ENABLE(ogginfo,[  --disable-ogginfo  Skip building ogginfo], build_ogginfo="$enableval", build_ogginfo="yes")
 AC_ARG_ENABLE(vcut,   [  --disable-vcut     Skip building vcut], build_vcut="$enableval", build_vcut="no")
 AC_ARG_ENABLE(vorbiscomment, [  --disable-vorbiscomment   Skip building vorbiscomment], build_vorbiscomment="$enableval", build_vorbiscomment="yes")
-AC_ARG_WITH(flac,     [  --without-flac     Do not compile FLAC support], build_flac=no, build_flac="yes")
-AC_ARG_WITH(speex,    [  --without-speex    Do not compile Speex support], build_speex=no, build_speex="yes")
+AC_ARG_WITH(flac,     [  --without-flac     Do not compile FLAC support], build_flac="$withval", build_flac="yes")
+AC_ARG_WITH(speex,    [  --without-speex    Do not compile Speex support], build_speex="$withval", build_speex="yes")
 
 dnl --------------------------------------------------
 dnl Check for generally needed libraries
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin