Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/vorbis-tools/files: vorbis-tools-1.2.0-with-args.patch
Date: Thu, 06 Mar 2008 14:52:21
Message-Id: E1JXHSF-0003yI-GR@stork.gentoo.org
1 drac 08/03/06 14:52:19
2
3 Added: vorbis-tools-1.2.0-with-args.patch
4 Log:
5 Version bump, thanks to Robert Buchholz.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch?rev=1.1&content-type=text/plain
13
14 Index: vorbis-tools-1.2.0-with-args.patch
15 ===================================================================
16 diff -ur vorbis-tools-1.2.0.orig/configure.ac vorbis-tools-1.2.0/configure.ac
17 --- vorbis-tools-1.2.0.orig/configure.ac 2008-03-03 07:37:31.000000000 +0200
18 +++ vorbis-tools-1.2.0/configure.ac 2008-03-06 16:31:31.000000000 +0200
19 @@ -98,8 +98,8 @@
20 AC_ARG_ENABLE(ogginfo,[ --disable-ogginfo Skip building ogginfo], build_ogginfo="$enableval", build_ogginfo="yes")
21 AC_ARG_ENABLE(vcut, [ --disable-vcut Skip building vcut], build_vcut="$enableval", build_vcut="no")
22 AC_ARG_ENABLE(vorbiscomment, [ --disable-vorbiscomment Skip building vorbiscomment], build_vorbiscomment="$enableval", build_vorbiscomment="yes")
23 -AC_ARG_WITH(flac, [ --without-flac Do not compile FLAC support], build_flac=no, build_flac="yes")
24 -AC_ARG_WITH(speex, [ --without-speex Do not compile Speex support], build_speex=no, build_speex="yes")
25 +AC_ARG_WITH(flac, [ --without-flac Do not compile FLAC support], build_flac="$enableval", build_flac="yes")
26 +AC_ARG_WITH(speex, [ --without-speex Do not compile Speex support], build_speex="$enableval", build_speex="yes")
27
28 dnl --------------------------------------------------
29 dnl Check for generally needed libraries
30
31
32
33 --
34 gentoo-commits@l.g.o mailing list